I've created utility meters like this:
# Panasonic heat pump energy consumption daily
panasonic_heat_pump_energy_consumed_daily:
unique_id: "panasonic_heat_pump_energy_consumed_daily"
name: "Aquarea energy consumed daily"
source: sensor.hw_panasonic_wh_mdc07j3e5_energy_import
cycle: daily
# Panasonic heat pump energy consumption BUH daily
panasonic_heat_pump_energy_consumed_buh_daily:
unique_id: "panasonic_heat_pump_energy_consumed_buh_daily"
name: "Aquarea energy consumed BUH daily"
source: sensor.hw_panasonic_wh_mdc07j3e5_buh_energy_import
cycle: daily
Exactly the same setup. Both using a kWh meter sensor which is available.
The first one gives me the expected result, but the other doesn't, see screenshot.
Anyone who knows what is the reason for this behaviour?