David Rapan
David Rapan
Me too and again this just can't in any way affect the integration.
> Maybe it is related specifically to microinverters only? The integration has no idea what the device on the other end is until it successfully reads some modbus registers. >...
In your case everything what is called/processed is inside this method https://github.com/davidrapan/ha-solarman/blob/ac39b73675758f61d9c6644ac1f5495f560f4b64/custom_components/solarman/__init__.py#L53 and any entities are created only if this action is successful. This method inside calls (and depends on...
So in that case it has to happen w/ fake inverter too, so? Did someone test it?
Try to comment out this row https://github.com/davidrapan/ha-solarman/blob/2734277bc31708b00fca7686733d62bb9333e11d/custom_components/solarman/api.py#L110
Hi @Nicomagno, file with these registers already exists in the repository: [invt_xd-tl.yaml](https://github.com/davidrapan/ha-solarman/blob/main/custom_components/solarman/inverter_definitions/invt_xd-tl.yaml)
Yeah I think we could merge them. 😉
Can you record debug log please?
Thanks! I can proly see what's wrong so I'll fix it promptly! 😉
[fix: Coordinator returned NoneType on timeout](https://github.com/davidrapan/ha-solarman/commit/242ac21e1dfc3df7b665666cbe040d452052584c)