When I update the set temperature of the heat controller it will not update in Home Assistant. It just stays were it is. To get the value which I set, I need to call “refresh node”. However, I when I call “refresh node” twice on the fgt001 home assistant will crash without error reporting a seg fault. Calling “refresh node” multiple times on any other zwave node works fine.
I use raspbian and run home assistant in venv. I have updated my python_openzwave to the newest version available on pip and copied the latest 12 day old fgt001.xml from github into my config folder. This xml supposedly works around an infinite loop error.
Does anyone else has similar issues or has an idea what I could fix?
I’ve just bought the heat controller to use with home assistant and I’m having the same issue. Did you manage to find a way to get it working correctly?
So if all goes well it could be fixed next year with the new heating period (I currently only have a Danfoss and a Fibaro one for testing and will wait before I buy the rest). It would be a shame if not as the thermostats are nice.
Note if you are using it in blind mode you might be running into trouble as HA is not doing anything if you are already at set temp. So what I mean, you change the set temp say from 16C to 18C. The thermostat is then at 18C, and out of sync with HA which is still at 16C. You wont be able to set it back to 16C
Hi, I read the example.
I did another that calls the entity only when there is a temperature or on/off event and not every 15 minutes, so I avoid draining the battery more than necessary.
hmm still not resolved I see. I just installed two heat controllers and the mode change is not registered as well aside from the temp. From heat to off and vice versa is not displayed correctly in HA
The value has to be between 1 and 31, why this hint? (between 2145…). And seems like if I sent something else than 1, it correctly transmitted but after refreshing the page, it stay at 1.
And parameter 3 (read-only), it didn’t gave any information. It’s supposed to tell if a window is detected as open or if the external sensor is correctly linked.
Now put the polling intensity at 0 of all entities, except for the temperature.
For the second parameter it is certainly a badly done setup, because it does not remain written. However in Additional functions I put 8, so to see the color every time I set a temperature.
The third parameter does not work.
Then I would like to add that these valves are very beautiful but are designed to modulate based on the perceived temperature (which does not correspond to that of the probe), and there is no way of knowing if they are open or closed.
About the second parameter, I tried to remove/add my valve (2 differents) few times and the issue is not fixed. The value is good for you, you see 8?
Even if I don’t have the good value here, the good one is “in” the valve (I have 8 too, remote control make change the valve color but it’s always written “1”).
Thanks for the confirmation about the 3rd parameter, I wasn’t sure.
I think you send too many requests, if I understand correctly, do you change the target temperature all day?
This implies that you ask the valve for a lot of information.
Can you post settings in zwave.yaml and automation?
No I didn’t change the target yersterday, I set up polling_intensity and don’t touch anything after that on the heat controller. It’s just that the temperature is sent to the valve every 10 minutes instead of default (I don’t know the default refresh frequency).
I don’t use zwave.yaml or anything about it in configuration.yaml, just the native integration, I didn’t change any default parameter about zwave integration. I turned off all automation about my heat controller yesterday, so nothing was active during this fall of battery.
Your problem is precisely that you send the target temperature to the valve too many times, if you use an event every 10min the valve responds with too much data and battery consumption.
You have to set the value of 10min in zwave.yaml and then create an automation that sends the target temperature only when you want to change it. Please note that the battery lasts for 1 day.
It’s the temperature from the external sensor, not the target! My needed is to have a fresh value of the actual temperature in HA, how am I supposed to do this differently? I’m not talking about the target temperature.
What the difference between write polling_intensity for temperature (not target!) at 10 in GUI and in zwave.yaml as you said?
I understand the issue about refresh entity to sent the target when I change it or turn on/off, but that’s not what I’m asking first. My issue is: the measured temperature by the external sensor isn’t up-to-date in HA. And of course after that I’ll activate my automation for when I change the set temperature