Just list all your ieee in the thermostats variable and it will update all thermostats every time the temperature for the trigger changes. I’ve been using it with environment Canada for 10 thermostats and it’s been rock solid.
@EtienneMD in your PR please change line 234 MODELS_INFO: [(SINOPE, "TH1123ZB"), (SINOPE, "TH1124ZB")],
to MODELS_INFO: [(SINOPE, "TH1123ZB"), (SINOPE, "TH1124ZB"), (SINOPE, "TH1500ZB")],
This one behave the same as the first two.
@claudegel Merci beaucoup for your awesome work.
I installed your sinope custom components for the gt125, it’s working great.
I have a question regarding the automation.
I deleted the GT125 from NeviWeb but the thermostat were still updated according to the schedule I set up on NeviWeb. I added them again on Neviweb and I cleared their schedules.
Is there a way to push schedule to the thermostat using HA?
Right now, I can schedule using automation playing with the HVAC mode Heat/Off/Auto.
Yes before unplugging your devices from Neviweb you need to flush all schedules. Sinope never disclose how to send schedule to the devices. But it is useless as HA automation is a lot more powerful to manage your devices. In auto HVAC mode your device will run the stored schedule. If you have flushed all of them then the auto mode is useless. I prefer to change the set point temperature or to turn off the device. You can also change temperature set point according to specific event.
If you want to create schedule for your devices you can also install scheduler component from HACS
Today I’ve added support to Sedna valve in zigbee mode. The valve was already supported in wifi mode. In zigbee mode, connected to the GT130, you will need to connect all leak sensor to the GT130 also. You will also need to set automation in Neviweb to close the valve when leak are detected by sensor. Or you can add those automations directly in HA.
Sedna valve is also supported in ZHA but battery level is not working. Still working on this.
Hi claude! I don’t know if this is the right place but I’ll try anyway…
I have a Flextherm FLP55 thermostat connected to Neviweb (without any module)
I was able to control it in home assistant but about 2-3 months ago it seems to have stopped working… I finally have some time to try to troubleshoot it and I get this error in logs…
This error originated from a custom integration.
Logger: homeassistant.setup
Source: custom_components/neviweb130/init.py:172
Integration: neviweb130 (documentation)
First occurred: 9:13:12 AM (1 occurrences)
Last logged: 9:13:12 AM
Error during setup of component neviweb130
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 248, in _async_setup_component
result = await task
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/neviweb130/init.py”, line 74, in setup
data = Neviweb130Data(hass_config[DOMAIN])
File “/config/custom_components/neviweb130/init.py”, line 97, in init
self.neviweb130_client = Neviweb130Client(username, password, network)
File “/config/custom_components/neviweb130/init.py”, line 123, in init
self.__get_network()
File “/config/custom_components/neviweb130/init.py”, line 172, in __get_network
if network[“name”] == self._network_name:
TypeError: string indices must be integers
I just updated the integration but I get the same error.