An open API service indexing awesome lists of open source software.

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

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