Hi All,
I wanted to switch my Sonoff Devices over to Tasmota to gain automatic discovery as I want to expand my devices without all the admin of configuring one device at a time.
Here is what i’ve done so far:
- Flashed Sonoff Switch with the full Tasmota Sonoff firmware, connected to my wifi etc - no issues
- Discovered the device via TasmotaAdmin (via Home Assistant Add-On), discovered device and can edit it no issues
- Followed instructions on this page: https://github.com/arendst/Sonoff-Tasmota/wiki/Home-Assistant to configure auto discovery, updated to my MQTT details and then checked it can connect to my MQTT broker
01:48:31 CMD: SetOption19 1
01:48:31 MQT: sonoff/stat/RESULT = {"SetOption19":"ON"}
- MQTT broker is one via Frenck Add-On (MQTT Server & Web client), it works as I can connect to it and see my Sonoff device connecting in the logs
1562977352: New connection from 192.168.86.182 on port 1883.
1562977352: New client connected from 192.168.86.182 as DVES_F4F8E3 (p2, c1, k10, u'mqtt').
- Went to check it in “Configuration -> Integrations -> MQTT” as per the GitHub instructions for Auto-Discovery - nothing is displayed.
My Configuration.yaml for MQTT is as follows:
mqtt:
broker: a0d7b954-mqtt
username: !secret mqtt_username
password: !secret mqtt_password
client_id: home-assistant
discovery: true
I assumed at this point the device would appear in Home Assistant at this point for configuration via the front-end GUI. But it just says
This integration has no devices.
Would love a hand to get the auto-discovery feature working so I can migrate all my Sonoff Devices across.
Other details:
- Using Hass.io version 0.95.4