Utility Meter Sensors

Hello,
I have this in my configuration.yaml:

utility_meter:
  daily_energy:
    source: sensor.boiler_power_meter_energy_today
    name: Daily Energy
    cycle: daily
    tariffs:
      - peak
      - offpeak
  monthly_energy:
    source: sensor.boiler_power_meter_energy_today
    name: Monthly Energy
    cycle: monthly
    tariffs:
      - peak
      - offpeak

But in Developer Tools (and everywhere else) I don’t see sensor.daily_energy_peak and sensor.daily_energy_offpeak. I can see only sensor.monthly_energy_peak and sensor.monthly_energy_offpeak. I don’t understand why? Any help will be appreciated.
Thanks

Is there anything in the Home Assistant log after you restarted it?
The config looks fine to me, here is mine for comparison:

house_daily_electric:
  cycle: daily
  source: sensor.house_electric_kwh
  tariffs:
    - day
house_weekly_electric:
  cycle: weekly
  source: sensor.house_electric_kwh
  tariffs:
    - day
house_monthly_electric:
  cycle: monthly
  source:  sensor.house_electric_kwh
  tariffs:
    - day
house_quarterly_electric:
  cycle: quarterly
  source:  sensor.house_electric_kwh
  tariffs:
    - day
house_yearly_electric:
  cycle: yearly
  source:  sensor.house_electric_kwh
  tariffs:
    - day

Hi Andrew,
I force HA to restart few times and the sensor does not appear. Finally I leave everything as is… and after few hours… after midnight… the sensor comes out. I did not understand this behavior but… I got the sensor :slight_smile:
Thank for your help!
Best regards,
Miro

1 Like