You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying this script with a SolarEdge SE2200 (aka HD-Wave) inverter and it works, but I'm seeing a weird thing currently: 6553.5 Volt DC. My guess is that value '65535' has a meaning in modbus/sunspec given the fact that this value returns a few times for unsupported readings, but that is nothing more than a guess. And to be precise: it's currently dark so the inverter is sleeping. I'll try again tomorrow when sunlight returns.
Power Output (AC): 0 W
Power Input (DC): 0 W
Efficiency: 0.00 %
Total Production: 3514.256 kWh
Voltage (AC): 239.20 V (49.98 Hz)
Current (AC): 0.00 A
Voltage (DC): 6553.50 V
Current (DC): 0.00 A
Temperature: 17.91 C (heatsink)
On the return to sunlight the readings of the DC voltage work. So 65535 should really be interpreted as 'currently not available' which would require some changes Voltage (DC): 277.10 V Current (DC): 0.00 A
I am trying this script with a SolarEdge SE2200 (aka HD-Wave) inverter and it works, but I'm seeing a weird thing currently: 6553.5 Volt DC. My guess is that value '65535' has a meaning in modbus/sunspec given the fact that this value returns a few times for unsupported readings, but that is nothing more than a guess. And to be precise: it's currently dark so the inverter is sleeping. I'll try again tomorrow when sunlight returns.
`
koos@gosper:~/src/sunspec-monitor$ ./sunspec-status -d -m 0 -v se-schuur
INVERTER:
Model: SolarEdge SE2200
Firmware version: 3.2434
Serial Number: xxxxxxx
Power Output (AC): 0 W
Power Input (DC): 0 W
Efficiency: 0.00 %
Total Production: 3514.256 kWh
Voltage (AC): 239.20 V (49.98 Hz)
Current (AC): 0.00 A
Voltage (DC): 6553.50 V
Current (DC): 0.00 A
Temperature: 17.91 C (heatsink)
`
The text was updated successfully, but these errors were encountered: