longzheng / homebridge-fronius-inverter-lights

Homebridge plugin for Fronius inverter with smart meter as a lightbulb accessory
MIT License
10 stars 2 forks source link
fronius fronius-inverter fronius-solar-api homebridge homebridge-plugin

homebridge-fronius-inverter-lights

Homebridge plugin for Fronius inverter with smart meter as a lightbulb accessory

Screenshots

Install

npm i -g homebridge-fronius-inverter-lights@latest

Homebridge config

    "platforms": [
        {
            "name": "Fronius inverter",
            "platform": "FroniusInverterLightsPlatform",
            "inverterIp": "192.168.1.124",
            "pollInterval": 2,
            "battery": false
        },

Enable Solar API on newer Fronius inverters

Some 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.

image