Welcome, perhaps someone has already encountered a problem like the one I am experiencing and can help me solve it.
I have Home Assistant installed on an RPi 3 and to this connected an Arduino Mega via USB with a sketch for 28 relays uploaded. I am using the Mysensors libraries. Theoretically everything should integrate automatically when I add the Mysensors integration, point to the port etc. And up to a certain point it is ok. HA sees the arduino, only that there should be 28 entities (relays), and in fact there is only one entity, and a fake one at that (some battery indicator which is not mentioned in my sketch). The fact is that the relays did show up for me, but after a long time and it was on the basis of the individual entities "flowing" over a period of about 24 hours. However, they never "flowed" more than 21 units. In the logs I have the info: WARNING (MainThread) [mysensors.sensor] child_id 1 already exists in children of node 0, cannot add child - and so on for each relay. I've used the same sketch and hardware before, only with Domoticz and it worked. What could be wrong?