I’m a beginner with Home Assistant, and need help how to put together a working configuration.yaml file.
I’m not able to paste this section behind the # and get it work. These are boolean, value can be only 0 or 1 in the device, identifying the Heating-Cooling and the Comfort-Economy state in my heating system.
Hi Guys,
I’m absolutely a beginner and would like to understand how should connect my Wavin WTC3 base unit with Home Assistant that’s running on a Raspberry Pi. I have a WTC-Net modul and was able to control my thermostats through mywavinhome.com, but I prefer to use Home Assistant.
As I see, athes’s configuration file refers to a WTC3 so I hope that somebody can help me.
Basic questions (sorry):
what kind of cable do I need?
should I connect the WTC3 base unit with the RPI or with the router?
Yes, I have been using it with Home Assistant for more than one year. As I remember the modbus integration in HA had a serious update and it’s easy to setup.
I have the WTC-Net module so the WTC3 base unit available on the local network.
If you also have the Net module you have to set the type of communiaction in the config file to tcp, need the IP address of the module, and the port. After that you can add all sensors one by one according to the WTC3-BMS interface document that contains the modbus commands, register addresses.
Controlling the thermostats is an other question. I assume that the WTC3 have it’s own logic so I decided not to go with the modbus climate platform and write my own Appdaemon script.
Hi, here is my config to read out one info. 4129 is the register which store the actual mode (heat/winter/value “0” OR cool/summer value “1”) state. I read it out once a day.
@domos.gabor : That is great to hear! I bought a flat (under construction) where it will be built in (together with the net module), and I just wanted to prepare so that once it is ready, I can make it work with HA. I would definitely need controlling also. I do not really like the cloud-like control through mywavinhome.com. @athes : Did you manage to control the temperature and the mode through HA?
I can see this is a quite old topic I hope I can reach you somehow. I have the same setup (WTC3 and WTC-NET). I’m a kind of begginer, would you be so kind and share the details what do I need to make it work? It would be a big ste forward in my home automation to have the heating integrated.