npm.io
0.1.12 • Published 2 years ago

homebridge-jema-heater

Licence
ISC
Version
0.1.12
Deps
3
Size
27 kB
Vulns
0
Weekly
0

homebridge-jema-heater

Heater accessory plugin using JEMA terminal (JEM-A 1427) and Switchbot Meter API for Homebridge

Configuration

Example configuration:

"accessories": [
   {
      "accessory": "JEMAHeater",
      "name": "Floor heater",
      "options": {
         "thresholdTemperature": 24.0,
         "monitor": {
            "pin": 23,
            "inverted": true
         },
         "control": {
            "pin": 24,
            "duration": 1000
         },
         "switchbot": {
            "token": "your token here",
            "deviceId": "your device id here",
            "duration": 1000
         }
      }
   }
]