0.0.8 • Published 4 years ago

homebridge-mqtt-acpartner v0.0.8

Weekly downloads
28
License
-
Repository
github
Last release
4 years ago

homebridge-mqtt-acpartner

a homebridge plugin for IRremoteESP8266 https://github.com/crankyoldgit/IRremoteESP8266

Note:

If you find bugs, please submit them to issues or QQ Group: 107927710.

Installation

  1. Install HomeBridge, please follow it's README.
    If you are using Raspberry Pi, please read Running-HomeBridge-on-a-Raspberry-Pi.
  2. Make sure you can see HomeBridge in your iOS devices, if not, please go back to step 1.
  3. Install packages.
npm install -g homebridge-mqtt-acpartner

"mqtttemp" is the topic of a mqtt temperature sensor

{
    "bridge": {
        "name": "mqtt",
        "username": "B5:99:EB:99:AA:4E",
        "port": 51198,
        "pin": "123-11-678"
    },
    "accessories": [
        {
            "accessory": "acpartner",
            "name": "美的空调",
            "serviceType": "HeaterCooler",
            "mqtttemp": "MICO_B0F893277C32/tmp",
            "mqtt": {
               "server": "10.0.0.50:1883",
               "prefix": "homebridge",
               "username": "pi",
               "password": "raspberry"
            }
        }
    ]
}
0.0.8

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago