Skip to content

bblaszkiewicz/FoxESS-domoticz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

FoxESS & Domoticz integration

GitHub Release

FOX-logo-425-218-4 (1) domoticz_logotyp_mini-330x220
Plugin for reading data from the FoxESS inverter. Currently, it allows reading the PV power, total production and temperatures. The plugin will be further developed to allow reading more data.

Installation

Navigate to the plugin directory and install the plugin straight from github

cd domoticz/plugins
git clone https://github.com/bblaszkiewicz/FoxESS-domoticz.git FoxESS

Next, restart Domoticz so that it will find the plugin

sudo systemctl restart domoticz.service

Configuration

Enter your inverter's API key and serial number
image

How to find API key

After logging in to https://www.foxesscloud.com/ click the user icon located in the upper right corner of the window. Then click User Profile and go to the API Management tab. Click Generate API key. The key will appear in the field next to it.
image

Plugin update

Go to plugin folder and pull new version

cd domoticz/plugins/FoxESS
git pull

Restart domoticz

sudo systemctl restart domoticz.service