i use domoticz in hebrew (cheers to the translator, whoever he is) and of course i name my devices in hebrew name (i use it in my work so other people who arent good in english can use it)
now, i want to start using lua scripts instead of blockly and when i put the device name the code messes up:
Code: Select all
if (datetimedifferencenow(otherdevices_lastupdate[' חממה 1 גמלון 22-23 ']) > 300 then
if (datetimedifferencenow(otherdevices_lastupdate[' ']) >300 ) then
of course the compiler inside domoticz marks this line as an error.
do i have a solution for this? like using script files instead of the events window? or only use english letters in device name?
i tried both typing inside the brackets, and pasting from the device list ("show current states" button)