homebridge-teplomer-thevelda
v1.0.8
Published
Homebridge plugin for reading data from thevelda teplomer.
Readme
homebridge-teplomer-thevelda
Description
This homebridge plugin thevelda thermometer is getting data from teplomer.thevelda.eu to Apple's HomeKit.
Installation
- Install this plugin:
npm install -g homebridge-teplomer-thevelda - Update your
config.jsonfile
Config
"accessories": [
{
"accessory": "Thermometer",
"name": "Thermometer",
"id": "0000000000",
"apiroute": "https://teplomer.thevelda.eu"
}
]Core
| Key | Description | Default |
| --- | --- | --- |
| accessory | Must be Thermometer | Thermometer |
| name | Name to appear in the Home app | N/A |
| id | ID of Thermometer | N/A |
Additional options
| Key | Description | Default |
| --- | --- | --- |
| defaultUrl | Root URL of Teploměr thevelda server | https://teplomer.thevelda.eu/ |
| pollInterval | Time (in seconds) between device polls | 60 |
