Page 1 of 1

get status of EvoHome Touch

Posted: Wednesday 04 April 2018 21:12
by JuanUil
Hi Folks

I am trying to get the status of my EvoHome Touch.
possible values are:
Normal, economy, away, Day Off, Custom, Heating off

when I try

Code: Select all

status = otherdevices('Kerkstraat: EvoTouch')
print (status)
I get

Code: Select all

 2018-04-04 21:11:31.808 Error: EventSystem: in /home/pi/domoticz/scripts/lua/script_device_test.lua: /home/pi/domoticz/scripts/lua/script_device_test.lua:15: attempt to call global 'otherdevices' (a table value) 
When I try

Code: Select all

status = otherdevices_sValues('Kerkstraat: EvoTouch')
print (status)
I get the same error.

Second question would be how to change the status from i.e. normal to away

Any help?

Re: get status of EvoHome Touch

Posted: Tuesday 01 May 2018 23:28
by EdddieN
Not quite you are looking for but this link may help:
http://www.domoticz.com/forum/viewtopic ... 25#p176525