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.
HTTP app help
djesko
Member
Hi
Can anyone help med to send this command to my domoticz with the HTTP app , dont know where and what card to use.
http://192.168.1.137:8080/json.htm?type=command¶m=switchlight&idx=99&switchcmd=Off
Thanks
Can anyone help med to send this command to my domoticz with the HTTP app , dont know where and what card to use.
http://192.168.1.137:8080/json.htm?type=command¶m=switchlight&idx=99&switchcmd=Off
Thanks
Comments
here you go
Also check if HTTP authentication is disabled
Any example pic to share?
ulr http://192.168.1.137:8080/json.htm?
{"type":"command","param":"switchlight","idx":99,"switchcmd":"Off"}
You'll have to be sure that your homey ip is known by domoticz in settings local ip.
URL: http://192.168.2.11:8080/json.htm
command: {"type":"command","param":"switchlight","idx":7,"switchcmd":"On"}
A few weeks ago i discovered that the flow card parameters now allow querystrings to be passed with the url parameter. If this works for all situations, i will remove the json parameter in a future version. Can you give me some feedback on this. Are these flows working if create them like the topicstarter did earlier on?
http://api.wunderground.com/api/ID/forecast/q/nl/Breda.json
$.forecast.txt_forecast.forecastday[1].fcttext_metric
I should get: "Partly cloudy skies. Low around 10C. Winds W at 10 to 15 km/h"
but I get: un... iets..
If you find a way to have Homey actually say the forecast let me know, I have not managed to do this and can only get it into a variable.
Have you tried this approach? Get the weather expection based on a speech trigger, and trigger a flow on a better logic variable is set flow.
Trigger:
Action flow:
THNX for the JSON. Still don't understand why mine, didn't work.
But he Your works so I'm happy!!
About the speech.
I made a second flow:
This works for me.
Thnx for the teamwork!