Homebridge plugin for Fronius inverter with smart meter as a lightbulb accessory
npm i -g homebridge-fronius-inverter-lights@latest
"platforms": [
{
"name": "Fronius inverter",
"platform": "FroniusInverterLightsPlatform",
"inverterIp": "192.168.1.124",
"pollInterval": 2,
"battery": false
},
name
(required) the name of the plugin instanceplatform
(required) the name of the plugin, must be FroniusInverterLightsPlatform
inverterIp
(required) the IP address of your Fronius inverterpollInterval
(required) the polling frequency in secondsbattery
(optional) enable battery accessory to show your battery SOC and usageSome newer Fronius inverter models may disable access to the local Solar API by default, which you must manually enable before setting up this plugin.
Login to the local web UI as Customer or Technician user, open the hamburger menu on the left, select Communication, select Solar API, then turn on Activate communication via Solar API, and finally select Save.