Page 2 of 2
Re: Average Temp from multiple sensors
Posted: Tuesday 29 August 2017 9:52
by dannybloe
Can't you use the constants like domoticz.HUM_COMFORTABLE (see docs) to do the comparisons and for updating?
Re: Average Temp from multiple sensors
Posted: Wednesday 30 August 2017 2:30
by Wob76
Ahhh, I didn't realise I could build a local variable array like that, thanks, I'll have a tinker.
When I use sensor1.humidityStatus I receive the humidity as a strong, not a constant, is there a different command to get the output as a string? It's not a big deal, my if statement converts the string back the the constant, but just thought I must be missing something, with the outputs and inputs being different.
Thanks,
Wob
Re: Average Temp from multiple sensors
Posted: Wednesday 30 August 2017 8:19
by dannybloe
I see, I'll added that to the todo list to have a value representation for the humidity.