Search found 5 matches
- Thursday 04 July 2024 22:47
- Forum: Other questions and discussions
- Topic: IFTTT and Webhooks
- Replies: 4
- Views: 1181
Re: IFTTT and Webhooks
Thank you for your responses. @gizmocuz. That would explain why the User Variable isn’t changed, as “IFTTT” is a User rather than an Administrator. However, it doesn’t explain how the same URL can change the variable when run from a browser on a different machine. The URL calls the Domoticz server, w ...
- Monday 01 July 2024 13:34
- Forum: Other questions and discussions
- Topic: IFTTT and Webhooks
- Replies: 4
- Views: 1181
IFTTT and Webhooks
I am trying to use IFTTT to send a webhook request to set user variables (forecast high and low temperatures) within Domoticz and thus trigger an event. The request format is: http://IFTTT: password@serverURL:port /json.htm?type=command¶m=updateuservariable&vname=Narboroughhigh&vtype=0&vvalue=18 ...
- Monday 01 July 2024 2:07
- Forum: dzVents
- Topic: Is it possible to start a Domoticz script by sending a HTTP request? [Solved]
- Replies: 5
- Views: 5889
Re: Is it possible to start a Domoticz script by sending a HTTP request? [Solved]
I know this question was answered some years ago but I have a related problem with which I’m hoping somebody can help. I’m using IFTTT to send a webhook request to set a user variable (forecast high and low temperatures) within Domoticz. The URL is the updated version of the one suggested above: ht ...
- Saturday 13 June 2020 18:13
- Forum: Blockly
- Topic: Blockly Script Not Working - Hue Motion Sensor
- Replies: 2
- Views: 1005
Re: Blockly Script Not Working - Hue Motion Sensor
That solved the problem. I had reduced that script from a copy of another more complex one that included "Else If". It seems that, if there is only one set of "If Do" statements, it is necessary to use the single "If Do" logic block, i.e., the one without the blue gear icon. Many thanks
- Saturday 13 June 2020 14:52
- Forum: Blockly
- Topic: Blockly Script Not Working - Hue Motion Sensor
- Replies: 2
- Views: 1005
Blockly Script Not Working - Hue Motion Sensor
I have two Philips Hue Motion Sensors which are working fine within Hue app and are recognised by Domoticz to the extent that I can use the temperature sensors in a Blockly script without a problem. However, any attempt to use the motion sensor itself seems to fail even in a simple script such as ...