wills106 / homeassistant-solax-modbus

SolaX Power Modbus custom_component for Home Assistant (Supports some Ginlong Solis, Growatt, Sofar Solar, TIGO TSI & Qcells Q.Volt Hyb)
285 stars 85 forks source link

No device, no entities found[Bug]: 'Inverter Brand' - 'Inverter Model' Description of Error #788

Closed ececconi99 closed 4 months ago

ececconi99 commented 4 months ago

Describe the bug

I connected my home made Jumpy07 RS485 sniffer (https://github.com/Jumpy07/Solis---SolisCloud-and-Home-Assistant) between my Solis inverter and its datalogger today. I ran your HA Solax integration config, using MODBUS address 1 (a guess), Solis inverter, ELFIN/EW11 IP address and port. HA Solax said "success" and "initialising" but ended with no devices no entities. I emailed Solis support for the miodbus number (I could not find it on soliscloud or my inverter webpage). Meanwhile, I tried various modbus numbers and worked my way down the SOLAX integration inverter list starting at Growatt. No dice until I tried Modbus 1 and inverter SRNE. Success! HA SOLAX int now reports 1 device and 24 entities. So FYI, the Solis inverter config in the SOLAX integration does not seem to work, but using SRNE does! Do you have any thoughts on this?

Integration Version

not known , where do I find this?

Homeassistant core version

2024.2.5

Inverter brand

Solis

Plugin used

plugin_solis.py

Serial prefix

6031020229030006 SOLIS S/N

Connection Method

https://github.com/Jumpy07/Solis---SolisCloud-and-Home-Assistant

Detailed Error Log

No errors reported

Additional context

No response

ececconi99 commented 4 months ago

Update. After further troubleshooting with Jumpy07 on this "github issue" https://github.com/Jumpy07/Solis---SolisCloud-and-Home-Assistant/issues/10 , I found that my Elfin EW11 RS485 to WIFI unit was not receiving or sending any data. By trial and error I eventuallt realised that it seems the GC-1201 and EW11 manufacturers uses a different BUS naming convention so I had to swap the RS485 wires around, A-B and B-A, before I got any data throughput on the Elfin. So far so good.

However, in HA, using the "SolaX Inverter Modbus" integration (solis option) I get no devices no entities when I configure it. I see data traffic on the Elfin, so communication is there but no device. Any suggestions for further troubleshooting would be gratefully recieved.