asantaga / wiserHomeAssistantPlatform

Platform and related climate/sensors to support the Drayton Wiser Home Heating System
MIT License
219 stars 43 forks source link

sensor.wiser_lts_target_temperature_main_bedroom reporting "Off" #447

Closed Chaoscontrol closed 4 months ago

Chaoscontrol commented 4 months ago

Found about this here.

A sensor is never supposed to report "Off", but when the schedule contains a timeframe with "Off", that's what the sensor reports. I can reproduce this with any of the target sensors.

image

msp1974 commented 4 months ago

Ah, this is linked to #378, which do not have a good answer for. We used to set it to -20C (which is what the hub actually reports when off but that caused complaints as graphs would then show a negative drop). I guess we need to work out an answer. Maybe best to set it to 0C? I will ask in the forum for opinions.

Chaoscontrol commented 4 months ago

I think 0C makes the most sense, yes.

msp1974 commented 4 months ago

I'm actually going to try and set it to None which shows unknown in the sensor and see how that goes. We were also previously setting the units to None if off, so stopping that too.

Chaoscontrol commented 4 months ago

Cool, just posted in the forum that unknown` might be a good option too based on this.

msp1974 commented 4 months ago

Sensor now reports as unavailable in v3.4.4 - just released