homebridge-irremoteesp8266-mqtt
v1.0.8
Published
Homebridge plugin to control IR devices using ESP8266 IRremoteESP8266 library and MQTT.
Readme
Homebridge Companion plugin for IRremoteESP8266
This plugin provides homebridge support form IRremoteESP8266 library
To use your IRremote over MQTT and to homebridge using this plugin, you must have This Arduino Sketch flashed to your ESP8266 device.
Configuration
"platforms": [
...
{
"name": "homebridge-irremoteesp8266-mqtt",
"platform": "ESP8266 IR MQTT",
"serviceType": "HeaterCooler",
"devices": [
{
"name": "<Any>",
"displayName": "<Any>",
"UniqueId": "<Any>",
"mqtt": {
"server": "<MQTT Server:1883>",
"prefix": "<prefix for accessory>",
"username": "<username>",
"password": "<password>"
}
},
{
"name": "<Any>",
"displayName": "<Any>",
"UniqueId": "<Any>",
"mqtt": {
"server": "<MQTT Server:1883>",
"prefix": "<prefix for accessory>",
"username": "<username>",
"password": "<password>"
}
}
]
}