Skip to content
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

Setting value fails in 22.1: "received unmatchable topic ebusd/35000/Hc1NightTemp/set" #523

Closed
wlcrs opened this issue Feb 13, 2022 · 1 comment

Comments

@wlcrs
Copy link

wlcrs commented Feb 13, 2022

Description

I enabled the writable entities by adding an extra config parameter as directed here.

However, when I tried to change a value ( ebusd/35000/Hc1NightTemp in this case), I received the error:

2022-02-13 17:01:34.485 [mqtt error] received unmatchable topic ebusd/35000/Hc1NightTemp/set

Screenshot of MQTTExplorer

image

Actual behavior

Error [mqtt error] received unmatchable topic ebusd/35000/Hc1NightTemp/set appears, and the value does not change after the next update.

Expected behavior

The value is updated.

ebusd version

latest release

ebusd arguments

--foreground --mqtthost=core-mosquitto --mqttport=1883 --mqttuser=addons --mqttpass=xyz --scanconfig --mqttjson --configpath=/config/ebusd-configuration/latest/en --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd --device=/dev/ttyUSB2 --log=all:notice --mqttvar=filter-direction=r|u|^w

Operating system

Debian 11 (Bullseye) / Raspbian 11 / Ubuntu 20-21

CPU architecture

x64

Dockerized

same as ebusd version

Hardware interface

other

Related integration

MQTT Home Assistant via mqtt-hassio.cfg

Logs

> ebusd --foreground --mqtthost=core-mosquitto --mqttport=1883 --mqttuser=addons --mqttpass=xyz --scanconfig --mqttjson --configpath=/config/ebusd-configuration/latest/en --mqttint=/etc/ebusd/mqtt-hassio.cfg --mqtttopic=ebusd --device=/dev/ttyUSB2 --log=all:notice --mqttvar=filter-direction=r|u|^w
2022-02-13 17:00:05.243 [main notice] ebusd 22.1.v3.15.0-6180-g5bc3d0f59c started with auto scan on device /dev/ttyUSB2
2022-02-13 17:00:05.248 [bus notice] bus started with own address 31/36
2022-02-13 17:00:05.254 [mqtt notice] connection established
2022-02-13 17:00:05.282 [bus notice] signal acquired
2022-02-13 17:00:05.870 [bus notice] new master 10, master count 2
2022-02-13 17:00:05.899 [bus notice] new master 03, master count 3
2022-02-13 17:00:05.899 [update notice] received unknown MS cmd: 1008b5100900000064ffff45ff00 / 0101
2022-02-13 17:00:09.973 [update notice] received unknown MS cmd: 1008b5110101 / 093d3b0080ff460000ff
2022-02-13 17:00:12.030 [update notice] received unknown BC cmd: 10feb516080025041713020722
2022-02-13 17:00:12.265 [update notice] received unknown MS cmd: 1008b512020064 / 00
2022-02-13 17:00:15.400 [bus notice] scan 08: ;Vaillant;BAI00;0404;9602
2022-02-13 17:00:15.400 [update notice] store 08 ident: done
2022-02-13 17:00:15.400 [update notice] sent scan-read scan.08  QQ=31: Vaillant;BAI00;0404;9602
2022-02-13 17:00:15.400 [bus notice] scan 08: ;Vaillant;BAI00;0404;9602
2022-02-13 17:00:15.405 [main notice] read common config file vaillant/broadcast.csv
2022-02-13 17:00:15.406 [main notice] read common config file vaillant/scan.csv
2022-02-13 17:00:15.406 [main notice] read common config file vaillant/general.csv
2022-02-13 17:00:15.408 [main notice] read scan config file vaillant/08.bai.csv for ID "bai00", SW0404, HW9602
2022-02-13 17:00:15.568 [update notice] sent scan-read scan.08 id QQ=31: 
2022-02-13 17:00:15.727 [update notice] sent scan-read scan.08 id QQ=31: 
2022-02-13 17:00:15.888 [update notice] sent scan-read scan.08 id QQ=31: 
2022-02-13 17:00:16.006 [bus notice] max. symbols per second: 103
2022-02-13 17:00:16.054 [update notice] sent scan-read scan.08 id QQ=31: 21;20;48;0010021849;3100;043858;N9
2022-02-13 17:00:16.069 [main notice] found messages: 202 (2 conditional on 25 conditions, 0 poll, 10 update)
2022-02-13 17:00:16.274 [update notice] sent scan-read scan.08 id QQ=31: 21;20;48;0010021849;3100;043858;N9
2022-02-13 17:00:16.434 [update notice] sent scan-read scan.08 id QQ=31: 21;20;48;0010021849;3100;043858;N9
2022-02-13 17:00:16.591 [update notice] sent scan-read scan.08 id QQ=31: 21;20;48;0010021849;3100;043858;N9
2022-02-13 17:00:16.751 [update notice] sent scan-read scan.08 id QQ=31: 21;20;48;0010021849;3100;043858;N9
2022-02-13 17:00:16.751 [bus notice] scan 08: ;21;20;48;0010021849;3100;043858;N9
2022-02-13 17:00:17.018 [bus notice] max. symbols per second: 126
2022-02-13 17:00:18.940 [bus notice] scan 15: ;Vaillant;35000;0114;7102
2022-02-13 17:00:18.940 [update notice] store 15 ident: done
2022-02-13 17:00:18.940 [update notice] sent scan-read scan.15  QQ=31: Vaillant;35000;0114;7102
2022-02-13 17:00:18.940 [bus notice] scan 15: ;Vaillant;35000;0114;7102
2022-02-13 17:00:19.117 [update notice] sent unknown MS cmd: 3115b5090124 / 09003231323034393030
2022-02-13 17:00:19.293 [update notice] sent scan-read scan.15 id QQ=31: 
2022-02-13 17:00:19.472 [update notice] sent scan-read scan.15 id QQ=31: 
2022-02-13 17:00:19.646 [update notice] sent scan-read scan.15 id QQ=31: 21;20;49;0020124473;0082;031767;N7
2022-02-13 17:00:19.646 [bus notice] scan 15: ;21;20;49;0020124473;0082;031767;N7
2022-02-13 17:00:19.656 [main notice] read scan config file vaillant/15.35000.HW7102.csv for ID "35000", SW0114, HW7102
2022-02-13 17:00:19.660 [main notice] found messages: 347 (2 conditional on 25 conditions, 0 poll, 10 update)
2022-02-13 17:00:20.222 [update notice] received read bai Status01 QQ=10: 30.5;29.5;-;-;35.0;off
...
2022-02-13 17:01:31.779 [update notice] received read bai Status01 QQ=10: 30.0;29.0;-;-;35.0;off
2022-02-13 17:01:33.162 [update notice] sent poll-read 35000 DisplayedHwcStorageTemp QQ=31: 35.0
2022-02-13 17:01:34.485 [mqtt error] received unmatchable topic ebusd/35000/Hc1NightTemp/set
@wlcrs
Copy link
Author

wlcrs commented Feb 14, 2022

Thank you for the quick fix! I tested "ebusd 22.1.v22.1-31-g4cdac87" and it's working as expected now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant