Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The temperature information will put published to the 


tele/<SONOFFDEVICE>/SENSOR

Code Block


Integrating with Homebridge 


Install the mqtt-temperature-tasmota homebridge plugin.

> npm install -g homebridge-mqtt-temperature-tasmota


Configure the plugin in homebridge's config.json file:

Code Block
{
                "accessory": "mqtt-temperature-tasmota",
                "name": "sonoff98",
                "url": "mqtt://192.168.1.60",
                "username": "MQTTUSER",
                "password": "MQTTPASS",
                "topic": "tele/sonoff98/SENSOR"
        },



References

...