-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Error select entities from csv vr_71 #1113
Comments
what do you mean with the "Select of the csv"? |
Hello @john30 , I don't want to say the csv section, I'm referring to the entities with writable option selection from the csv vr_71, I don't know if I explain myself, I'll give you a photo, all of those do not appear with the latest version 23.3, there's no way that HA catches them and they are lost and there are readings and they can be polled |
still dont get your point. please pick one concrete example (instead of that many) in order to track it down. then check the mqtt messages for the particular one in the definition and value part so that it will be comparable |
I just want to say that with the latest version of ebusd 23.3 all the entities of the vr_71 device disappear from HA and mqtt Explorer continues reading them without problem, but they do not update their state and remain unknown in HA. I have installed version 23.2 and they already work but with version 23.3 they disappear from HA. |
if thats the case then please check the HA logging and also check the discovery messages for potential differences. you didn't forget to adjust the HA integration settings as needed, right? also there were some adjustments to the integration file: 23.2...23.3#diff-4952dade4072db5f6f477603bb2c18fa861198bc099ac7f746e00fb9a853c297 |
I have the same problem, see #1357 I started with 23.3 and was unable to to the VR 70 values working. Found this ticket, downgraded to 23.2 and they are there. |
see #1357 (comment) |
An option to send em read only would be nice, too. I just want to log it (to make something like https://romal.de/2023/12/25/home-assistant-mit-ebusd/) |
It would be great if all multi field write messages would be treated as read-only. VR71 and VR70 units get updated very often (every couple of seconds) and are therefore very useful as read only for reading important information (pump on/off, desired flow temperature, mixer status). Also as a quick and dirty workaround you can:
But if you restart HA you have to do it all over again. This could all be simplified by simply automating the generation of discovery messages for homeassistant but I don't know how to do it... yet. |
I just tried it and it works. Too bad we have to change it back to |
should work in passive mode I think, so try with "u" instead of "w" or "r" |
Maybe I miss something. I did this: -w,,SetActorState,,,,,"01",R1,,UCH,0=off;20=on,,,R2,,UCH,0=off;20=on,,,R3,,UCH,0=off;20=on,,,R4,,UCH,0=off;20=on,,,R5,,UCH,0=off;20=on,,,R6,,UCH,0=off;20=on,,,S7,,UCH,0=off;20=on,, so replacing the "w"s with "u"s. But then ebusd won't start:
|
also the default line with "*w" needs to be adjusted to "*u" or duplicated with "*u" |
52.vr_70.csv
ebusd starts but
and no more updates in HASS. So I guess this won't work? |
my bad, "*uw" it needs to be of course |
|
you need to change both, the default and the line with the message |
Ok, I think I finally got it :)
thanks for your patience. |
Description
When I installed the new version 23.3 the day the new version 23.3 came out, the Select of the csv vr_71 disappeared from HA, they start with Mc1 to Mc3 and some more depending on the type of circuit. I can search for that device and I have a response, I can see movement in mqttExplorer but they are not added in HA, my mqtt-hassio is always the same, I have not touched anything, if I go back to version 23.2 the devices appear again, What can happen?
Actual behavior
All vr_71 select devices disappear
Expected behavior
That those select from vr_71.csv do not disappear or can be included in HA
ebusd version
current source from git
ebusd arguments
version: '3' services: ebusd: container_name: ebusd restart: unless-stopped image: john30/ebusd:latest privileged: true environment: - EBUSD_SCANCONFIG=full - EBUSD_CONFIGPATH=/ebusd/ebusd-configuration/ebusd-2.1.x/en #ebusd/ebusd-configuration/devel/en - EBUSD_ACCESSLEVEL=* - EBUSD_DEVICE=ens:192.168.88.252:9999 - EBUSD_MQTTHOST=192.168.88.85 # - EBUSD_MQTTVAR=filter-direction= - EBUSD_MQTTPORT=1883 - EBUSD_MQTTUSER=xxxxxxxx - EBUSD_MQTTPASS=xxxxxx - EBUSD_MQTTJSON= - EBUSD_LATENCY=0 - EBUSD_MQTTINT=/ebusd/mqtt-hassio.cfg - EBUSD_UPDATECHECK=on - TZ=Europe/Madrid # - EBUSD_LOGAREAS: all - EBUSD_POLLINTERVAL=5 # - EBUSD_MQTTHOST: mqtt volumes: # - /docker/ebusd/:/ebusd/ebusd-configuration/ebusd-2.1.x/en - /docker/ebusd/:/ebusd - /etc/localtime:/etc/localtime:ro
Operating system
Debian 12 (Bookworm) / Ubuntu 22-23 / Raspberry Pi OS 12 (including lite)
CPU architecture
x64
Dockerized
latest
Hardware interface
adapter 5 via Ethernet
Related integration
MQTT Home Assistant via mqtt-hassio.cfg
Logs
29 22:32:02.237 [aviso de actualización] recibió actualización-escritura vwzio SetMode QQ=10: auto;0.0;-;-;1;0;0;0;0;0
2023-12-29 22:32:02.526 [aviso de actualización] recibido escribir vr_71 SetActorState QQ=10: -;-;-;off;off;off;-;-;-;-;-;-;00 00
2023-12-29 22:32:02.776 [aviso de actualización] recibido escribir vr_71 Mc1FlowTempDesired QQ=10: apagado;0.0;encendido;-100
2023-12-29 22:32:03.018 [aviso de actualización] recibido escribir vr_71 Mc2FlowTempDesired QQ=10: on;33.0;on;15
2023-12-29 22:32:03.366 [aviso de actualización] enviado encuesta-lectura basv0 z2Name1 QQ=31: Planta
2023-12-29 22:32:03.536 [aviso de actualización] recibido escribir vr_71 Mc3FlowTempDesired QQ=10: apagado;0.0;encendido;-
The text was updated successfully, but these errors were encountered: