0.14.0 • Published 3 years ago

homebridge-solaredge-realtime v0.14.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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,
          "powerAddress" : 40206,
          "powerSfAddress" : 40210,
          "powerUnsignedValue" : false
        }
      ],
      "platform" : "SolaredgeRealTime"
    }
  ]
}
0.11.0

3 years ago

0.12.0

3 years ago

0.13.0

3 years ago

0.14.0

3 years ago

0.9.12

4 years ago

0.9.13

3 years ago

0.9.10

4 years ago

0.10.0

3 years ago

0.9.11

4 years ago

0.9.9

4 years ago

0.9.8

4 years ago

0.9.7

4 years ago

0.9.6

4 years ago

0.9.5

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago