homebridge-http-irblaster
Version:
ESP8266 based IR Blaster for HomeBridge: https://github.com/nfarina/homebridge
75 lines • 1.49 kB
JSON
{
"bridge": {
"name": "Heisenberg",
"username": "AA:BB:CC:DD:EE:01",
"port": 51826,
"pin": "031-45-154"
},
"description": "HomeBridge HTTP Status Control",
"plugins": [
"homebridge-HTTP-IRBlaster",
"homebridge-config-ui-x"
],
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "none",
"theme": "auto",
"tempUnits": "c",
"lang": "auto",
"sudo": false,
"platform": "config"
}
],
"accessories": [
{
"accessory": "http-irblaster",
"name": "Panasonic",
"irBlaster": "esp_08ee65.local.",
"on_busy": 5000,
"off_busy": 5000,
"up_busy": 400,
"down_busy": 400,
"steps": 50,
"rdelay": 100,
"count": 1,
"off_data": [
{
"type": "PANASONIC",
"out": 1,
"data": "538BC81",
"length": 48,
"address": 16388
}
],
"on_data": [
{
"type": "PANASONIC",
"out": 1,
"data": "538BC81",
"length": 48,
"address": 16388
}
],
"up_data": [
{
"type": "PANASONIC",
"out": 1,
"data": "5000401",
"length": 48,
"address": 16388
}
],
"down_data": [
{
"type": "PANASONIC",
"out": 1,
"data": "5008481",
"length": 48,
"address": 16388
}
]
}
]
}