Note that I abuse the HA thermostat slightly by setting the night temperature as “low temperature” in this entity. Normally you only set the “low temperature” if you have a device that can both heat and cool your place to keep it within the stated temperature range.
Great addon - much better than the HA original integration @andrej33 found John30’s post about writeable sensors where he says you need to add "--mqttvar=filter-direction=r|u|^w" as a startup parameter if you want to discover writable sensors.
It would be very helpful if this could be optional as a switch in the configuration (e.g. “Include writable”) rather than having to know the format of the command line switch for ebusd. It would also remind users that by default they won’t see writable sensors.
Also, some sensors have disappeared. I used to have a sensor ebusd/ehp/Subcooling and ebusd/ehp/Superheat but I now get no response from them.
Is this one for John30 or here?
Thanks again
Hi
I installed new addon ebusd 22.1 in my Home Assistant and start test Auto Discovery. On MQTT found me entities on my BAI and 700 but some entities has wrong value… Example z2RoomTemp tempv has wrong temperature. Still show me 20 but in my controller is 22,5. Why entities on auto discovery no refresh value ? Please help me how use it on Home Assistant step by step.
Before i use old addon 0,87 ebusd and i create manuallly in configuration Home Assistant ex sensors, binary_sensor,climate and then create automation in HA to refresh data on this sensor.
But now how ?
On old config also example i get info about water pressure but now i dont see this entiti
In old: ebusd/700/WaterPressure/get
@timstanley1985 Need some help, please.
I noticed there are some fixes (this) and I’m wondering how to update and test this fix on this addon? Do you have any suggestions how to update ebusd?
Thanks!!
Thanks @timstanley1985 I was just about to ask the same question for the same reason.
If I want to wait for a stable version with the fix @andrej33 mentioned above how long will I have to wait?
I ask as I don’t understand what triggers a new stable release - is it likely to be days or weeks?
Thanks @timstanley1985, I switched to ebusd-edge…and the unmatchable topic error is not showing up…but instead I get an error if I write (change input number):
2022-02-16 20:50:37.839 [mqtt debug] received topic ebusd/hwc/StorageTempDesiredStop/set with data 57
2022-02-16 20:50:37.839 [mqtt info] received set topic for hwc StorageTempDesiredStop
2022-02-16 20:50:37.839 [mqtt error] write message hwc StorageTempDesiredStop not found
2022-02-16 20:50:41.989 [main debug] performing regular tasks
Have you done anything to try and debug this yourself before asking questions? What do your logs say? Are all the sensors listed in the config working? Does the command topic work?
Thanks @timstanley1985 and @Mozzarella
Since @andrej33 and @pepeEL are also still having problems with writing I’d like to switch back to V0.87 until there’s a stable release which works for writing.
I’m going to try a selective restore from a backup as suggested here and see if I can get back to 0.87
I’m not sure where it specifies this as an integer (step: 1) value (although it probably is) but the x.06 is a bit weird. This value has previously shown as a non-integer number (17.06… with extra trailing digits I can’t remember)
The ebusd-configuration is here at line 20
It’s not really a problem but I thought I’d mention it.
Thanks to all for the really good work on this addon
Well restoring the backup didn’t work
It appeared to install 0.87 (according to HA) but a -V command lime parameter to ebusd shows 22.1 (the latest)
So the container is 0.87 but the executable is 22.1
Really stuck now with not being able to write…
To disable discovery remove any text from the the mqttint field and switch off mqttjson. This should return the addon back to 0.87 functionality.
If you really wanted to roll back you could also clone the add-on repo into your /addon folder and tweak the dockerfile of ebusd-edge to clone an older version of ebusd and build if you are adamant you need the older binary version.
That being said, if it was me I would persevere with auto-discovery and try and make it work for you (raising issues on the ebusd github if you spot bugs) rather than sit on an old version.