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.
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
Enter your inverter's API key and serial number
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.
Go to plugin folder and pull new version
cd domoticz/plugins/FoxESS
git pull
Restart domoticz
sudo systemctl restart domoticz.service