Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.32 KB

File metadata and controls

49 lines (38 loc) · 1.32 KB

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
  1. Clone the repository
git clone https://github.com/ayasystems/froniusHttp.git
  1. Restart Domoticz
sudo systemctl restart domoticz
  1. Go to the "Hardware" page and add new hardware, in type select "Fronius http"
  2. 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
  1. Pull latest plugin version
git pull
  1. Restart Domoticz
sudo systemctl start domoticz