Hi there.
I made a two tasks in Tasker, one for “Home” aka “on” and one for “Away” aka “off”.
Both tasks work, but the off/away task also give some errors.
why?
this is my “on” command:
Server:Port - http://X.X.X.X:1999/api/services/input_boolean/turn_on?api_password=mypasswordhere
Data / File - {“entity_id”:“input_boolean.flemming_home”}
Content Type - application/json
this is my “off” command:
Server:Port - http://X.X.X.X:1999/api/services/input_boolean/turn_off?api_password=mypasswordhere
Data / File - {“entity_id”:“input_boolean.flemming_home”}
Content Type - application/json