-
Thanks to #1177 I was able to write values from Home Assistant using ebusd to my Vaillant. It's working really well for most of the entities, but I'm missing a number entity for Hc1HeatCurve to change it's value using the UI. Let's take I can change that value using the Home Assistant UI. It's working. Now, there's Hc1HeatCurve. I've also got an entity for it, but it's a sensor: Because it's a sensor, I cannot change it's value in Home Assistant UI. Looking at the CSV I'd say both are writable: When using mqtt I can also change it's value: So overall I'd say that it's working, but it's only missing the correct entity in Home Assistant to be editable using the UI. I've read through several issues and stumbled upon the discovery messages sent to HA (
Comparing this to other messages I noticed that
This is probably the reason why the entity is not writable from Home Assistant. Now I'm wondering why. Is this a bug? Is this on purpose? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can add it by modify file mqrr-hassio.cfg:
Into section
|
Beta Was this translation helpful? Give feedback.
-
Hi there, i have one question: Within HA I habe the "MQTT Explorer", where I can see all my things I need (with polling) coming in. Other things are #-tagged in the csv as I do not need them (now). But some of the Topics (like 'EBusD/ctlv2/z1HolidayStartDate') are not in HA at all. Possibly that Time ands Date are not configured in Other Topics ( 'EBusD/ctlv2/z1QuickVetoDuration') are visible but not writable. I have switched the Youd you help me please? Regards Sebastian |
Beta Was this translation helpful? Give feedback.
You can add it by modify file mqrr-hassio.cfg:
Into section
type_switch-w-number
add:Into section
type_switch-number
add: