Files, scripts, howtos and more for openHAB.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Martin Sebald c8a3f1c4ee minor change 7 years ago
..
DHT22_Luftfeuchtigkeit.js added luftdaten 7 years ago
DHT22_Temperatur.js added luftdaten 7 years ago
README.md added luftdaten 7 years ago
SDS011_PM10.js added luftdaten 7 years ago
SDS011_PM25.js added luftdaten 7 years ago
luftdaten.items minor change 7 years ago

README.md

Luftdaten.info

Monitor particulate matter, temperature and humidity parameters of Luftdaten sensors.

I run a Luftdaten particulate matter sensor and use openSenseMap to collect data from it to display and use in openHAB.

First you need to register your sensor with openSenseMap. You can access the data of your sensor through a JSON file. All you need is the box id of your sensor as described here.

  • luftdaten.items: Put this file into your /etc/openhab2/items directory and modify it for your specific setup. Maybe everything suits your needs, but you need to enter the correct box id for your sensor like described here.
  • **DHT22_*.js**: Put these files into your */etc/openhab2/transform* directory.
  • **SDS011_*.js**: Put these files into your */etc/openhab2/transform* directory.