Search found 7 matches

by mikedavies1953
Friday 21 November 2025 18:53
Forum: Bugs and Problems
Topic: Philips Hue related crashes
Replies: 47
Views: 1487

Re: Philips Hue related crashes

Hi, Janni

All my Hue devices are on automatic firmware update. In fact, the problems only became evident after the most recent automatic update at about 04:00 on 11 November. It seems too much of a coincidence!

I understand that your Domoticz isn’t crashing but we do seem to be suffering very ...
by mikedavies1953
Friday 21 November 2025 1:27
Forum: Bugs and Problems
Topic: Philips Hue related crashes
Replies: 47
Views: 1487

Re: Philips Hue related crashes

Version: 2025.2 (build 16922)
Platform: Windows 10

Like Janni & Peter2, Domoticz having previously been stable for years, I am also now experiencing random crashes every few hours due to Hue hardware.

It seems to have started after updating the Hue Bridge V2 to 1974063020. At that time Domoticz ...
by mikedavies1953
Thursday 04 July 2024 22:47
Forum: Other questions and discussions
Topic: IFTTT and Webhooks
Replies: 4
Views: 1389

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 ...
by mikedavies1953
Monday 01 July 2024 13:34
Forum: Other questions and discussions
Topic: IFTTT and Webhooks
Replies: 4
Views: 1389

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&param=updateuservariable&vname=Narboroughhigh&vtype=0&vvalue ...
by mikedavies1953
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: 6100

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 ...
by mikedavies1953
Saturday 13 June 2020 18:13
Forum: Blockly
Topic: Blockly Script Not Working - Hue Motion Sensor
Replies: 2
Views: 1064

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
by mikedavies1953
Saturday 13 June 2020 14:52
Forum: Blockly
Topic: Blockly Script Not Working - Hue Motion Sensor
Replies: 2
Views: 1064

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 ...