ESP32 firmware to control a thermal solar installation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nicolas Massé ac0a6c6123 doc 3 years ago
components initial commit 4 years ago
main fix default settings 4 years ago
provision initial commit 4 years ago
.gitignore initial commit 4 years ago
.gitmodules initial commit 4 years ago
CMakeLists.txt initial commit 4 years ago
LICENSE add a license 4 years ago
Makefile initial commit 4 years ago
README.md doc 3 years ago
sdkconfig.defaults initial commit 4 years ago
sdkconfig.dev initial commit 4 years ago
sdkconfig.prod initial commit 4 years ago

README.md

Solar Controller

System commands

1. Enable heating

echo -n '{"command": "set-parameter", "args": { "name": "heating_enabled", "value": 1}}' | pub -broker ssl://mqtt.broker.name:443 -topic 'solar-controller/command' -username solar-controller -password secret -qos 1

License

MIT