Page 1 of 1

Honeywell Evohome HGI80 Blockly

Posted: Tuesday 16 January 2018 22:25
by jenssen
Hello,

Why aren't my temperature sensores from the Honeywell Evhome HGI80 available in Blockly?

I know I can use JSON to control the zones/switch etc, but what if I want to react on a temperature value of a certain zone? For example when it is higher then 20 degrees, the fan should be turned on. I do not see the temperature sensors from Honeywell Evohome via the HGI80, I see other temperature sensors (Z-wave sensors) in Blockly. However when I show "current states", I see all my temperature sensors from the different zones with the correct temperature?

Why can I not use them in Blockly?

Kind regards

Re: Honeywell Evohome HGI80 Blockly

Posted: Monday 22 January 2018 20:43
by jenssen
Anyone?

Re: Honeywell Evohome HGI80 Blockly

Posted: Tuesday 23 January 2018 22:45
by jenssen
gordonb3 wrote: Tuesday 23 January 2018 20:13 Not so much of an answer, but Domoticz does not see Evohome zones as temperature sensors. They are registered as heating devices and it would appear that this device type is not implemented in the event system (Blockly/LUA).
Hello,

Thanks, but how can I use the temperature from these zones as input for an action?

Kind regards

Re: Honeywell Evohome HGI80 Blockly

Posted: Friday 26 January 2018 18:53
by jenssen
gordonb3 wrote: Wednesday 24 January 2018 10:47 I guess the only way (at this time) is to run a timed script in which you retrieve the current status of a zone and act depending on its value.
Thanks, do you have a small example to read out the status of a zone?