-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vr_70/Mc2FlowTempDesired missing in HomeAssistant #1357
Comments
Try to change in
|
I commented out all filter- entries but VR 70 remains unchanged. I still wondering why I cant see the values via ebusctl find tho |
If commenting out filter-name did not make any change it could be unsupported type of values. |
MixerMovement is percent:
but I think FTStatus, FTDesired and MixerStatus are instertesting, too. |
as the entity ID in HA should reveal, it is part of the ctlv3 and this will only be published to MQTT discovery when the message was actively sent by a unit on the bus if not adjusted otherwise by ebusd/contrib/etc/ebusd/mqtt-hassio.cfg Lines 96 to 100 in 3a9ee44
|
You are looking for two different data points. In MQTT you are watching data from your mixer (vr_70). But in HA you are watching data from your sensoComfort (ctlv3). Mixer data is permanently send and updated over eBus by mixer. But register from sensoComfort are updated rarely. You have to wait, until they are polled by ebusd. |
Yes, that's what I wanted to say. My question is: how can I get the data from the VR_70 into HASS? Its there in MQTT but not added to HASS. Only the values from sensoComfort are added to HASS. |
you pointed it out yourself: the message you're interested in is a write message and those are not published to discovery unless activated by adding the write direction to filter-direction, see "When appending |^w to the filter-direction..." here: https://github.com/john30/ebusd/wiki/MQTT-integration#home-assistant |
I just found #1113 and it sounds like the same problem to me. It works for him with 23.2 but not 23.3 (which is the first version I ever used) Edit: downgraded to 23.2 and its there.. |
these messages might have appeared in an older ebusd version, but were not usable at all since the write message contains more than one field in the master part. consequently, these can't be set via mqtt at all |
Description
I just got all this running and added ebusd to Home Assistant via MQTT Auto Discovery.
I wanted to check all available data in Home Assistant. Now I found out that the Mixer Status is missing. I can see it in MQTT (using mosquitto_sub):
but it's not in Home Assistant. And I don't really underatand why it's there at all because when I use ebusctl find I can only see the Sensor Data S1-S6:
Is there something I miss here?
Actual behavior
ebusd/vr_70/Mc2FlowTempDesired is missing in home assistant
Expected behavior
ebusd/vr_70/Mc2FlowTempDesired should be in home assistant
ebusd version
23.3
ebusd arguments
--scanconfig -d ens:192.168.42.8:9999 -c /home/pi/git/ebusd-configuration/ebusd-2.1.x/de/ --log=all:error --httpport=8080 --mqtthost 192.168.42.254 --mqttport 1883 --mqttuser ebusd --mqttpass ebusd --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqttjson
Operating system
Debian 12 (Bookworm) / Ubuntu 22-23 / Raspberry Pi OS 12 (including lite)
CPU architecture
arm64
Dockerized
None
Hardware interface
Adapter Shield v5 via WiFi
Related integration
MQTT Home Assistant via mqtt-hassio.cfg
Logs
...
The text was updated successfully, but these errors were encountered: