1.3.1 • Published 4 years ago
homebridge-smogomierz v1.3.1
Homebridge-Smogomierz
Homebridge plugin for showing air condition data from Smogomierz sensor.
Project is based on homebridge-airly.
Instalation
- Install Homebridge using:
(sudo) npm install -g --unsafe-perm homebridge
. - Install this plugin using:
(sudo) npm install -g homebridge-smogomierz
. - Build your own Smogmomierz. Instrucions: https://github.com/hackerspace-silesia/Smogomierz#readme.
- Find your Smogmomierz IP Adress. Example: http://192.168.1.7/
- Update your configuration file like the example below.
This plugin is returning data such as: PM2.5, PM10, Temperature, Humidity.
Configuration
Example config.json
"accessories": [
{
"accessory": "Smogomierz",
"name": "Smogomierz",
"url": "SMOGOMIERZ_IP_ADRESS",
"cacheExpiryTime": 10,
"servicesNames": {
"airQuality": "Air Quality",
"temperature": "Temperature",
"humidity": "Humidity"
}
}
]
Config file
Fields:
accessory
must be "Smogomierz" (required).name
Is the name of accessory, you can change it! (required).url
adress of your Smogomierz sensor (required). Remember about 'http://' at the beginning and '/' on the end!cacheExpiryTime
time (in minutes) after which cache will be updatedservicesNames
display names of services (will be visible on the tiles in Home app)
1.3.1
4 years ago
1.3.0
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago