Setpoint problem
Moderators: leecollings, remb0
-
- Posts: 3
- Joined: Thursday 09 April 2020 22:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: Yde
- Contact:
Setpoint problem
Hello,I have added the Honeywell thermostat within Domoticz (version 2020.2) via Hardware. Created API key, API Secret, Access token and Refresh token according to the manual. This went without any problems. After this I see the corresponding Honeywell devices in the device overview, including: also the Setpoint for the thermostat, in my case the Lyric T6. When I want to adjust the temperature via the Setpoint device, this temperature change is NOT visible on the Lyric T6 thermostat. After 5 minutes, the Setpoint returns to its original temperature. My question is why are the changes not coming through.
Kind regards,
Fred Weber
Kind regards,
Fred Weber
-
- Posts: 3
- Joined: Thursday 09 April 2020 22:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: Yde
- Contact:
Re: Setpoint problem
Kan niemand mij helpen met dit probleem?
- waltervl
- Posts: 5721
- Joined: Monday 28 January 2019 18:48
- Target OS: Linux
- Domoticz version: 2024.7
- Location: NL
- Contact:
Re: Setpoint problem
Edit: perhaps look/ask here: viewtopic.php?f=31&t=22430&start=40
Domoticz running on Udoo X86 (on Ubuntu)
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
Devices/plugins: ZigbeeforDomoticz (with Xiaomi, Ikea, Tuya devices), Nefit Easy, Midea Airco, Omnik Solar, Goodwe Solar
- pgielen
- Posts: 91
- Joined: Monday 18 February 2019 14:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: Boxmeer
- Contact:
Re: Setpoint problem
I am having the same problem still in 2023: the Setpoint device in Domoticz simply reads the T6 thermostat setting and displays that. If you change the setting of the device in Domoticz to another value, that value will be displayed in Domoticz but not sent to the thermostat. After a couple of minutes, the values are refreshed and the Setpoint device in Domoticz will once again display the original value that was in the thermostat all along. I think that either the Honeywell/Resideo API or the Domoticz plugin for it just is not implemented very well.
https://robothuis.nl, RPi4B, RFXCOM XL, Aeotec Z-Stick, ESP Easy, Weatherstation, several switches and sensors, Ikea Trädfri, Philips Hue, Foscam, Reolink, Lyric T6, Ring
-
- Posts: 267
- Joined: Thursday 14 March 2024 10:11
- Target OS: Linux
- Domoticz version: 2025.1
- Location: Netherlands
- Contact:
Re: Setpoint problem
Same here in 2025! Sometimes it works. Sometimes not. But the result of this is that it is unreliable.pgielen wrote: ↑Sunday 30 April 2023 17:18 If you change the setting of the device in Domoticz to another value, that value will be displayed in Domoticz but not sent to the thermostat. After a couple of minutes, the values are refreshed and the Setpoint device in Domoticz will once again display the original value that was in the thermostat all along.
Is the cause and solution known?
Dz on Ubuntu VM on DS718+ behind FRITZ!Box.
EvoHome; MELCloud; P1 meter; Z-Stick GEN5; Z-Wave-js-ui; Sonoff USB-Dongle Plus-E; Zigbee2Mqtt; MQTT; Greenwave powernodes 1+6; Fibaro switch, plugs, smoke; FRITZ!DECT 200. Scripts listed in profile interests.
EvoHome; MELCloud; P1 meter; Z-Stick GEN5; Z-Wave-js-ui; Sonoff USB-Dongle Plus-E; Zigbee2Mqtt; MQTT; Greenwave powernodes 1+6; Fibaro switch, plugs, smoke; FRITZ!DECT 200. Scripts listed in profile interests.
- pgielen
- Posts: 91
- Joined: Monday 18 February 2019 14:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2020.2
- Location: Boxmeer
- Contact:
Re: Setpoint problem
No, the problem remains. Honeywell/Resideo is apparently not interested in updating the API.
https://robothuis.nl, RPi4B, RFXCOM XL, Aeotec Z-Stick, ESP Easy, Weatherstation, several switches and sensors, Ikea Trädfri, Philips Hue, Foscam, Reolink, Lyric T6, Ring
-
- Posts: 267
- Joined: Thursday 14 March 2024 10:11
- Target OS: Linux
- Domoticz version: 2025.1
- Location: Netherlands
- Contact:
Re: Setpoint problem
On your website I read (translated): "This is probably due to a clumsy implementation of the Resideo (Honeywell) API or the Domoticz plugin for it."
- Did you find out which of the two?
- Are there dzvents scripts known that access the api?
- Did I miss it or where did you find the description of the api?
Dz on Ubuntu VM on DS718+ behind FRITZ!Box.
EvoHome; MELCloud; P1 meter; Z-Stick GEN5; Z-Wave-js-ui; Sonoff USB-Dongle Plus-E; Zigbee2Mqtt; MQTT; Greenwave powernodes 1+6; Fibaro switch, plugs, smoke; FRITZ!DECT 200. Scripts listed in profile interests.
EvoHome; MELCloud; P1 meter; Z-Stick GEN5; Z-Wave-js-ui; Sonoff USB-Dongle Plus-E; Zigbee2Mqtt; MQTT; Greenwave powernodes 1+6; Fibaro switch, plugs, smoke; FRITZ!DECT 200. Scripts listed in profile interests.
-
- Posts: 267
- Joined: Thursday 14 March 2024 10:11
- Target OS: Linux
- Domoticz version: 2025.1
- Location: Netherlands
- Contact:
Re: Setpoint problem
For whom it is useful:
For the time being, I have made a kind of workaround, to at least have a notification when things might go wrong.
(In my case I set the timer for the setpoint from a script)
1. From my script I add timer to the SETpoint device with a temperature (let's say 21 degrees to warm up) and a second time with a temperature (let's say 12 degrees to cool down).
2. I have now created an extra dummy setpoint device and call it CHECKpoint.
3. From my script I also add timer to the CHECKpoint device with same temperatures, but times 7 minutes later than the SETpoint timer.
Then created a script that triggers on change of the CHECKpoint value.
When the script is triggered (7 minutes after the SETpoint change, it gets the value of the checkpoint, the setpoint and the heating state.
I consider three things suspicious:
1. checkpoint == 12 and heatingstate == 'On' or
2. checkpoint => 18 and heatingstate == 'Off' or
3. checkpoint ~= setpoint
In that case it sends me a notification with all the values, so I can be informed quickly and check it.
For the time being, I have made a kind of workaround, to at least have a notification when things might go wrong.
(In my case I set the timer for the setpoint from a script)
1. From my script I add timer to the SETpoint device with a temperature (let's say 21 degrees to warm up) and a second time with a temperature (let's say 12 degrees to cool down).
2. I have now created an extra dummy setpoint device and call it CHECKpoint.
3. From my script I also add timer to the CHECKpoint device with same temperatures, but times 7 minutes later than the SETpoint timer.
Then created a script that triggers on change of the CHECKpoint value.
When the script is triggered (7 minutes after the SETpoint change, it gets the value of the checkpoint, the setpoint and the heating state.
I consider three things suspicious:
1. checkpoint == 12 and heatingstate == 'On' or
2. checkpoint => 18 and heatingstate == 'Off' or
3. checkpoint ~= setpoint
In that case it sends me a notification with all the values, so I can be informed quickly and check it.
Dz on Ubuntu VM on DS718+ behind FRITZ!Box.
EvoHome; MELCloud; P1 meter; Z-Stick GEN5; Z-Wave-js-ui; Sonoff USB-Dongle Plus-E; Zigbee2Mqtt; MQTT; Greenwave powernodes 1+6; Fibaro switch, plugs, smoke; FRITZ!DECT 200. Scripts listed in profile interests.
EvoHome; MELCloud; P1 meter; Z-Stick GEN5; Z-Wave-js-ui; Sonoff USB-Dongle Plus-E; Zigbee2Mqtt; MQTT; Greenwave powernodes 1+6; Fibaro switch, plugs, smoke; FRITZ!DECT 200. Scripts listed in profile interests.
-
- Posts: 9
- Joined: Tuesday 17 November 2020 22:00
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 2024-2
- Contact:
Re: Setpoint problem
I had the same problem. The creation of the device is very complicated, but I have the interfacce working. The only problem was the setpoint. I had removed the devices I didn't need. After setting the hardware to not active, and setting 'allow new sensors', and then update the hardware again to active, the other devices where added again, and suddenly the setpoint started working. So everything is working now!
Last edited by Quest24 on Tuesday 25 February 2025 11:07, edited 1 time in total.
-
- Posts: 267
- Joined: Thursday 14 March 2024 10:11
- Target OS: Linux
- Domoticz version: 2025.1
- Location: Netherlands
- Contact:
Re: Setpoint problem
In my case it was not a case of 'never', but every now and then.
It has been working fine for the last few weeks. I do not know what it was.
I am keeping my CHECKpoint just to be safe. At least then I will be warned.
Dz on Ubuntu VM on DS718+ behind FRITZ!Box.
EvoHome; MELCloud; P1 meter; Z-Stick GEN5; Z-Wave-js-ui; Sonoff USB-Dongle Plus-E; Zigbee2Mqtt; MQTT; Greenwave powernodes 1+6; Fibaro switch, plugs, smoke; FRITZ!DECT 200. Scripts listed in profile interests.
EvoHome; MELCloud; P1 meter; Z-Stick GEN5; Z-Wave-js-ui; Sonoff USB-Dongle Plus-E; Zigbee2Mqtt; MQTT; Greenwave powernodes 1+6; Fibaro switch, plugs, smoke; FRITZ!DECT 200. Scripts listed in profile interests.
Who is online
Users browsing this forum: Bing [Bot] and 1 guest