Following the Utility Meter guide I have created peak and off peak sensors.
utility_meter:
daily_energy:
source: sensor.myenergi_our_hub_grid_import_today
name: Daily Energy
cycle: daily
tariffs:
- peak
- offpeak
monthly_energy:
source: sensor.myenergi_our_hub_grid_import_today
name: Monthly Energy
cycle: monthly
tariffs:
- peak
- offpeak
offset:
days: 7
However only the peak sensor is available within Energy management > Add Consumption
What am I doing wrong, how can I also include off peak consumption?