I am not sure, since I don’t use HABmin for rules…
You should restructure your rule and follow this logic:
when time cron is …
then
if AlarmStatus is OFF
set item Neato to clean
Can you switch to </> Source
view and post the source code?
By the way: You have 3 main options for building automation rules:
- Flat text files (
*.rules
) with the assistance of VS Code - HABmin rules engine (the one that you are using now)
- PaperUI Next Gen Rules Engine
Since you would like to use a graphical environment, you may want to look into nodeRed also