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

https://github.com/jbdesbas/esp_domotic

Micropython pour relevés environnementaux sur carte ESP8266/ESP32. Publication via MQTT.
https://github.com/jbdesbas/esp_domotic

Last synced: about 1 month ago
JSON representation

Micropython pour relevés environnementaux sur carte ESP8266/ESP32. Publication via MQTT.

Awesome Lists containing this project

README

          

- NodeMCU ESP8266, ESP32
- Micropython https://github.com/micropython/micropython
- MQTT Mosquitto https://github.com/eclipse/mosquitto
- Grafana https://github.com/grafana/grafana

## Usage

Add a `secret.py` file on device root.
Edit `config.py` if needed.

```python
WIFI_SSID =
WIFI_PASSWORD =

MQTT_HOST =
MQTT_USER =
MQTT_PASSWORD =
```