Checklist
What version of Home Assistant Core?
core-2026.7.4
Describe the issue
Problem description
All devices in an account report the same daily_energy value, regardless of
which units are actually running.
I have four indoor units on one account (German site). Last night only the two
bedroom units ran; the two office units were off the entire time. All four
*_klima_daily_energy sensors nevertheless incremented in lockstep and stayed
within ~10 Wh of each other over more than seven hours.
Readings taken at 07:35 local time:
| Entity |
Unit ran overnight? |
daily_energy |
| Schlafen groß Klima Daily Energy |
yes |
0.565 kWh |
| Schlafen klein Klima Daily Energy |
yes |
0.566 kWh |
| Büro groß Klima Daily Energy |
no |
0.571 kWh |
| Büro klein Klima Daily Energy |
no |
0.562 kWh |
Progression of two of them after the daily reset (identical steps):
| Time |
Büro groß (off) |
Büro klein (off) |
| 00:25 |
0.007 |
0.007 |
| 02:35 |
0.196 |
0.196 |
| 04:36 |
0.355 |
0.356 |
| 06:11 |
0.479 |
0.477 |
| 07:26 |
0.565 |
0.562 |
Data Mode is LIVE for all devices, so cached/offline fallback is not the
cause.
Second observation: the absolute value looks too low. 0.565 kWh since midnight
for two CS-Z35ZKEW split units running in cooling mode overnight is far below
what the units can plausibly have consumed.
Same pattern on a second, independent installation (different account, different
country, four units): all four sit at 0.072–0.073 kWh.
Question
Does the Comfort Cloud API already return one aggregated figure per account, or
is the per-device value being lost/overwritten in the integration? Happy to
supply debug logs showing the raw API response per device ID if that helps.
Environment
- Home Assistant Core: 2026.7.4
- panasonic_cc:
- Devices: 4× CS-Z35ZKEW (site A), 4× CS-Z42ZKEW / mixed (site B)
- Config entry options:
enable_daily_energy_sensor: true,
energy_fetch_interval: 300, device_fetch_interval: 120
Error/Debug Logs
Checklist
What version of Home Assistant Core?
core-2026.7.4
Describe the issue
Problem description
All devices in an account report the same
daily_energyvalue, regardless ofwhich units are actually running.
I have four indoor units on one account (German site). Last night only the two
bedroom units ran; the two office units were off the entire time. All four
*_klima_daily_energysensors nevertheless incremented in lockstep and stayedwithin ~10 Wh of each other over more than seven hours.
Readings taken at 07:35 local time:
Progression of two of them after the daily reset (identical steps):
Data ModeisLIVEfor all devices, so cached/offline fallback is not thecause.
Second observation: the absolute value looks too low. 0.565 kWh since midnight
for two CS-Z35ZKEW split units running in cooling mode overnight is far below
what the units can plausibly have consumed.
Same pattern on a second, independent installation (different account, different
country, four units): all four sit at 0.072–0.073 kWh.
Question
Does the Comfort Cloud API already return one aggregated figure per account, or
is the per-device value being lost/overwritten in the integration? Happy to
supply debug logs showing the raw API response per device ID if that helps.
Environment
enable_daily_energy_sensor: true,energy_fetch_interval: 300,device_fetch_interval: 120Error/Debug Logs