Skip to content

Add TH6250WF to UNMONITORED_DEVICES - #453

Open
njloof wants to merge 1 commit into
dvd-dev:mainfrom
njloof:fix/th6250wf-unmonitored-power
Open

Add TH6250WF to UNMONITORED_DEVICES#453
njloof wants to merge 1 commit into
dvd-dev:mainfrom
njloof:fix/th6250wf-unmonitored-power

Conversation

@njloof

@njloof njloof commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Adds TH6250WF to UNMONITORED_DEVICES per #451.

This device only toggles a 24V relay and has no power-sensing
capability, so power.value is always None from Hilo's backend.
_map_power currently coerces that to 0, making sensor._power
permanently show a false 0 rather than unavailable. Confirmed via
the Hilo app that it shows no power reading for this device either.

Tested on real hardware: patched UNMONITORED_DEVICES in the installed
pyhilo package on a live Home Assistant Green instance running this
device, confirmed sensor.th6250wf_power correctly stops updating and
shows unavailable instead of 0, across two restarts, with no
regressions to the device's other sensors (temperature, hvac_action,
etc).

Closes #451

This 24V thermostat only opens/closes a relay and has no power
sensing. Hilo reports power.value: None, which _map_power coerces
to 0, making sensor.<device>_power show a false 0 instead of
unavailable. Confirmed via the Hilo app showing no power reading
for this device either.

Fixes dvd-dev#451
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

_map_power silently coerces power.value: None to 0, masking missing telemetry as a real zero reading

1 participant