I have a sonoff SV with tasmota on.
When is powered on, receives an ON (then OFF) command from home assistant MQTT:
00:00:03 DNS: Initialized
00:00:03 HTP: Web server active on GarageDoor-3046.local with IP address 192.168.10.15
00:00:04 MQT: Attempting connection…
00:00:04 MQT: Connected
00:00:04 MQT: tele/GarageDoor/LWT = Online (retained)
00:00:04 MQT: cmnd/GarageDoor/POWER =
00:00:04 MQT: Subscribe to cmnd/GarageDoor/#
00:00:04 MQT: Subscribe to cmnd/GroupGarageDoor/#
00:00:04 MQT: Subscribe to cmnd/DVES_252BE6/#
00:00:04 MQT: tele/GarageDoor/INFO1 = {“Module”:“Sonoff SV”,“Version”:“6.2.1.3”,“FallbackTopic”:“DVES_252BE6”,“GroupTopic”:“GroupGarageDoor”}
00:00:04 MQT: tele/GarageDoor/INFO2 = {“WebServerMode”:“Admin”,“Hostname”:“GarageDoor-3046”,“IPAddress”:“192.168.10.15”}
00:00:04 MQT: tele/GarageDoor/INFO3 = {“RestartReason”:“Power on”}
00:00:04 MQT: stat/GarageDoor/RESULT = {“POWER”:“OFF”}
00:00:04 MQT: stat/GarageDoor/POWER = OFF
00:00:04 MQT: homeassistant/light/GarageDoor_1/config = (retained)
00:00:04 MQT: homeassistant/switch/GarageDoor_1/config = {“name”:“Usa Garaj”,“command_topic”:“cmnd/GarageDoor/POWER”,“state_topic”:“stat/GarageDoor/RESULT”,“value_template”:"{{value_json.POWER}}",“payload_off”:“OFF”,“payload_on”:“ON”,“availability_topic”:“tele/GarageDoor/LWT”,“payload_available”:“Online”,“payload_not_available”:“Offline”} (retained)
00:00:04 MQT: homeassistant/light/GarageDoor_2/config = (retained)
00:00:04 MQT: homeassistant/switch/GarageDoor_2/config = (retained)
00:00:04 MQT: homeassistant/light/GarageDoor_3/config = (retained)
00:00:04 MQT: homeassistant/switch/GarageDoor_3/config = (retained)
00:00:04 MQT: homeassistant/light/GarageDoor_4/config = (retained)
00:00:04 MQT: homeassistant/switch/GarageDoor_4/config = (retained)
00:00:04 MQT: homeassistant/light/GarageDoor_5/config = (retained)
00:00:04 MQT: homeassistant/switch/GarageDoor_5/config = (retained)
00:00:04 MQT: homeassistant/light/GarageDoor_6/config = (retained)
00:00:04 MQT: homeassistant/switch/GarageDoor_6/config = (retained)
00:00:04 MQT: homeassistant/light/GarageDoor_7/config = (retained)
00:00:04 MQT: homeassistant/switch/GarageDoor_7/config = (retained)
00:00:04 MQT: homeassistant/light/GarageDoor_8/config = (retained)
00:00:04 MQT: homeassistant/switch/GarageDoor_8/config = (retained)
00:00:04 SRC: MQTT
00:00:04 RSL: Received Topic cmnd/GarageDoor/POWER, Data Size 2, Data ON
00:00:04 RSL: Group 0, Index 1, Command POWER, Data ON
00:00:04 MQT: stat/GarageDoor/RESULT = {“POWER”:“ON”}
00:00:04 MQT: stat/GarageDoor/POWER = ON
00:00:04 APP: (UTC) Wed Oct 24 10:01:17 2018, (DST) Sun Mar 25 02:00:00 2018, (STD) Sun Oct 28 03:00:00 2018
13:01:18 SRC: PulseTimer
13:01:18 MQT: stat/GarageDoor/RESULT = {“POWER”:“OFF”}
13:01:18 MQT: stat/GarageDoor/POWER = OFF
That:
00:00:04 RSL: Received Topic cmnd/GarageDoor/POWER, Data Size 2, Data ON
00:00:04 RSL: Group 0, Index 1, Command POWER, Data ON
makes the actual Garage door to open.
It happens also if I reboot the raspberry, but not when I restart HASSIO.
I also removed any configuration, automation, script, etc. related to that sonoff.
No luck.
I have no clue why that MQTT command appears.
Please help.
Thank you,
us