This Home Assistant Integration is for Zendure devices. Currently the Hyper2000 and the Solarflow 800 are supported.
All the properties which the devices are reporting, are automatically added to HA.
The ZendureManager, can be used as a cluster manager.
- For each phase the maximum output can be configured'
- There are three mode of operation available for the Zendure Manger in order to mange how it operates:
- Off; the Zendure Manger does nothing.
- Manual power; the 'Zendure Manual Power' number is used to set discharging (if negative) and charging if positive.
- Smart matching; The 'P1 Sensor for smart matching' sensor is used to keep zero on the meter.
In all of these modes, the current is always distributed dynamicly, based on the 'actual soc' for charging and discharging. The actual soc is calculated like this:
- chargecapacity = packNum * max(0, socSet - electricLevel)
- dischargecapacity = packNum * max(0, electricLevel - socMin)
In this way the maximal availability for charging/discharging is achieved. This is also the reason why the AC mode can not be manipulated because it would break this feature.
Preferable way to install this custom integration is to use HACS. Learn how to install HACS here.
After you have successfully installed and configured HACS you can simply press this button to add this repository to HACS and proceed to Zendure Home Assistant Integration
installation.
MIT License