https://github.com/nmasse-itix/solar-controller
ESP32 firmware to control a thermal solar installation
https://github.com/nmasse-itix/solar-controller
esp32 esp32-idf espressif solar-energy
Last synced: about 2 months ago
JSON representation
ESP32 firmware to control a thermal solar installation
- Host: GitHub
- URL: https://github.com/nmasse-itix/solar-controller
- Owner: nmasse-itix
- License: mit
- Created: 2022-06-06T16:26:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T15:29:51.000Z (over 2 years ago)
- Last Synced: 2025-02-12T11:16:21.613Z (4 months ago)
- Topics: esp32, esp32-idf, espressif, solar-energy
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Solar Controller
## System commands
### 1. Enable heating
```sh
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