Hi All,
I just bought/Installed my 5kva Sunsynk inverter. And on my inverter I only have the following ports.
METER, BMS 485/CAN, DRMs, parallel_1,parallel_2
I've tried to use a splitter : https://www.takealot.com/rj45-cable-adapter-splitter-extender-for-cat6-cat5-cable/PLID91332572 and even without the splitter I'm unable to get any data back. I'm using https://github.com/kellerza/sunsynk to integrate to HA but getting the following info:
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] done.
[services.d] starting services
[services.d] done.
2023-04-12 19:49:09,129 INFO Loading HASS OS configuration
2023-04-12 19:49:09,135 DEBUG could not patch umodbus: numpy not found
2023-04-12 19:49:09,138 INFO ############################################################
2023-04-12 19:49:09,138 INFO Sensor deprecated: total_pv_power -> total_pv_energy
2023-04-12 19:49:09,138 INFO ############################################################
2023-04-12 19:49:09,138 DEBUG last unit:kWh, id:total_pv_power
2023-04-12 19:49:09,138 DEBUG last unit:kWh, id:total_battery_charge
2023-04-12 19:49:09,138 DEBUG last unit:kWh, id:total_battery_discharge
2023-04-12 19:49:09,138 DEBUG last unit:kWh, id:total_grid_export
2023-04-12 19:49:09,139 DEBUG last unit:kWh, id:total_grid_import
2023-04-12 19:49:09,139 DEBUG last unit:%, id:battery_soc
2023-04-12 19:49:09,139 INFO Filter *last used for battery_soc, total_battery_charge, total_battery_discharge, total_grid_export, total_grid_import, total_pv_power
2023-04-12 19:49:09,139 DEBUG Using selector: EpollSelector
2023-04-12 19:49:09,144 INFO Reading startup sensors rated_power, serial
2023-04-12 19:49:19,154 ERROR Timeout reading:
2023-04-12 19:49:19,154 INFO ############################################################
2023-04-12 19:49:19,154 INFO No response on the Modbus interface, try checking the wiring to the Inverter, the USB-to-RS485 converter, etc
2023-04-12 19:49:19,154 INFO ############################################################
2023-04-12 19:49:19,155 CRITICAL This Add-On will terminate in 30 seconds, use the Supervisor Watchdog to restart automatically.
2023-04-12 19:49:49,186 DEBUG Close <_UnixSelectorEventLoop running=False closed=False debug=True>
[cmd] ./run.py exited 0
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
I've tested my cable with an older sunsyk inverter and it's getting the relevant data. Have anybody got data back on the "new"(combined port) inverters?
Regards