1.2.0 • Published 3 years ago

@jappyjan/homebridge-tasmota-mqtt-ir v1.2.0

Weekly downloads
45
License
Apache-2.0
Repository
github
Last release
3 years ago

Homebridge Tasmota MQTT IR Plugin

How To:

  1. Install Tasmota (with IRSend capabilities on a ESP8266)
  2. Note down the last 3 segments of the MAC Address of the ESP without the colons
  3. Add the needed configuration in the Homebridge Platforms Configuration

e.g. (not complete, for a full list of available properties look into config.schema.json)

{
    "platform": "tasmota-mqtt-ir",
    "mqtt-host": "homebridge.local",
    "devices": [
        {
            "codes": {
                "power": "0xE0E040BF",
                "volume": {
                    "up": "0xE0E0E01F",
                    "down": "0xE0E0D02F"
                },
                "keys": {
                    "ARROW_UP": "0xE0E006F9",
                    "ARROW_DOWN": "0xE0E08679",
                    "ARROW_LEFT": "0xE0E0A659",
                    "ARROW_RIGHT": "0xE0E046B9",
                    "SELECT": "0xE0E016E9",
                    "BACK": "0xE0E01AE5",
                    "EXIT": "0xEBE22BCA",
                    "PLAY_PAUSE": "",
                    "PLAY": "0xE0E0E21D",
                    "PAUSE": "0xE0E052AD",
                    "INFORMATION": "0xE0E0807F"
                }
            },
            "name": "TV",
            "identifier": "F5A960",
            "manufacturer": "Samsung",
            "codeType": "SAMSUNG"
        }
    ]
}
1.2.0

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago