TSOL-MP3000 (Y47) – client mode connects successfully but no sensor data #641
Unanswered
Riposte82
asked this question in
Traces for compatibility check
Replies: 2 comments 7 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. |
6 replies
|
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. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
Inverter SN: Y47E8501060F0xxx
Monitoring SN: 2093984xxx
Proxy version: 0.16.0-rel
Client mode: 192.168.178.85:8899
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
0x1097 – Modbus registers at 0x1000
0x3026 – Modbus registers at 0x00
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.
All reactions