-
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: 1 comment 1 reply
-
You can add it by modify file mqrr-hassio.cfg:
Into section
|
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: