kbialek / deye-inverter-mqtt

Reads Deye solar inverter metrics and posts them over mqtt
Apache License 2.0
215 stars 50 forks source link

SUN-5K-SG03LP1-EU support #74

Closed Jim5975 closed 1 year ago

Jim5975 commented 1 year ago

Hi Hope you can help, I'm getting some data from the current version, but I'm looking to also pull the Battery Charge, Discharge and current capacity. I'm open to trying to read the Modbus address but can't figure out where to start.

Hardware (please complete the following information):

Software (please complete the following information):

DEYE_LOGGER_IP_ADDRESS=10.22.20.231 DEYE_LOGGER_PORT=8899 DEYE_LOGGER_SERIAL_NUMBER=2730158931

MQTT_HOST=10.22.1.2 MQTT_PORT=1883 MQTT_USERNAME= MQTT_PASSWORD= MQTT_TOPIC_PREFIX=deye

LOG_LEVEL=DEBUG DEYE_DATA_READ_INTERVAL=60 DEYE_METRIC_GROUPS=string

edvandreas commented 1 year ago

You need to change DEYE_METRIC_GROUPS=string to DEYE_METRIC_GROUPS=deye_sg04lp3,deye_sg04lp3_battery to read the correct values including the battery

kbialek commented 1 year ago

@Jim5975 Please follow the suggestion from @edvandreas Please let me know if it works this way, so I can update the documentation

kbialek commented 1 year ago

@Jim5975 Meanwhile I've added a new deye_hybrid metrics group. It might work with your inverter.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.