saidlm / Domoticz-Solax-plugin

Plugin to monitor and control Solax inverter from Domoticz via ModBUS over TCP/IP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domoticz-Solax-plugin

It is developed to be able to monitor and control Solax inverter from Domoticz software via ModBUS over TCP/IP. Current version is read only. It means that there is no possibility to change configuration or changes behavior of the inverter. All the information which are collected by default version are visible on pictures below.

Utility tab

Utility tab

Temperature tab

Temperature tab

Switches tab

Switches tab

Prerequsities

  • Running Domoticz software
  • The installation of additional python3 library – pymodbus is necessary.
sudo pip3 install -U pymodbus

The plugin was tested with Domoticz version 2023.2 and pymodbus 3.5.2

Installation

  • Place the folder inside Domoticz plugin folder e.g. :
/home/domoticz/plugin/Solax
  • Copy plugin.py from repository folder to the folder created in previous step.
  • Restart Domoticz.
sudo service domoticz.sh restart

or

docker restart domoticz

The exact command depends on your instalation.

Configuration

Hardware configuration

About

Plugin to monitor and control Solax inverter from Domoticz via ModBUS over TCP/IP

License:MIT License


Languages

Language:Python 100.0%