TSOL-MP3000 (Y47) – client mode connects successfully but no sensor data #641
|
Hi Stefan, I am trying to integrate a TSUN TSOL-MP3000 with tsun-gen3-proxy 0.16.0-rel and Home Assistant. Inverter details: Model: TSOL-MP3000 Client mode works successfully and the proxy identifies the inverter. MQTT discovery also works and Home Assistant automatically creates the inverter and its entities. However, all sensor values in Home Assistant remain Unknown. The proxy continuously tries the following sensor lists: 0x2b0 – Modbus registers at 0x3000 Each attempt results in: CRC error: 0005 != ffff for msg: 0500 The important point is that the inverter itself is working correctly. The TSUN Smart App receives current live data. For example, while testing, it showed 389.6 W current power as well as daily, monthly and total generation data. The proxy also successfully maintains the client-mode connection to the inverter and forwards the connection to the TSUN cloud. The TSUN Smart App continues to receive live data while the proxy is running. Therefore, it seems that communication and cloud forwarding are working, but tsun-gen3-proxy is unable to detect or decode the correct sensor/register layout for this TSOL-MP3000. Is this TSOL-MP3000 / Y47 variant currently supported? If not, I would be happy to provide logs or traces to help add compatibility. Please let me know which logging/trace settings or files you need. |
Replies: 2 comments 12 replies
|
Hi @Riposte82 , the MP3000 inverter properly uses a different sensor list. You may run a modus register scan to find addresses where the inverter send responses. I will write a short description how to do this and add here a link soon. |
|
I build a test version of the Home Assistant App: 0.17.0-dev-2608142353 This version should detect the MP3000 and register 6 modules and the inverter in HA. Maybe someone can validate the values. |

I build a test version of the Home Assistant App: 0.17.0-dev-2608142353
This version should detect the MP3000 and register 6 modules and the inverter in HA. Maybe someone can validate the values.