I´m trying to create an rule to manage to turn my shelly devices on and off at a specific time. This is my first rule ever. My items are set up via PaperUI and I simply started to implement my rule.
rule "wakeUpItems"
when
Time cron "0 12 15 1/1 * ? *"
then
sendCommand(Licht_Kreise, ON)
end
I tried several different ways, and normally there must be a simple solution for this problem. I would like to turn on my devices with a time cron call. However, it is just not working. Could somebody help me out? Or give me an better way to do it?
Depends on your host system. You should have a fairly obvious /userdata folder.
If you’re having doubts about where to find files, note also that you must both use correct filename extensions and place in correct folder, for rules to be loaded.
What does the log say. Give us something to work with. Rules like this work for everybody else, so you know you are just looking for a simple oversight.