Hi everyone. I have a problem that some of the rs485 temperature and humidity sensors are not displayed in hass. If I add more than four sensors, some of them are not displayed in hass panel, although in esphome logs ALL sensors transmit values correctly. Moreover, I noticed that in the panel, while connecting more than 4 sensors, some sensors display their correct value or the one that was lost. What can this be related to?
It is possible to output the lost values using an additional call by id. This means that HASS saves this data, but does not display it correctly.
But if you output this data, the other data that was there before disappears from the panel.
(solved)
I renamed the sensors with unique names like ‘Outside temp’ instead of ‘temperature_sensor_1’ and all sensors were added without conflicts. instead of ‘temperature_sensor_1’ and all sensors were added without conflicts.