ayasystems / froniusHttp

Fronius http phyton domoticz plugin
GNU General Public License v3.0
5 stars 3 forks source link
domoticz domoticz-plugin domotuto fronius fronius-inverter

en es

FroniusHTTP

FroniusHTTP Domoticz plugin to let you integrate your inverters with your HA.

Constrains

Only single instance of the inverter is supported.

Fronius inverter

Domoticz_Fronius_Plugin

More information (Spanish language only) -> https://domotuto.com/fronius_domoticz_plugin/

Installation

  1. Navigate to the Domoticz's plugins location
    cd domoticz/plugins
  2. Clone the repository
    git clone https://github.com/ayasystems/froniusHttp.git
  3. Restart Domoticz
    sudo systemctl restart domoticz
  4. Go to the "Hardware" page and add new hardware, in type select "Fronius http"
  5. Configure your devices on the configuration page

NOTE: Remember to allow adding new devices in the settings menu

Plugin update

  1. Navigate to the plugin location
    cd domoticz/plugins/froniusHttp
  2. Pull latest plugin version
    git pull
  3. Restart Domoticz
    sudo systemctl start domoticz