Hello, there is a possibility to turn Rules on/off with a Buton?
-
Rules turn on / off via button
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
you can add a dummy switch:
{ "class": "DummySwitch", "id": "ruleswitch", "name": "Rule switch" },
and use it in a rule:
if its after sunset and ruleswitch is turned on then turn light on
-
As far as I know that is not possible yet. Maybe with an API call and a buttons device or a shellswitch? But feel free to correct me …
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !
-
I have not got a clue about programming.
But I thought, you could tick in Rules/Enabled set or remove with a Buton.
I will tomorrow look for the dummyswitch."Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
The dummy switch or buttons device would only work if you are able to disable or enable rules with a rule. And as I said, i think this is not possible. There has been a similar request earlier, maybe I will find it.
Would be great if you will find a way how to do this !!Edit : found it
Pimatic/pimatic#248I just created a new feature request
But have a look at the git issue.
There is an example of a workaround.pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !