Page 1 of 1

Overrides not visible for Evohome HGI80 devices

Posted: Monday 25 April 2016 0:14
by DanD
Hi,

Does anyone else have a problem with Evohome temporary/permanent overrides not being shown in Domoticz for any of the devices monitored via the HGI80 usb device? The override icon indicating the override appears for a few seconds on the temperature sensor display in Domoticz. The icon then disappears and the mode shown switches back to 'Normal', but the correct updated setpoint temperature is still shown.

The first picture below shows the temperature sensor display incorrectly showing the override setpoint as 'Normal' mode (override2.jpg):


The second picture is the correct temperature sensor display with the override shown, but this only appears for a few seconds (override.jpg):

Thanks,
Dan

Re: Overrides not visible for Evohome HGI80 devices

Posted: Monday 02 May 2016 15:38
by DanD
I managed to fix my problem which was due to a problem in evohome.h caused by the use of sizeof in ConvertMode. Based upon my testing, this can generate incorrect array sizes which prevent correct conversion of the override messages and they default to Mode 0: Normal. The issue has been fixed in pull request #627 which has now been merged.

Dan