You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Bin:

https://github.com/arendst/Tasmota/releases/download/v9.5.0/tasmota-zbbridge.bin


Wiring:



Flash Zigbee Chip

https://zigbee.blakadder.com/Sonoff_ZBBridge.html


Homebridge Integration





Plugin:

https://www.npmjs.com/package/homebridge-tasmota-zbbridge


Configuratin

{
    "name": "ZbBridge",
    "zbBridgeDevices": [
        {
            "addr": "0x7FF4",
            "type": "switch",
            "name": "Switch"
        }
    ],
    "tasmotaDevices": [
        {
            "topic": "zigbee",
            "type": "POWER",
            "name": "power"
        },
        {
            "topic": "zigbee",
            "type": "StatusSNS.AM2301.Temperature",
            "name": "Sonoff TM Temperature"
        }
    ],
    "mqttBroker": "192.168.1.50",
    "platform": "TasmotaZbBridge"
}


References

ReferenceURL
Sonoff Zigbee Bridge | How to flash with Tasmota and setup in Home Assistant with ZHAhttps://www.youtube.com/watch?v=SDynPbCGvS0
Tasmota Releaseshttps://github.com/arendst/Tasmota/releases


  • No labels