httpdomotika
v1.0.1
Published
Homebridge piloter serveur Domotika
Downloads
3
Readme
httpdomotika
Supports Domotika through https API calls.
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g httpdomotika
- Update your configuration file. See sample-config.json in this repository for a sample.
Configuration
List of available services (and configuration var): SwitchService -onCommandID -offCommandID -stateCommandID
TemperatureService -temperatureCommandID
HumidityService -humidityCommandID
Configuration sample:
"accessories": [
"accessories": [
{
"accessory": "HttpDomotika",
"jeedom_url": "https://jeedom.domain.com/jeedom",
"jeedom_api": "x8r0pcqgjfghrthtx158",
"service": "TemperatureService",
"name": "Living Room Temperature",
"temperatureCommandID": "185"
}
]