solarflow-control
A tool to automatically control Zendure's Solarflow hub with more flexibility to match home power demand
File Explorer
Download Latest Version (.zip)- docker-publish.yml
- CODEOWNERS
- extensions.json
- settings.json
- README.md
- config.ini
- docker-compose.yml
- mosquitto.conf
- README.md
- statuspage-config.ini
- schema.graffle
- schema.png
- binary_sensor.pass.json
- binary_sensor.wifiState.json
- number.inverseMaxPower.json
- number.maxDischargePower.json
- number.minChargePower.json
- number.minSoc.json
- number.outputLimit.json
- number.socSet.json
- number.sunriseOffset.json
- number.sunsetOffset.json
- select.passMode.json
- sensor.electricLevel.json
- sensor.inverseMaxPower.json
- sensor.maxTemp.json
- sensor.minSoc.json
- sensor.outputHomePower.json
- sensor.outputLimit.json
- sensor.outputPackPower.json
- sensor.packInputPower.json
- sensor.packNum.json
- sensor.packState.json
- sensor.passMode.json
- sensor.remainOutTime.json
- sensor.socSet.json
- sensor.soh.json
- sensor.solarInputPower.json
- sensor.solarPower1.json
- sensor.solarPower2.json
- sensor.totalVol.json
- switch.allowDayDischarge.json
- switch.autoRecover.json
- switch.buzzerSwitch.json
- switch.chargeThrough.json
- switch.controlBypass.json
- switch.dryRun.json
- switch.masterSwitch.json
- dtus.py
- smartmeters.py
- solarflow-control.py
- solarflow.py
- utils.py
- .gitignore
- build.sh
- config.ini
- Dockerfile
- Dockerfile-baseimage
- Jenkinsfile
- Jenkinsfile-baseimage
- requirements.txt
- .gitignore
- README.md
- ruff.toml
# Installation Guide
1. Get the code
git clone https://github.com/reinhard-brandstaedter/solarflow-control
Downloads the entire project code from GitHub to your computer.
cd solarflow-control
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker pull rbrandstaedter/solarflow-control:latest
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -r src/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
