-
Notifications
You must be signed in to change notification settings - Fork 55
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
[mqtt error] received unmatchable topic ebusd/hwc/mode/temp0/set #74
Comments
hi, thanks for your ticket. |
Correct. By default the auto-discovery will create readonly entities. You can override this by providing in the ebusd-addon-configuration for the field "Add variable(s) to the read MQTT integration settings." (optional fields) the value: My ebus-device also has the same field. In mqtt-explorer i can see the auto-discovery definition:
Looking at this i suspect that you should be using:
Minor update.. I just saw this field was pushed in mqtt-explorer with payload:
Hope it helps! Be careful with changing random parameters of your ebus-device. This as you might cause things to get out-of-spec and cause issues like over-pressure, legionella, etc. |
@GrumpyMeow thanks for the information, highly recommended!! For the ebusd variable,
This can be changed with Only the r;w,,Hc1heatCurve,Heat Curve for Heat Cycle 1,,,,0F00,,,EXP,,,heating curve of HC1
r;w,,z1ActualRoomTempDesired,RoomSetpoint Zone 1,,,,1400,,,tempv,,,curren room setpoint |
@citoki could you post the YAML for your ebusd integration via the addon ? |
@vbueschken here you go: I'm currently using the config from PR370 scanconfig: true
loglevel_all: notice
mqtttopic: ebusd
mqttint: /etc/ebusd/mqtt-hassio.cfg
mqttjson: true
network_device: enh:192.168.1.53:9999
accesslevel: "\"*\""
configpath: /config/ebusd-custom-configs/rmalbrecht-ebusd-configuration/ebusd-2.1.x/de
mqttvar: filter-direction=r|u|w |
Thanks @citoki
so I'm not sure, what is the right configuration |
@vbueschken during my short tests, I couldn't get it working with the If it's being parsed as a regex string, then the Thus, to anser your question try Johns or my value ¯_(ツ)_/¯ |
closed as ebusd config & command line option error. |
Hallo,
I installed the addons and get the parameters of my Pump displayed in HA and it works fine.
When I try to change a parameter through the following script:
alias: Test
sequence:
data:
topic: ebusd/hwc/StorageTempDesiredStart/temp/set
payload: 45
mode: single
I get:
[mqtt error] received unmatchable topic ebusd/hwc/StorageTempDesiredStart/temp/set
it seems that the add-on (scan) identified or set up all parameters as sensors but some of them should be inputs
any idea ?
Thank you
Xavier
The text was updated successfully, but these errors were encountered: