Would appreciate some help getting it working please.
Sunsynk Inverter with splitter on CAN port. Confirmed that I can still communicate with batteries
USB to RS485 plugged into splitter at one end and connective to this device at the other (connected three wires to points on this device).
USB device plugged into Home Assistant server
MQTT addon configured.
MQTT integration says 'core-mosquitto' but not devices/entries
Sunsynk/Deye Inverter Add-on (multi) add on configured as below
pymodbus
single-phase
Inverters as below. Modbus ID is 01 on the inverter.
- SERIAL_NR: "2xxxx"
HA_PREFIX: SS
MODBUS_ID: 1
DONGLE_SERIAL_NUMBER: "0"
PORT: tcp://homeassistant.local:502
Confirmed host/username/password
Addon logs say the following.
[19:47:02] INFO: Service restart after closing
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun sunsynk (no readiness notification)
s6-rc: info: service legacy-services successfully started
19:47:08 INFO Loading configuration: /data/options.json
19:47:08 INFO sunsynk library version: 0.6.5
19:47:08 INFO Schedules:
+-----------+-----+------+--------+-----------+----------+------------+
| Key | src | Read | Report | Change by | Change % | Change any |
+-----------+-----+------+--------+-----------+----------+------------+
| date_time | | 60 | 60 | | | True |
| rw | | 5 | 300 | | | True |
| enum | | 5 | 300 | | | True |
| w | * | 5 | 60 | 80 | | |
| kwh | | 300 | 300 | | | |
| any_unit | | 15 | 300 | | | |
| no_unit | | 15 | 300 | | | True |
+-----------+-----+------+--------+-----------+----------+------------+
19:47:08 INFO Using Single phase sensor definitions.
19:47:08 INFO Added hidden sensors as other sensors depend on it: Rated power, Serial
19:47:08 INFO Connecting to tcp://homeassistant.local:502
19:47:08 INFO PyModbus 3.7.2 tcp: homeassistant.local:502
19:47:08 WARNING Failed to connect Multiple exceptions: [Errno 111] Connect call failed ('172.30.32.1', 502), [Errno 111] Connect call failed ('172.30.232.1', 502), [Errno 111] Connect call failed ('192.168.1.102', 502), [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument, [Errno 22] Invalid argument
19:47:08 INFO ############################################################
19:47:08 INFO Could not connect to tcp://homeassistant.local:502:
19:47:08 INFO ############################################################
19:47:08 CRITICAL This Add-On will terminate in 30 seconds, use the Supervisor Watchdog to restart automatically.
Not sure I understand enough of how MQTT works and the flow to understand where I might be going wrong.
Any assistance greatly appreciated