mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-07-28 04:05:53 +00:00
increased throttle as updates are not that often required for voltage and total energy.
This commit is contained in:
@@ -106,7 +106,7 @@ sensor:
|
||||
voltage:
|
||||
name: "Voltage"
|
||||
filters:
|
||||
- throttle: 5s
|
||||
- throttle: 15s
|
||||
power:
|
||||
name: "Power"
|
||||
id: power_sensor
|
||||
@@ -119,7 +119,7 @@ sensor:
|
||||
id: energy
|
||||
unit_of_measurement: kWh
|
||||
filters:
|
||||
- throttle: 5s
|
||||
- throttle: 60s
|
||||
# Multiplication factor from W to kW is 0.001
|
||||
- multiply: 0.001
|
||||
on_value:
|
||||
|
||||
Reference in New Issue
Block a user