This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
URL based device calls
bierre
Member
I don't know if it's possible, but is there a way to make URL calls to turn off or on devices? Domoticz offers this feature and it makes it easy to integrate with other services.
I use HA bridge (it simulates a hue bridge and devices can be activated through on and off urls) to link some 433 devices to my amazon Echo Dot. I now need to install domoticz to make URL calls. It would be nice if I could use homey as central hub for my devices and the amazon echo for voice control (which is way better then homey).
I use HA bridge (it simulates a hue bridge and devices can be activated through on and off urls) to link some 433 devices to my amazon Echo Dot. I now need to install domoticz to make URL calls. It would be nice if I could use homey as central hub for my devices and the amazon echo for voice control (which is way better then homey).
Comments
https://developers.athom.com/library/api/
Works great!
It can be controlled with 'HTTP request flow cards' and GET commands like 'http://192.168.2.9/control?cmd=GPIO,12,0' and 'http://192.168.2.9/control?cmd=GPIO,12,1'
I use esp easy in combination with Homey. Homey can receive and send to a esp easy device. I use the http request flowcharts for this. To receive a message from esp easy listen to:
Within esp easy you use the generic http protocol as communication protocol and you can add the url in the advanced tab under templates. You can also use rules under esp easy to send the http get command.
For sending an http request to esp easy use the http get card and fill in the correct url:
You could also use MQTT to communicate between an esp easy and Homey.
Gr. Remco
Hi Martijn, im new in working with HTTP request but woud like to read out and set status of my WoonVeilig alarm system. I have ended the contract with woonveilig but would like to use the keypad to start new flows in homey, but also to switch on the Alarm (Sound). I have access my Woonveilig with putty, en see that i can read and change setings, I would like to get and set these settings within Homey. please give some instructions
Kind regard,
Ale
Kind regard,
Ale