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 its data is published to data.sensor.community (see here for more info).
data.sensor.community
First follow the instructions for HomeBridge.
Install homebridge-airrohr
using (sudo) npm install -g homebridge-airrohr
.
Configure your AirRohr sensor in the homebridge
settings file. See config.sample.json. All settings except update_interval_seconds
(defaults to 120 seconds) and history
(defaults to persisting to memory) are required.
See the documentation of the fakegato-history module for the list of supported options.
To run this project you have two options
To do this set json_data
to
http://feinstaubsensor-<YOUR_SENSOR_ID>.local/data.json
using the same local network as your sensor.
Note: If you use a HomeKit hub (like a Apple TV or a iPad) you can still access your data from outside your home. See Apple's documentation for details.
Don't set public_temperature_json_data
or public_airquality_json_data
in this scenario.
This allows you to add any sensor not only your own. To get the same functionality as above you need to set two IDs/URLs:
Set public_temperature_json_data
to the URL where to find the temperature data: http://data.sensor.community/airrohr/v1/sensor/<YOUR_TEMPERATURE_SENSOR_ID>/
Set public_airquality_json_data
to the URL where to find the air particulates (PM10, PM25) data: http://data.sensor.community/airrohr/v1/sensor/<YOUR_AIRQUALITY_SENSOR_ID>/
Don't set json_data
in this scenario.
Note: If you set json_data
the public_…
settings will be ignored.
Homebridge 是一个轻量级 NodeJS 服务器,它模拟 iOS HomeKit API,提供从 HomeKit 到“智能家居”设备制造商提供的各种第三方 API 的基本桥接。通过 Homebridge 的桥接,可以让 Siri 控制完全不支持 HomeKit 的设备。 此外 Homebridge 支持插件。
homebridge-vsx homebridge-vsx is a plugin made for homebridge,which allows switching on and off your Pioneer AV receiver. All AV receivers (VSX and SC),which work with the iControl AV5 App are support
homebridge-sesame Control and monitor your Sesame smart lock with HomeKit integration. Prerequisites Installation of Homebridge iOS 11 or later Sesame lock with enabled cloud integration Sesame Wifi A
homebridge-panasonictv A homebridge plugin for turning on and off your Panasonic Viera TV. The plugin also has experimental support for changing the volume and channel. These characteristics are not r
Quick Start | Contribute A Wake on Lan plugin for Homebridge Turn your PCs, laptops, servers and more on and off through Siri Quick Start To install the plugin, head over to the machine with Homebridg
Docker Homebridge This Alpine/Ubuntu Linux based Docker image allows you to run Nfarina's Homebridge on your home network which emulates the iOS HomeKit API. This is a multi-arch image and will also r