Skip to content

yuriksan/homebridge-solaredge-realtime

 
 

Repository files navigation

Solaredge Real Time Monitoring in Homebridge

This is a plugin to monitor one or even many SolarEdge inverter in realtime through the modbus-protocol. You need to activate the Modbus communication on your inverter first. This can be done via the display menu (if model has a display) or via the SetApp configuration website.

Example Config:

{
  "platforms": [
    {
      "name" : "SolaredgeRealTime",
      "inverter" : [
        {
          "id" : "myInverter-1",
          "displayName" : "Photovoltaik",
          "ip" : "10.0.1.30"
        },
        {
          "id" : "myInverter-2",
          "displayName" : "Windkraft",
          "ip" : "10.0.1.31",
          "port" : 1502,
          "updateInterval" : 30,
          "ratio" : 0.1
        }
      ],
      "platform" : "SolaredgeRealTime"
    }
  ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%