I want to turn on the light only if the light was off and if there is motion. If the light is already on then there is no need to send another radio transmission.
The following example does not work. I have tried a few other things that did work.
Code: Select all
If motion sensor = on, Do Set light = on
Code: Select all
If light = off, Do Set light = on
Extra info, I use Mysensors 1.5 and Domoticz Version: 3.4834