[1.3.5] - 2026-06-26
Fixed
ChargePower/HousePower(andFVPower,BatteryPower,GridPower) showedWwhile the value was actuallykWin cloud-only (4G) mode (#42). The cloud→LAN synthesis scaled these power fields by 1000 only when avoltage/voltageinstallationfield happened to be present in the payload and below 10 — an unrelated heuristic that silently skipped the conversion on accounts where that field was absent or out of range. The cloud always reports power measurements in kW, so the kW→W conversion is now applied unconditionally, the same wayContractedPoweralready is.
Removed
- SBOM assets (SPDX-JSON / CycloneDX-JSON) no longer attached to releases. Since they were introduced in
1.3.0, every release shipped 3 assets instead of 1 (v2c_cloud.zipplus the two SBOM files). HACS' download counter readsdownload_countfrom the release's asset list and is known to pick the wrong entry when more than one asset is present (see hacs/integration#4438), which tracked with the integration's HACS download count going blank. Releases now publish onlyv2c_cloud.zip.