-
Hi, I started using ebusd to control my heating. My setup is:
For the moment, I focus on the VRT380. I want to get the current temperature and set the desired temperature. I copied the 15.700.csv file to a 15.basv3.csv file so I don't touch to the original file, but most of the values from the 700 are ok. My problem is that I can't set the z1ActualRoomTempDesired parameter while other parameters are ok. I checked the csv and this particular parameter is RW. Does anybody know how to deal with that? Would I use another parameter to control the desired temperature? Is there another option (like a "mode" or something) I have to change first to set the value manually? Hope somebody can help ;-) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Not sure it might be it, but...
In this way it works to me, I attach my docker compose folder, hope it can help. |
Beta Was this translation helpful? Give feedback.
-
Damn it worked!!!! I don't know why as I also use the ebusd container and Mosquitto. In the docker compose, I added rw on the config folder and added the QOS on mqtt. Thanks a lot!!! |
Beta Was this translation helpful? Give feedback.
Not sure it might be it, but...
... I am using the ebusd docker container with MQTT as interface.
In this way it works to me, I attach my docker compose folder, hope it can help.
ebusd docket-compose folder.zip