No description
  • C 96.2%
  • CMake 3.8%
Find a file
2025-02-07 20:39:01 +11:00
.vscode Cleaning up 2025-02-07 20:39:01 +11:00
esp-idf-lib@1abe2e5194 init commit 2025-02-07 08:37:04 +11:00
main Cleaning up 2025-02-07 20:39:01 +11:00
.gitignore Cleaning up 2025-02-07 20:39:01 +11:00
.gitmodules init commit 2025-02-07 08:37:04 +11:00
CMakeLists.txt init commit 2025-02-07 08:37:04 +11:00
dependencies.lock init commit 2025-02-07 08:37:04 +11:00
README.md readme 2025-02-07 08:40:07 +11:00
sdkconfig.defaults cleaned sdk config 2025-02-07 08:47:14 +11:00

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.