Gergely Polonkai
|
f69efbd224
|
[Bugfix] Make BMP180 sensor code work
The variable name was wrong, and Wire wasn’t initialized when the sensor was enabled.
|
2 years ago |
Gergely Polonkai
|
b5dae4a1ce
|
[Bugfix] Fix a constant name in config.h.sample and add a note about MODE_PROM_PUSH
|
2 years ago |
Gergely Polonkai
|
4df507f7e1
|
Remove MODE_PROM_PUSH and MODE_MQTT from consts.h
These values are not supported yet, so they should not be there yet.
|
2 years ago |
Gergely Polonkai
|
3d249d2e05
|
Move the HTTP server code to a new mode_pull module
|
2 years ago |
Gergely Polonkai
|
932e3d5d52
|
Change MDNS_NAME to SYSTEM_NAME
This value will be used as the MQTT client name when MQTT gets implemented.
|
2 years ago |
Gergely Polonkai
|
de722e001c
|
Set up mDNS in a more fool-proof way
|
2 years ago |
Gergely Polonkai
|
44dc23051f
|
[Bugfix] Make sure we can respond something to Prometheus if no sensors are present
|
2 years ago |
Gergely Polonkai
|
53a4a1f9d4
|
Update the README, and add a LICENSE file
|
2 years ago |
Gergely Polonkai
|
39d3d1e66d
|
Add support for the BMP085/BMP180 sensor
|
2 years ago |
Gergely Polonkai
|
4c58cacc21
|
Add support for the BH1750 light meter sensor
|
2 years ago |
Gergely Polonkai
|
8f223e8877
|
Move the setup stop code to a separate (reusable) function
|
2 years ago |
Gergely Polonkai
|
b7a808eaa3
|
Add support for rain sensors like FC-37 or YL-83
|
2 years ago |
Gergely Polonkai
|
c9f3eee656
|
Add support for the DHT11/DHT22 sensors
|
2 years ago |
Gergely Polonkai
|
2f210d3db6
|
Initial version that does nothing but replies to the /metrics endpoint
|
2 years ago |