ratgdo / mqtt-ratgdo

ratgdo via mqtt
GNU General Public License v2.0
76 stars 16 forks source link

GDO open/close and switching remote unlock/lock when ratgdo is rebooted (Sec+ 2.0 LM8355 + 882LM) #11

Closed monkitrainer closed 7 months ago

monkitrainer commented 7 months ago

GDO = LiftMaster 8355 (Sec+ 2.0) Wall Control Panel = 882LM ratgdo HW 2.5 + 2.51 MQTT firmware

Issue: GDO operates the door and wireless remote lock/unlock when the ratgdo is rebooted.

Steps to reproduce:

GDO initial state = closed/unlocked Reboot ratgdo GDO opens and the wireless remote gets locked

log: ratgdo-open_lock_when_rebooted.txt

GDO initial state = opened/locked Reboot ratgdo GDO closes and the wireless remote gets unlocked

log: ratgdo-close_unlock_when_rebooted.txt

gdo-wiring ratgdo-wiring gdo-model_8355 wall-panel_882LM

PaulWieland commented 7 months ago

You can see right in the logs that your mqtt broker is sending it commands.

Maybe you sent retained command messages to your broker? Those commands are then sent to ratgdo as soon as it comes online. Clear all retained messages from your broker.

monkitrainer commented 7 months ago

@PaulWieland Yup, it was a quick fix. Thanks again for your help!