0.2.1 • Published 4 years ago
homebridge-fronius v0.2.1
homebridge-Fronius
Fronius API ReadOut
Based on homebridge-fronius-inverter by Stog
Installation
- Install homebridge using: sudo npm install -g homebridge
- Install this plugin using: sudo npm install -g homebridge-fronius
- 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
4 years ago
0.2.0
4 years ago
0.1.9
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago