Hello,
I am having trouble understanding how to correctly read more than 1 register via Modbus at a time. For example, as part of my Modbus config I wanted to insert this entity:
If the count is set to 1, then HA correctly creates an entity called sensor.heating_mode. But when I set it to 2, then this entity value is unavailable. What I was expecting is something like 2 entities called sensor.heating_mode_0 and sensor.heating_mode_1
Right now I am reading a lot of registers one by one. It would be more efficient communication wise to do that in bulk, but I don’t know how to parse the read data.
Hi, thank you for the answer. How to understand this config when count = 3 and slave_count = 2? The documentation states it is usefull for coils only though…
Problem is that the unit appears only for the first entity. Here an exemplary card for the 8 entities:
This doesn’t bother me as such, but the actual problem is that only entities consisting of unit_of_measurement can be displayed on a graph. So the graph work for the 1st entity:
But not the second one and after:
Do you have any idea how to work this around…? I would appreciate all help.