Replies: 2 comments
-
hi there @Weazle
Also you won't find anything on ebus for the VR50 Ambisense TRVs - they talk radio not ebus to the VR921 and then basically the VR720f shows the highest call for heat from the TRV group as the 'Desired temp'. There is a separate add-on for HA that integrates with the MyVaillant app - which I have not tried yet. (I have 13 VR50s and a couple of repeaters - no idea why Vaillant has binned these and they are no longer being sold as they work great... well OK, they work fine) |
Beta Was this translation helpful? Give feedback.
-
Hi @JonesGW-MGD , Thanks for answering my question, I'll try to give clear answers to your questions I am not seeing any energy values that comply with the energy values shown in the MyVaillant app. This is my output for the
Back to the energy values, in the MyVaillant app I am currently seeing the following: This value not updatin triggered me to reload the MQTT integration, but after that most values turned to "unknown", after waiting for 10 minutes there was no improvement, so I restarted the EBUSD container which gave new values again when watching the MQTT Explorer, but now my integration with HA seems broken. Unfortunately getting this post together took me over an hour and I have no time left to troubleshoot anymore today. Hopefully I will find some time tomorrow. Question I do have if you are seeing a total used energy per day, or if I need to have HA calculate that by only monitoring the "CurrentConsumedPower", or "TotalEnergyUsage" as that seem real values, just no totals |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Last weekend I installed my Shield C6 adapter and connected it to my Vaillant VR71.
My Complete setup consists of the following:
Arotherm Split 75/5
Unitower Split 78/5
VR720f
VR71
VR921
5 * VR50
I am now running the ebusd container with the following ENV settings:
EBUSD_SCANCONFIG=full
EBUSD_PORT=8888
EBUSD_MQTTPORT=1883
EBUSD_MQTTHOST=192.168.180.80
EBUSD_DEVICE=ens:192.168.180.101:9999
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
EBUSD_ARCH=arm64
EBUSD_VERSION=24.1
EBUSD_FOREGROUND=
EBUSD_MQTTCLIENTID=ebusd
EBUSD_MQTTUSER=ha_mqqt
EBUSD_MQTTPASS=******************
EBUSD_MQTTTOPIC=ebusd
EBUSD_MQTTINT=/etc/ebusd/mqtt-hassio.cfg
EBUSD_MQTTJSON=
EBUSD_MQTTVERSION=3.1
EBUSD_MQTTINSECURE=
EBUSD_POLLINTERVAL=15
EBUSD_LATENCY=15
EBUSD_SCANRETRIES=10
In Homeasssistant I am still missing a lot of data like energy used that dont match the ones in the Vaillant app and do not seem to update. And when looking at the logging of the ebusd container I am seeing a lot of lines like:
received unknown MS cmd: f115b52406020003001b00 / 0601031b000000
received unknown MS cmd: 1008b5110100 / 090b03126a180900004a
The only real error popping up is the following which might be the missing piece to decode the unknown MS cmd's:
[main error] unable to load scan config f6: no file from vaillant with prefix f6 found
[main error] scan config f6: ERR: element not found
Anyone able to help me further with this?
to be complete the complete logging is added as attachment
ebusd_logging.txt
Beta Was this translation helpful? Give feedback.
All reactions