nvsch

Untitled

Nov 4th, 2022
1,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.23 KB | None | 0 0
  1. ###### DSMR SLIMME METER ######
  2. total_energy_consumption:
  3.   source: sensor.energy_consumption
  4.  
  5. total_energy_production:
  6.   source: sensor.energy_production
  7.  
  8. hourly_energy_offpeak:
  9.   source: sensor.energy_consumption_tarif_1
  10.   cycle: hourly
  11. hourly_energy_peak:
  12.   source: sensor.energy_consumption_tarif_2
  13.   cycle: hourly
  14. hourly_energy_production_offpeak:
  15.   source: sensor.energy_production_tarif_1
  16.   cycle: hourly
  17. hourly_energy_production_peak:
  18.   source: sensor.energy_production_tarif_2
  19.   cycle: hourly
  20. hourly_gas:
  21.   source: sensor.gas_consumption
  22.   cycle: hourly
  23.  
  24. daily_energy_offpeak:
  25.   source: sensor.energy_consumption_tarif_1
  26.   cycle: daily
  27. daily_energy_peak:
  28.   source: sensor.energy_consumption_tarif_2
  29.   cycle: daily
  30. daily_energy_production_offpeak:
  31.   source: sensor.energy_production_tarif_1
  32.   cycle: daily
  33. daily_energy_production_peak:
  34.   source: sensor.energy_production_tarif_2
  35.   cycle: daily
  36. daily_gas:
  37.   source: sensor.gas_consumption
  38.   cycle: daily
  39.  
  40. weekly_energy_offpeak:
  41.   source: sensor.energy_consumption_tarif_1
  42.   cycle: weekly
  43. weekly_energy_peak:
  44.   source: sensor.energy_consumption_tarif_2
  45.   cycle: weekly
  46. weekly_energy_production_offpeak:
  47.   source: sensor.energy_production_tarif_1
  48.   cycle: weekly
  49. weekly_energy_production_peak:
  50.   source: sensor.energy_production_tarif_2
  51.   cycle: weekly
  52. weekly_gas:
  53.   source: sensor.gas_consumption
  54.   cycle: weekly
  55.  
  56. monthly_energy_offpeak:
  57.   source: sensor.energy_consumption_tarif_1
  58.   cycle: monthly
  59. monthly_energy_peak:
  60.   source: sensor.energy_consumption_tarif_2
  61.   cycle: monthly
  62. monthly_energy_production_offpeak:
  63.   source: sensor.energy_production_tarif_1
  64.   cycle: monthly
  65. monthly_energy_production_peak:
  66.   source: sensor.energy_production_tarif_2
  67.   cycle: monthly
  68. monthly_gas:
  69.   source: sensor.gas_consumption
  70.   cycle: monthly
  71.  
  72. yearly_energy_offpeak:
  73.   source: sensor.energy_consumption_tarif_1
  74.   cycle: yearly
  75. yearly_energy_peak:
  76.   source: sensor.energy_consumption_tarif_2
  77.   cycle: yearly
  78. yearly_energy_production_offpeak:
  79.   source: sensor.energy_production_tarif_1
  80.   cycle: yearly
  81. yearly_energy_production_peak:
  82.   source: sensor.energy_production_tarif_2
  83.   cycle: yearly
  84. yearly_gas:
  85.   source: sensor.gas_consumption
  86.   cycle: yearly
Advertisement
Add Comment
Please, Sign In to add comment