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)
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)
Code: Select all
status = otherdevices_sValues('Kerkstraat: EvoTouch')
print (status)
Second question would be how to change the status from i.e. normal to away
Any help?