Skip to content
Discussion options

You must be logged in to vote

I work with openHAB and have tried to implement the whole thing via MQTT and Modbus for the Sungrow SH15RT.
With openHAB and the Modbus binding, I read all the information from the inverter and process it in openHAB.
Since a second Modbus communication between the inverter and evcc causes problems, I forward the data required for evcc via MQTT from openHAB.
evcc Example:
Meter

power: # current power
  source: mqtt
  topic: openhab/sungrow/meter/power
  timeout: 30s # don't accept values older than timeout

## optional attributes (read-only)
energy: # meter reading in kWh
  source: mqtt
  topic: openhab/sungrow/meter/energy
  timeout: 30s # don't accept values older than timeout

PV System

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ohAnd
Comment options

Comment options

You must be logged in to vote
1 reply
@ohAnd
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by HolBaum5
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants