62 lines
1.6 KiB
YAML
62 lines
1.6 KiB
YAML
# Internet traffic
|
|
internet_usage_in_monthly:
|
|
source: sensor.snmp_wan_in
|
|
name: Monthly internet traffic in
|
|
cycle: monthly
|
|
internet_usage_out_monthly:
|
|
source: sensor.snmp_wan_out
|
|
name: Monthly internet traffic out
|
|
cycle: monthly
|
|
internet_usage_in_daily:
|
|
source: sensor.snmp_wan_in
|
|
name: Daily internet traffic in
|
|
cycle: daily
|
|
internet_usage_out_daily:
|
|
source: sensor.snmp_wan_out
|
|
name: Daily internet traffic out
|
|
cycle: daily
|
|
internet_usage_in_hourly:
|
|
source: sensor.snmp_wan_in
|
|
name: Hourly internet traffic in
|
|
cycle: hourly
|
|
internet_usage_out_hourly:
|
|
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
|
|
|
|
# Energy (Solar)
|
|
energy_solar_daily:
|
|
source: sensor.balkonkraftwerk_energy
|
|
name: Energy Solar Daily
|
|
cycle: daily
|
|
energy_solar_monthly:
|
|
source: sensor.balkonkraftwerk_energy
|
|
name: Energy Solar Monthly
|
|
cycle: monthly
|