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.
- Host: GitHub
- URL: https://github.com/jbdesbas/esp_domotic
- Owner: jbdesbas
- Created: 2022-03-17T21:21:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T19:33:48.000Z (about 2 years ago)
- Last Synced: 2025-01-05T03:13:33.416Z (over 1 year ago)
- Language: Python
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 =
```