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.
Official
Comments
Have you tried to delete the characters "d&p" of command¶m and type them again.
I had once somewhere a hidden character.
Use the 'HTTP Get JSON' card with parameters:
url: http://192.168.1.14:8080/json.htm
json: {"type":"command","param":"switchlight","idx":6,"switchcmd":"On"}
I tried to search through this thread to find which port I would have to forward on my router, but cannot find it anywhere
https://<your id>.homey.athom.com/api/app/com.internet/testevent
<your id> is what you see in your browser url when logging in externally to your Homey via my.athom.com.
It uses the BetterLogic app but does what you want to achieve as far as I can tell.
Phuturist said: Thank you, will check it out, might save me from having a long list of flows
This is what i get from Domoticz api.
Retrieve status of specific device
You can get the status of a specific device with:
You can use HTTP GETs to issue the commands:
e.g. : http://192.168.89.2:6005/2. Keuken Stereo/favorite/Deezer Flow
this flow will then start the Deezer Flow favorite configured in your Homey.
I have also programmed a Kaku remote to turn the volume up and down : http://192.168.89.2:6005/2. Keuken Stereo/volume/+5
The node-sonos-http-api has all sorts of commands and presets, so possibilities seem endless.
I expect that the Homey provided Sonos app will integrate it much better, but for now, this is a workable solution to get my favorite stations playing via Homey.
This is what i get from Domoticz api.
Retrieve status of specific device
You can get the status of a specific device with:
I thing you need some help from the domoticz community on making the right request to domoticz. If you have that working in your browser, post the response here and we'll explain how to trigger a flow based on that response.
if you know the Homey's ID of an user (who's using HTTP request flow cards App) you can execute every flow-action in its house/flat. You just have to find out the name of that flow/action and can trigger the action over the browser,.f.e.
https://<id>.homey.athom.com/api/app/com.internet/<flow name>
Guys, that's really scary, don't you think so?
Don't you think that this permanently activated external access (API) to Homey is a potential security threat?