Deye 50kW HV inverter - Modbus data via USR-DR302 #602
Unanswered
Eclectic-Energy
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello everyone,
At home I have a Deye 8kW inverter and I am pulling data through to HA using the USR-DR302 gateway.
https://www.pusr.com/products/din-rail-rs485-serial-to-ethernet-converter-usr-dr302.html
I am getting all my data successfully.
I have another site though with two 50kW HV inverters prallelled, but no matter what I do the data does not pull through.
In the logs I get:
[18:56:19] INFO: Starting the Sunsynk add-on
s6-rc: info: service legacy-services successfully started
[18:56:27] INFO Loading config: /data/options.json
[18:56:27] WARNING Supervisor: get http://supervisor/services/mqtt, status 400
[18:56:27] INFO sunsynk library version: 0.8.2
[18:56:28] 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 | * | 30 | 60 | 80.0 | 5 | True |
| kwh | | 300 | 300 | | | |
| any_unit | | 15 | 300 | | | |
| no_unit | | 15 | 300 | | | True |
+-----------+-----+------+--------+-----------+----------+------------+
[18:56:28] INFO Importing sensor definitions three-phase-hv (view the source online: https://github.com/kellerza/sunsynk/tree/main/src/sunsynk/definitions/three_phase_hv.py )
[18:56:28] INFO Added hidden sensors as other sensors depend on it: Device type, Protocol, Serial, Rated power
[18:56:28] INFO Connecting to tcp://****
[18:56:28] INFO PyModbus 3.11.3 tcp: ****
[18:56:28] INFO Reading startup sensors Device type, Protocol, Serial
[18:56:48] ERROR Errors reading sensors (2 sub-exceptions)
[18:57:08] ERROR Errors reading sensors (2 sub-exceptions)
[18:57:29] ERROR Errors reading sensors (2 sub-exceptions)
[18:57:29] WARNING Retrying individual sensors: ['device_type', 'protocol', 'serial']
[18:57:39] ERROR Modbus Error: [Input/Output] ModbusIOException reading 1 registers from 0: Modbus Error: [Input/Output] Request cancelled outside pymodbus.
[18:57:49] ERROR Modbus Error: [Input/Output] ModbusIOException reading 1 registers from 2: Modbus Error: [Input/Output] Request cancelled outside pymodbus.
[18:58:09] ERROR Errors reading sensors (2 sub-exceptions)
[18:58:09] CRITICAL Could not read sensors: ['Device type', 'Protocol', 'Serial']
[18:58:09] INFO ############################################################
[18:58:09] INFO No response on the Modbus interface tcp://192.168.50.110:502, see https://kellerza.github.io/sunsynk/guide/fault-finding
[18:58:09] INFO ############################################################
[18:58:09] CRITICAL This Add-On will terminate in 30 seconds, use the Supervisor Watchdog to restart automatically.
Now Ihave the settings on the gateway the same as with the 8kW system.
I have checked the wiring with a modbus to usb converter and modbus poll, I get values.
But not through the gateway.
Can anyone suggest some help please.
Beta Was this translation helpful? Give feedback.
All reactions