mouldy thermo-, baro-, hygrometer with prometheus Hi! Nicolai von - - PowerPoint PPT Presentation

mouldy
SMART_READER_LITE
LIVE PREVIEW

mouldy thermo-, baro-, hygrometer with prometheus Hi! Nicolai von - - PowerPoint PPT Presentation

mouldy thermo-, baro-, hygrometer with prometheus Hi! Nicolai von Neudeck nicolai@vonneudeck.com My apartment had a mouldy spot Dewpoint!? Temperature when the water vapor in the air condenses. Depends on: Temperature Air


slide-1
SLIDE 1

mouldy

thermo-, baro-, hygrometer with prometheus

slide-2
SLIDE 2

Hi!

Nicolai von Neudeck nicolai@vonneudeck.com

slide-3
SLIDE 3

My apartment had a mouldy spot

slide-4
SLIDE 4

Dewpoint!?

Temperature when the water vapor in the air condenses. Depends on:

  • Temperature
  • Air pressure
  • Humidity
slide-5
SLIDE 5

Buy a little alert device for that

slide-6
SLIDE 6

I wish there was one for Prometheus

slide-7
SLIDE 7

ESP8266 + BME 280

LoLin NodeMCU V3 Bosch BME 280

slide-8
SLIDE 8

NodeMCU

  • Firmware for ESP 8266
  • eLua
  • Modules available

○ i²C ○ BME 280 ○ Wifi ○ TCP-Server ○ …

slide-9
SLIDE 9

The answer is always

HTTP/1.0 200 OK Server: NodeMCU on ESP8266 Content-Type: text/plain; version=0.0.4 # TYPE nodemcu_temperature_celsius gauge nodemcu_temperature_celsius 25.39 # TYPE nodemcu_airpressure_hectopascal gauge nodemcu_airpressure_hectopascal 956.028 # TYPE nodemcu_airpressure_sealevel_hectopascal gauge nodemcu_airpressure_sealevel_hectopascal 1017.682 # TYPE nodemcu_humidity_percent gauge nodemcu_humidity_percent 57.844 # TYPE nodemcu_dewpoint_celsius gauge nodemcu_dewpoint_celsius 16.5

slide-10
SLIDE 10

Metrics

slide-11
SLIDE 11

github.com/vonneudeck/mouldy