Completely new Energy monitoring, with cumulative import, export and consumption.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user