homebridge-jema-heater
v0.1.12
Published
Heater accessory plugin using JEMA terminal (JEM-A 1427) and Switchbot Meter API for homebridge
Downloads
5
Readme
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
}
}
}
]