httpdomotika

1.0.1 • Public • Published

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"
       }
   ]

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i httpdomotika

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    42.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • fjplessis