1.0.1 • Published 6 years ago

homebridgehttpdomotika v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

httpdomotika

Supports Domotika through https API calls.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g httpdomotika
  3. 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"
       }
   ]