0.2.1 • Published 3 years ago

homebridge-fronius v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

homebridge-Fronius

Fronius API ReadOut

Based on homebridge-fronius-inverter by Stog

Installation

  1. Install homebridge using: sudo npm install -g homebridge
  2. Install this plugin using: sudo npm install -g homebridge-fronius
  3. Update your configuration file using the example below.

Configuration

Add a new accessory for "FroniusPV" with a name for the accessory and the inverts IP Address as per the example below.

The following inverter data can be returned :

  • P_PV - Live energy generation from the solar array
  • P_Load - Live energy consumption through the inverter
  • P_Grid - Live energy consumption from the grid
"accessories": [
    {
        "accessory": "FroniusPV",
        "name": "Generation",
        "ip": "xxx.xxx.xxx.xxx",
        "inverter_data": "P_PV"
    },
    {
        "accessory": "FroniusPV",
        "name": "Consumption",
        "ip": "xxx.xxx.xxx.xxx",
        "inverter_data": "P_Load"
    }
]
0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago