pilot Home automation
Posted: Saturday 24 March 2018 19:40
Hello
I use pilot Home automation app to recieve Messages from domoticz. this goes through http messages where you fill in your key in field 1 and then with the following api url. I've added extra spaces because the complete url was not shown correctly
So I want to incorporate http://api.pilot.patrickferreira.com/#F ... T/#MESSAGE in my dzvents so I can send messages either to my iPhone (use field1 in the url) or to my girlfriends (use field2 in the url). Or if someone has another solution.
I use pilot Home automation app to recieve Messages from domoticz. this goes through http messages where you fill in your key in field 1 and then with the following api url. I've added extra spaces because the complete url was not shown correctly
(In Field1 is my app code and in field2 of my girlfriend. see picture below the Problem is that the api url refers only to field1 so I only get the message. In DZvents I use this line (which works but only to my iPhone):http://api.pilot.patrickferreira.com/#FIELD1 / #SUBJECT/#MESSAGE
Code: Select all
domoticz.notify('message header', 'actual message','Prowl/NMS: Very Low, Pushover: N/A')