Search found 3 matches

by mirage
Sunday 04 September 2016 13:04
Forum: Other questions and discussions
Topic: MQTT Infinite Loop - Suggestions
Replies: 1
Views: 1535

Re: MQTT Infinite Loop - Suggestions

Hi, There's quite a lot of threads regarding this issue elsewhere in the forum. You may already have a solution to your infinite loop problem. I'm also struggling with this as also use mqtt and domoticz. The best solution is to poll for the status of a switch before activating it in domoticz. You ...
by mirage
Thursday 03 December 2015 16:44
Forum: PHP and all others
Topic: Read Thermostat in devicechanged table
Replies: 7
Views: 1729

Re: Read Thermostat in devicechanged table

Thanks Jos, That worked. I just thought I should read the devicechanged table when a device changes, but otherdevices contained the correct value. The other reason it failed for me even when using otherdevices is that I had a print command to log the value but forgot to return the commandArray. I ...
by mirage
Wednesday 02 December 2015 17:05
Forum: PHP and all others
Topic: Read Thermostat in devicechanged table
Replies: 7
Views: 1729

Read Thermostat in devicechanged table

Domoticz just gets better and better. I've just realised that there is now a thermostat device available. I have created a dummy thermostat which now appears on the web interface. When I change the temperature I want to execute a Perl script to communicate with my heatmiser thermostat. The scripting ...