No description
- C 96.2%
- CMake 3.8%
| .vscode | ||
| esp-idf-lib@1abe2e5194 | ||
| main | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| dependencies.lock | ||
| README.md | ||
| sdkconfig.defaults | ||
About
I wanted a tempreature sensor for some rooms in my house and I don't want any cloud based systems.
This takes an ESP32 and a BME680, connects it to wifi then hosts on prometheus exporter on /metrics to export the data.
building
Update wifi SSID and password in sdkconfig to your own.
Make sure to run git submodule init to download submodules.
You will need to build and flash with the ESP IDF framework.