Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.29 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.29 KB

homebridge-airrohr

HomeBridge module for the DIY luftdaten.info air particulates sensor from OpenData Stuttgart.

It can be used to see the status of your own sensor in HomeKit. You can also use it to see another sensor if it's data is published to api.luftdaten.info (see here).

Setup

Install homebridge-airrohr using (sudo) npm install -g homebridge-airrohr.

Configure your AirRohr sensor in the homebridge settings file. See conig.sample.json. All settings except update_interval_seconds are required (defaults to 120 seconds).

The key setting is json_data property can either be set to:

  • http://feinstaubsensor-<YOUR_SENSOR_ID>.local/data.json using the same local network as your sensor
  • http://api.luftdaten.info/v1/sensor/<YOUR_SENSOR_ID>/ to use the public sensor API. This way you can also add other people's sensors

Follow the instructions for HomeBridge

homebridge-airrohr in apple home app