Completely new Energy monitoring, with cumulative import, export and consumption.

This commit is contained in:
2023-06-25 22:41:46 +02:00
parent 0191bc13b7
commit 4d2c5b0cba
4 changed files with 122 additions and 20 deletions

View File

@@ -1,3 +1,4 @@
# Internet traffic
internet_usage_in_monthly:
source: sensor.snmp_wan_in
name: Monthly internet traffic in
@@ -22,3 +23,29 @@
source: sensor.snmp_wan_out
name: Hourly internet traffic out
cycle: hourly
# Energy
energy_import_daily:
source: sensor.energy_import_sum
name: Energy Import Daily
cycle: daily
energy_import_monthly:
source: sensor.energy_import_sum
name: Energy Import Monthly
cycle: monthly
energy_export_daily:
source: sensor.energy_export_sum
name: Energy Export Daily
cycle: daily
energy_export_monthly:
source: sensor.energy_export_sum
name: Energy Export Monthly
cycle: monthly
energy_consumption_daily:
source: sensor.energy_consumption_sum
name: Energy Consumption Daily
cycle: daily
energy_consumption_monthly:
source: sensor.energy_consumption_sum
name: Energy Consumption Monthly
cycle: monthly