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.
|
|
3 years ago | |
|---|---|---|
| components | 4 years ago | |
| main | 4 years ago | |
| provision | 4 years ago | |
| .gitignore | 4 years ago | |
| .gitmodules | 4 years ago | |
| CMakeLists.txt | 4 years ago | |
| LICENSE | 4 years ago | |
| Makefile | 4 years ago | |
| README.md | 3 years ago | |
| sdkconfig.defaults | 4 years ago | |
| sdkconfig.dev | 4 years ago | |
| sdkconfig.prod | 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