ratgdo / mqtt-ratgdo

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

ratgdo disconnects from mqtt server every 1 minute exactly #51

Closed timespaced closed 4 months ago

timespaced commented 5 months ago

my ratgdo disconnects and reconnects from the MQTT server (tested with ratgdo-homebridge plugin and with Home Assistant) every 1 minute exactly.

I have done the following, amounting to many hours, and the issue persists:

Homebridge plugin logs:

[1/1/2024, 11:20:29 AM] [RatgdoPlugin] ratgdoFMyQ3: Device disconnected.
[1/1/2024, 11:20:31 AM] [RatgdoPlugin] ratgdoFMyQ3: Device configured.
[1/1/2024, 11:20:32 AM] [RatgdoPlugin] ratgdoFMyQ3: Device connected.
[1/1/2024, 11:21:29 AM] [RatgdoPlugin] ratgdoFMyQ3: Device disconnected.
[1/1/2024, 11:21:32 AM] [RatgdoPlugin] ratgdoFMyQ3: Device configured.
[1/1/2024, 11:21:33 AM] [RatgdoPlugin] ratgdoFMyQ3: Device connected.

Home Assistant MQTT logs (via MQTT Explorer)

01/02/2024 3:15:03 PM(-3.22 seconds) offline
01/02/2024 3:14:06 PM(-57.3 seconds) online
01/02/2024 3:14:03 PM(-2.69 seconds) offline

ratgdo serial logs after fresh re-flash/erase and connecting to Home Assistant MQTT server:

{d l��| �l�| � d�c|�� � �{�c�c��nn�log��� b p��lsd{dx�n�   �l��  c o�| ��� b��oo� l��d` �  gg� d  n{���oss�` p�o�  r�ܜ� �� cg�|  � c��oo� �l` �  nn � l  o{���g { $`  r��'  { l` � ����� l` ��g� l
Mounting LittleFS...
[setup.json]
JSON parsed
Storage OK, restoring WiFi and MQTT config.
Connecting to: 
Got eem!...
Using static IP address
Set WiFi output power to: 20.50
.....
WIFI CONNECTED
IP Address: 10.30.18.243
nb of attempts: 5
IMPROV      http://10.30.18.243�

WiFi connected
Local IP: 10.30.18.243
SoftAP IP: (IP unset)
Server started
Webserver ready. Open http://ratgdo-89969.local/ in your browser
Launching webserver for improv
Starting ArduinoOTA service
doorCommandTopic: ratgdo-89969/command/door
lightCommandTopic: ratgdo-89969/command/light
lockCommandTopic: ratgdo-89969/command/lock
Using security+ 1.0
Setup Complete
 _____ _____ _____ _____ ____  _____ 
| __  |  _  |_   _|   __|    \|     |
|    -|     | | | |  |  |  |  |  |  |
|__|__|__|__| |_| |_____|____/|_____|
version 2.57
IMPROV      http://10.30.18.243�
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1

MQTT CONNECTED

Reading data from
the network...
TOPIC SUBSCRIBED [ratgdo-89969/command/#] 
QUEUE MSG SENT [homeassistant/cover/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Door",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
  "availability_topic": "~/status/availability",
  "device_class": "garage",
  "command_topic": "~/command/door",
  "payload_open": "open",
  "payload_close": "close",
  "payload_stop": "stop",
  "state_topic": "~/status/door",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [homeassistant/light/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Light",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E_light",
  "availability_topic": "~/status/availability",
  "command_topic": "~/command/light",
  "payload_on": "on",
  "payload_off": "off",
  "state_topic": "~/status/light",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [homeassistant/binary_sensor/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Obstruction",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E_obs",
  "availability_topic": "~/status/availability",
  "device_class": "motion",
  "state_topic": "~/status/obstruction",
  "payload_on": "obstructed",
  "payload_off": "clear",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [ratgdo-89969/status/availability] 
online
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1

MQTT CONNECTED

Reading data from
the network...
TOPIC SUBSCRIBED [ratgdo-89969/command/#] 
QUEUE MSG SENT [homeassistant/cover/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Door",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
  "availability_topic": "~/status/availability",
  "device_class": "garage",
  "command_topic": "~/command/door",
  "payload_open": "open",
  "payload_close": "close",
  "payload_stop": "stop",
  "state_topic": "~/status/door",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [homeassistant/light/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Light",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E_light",
  "availability_topic": "~/status/availability",
  "command_topic": "~/command/light",
  "payload_on": "on",
  "payload_off": "off",
  "state_topic": "~/status/light",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [homeassistant/binary_sensor/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Obstruction",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E_obs",
  "availability_topic": "~/status/availability",
  "device_class": "motion",
  "state_topic": "~/status/obstruction",
  "payload_on": "obstructed",
  "payload_off": "clear",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [ratgdo-89969/status/availability] 
online
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1
MQTT attempts=
0
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1
MQTT attempts=
1
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1

MQTT CONNECTED

Reading data from
the network...
TOPIC SUBSCRIBED [ratgdo-89969/command/#] 
QUEUE MSG SENT [homeassistant/cover/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Door",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
  "availability_topic": "~/status/availability",
  "device_class": "garage",
  "command_topic": "~/command/door",
  "payload_open": "open",
  "payload_close": "close",
  "payload_stop": "stop",
  "state_topic": "~/status/door",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [homeassistant/light/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Light",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E_light",
  "availability_topic": "~/status/availability",
  "command_topic": "~/command/light",
  "payload_on": "on",
  "payload_off": "off",
  "state_topic": "~/status/light",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [homeassistant/binary_sensor/ratgdo-89969/config] 
{
  "~": "ratgdo-89969",
  "name": "Obstruction",
  "unique_id": "ratgdo-89969_AC:0B:FB:E5:0C:9E_obs",
  "availability_topic": "~/status/availability",
  "device_class": "motion",
  "state_topic": "~/status/obstruction",
  "payload_on": "obstructed",
  "payload_off": "clear",
  "device": {
    "name": "ratgdo-89969",
    "identifiers": "ratgdo-89969_AC:0B:FB:E5:0C:9E",
    "manufacturer": "Paul Wieland",
    "model": "ratgdo",
    "sw_version": "2.57",
    "configuration_url": "http://10.30.18.243/"
  }
}
QUEUE MSG SENT [ratgdo-89969/status/availability] 
online
timespaced commented 5 months ago

@PaulWieland I cannot reply to you at the Square email, it errors.

Here is the ESPHome "Logbook" after flashing to ESPHome - issue persists

13:27:04 - 18 seconds ago
ratgdov2.5i e50c9e Client ID changed to 7,443,769.0
13:27:04 - 18 seconds ago
ratgdov2.5i e50c9e Learn turned off
13:27:04 - 18 seconds ago
ratgdov2.5i e50c9e Paired Devices became unknown
13:27:04 - 19 seconds ago
ratgdov2.5i e50c9e Light turned off
13:27:04 - 19 seconds ago
ratgdov2.5i e50c9e Door was opened
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Dry contact light turned off
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Dry contact close turned off
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Dry contact open turned off
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Motor became unknown
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Button turned off
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Obstruction cleared (no problem detected)
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Motion cleared (no motion detected)
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Toggle door became unknown
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Sync became unknown
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Query openings became unknown
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Query status became unknown
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Safe mode boot became unknown
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Restart became unknown
13:27:03 - 19 seconds ago
ratgdov2.5i e50c9e Light became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Learn became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Door became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Paired Devices became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Lock remotes became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Dry contact light became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Dry contact close became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Dry contact open became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Motor became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Button became unavailable
13:27:02 - 20 seconds ago
ratgdov2.5i e50c9e Obstruction became unavailable
13:27:02 - 20 seconds ago
timespaced commented 5 months ago

I just disconnected all of my Eero wifi APs and connected my Unifi Pro AP

Problem persists:

ratgdov2.5i e50c9e Lock remotes was unlocked
13:48:06 - In 1 second
ratgdov2.5i e50c9e Client ID changed to 7,443,769.0
13:48:06 - In 1 second
ratgdov2.5i e50c9e Learn turned off
13:48:06 - In 1 second
ratgdov2.5i e50c9e Paired Devices became unknown
13:48:06 - In 1 second
ratgdov2.5i e50c9e Light turned off
13:48:06 - In 1 second
ratgdov2.5i e50c9e Door was opened
13:48:06 - In 1 second
ratgdov2.5i e50c9e Dry contact light turned off
13:48:06 - In 1 second
ratgdov2.5i e50c9e Dry contact close turned off
13:48:06 - In 1 second
ratgdov2.5i e50c9e Dry contact open turned off
13:48:06 - In 1 second
ratgdov2.5i e50c9e Motor became unknown
13:48:06 - In 1 second
ratgdov2.5i e50c9e Dry contact close became unavailable
13:48:02 - 1 minute ago
ratgdov2.5i e50c9e Dry contact open became unavailable
13:48:02 - 1 minute ago
ratgdov2.5i e50c9e Motor became unavailable
13:48:02 - 1 minute ago
ratgdov2.5i e50c9e Button became unavailable
13:48:02 - 1 minute ago
ratgdov2.5i e50c9e Obstruction became unavailable
13:48:02 - 1 minute ago
ratgdov2.5i e50c9e Motion became unavailable
13:48:02 - 1 minute ago
timespaced commented 5 months ago

My wifi SSID has special characters, so I thought maybe that could be it - changed to a single word, no spaces or special characters. Issue persists

I'm open to anything else you want to try, but I think I have ruled out it being a broker issue, and I have ruled out it being a network issue on my side. I have tried using different brokers - homebridge ratgdo plugin using MQTT, Home Assisant using MQTT, and now ESP Home. I have completely changed out my wifi devices to different brands entirely, I have changed my wifi SSID name.

January 21, 2024
ratgdov2.5i e50c9e Lock remotes was unlocked
13:59:03 - In 1 second
ratgdov2.5i e50c9e Client ID changed to 7,443,769.0
13:59:03 - In 1 second
ratgdov2.5i e50c9e Learn turned off
13:59:03 - In 1 second
ratgdov2.5i e50c9e Paired Devices became unknown
13:59:03 - In 1 second
ratgdov2.5i e50c9e Light turned off
13:59:03 - In 1 second
ratgdov2.5i e50c9e Door was opened
13:59:02 - In 1 second
ratgdov2.5i e50c9e Dry contact light turned off
13:59:02 - In 1 second
ratgdov2.5i e50c9e Dry contact close turned off
13:59:02 - In 1 second
ratgdov2.5i e50c9e Dry contact open turned off
13:59:02 - In 1 second
ratgdov2.5i e50c9e Motor became unknown
13:59:02 - In 1 second
ratgdov2.5i e50c9e Button turned off
13:59:02 - In 1 second
ratgdov2.5i e50c9e Obstruction cleared (no problem detected)
13:59:02 - In 1 second
ratgdov2.5i e50c9e Motion cleared (no motion detected)
13:59:02 - In 1 second
ratgdov2.5i e50c9e Toggle door became unknown
13:59:02 - In 1 second
ratgdov2.5i e50c9e Sync became unknown
13:59:02 - In 1 second
ratgdov2.5i e50c9e Query openings became unknown
13:59:02 - In 1 second
ratgdov2.5i e50c9e Query status became unknown
13:59:02 - In 1 second
ratgdov2.5i e50c9e Safe mode boot became unknown
13:59:02 - In 1 second
ratgdov2.5i e50c9e Restart became unknown
13:59:02 - In 1 second
ratgdov2.5i e50c9e Motion became unavailable
13:59:02 - 30 seconds ago
ratgdov2.5i e50c9e Toggle door became unavailable
13:59:02 - 30 seconds ago
ratgdov2.5i e50c9e Sync became unavailable
13:59:02 - 30 seconds ago
ratgdov2.5i e50c9e Query openings became unavailable
13:59:02 - 30 seconds ago
ratgdov2.5i e50c9e Query status became unavailable
13:59:02 - 30 seconds ago
ratgdov2.5i e50c9e Safe mode boot became unavailable
13:59:02 - 30 seconds ago
ratgdov2.5i e50c9e Restart became unavailable
13:59:02 - 30 seconds ago
ratgdov2.5i e50c9e Client ID became unavailable
13:59:02 - 30 seconds ago
ratgdov2.5i e50c9e Lock remotes was unlocked
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Client ID changed to 7,443,769.0
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Learn turned off
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Paired Devices became unknown
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Light turned off
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Door was opened
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Dry contact light turned off
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Dry contact close turned off
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Dry contact open turned off
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Motor became unknown
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Button turned off
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Obstruction cleared (no problem detected)
13:58:06 - 1 minute ago
ratgdov2.5i e50c9e Motion cleared (no motion detected)
13:58:05 - 1 minute ago
ratgdov2.5i e50c9e Toggle door became unknown
13:58:05 - 1 minute ago
ratgdov2.5i e50c9e Sync became unknown
13:58:05 - 1 minute ago
ratgdov2.5i e50c9e Query openings became unknown
13:58:05 - 1 minute ago
ratgdov2.5i e50c9e Query status became unknown
13:58:05 - 1 minute ago
ratgdov2.5i e50c9e Safe mode boot became unknown
13:58:05 - 1 minute ago
ratgdov2.5i e50c9e Restart became unknown
13:58:05 - 1 minute ago
ratgdov2.5i e50c9e Light became unavailable
13:58:02 - 2 minutes ago
ratgdov2.5i e50c9e Learn became unavailable
13:58:02 - 2 minutes ago
ratgdov2.5i e50c9e Door became unavailable
13:58:02 - 2 minutes ago
ratgdov2.5i e50c9e Paired Devices became unavailable
13:58:02 - 2 minutes ago
ratgdov2.5i e50c9e Lock remotes became unavailable
13:58:02 - 2 minutes ago
ratgdov2.5i e50c9e Dry contact light became unavailable
13:58:02 - 2 minutes ago
PaulWieland commented 5 months ago
QUEUE MSG SENT [ratgdo-89969/status/availability] 
online
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1
MQTT attempts=
0
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1
MQTT attempts=
1
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1

MQTT CONNECTED

This indicates an issue with the broker or network. It's connecting and immediately being disconnected, then connecting again.

timespaced commented 5 months ago
QUEUE MSG SENT [ratgdo-89969/status/availability] 
online
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1
MQTT attempts=
0
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1
MQTT attempts=
1
### MQTT DISCONNECTED ###
Connecting to
MQTT Broker...
MQTT Last Will Params: 
willTopic: ratgdo-89969/status/availability
willPayload: offline
qos: 1
retain: 0
clean session: 1

MQTT CONNECTED

This indicates an issue with the broker or network. It's connecting and immediately being disconnected, then connecting again.

Pretty sure it’s not my wifi network as I think I’ve ruled that out above. I don’t see why or how it could be my router (pfsense) as the connections should be going device <-> device and never hit the router.

Broker I assume is the server? I’ve tried 3 different brokers; homebridge MQTT via docker and a dedicated IP, and 2 flavors of brokers within Home Assistant (in a VM with a different IP): mqtt and ESPHome. So how could it be a broker issue?

Are you certain it’s not a hardware issue with the ratgdo? And if so, why are you certain?

When I ping the device it drops the response when it disconnects from the broker every 1 minute. This behavior was replicated across different wifi APs and with no other clients connected. To me, combined with flashing ESPHome and the behavior being the same across both firmwares, that means it’s a hardware issue with the ratgdo. If I’m missing something please let me know.

PaulWieland commented 5 months ago

Are you certain it’s not a hardware issue with the ratgdo? And if so, why are you certain?

If it were a hardware issue, it wouldn't connect at all.

PaulWieland commented 5 months ago

Have you tried the ESP Home firmware?

timespaced commented 5 months ago

Have you tried the ESP Home firmware?

Yes. Logs from the ESPHome side of Home Assistant are above. Same issue.

And here are the ratgdo ESPHome logs:

[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:36:13
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:37:14
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:38:13
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:39:14
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[I][ota:117]: Boot seems successful, resetting boot loop counter.
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:40:13
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:41:14

The line [I][ota:117]: Boot seems successful, resetting boot loop counter. seems interesting - anything there?

timespaced commented 5 months ago

Have you tried the ESP Home firmware?

Here's the entire log file from the ratgdo in case this is helpful:

rl l  |  l | d c|    { # c  oo lgg   cp  l{lrlp g  l  cg |   c  oo  l  d` gg  lor   g{{ `x ' r      cn | c  oo   l` oo d o{   gs$` r  n{l`  pd`  o d[I][logger:351]: Log initialized
[C][ota:473]: There have been 1 suspected unsuccessful boot attempts.
[I][app:029]: Running through setup()...
[D][number:012]: 'Rolling code counter': Sending state 61.000000
[D][ratgdo:335]: Set opening duration: 0.0s
[D][ratgdo:341]: Set closing duration: 0.0s
[D][number:012]: 'Client ID': Sending state 218425.000000
[C][switch.gpio:011]: Setting up GPIO Switch 'Status door'...
[D][switch:016]: 'Status door' Turning OFF.
[D][switch:055]: 'Status door': Sending state OFF
[D][switch:016]: 'Status door' Turning OFF.
[C][switch.gpio:011]: Setting up GPIO Switch 'Status obstruction'...
[D][switch:016]: 'Status obstruction' Turning OFF.
[D][switch:055]: 'Status obstruction': Sending state OFF
[D][switch:016]: 'Status obstruction' Turning OFF.
[C][light:035]: Setting up light 'Light'...
[D][light:036]: 'Light' Setting:
[D][light:041]:   Color mode: 
[D][binary_sensor:034]: 'Motion': Sending initial state OFF
[D][binary_sensor:034]: 'Obstruction': Sending initial state OFF
[D][binary_sensor:034]: 'Button': Sending initial state OFF
[C][wifi:038]: Setting up WiFi...
[C][wifi:051]: Starting WiFi...
[C][wifi:052]:   Local MAC: AC:0B:FB:E5:0C:9E
[D][wifi:061]: Loaded saved wifi settings: Got eem!
[D][wifi:455]: Starting scan...
[D][binary_sensor:034]: 'Dry contact close': Sending initial state OFF
[D][binary_sensor:034]: 'Dry contact open': Sending initial state OFF
[D][binary_sensor:034]: 'Dry contact light': Sending initial state OFF
[D][ratgdo_secplus2:463]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.12 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][number:012]: 'Rolling code counter': Sending state 62.000000
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_STATUS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.14 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_STATUS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.14 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][number:012]: 'Rolling code counter': Sending state 122.000000
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_STATUS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.14 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_STATUS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.14 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][wifi:470]: Found networks:
[I][wifi:513]: - 'Got eem!' (A0:8E:24:6E:EE:25) [redacted]▂▄▆█
[D][wifi:515]:     Channel: 6
[D][wifi:516]:     RSSI: -30 dB
[I][wifi:513]: - 'Got eem!' (A0:8E:24:6F:05:05) [redacted]▂▄▆█
[D][wifi:515]:     Channel: 6
[D][wifi:516]:     RSSI: -72 dB
[D][wifi:518]: - ''[redacted] (A0:8E:24:6E:EE:27) [redacted]▂▄▆█
[D][wifi:518]: - 'Holy Guest'[redacted] (A0:8E:24:6E:EE:2B) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A0:8E:24:6E:EE:23) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (18:62:E4:14:53:8E) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:5E:42:F8:52:C1) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:5E:42:F8:52:C5) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:5E:42:F8:52:C3) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:5E:42:F8:52:C6) [redacted]▂▄▆█
[D][wifi:518]: - 'CavazosInternet'[redacted] (DA:2F:F7:10:E0:B2) [redacted]▂▄▆█
[D][wifi:518]: - 'Holy Guest'[redacted] (A0:8E:24:6F:05:0B) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A0:8E:24:6F:05:03) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A0:8E:24:6F:05:07) [redacted]▂▄▆█
[D][wifi:518]: - 'Ropo Popo'[redacted] (90:CA:FA:19:5A:09) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:2F:F7:10:E0:B2) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (0A:2F:F7:10:E0:B2) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (82:DA:C2:C2:1F:33) [redacted]▂▄▆█
[D][wifi:518]: - 'Disneyland'[redacted] (82:DA:C2:C2:1F:36) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (82:DA:C2:C2:1F:31) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (4A:4B:D4:63:06:40) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (4A:4B:D4:63:06:46) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (4A:4B:D4:63:06:41) [redacted]▂▄▆█
[D][wifi:518]: - 'CavazosInternet'[redacted] (4A:4B:D4:63:06:43) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (4A:4B:D4:63:06:44) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A8:B0:88:35:A4:2A) [redacted]▂▄▆█
[D][wifi:518]: - 'ATT9sw4IEM'[redacted] (F8:2C:18:DF:AB:DD) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A8:B0:88:35:A4:26) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (F6:79:0A:51:31:71) [redacted]▂▄▆█
[D][wifi:518]: - 'DOG HOUSE'[redacted] (F8:79:0A:51:31:71) [redacted]▂▄▆█
[D][wifi:518]: - 'CavazosInternet2'[redacted] (A8:B0:88:35:A4:28) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (C6:6C:6D:4F:BA:D0) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (CE:6C:6D:4F:BA:D0) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (E6:79:0A:51:31:71) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (EE:79:0A:51:31:71) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (D6:6C:6D:4F:BA:D0) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (D6:E2:CB:A0:20:9E) [redacted]▂▄▆█
[D][wifi:518]: - 'TomWilson0'[redacted] (D4:6C:6D:4F:BA:D0) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (D6:E2:CB:A0:20:9C) [redacted]▂▄▆█
[D][wifi:518]: - 'Merc'[redacted] (D6:E2:CB:A0:20:99) [redacted]▂▄▆█
[I][wifi:300]: WiFi Connecting to 'Got eem!'...
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.09 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[I][wifi:587]: WiFi Connected!
[C][wifi:405]:   Local MAC: AC:0B:FB:E5:0C:9E
[C][wifi:410]:   SSID: 'Got eem!'[redacted]
[C][wifi:411]:   IP Address: 10.30.18.243
[C][wifi:412]:   BSSID: A0:8E:24:6E:EE:25[redacted]
[C][wifi:414]:   Hostname: 'ratgdov25i-e50c9e'
[C][wifi:416]:   Signal strength: -35 dB ▂▄▆█
[C][wifi:420]:   Channel: 6
[C][wifi:421]:   Subnet: 255.255.255.0
[C][wifi:422]:   Gateway: 10.30.18.1
[C][wifi:423]:   DNS1: 10.30.18.6
[C][wifi:424]:   DNS2: 10.30.18.7
[D][wifi:596]: Disabling AP...
[C][web_server:123]: Setting up web server...
[C][ota:097]: Over-The-Air Updates:
[C][ota:098]:   Address: ratgdov25i.local:8266
[C][api:025]: Setting up Home Assistant API server...
[I][app:062]: setup() finished successfully!
[I][app:102]: ESPHome version 2023.12.8 compiled on Jan 22 2024, 04:19:20
[I][app:104]: Project ratgdo.esphome version 2.5i
[C][wifi:573]: WiFi:
[C][wifi:405]:   Local MAC: AC:0B:FB:E5:0C:9E
[C][wifi:410]:   SSID: 'Got eem!'[redacted]
[C][wifi:411]:   IP Address: 10.30.18.243
[C][wifi:412]:   BSSID: A0:8E:24:6E:EE:25[redacted]
[C][wifi:414]:   Hostname: 'ratgdov25i-e50c9e'
[C][wifi:416]:   Signal strength: -34 dB ▂▄▆█
[C][wifi:420]:   Channel: 6
[C][wifi:421]:   Subnet: 255.255.255.0
[C][wifi:422]:   Gateway: 10.30.18.1
[C][wifi:423]:   DNS1: 10.30.18.6
[C][wifi:424]:   DNS2: 10.30.18.7
[C][logger:439]: Logger:
[C][logger:440]:   Level: DEBUG
[C][logger:441]:   Log Baud Rate: 115200
[C][logger:443]:   Hardware UART: UART0
[C][ratgdo.number:024]: RATGDO Number 'Rolling code counter'
[C][ratgdo.number:024]:   Unit of Measurement: 'codes'
[C][ratgdo.number:028]:   Type: Rolling Code Counter
[C][ratgdo.number:024]: RATGDO Number 'Opening duration'
[C][ratgdo.number:024]:   Unit of Measurement: 's'
[C][ratgdo.number:030]:   Type: Opening Duration
[C][ratgdo.number:024]: RATGDO Number 'Closing duration'
[C][ratgdo.number:024]:   Unit of Measurement: 's'
[C][ratgdo.number:032]:   Type: Closing Duration
[C][ratgdo.number:024]: RATGDO Number 'Client ID'
[C][ratgdo.number:026]:  Type: Client ID
[C][switch.gpio:068]: GPIO Switch 'Status door'
[C][switch.gpio:090]:   Restore Mode: always OFF
[C][switch.gpio:031]:   Pin: GPIO16
[C][switch.gpio:068]: GPIO Switch 'Status obstruction'
[C][switch.gpio:090]:   Restore Mode: always OFF
[C][switch.gpio:031]:   Pin: GPIO15
[C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Dry contact open'
[C][gpio.binary_sensor:016]:   Pin: GPIO14
[C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Dry contact close'
[C][gpio.binary_sensor:016]:   Pin: GPIO12
[C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Dry contact light'
[C][gpio.binary_sensor:016]:   Pin: GPIO0
[C][light:103]: Light 'Light'
[C][ratgdo:082]: Setting up RATGDO...
[C][ratgdo:083]:   Output GDO Pin: GPIO5
[C][ratgdo:084]:   Input GDO Pin: GPIO4
[C][ratgdo:088]:   Input Obstruction Pin: GPIO13
[C][ratgdo_secplus2:059]:   Rolling Code Counter: 122
[C][ratgdo_secplus2:060]:   Client ID: 218425
[C][ratgdo_secplus2:061]:   Protocol: SEC+ v2
[C][ratgdo.sensor:041]: RATGDO Sensor 'Openings'
[C][ratgdo.sensor:041]:   State Class: ''
[C][ratgdo.sensor:041]:   Unit of Measurement: 'openings'
[C][ratgdo.sensor:041]:   Accuracy Decimals: 0
[C][ratgdo.sensor:041]:   Icon: 'mdi:open-in-app'
[C][ratgdo.sensor:043]:   Type: Openings
[C][ratgdo.sensor:041]: RATGDO Sensor 'Paired Devices'
[C][ratgdo.sensor:041]:   State Class: ''
[C][ratgdo.sensor:041]:   Unit of Measurement: ''
[C][ratgdo.sensor:041]:   Accuracy Decimals: 0
[C][ratgdo.sensor:041]:   Icon: 'mdi:remote'
[C][ratgdo.sensor:045]:   Type: Paired Devices
[C][ratgdo.lock:012]: RATGDO Lock 'Lock remotes'
[C][ratgdo.lock:013]:   Type: Lock
[C][ratgdo.switch:068]: RATGDO Switch 'Learn'
[C][ratgdo.switch:070]:   Icon: 'mdi:plus-box'
[C][ratgdo.switch:090]:   Restore Mode: always OFF
[C][ratgdo.switch:014]:   Type: Learn
[C][ratgdo.binary_sensor:036]: RATGDO BinarySensor 'Motion'
[C][ratgdo.binary_sensor:036]:   Device Class: 'motion'
[C][ratgdo.binary_sensor:038]:   Type: Motion
[C][ratgdo.binary_sensor:036]: RATGDO BinarySensor 'Obstruction'
[C][ratgdo.binary_sensor:036]:   Device Class: 'problem'
[C][ratgdo.binary_sensor:040]:   Type: Obstruction
[C][ratgdo.binary_sensor:036]: RATGDO BinarySensor 'Button'
[C][ratgdo.binary_sensor:044]:   Type: Button
[C][ratgdo.binary_sensor:036]: RATGDO BinarySensor 'Motor'
[C][ratgdo.binary_sensor:036]:   Device Class: 'running'
[C][ratgdo.binary_sensor:042]:   Type: Motor
[C][ratgdo.cover:014]: RATGDO Cover 'Door'
[C][ratgdo.cover:014]:   Device Class: 'garage'
[C][ratgdo.light:014]: RATGDO Light
[C][restart.button:017]: Restart Button 'Restart'
[C][safe_mode.button:022]: Safe Mode Button 'Safe mode boot'
[C][safe_mode.button:022]:   Icon: 'mdi:restart-alert'
[C][homeassistant.time:010]: Home Assistant Time:
[C][homeassistant.time:011]:   Timezone: 'UTC0'
[C][web_server:168]: Web Server:
[C][web_server:169]:   Address: ratgdov25i.local:80
[C][mdns:115]: mDNS:
[C][mdns:116]:   Hostname: ratgdov25i-e50c9e
[C][ota:097]: Over-The-Air Updates:
[C][ota:098]:   Address: ratgdov25i.local:8266
[C][api:139]: API Server:
[C][api:140]:   Address: ratgdov25i.local:6053
[C][api:144]:   Using noise encryption: NO
[C][improv_serial:032]: Improv Serial:
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:35:37
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][esp8266.preferences:238]: Saving preferences to flash...
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][ratgdo_secplus2:107]: Triggering sync failed actions.
[W][component:214]: Component ratgdo took a long time for an operation (0.09 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:36:13
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:37:14
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:38:13
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:39:14
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[I][ota:117]: Boot seems successful, resetting boot loop counter.
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:40:13
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:41:14
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:42:13
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:43:14
[D][time:044]: Synchronized time: 2024-01-22 16:43:44
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:44:13
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 16:45:16
PaulWieland commented 5 months ago

Can you create a DHCP reservation on your network using a different IP address? It looks like something is kicking it off of your network.

timespaced commented 5 months ago

Can you create a DHCP reservation on your network using a different IP address? It looks like something is kicking it off of your network.

Added static mapping in pfSense. While I was there I added a firewall rule to allow all traffic from the ratgdo new IP and from HomeAssistant, just in case.

Issue persists.

[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 18:20:19
;l d  |  d < l #|    r c b  oo lgg   cp l{d;lp o  d  cg <   c  gg  d  d` 'n l gs   n{r `8 n r ܜ   cg | c  gg   d` gg  lo{   g{l` r  n{l`  xl`  o l[I][logger:351]: Log initialized
[C][ota:473]: There have been 1 suspected unsuccessful boot attempts.
[I][app:029]: Running through setup()...
[D][number:012]: 'Rolling code counter': Sending state 427.000000
[D][ratgdo:335]: Set opening duration: 0.0s
[D][ratgdo:341]: Set closing duration: 0.0s
[D][number:012]: 'Client ID': Sending state 218425.000000
[C][switch.gpio:011]: Setting up GPIO Switch 'Status door'...
[D][switch:016]: 'Status door' Turning OFF.
[D][switch:055]: 'Status door': Sending state OFF
[D][switch:016]: 'Status door' Turning OFF.
[C][switch.gpio:011]: Setting up GPIO Switch 'Status obstruction'...
[D][switch:016]: 'Status obstruction' Turning OFF.
[D][switch:055]: 'Status obstruction': Sending state OFF
[D][switch:016]: 'Status obstruction' Turning OFF.
[C][light:035]: Setting up light 'Light'...
[D][light:036]: 'Light' Setting:
[D][light:041]:   Color mode: 
[D][binary_sensor:034]: 'Motion': Sending initial state OFF
[D][binary_sensor:034]: 'Obstruction': Sending initial state OFF
[D][binary_sensor:034]: 'Button': Sending initial state OFF
[C][wifi:038]: Setting up WiFi...
[C][wifi:051]: Starting WiFi...
[C][wifi:052]:   Local MAC: AC:0B:FB:E5:0C:9E
[D][wifi:061]: Loaded saved wifi settings: Got eem!
[D][wifi:455]: Starting scan...
[D][binary_sensor:034]: 'Dry contact close': Sending initial state OFF
[D][binary_sensor:034]: 'Dry contact open': Sending initial state OFF
[D][binary_sensor:034]: 'Dry contact light': Sending initial state OFF
[D][ratgdo_secplus2:463]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.12 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][number:012]: 'Rolling code counter': Sending state 428.000000
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_STATUS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.14 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_STATUS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.14 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][number:012]: 'Rolling code counter': Sending state 488.000000
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_STATUS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.14 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_STATUS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:430]: Have untransmitted packet, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[W][component:214]: Component ratgdo took a long time for an operation (0.14 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][ratgdo_secplus2:466]: Collision detected, waiting to send packet
[D][wifi:470]: Found networks:
[I][wifi:513]: - 'Got eem!' (A0:8E:24:6E:EE:25) [redacted]▂▄▆█
[D][wifi:515]:     Channel: 6
[D][wifi:516]:     RSSI: -37 dB
[I][wifi:513]: - 'Got eem!' (A0:8E:24:6F:05:05) [redacted]▂▄▆█
[D][wifi:515]:     Channel: 6
[D][wifi:516]:     RSSI: -67 dB
[D][wifi:518]: - ''[redacted] (A0:8E:24:6E:EE:27) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A0:8E:24:6E:EE:23) [redacted]▂▄▆█
[D][wifi:518]: - 'Holy Guest'[redacted] (A0:8E:24:6E:EE:2B) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (18:62:E4:14:53:8E) [redacted]▂▄▆█
[D][wifi:518]: - 'Holy Guest'[redacted] (A0:8E:24:6F:05:0B) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A0:8E:24:6F:05:03) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A0:8E:24:6F:05:07) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:5E:42:F8:52:C6) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:5E:42:F8:52:C1) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:5E:42:F8:52:C3) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:5E:42:F8:52:C5) [redacted]▂▄▆█
[D][wifi:518]: - 'CavazosInternet'[redacted] (DA:2F:F7:10:E0:B2) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A8:B0:88:35:A4:26) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (A8:B0:88:35:A4:2A) [redacted]▂▄▆█
[D][wifi:518]: - 'Disneyland'[redacted] (82:DA:C2:C2:1F:36) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (CA:2F:F7:10:E0:B2) [redacted]▂▄▆█
[D][wifi:518]: - 'CavazosInternet2'[redacted] (A8:B0:88:35:A4:28) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (82:DA:C2:C2:1F:31) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (82:DA:C2:C2:1F:33) [redacted]▂▄▆█
[D][wifi:518]: - 'CavazosInternet'[redacted] (4A:4B:D4:63:06:43) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (4A:4B:D4:63:06:40) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (FA:2F:F7:10:E0:B2) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (4A:4B:D4:63:06:46) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (0A:2F:F7:10:E0:B2) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (4A:4B:D4:63:06:41) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (4A:4B:D4:63:06:44) [redacted]▂▄▆█
[D][wifi:518]: - 'Ropo Popo'[redacted] (90:CA:FA:19:5A:09) [redacted]▂▄▆█
[D][wifi:518]: - 'ATT9sw4IEM'[redacted] (F8:2C:18:DF:AB:DD) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (C6:6C:6D:4F:BA:D0) [redacted]▂▄▆█
[D][wifi:518]: - 'Ropo Popo'[redacted] (90:CA:FA:19:53:C4) [redacted]▂▄▆█
[D][wifi:518]: - 'Ropo Popo'[redacted] (90:CA:FA:19:56:58) [redacted]▂▄▆█
[D][wifi:518]: - 'DOG HOUSE'[redacted] (F8:79:0A:51:31:71) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (CE:6C:6D:4F:BA:D0) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (EE:79:0A:51:31:71) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (D6:6C:6D:4F:BA:D0) [redacted]▂▄▆█
[D][wifi:518]: - 'Merc'[redacted] (D6:E2:CB:A0:20:99) [redacted]▂▄▆█
[D][wifi:518]: - 'TomWilson0'[redacted] (D4:6C:6D:4F:BA:D0) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (D6:E2:CB:A0:20:9E) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (F6:79:0A:51:31:71) [redacted]▂▄▆█
[D][wifi:518]: - ''[redacted] (0A:2F:F7:0F:8E:F6) [redacted]▂▄▆█
[I][wifi:300]: WiFi Connecting to 'Got eem!'...
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.09 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[I][wifi:587]: WiFi Connected!
[C][wifi:405]:   Local MAC: AC:0B:FB:E5:0C:9E
[C][wifi:410]:   SSID: 'Got eem!'[redacted]
[C][wifi:411]:   IP Address: 10.30.18.46
[C][wifi:412]:   BSSID: A0:8E:24:6E:EE:25[redacted]
[C][wifi:414]:   Hostname: 'ratgdov25i-e50c9e'
[C][wifi:416]:   Signal strength: -42 dB ▂▄▆█
[C][wifi:420]:   Channel: 6
[C][wifi:421]:   Subnet: 255.255.255.0
[C][wifi:422]:   Gateway: 10.30.18.1
[C][wifi:423]:   DNS1: 10.30.18.6
[C][wifi:424]:   DNS2: 10.30.18.7
[D][wifi:596]: Disabling AP...
[C][web_server:123]: Setting up web server...
[C][ota:097]: Over-The-Air Updates:
[C][ota:098]:   Address: ratgdov25i.local:8266
[C][api:025]: Setting up Home Assistant API server...
[I][app:062]: setup() finished successfully!
[I][app:102]: ESPHome version 2023.12.8 compiled on Jan 22 2024, 04:19:20
[I][app:104]: Project ratgdo.esphome version 2.5i
[C][wifi:573]: WiFi:
[C][wifi:405]:   Local MAC: AC:0B:FB:E5:0C:9E
[C][wifi:410]:   SSID: 'Got eem!'[redacted]
[C][wifi:411]:   IP Address: 10.30.18.46
[C][wifi:412]:   BSSID: A0:8E:24:6E:EE:25[redacted]
[C][wifi:414]:   Hostname: 'ratgdov25i-e50c9e'
[C][wifi:416]:   Signal strength: -42 dB ▂▄▆█
[C][wifi:420]:   Channel: 6
[C][wifi:421]:   Subnet: 255.255.255.0
[C][wifi:422]:   Gateway: 10.30.18.1
[C][wifi:423]:   DNS1: 10.30.18.6
[C][wifi:424]:   DNS2: 10.30.18.7
[C][logger:439]: Logger:
[C][logger:440]:   Level: DEBUG
[C][logger:441]:   Log Baud Rate: 115200
[C][logger:443]:   Hardware UART: UART0
[C][ratgdo.number:024]: RATGDO Number 'Rolling code counter'
[C][ratgdo.number:024]:   Unit of Measurement: 'codes'
[C][ratgdo.number:028]:   Type: Rolling Code Counter
[C][ratgdo.number:024]: RATGDO Number 'Opening duration'
[C][ratgdo.number:024]:   Unit of Measurement: 's'
[C][ratgdo.number:030]:   Type: Opening Duration
[C][ratgdo.number:024]: RATGDO Number 'Closing duration'
[C][ratgdo.number:024]:   Unit of Measurement: 's'
[C][ratgdo.number:032]:   Type: Closing Duration
[C][ratgdo.number:024]: RATGDO Number 'Client ID'
[C][ratgdo.number:026]:  Type: Client ID
[C][switch.gpio:068]: GPIO Switch 'Status door'
[C][switch.gpio:090]:   Restore Mode: always OFF
[C][switch.gpio:031]:   Pin: GPIO16
[C][switch.gpio:068]: GPIO Switch 'Status obstruction'
[C][switch.gpio:090]:   Restore Mode: always OFF
[C][switch.gpio:031]:   Pin: GPIO15
[C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Dry contact open'
[C][gpio.binary_sensor:016]:   Pin: GPIO14
[C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Dry contact close'
[C][gpio.binary_sensor:016]:   Pin: GPIO12
[C][gpio.binary_sensor:015]: GPIO Binary Sensor 'Dry contact light'
[C][gpio.binary_sensor:016]:   Pin: GPIO0
[C][light:103]: Light 'Light'
[C][ratgdo:082]: Setting up RATGDO...
[C][ratgdo:083]:   Output GDO Pin: GPIO5
[C][ratgdo:084]:   Input GDO Pin: GPIO4
[C][ratgdo:088]:   Input Obstruction Pin: GPIO13
[C][ratgdo_secplus2:059]:   Rolling Code Counter: 488
[C][ratgdo_secplus2:060]:   Client ID: 218425
[C][ratgdo_secplus2:061]:   Protocol: SEC+ v2
[C][ratgdo.sensor:041]: RATGDO Sensor 'Openings'
[C][ratgdo.sensor:041]:   State Class: ''
[C][ratgdo.sensor:041]:   Unit of Measurement: 'openings'
[C][ratgdo.sensor:041]:   Accuracy Decimals: 0
[C][ratgdo.sensor:041]:   Icon: 'mdi:open-in-app'
[C][ratgdo.sensor:043]:   Type: Openings
[C][ratgdo.sensor:041]: RATGDO Sensor 'Paired Devices'
[C][ratgdo.sensor:041]:   State Class: ''
[C][ratgdo.sensor:041]:   Unit of Measurement: ''
[C][ratgdo.sensor:041]:   Accuracy Decimals: 0
[C][ratgdo.sensor:041]:   Icon: 'mdi:remote'
[C][ratgdo.sensor:045]:   Type: Paired Devices
[C][ratgdo.lock:012]: RATGDO Lock 'Lock remotes'
[C][ratgdo.lock:013]:   Type: Lock
[C][ratgdo.switch:068]: RATGDO Switch 'Learn'
[C][ratgdo.switch:070]:   Icon: 'mdi:plus-box'
[C][ratgdo.switch:090]:   Restore Mode: always OFF
[C][ratgdo.switch:014]:   Type: Learn
[C][ratgdo.binary_sensor:036]: RATGDO BinarySensor 'Motion'
[C][ratgdo.binary_sensor:036]:   Device Class: 'motion'
[C][ratgdo.binary_sensor:038]:   Type: Motion
[C][ratgdo.binary_sensor:036]: RATGDO BinarySensor 'Obstruction'
[C][ratgdo.binary_sensor:036]:   Device Class: 'problem'
[C][ratgdo.binary_sensor:040]:   Type: Obstruction
[C][ratgdo.binary_sensor:036]: RATGDO BinarySensor 'Button'
[C][ratgdo.binary_sensor:044]:   Type: Button
[C][ratgdo.binary_sensor:036]: RATGDO BinarySensor 'Motor'
[C][ratgdo.binary_sensor:036]:   Device Class: 'running'
[C][ratgdo.binary_sensor:042]:   Type: Motor
[C][ratgdo.cover:014]: RATGDO Cover 'Door'
[C][ratgdo.cover:014]:   Device Class: 'garage'
[C][ratgdo.light:014]: RATGDO Light
[C][restart.button:017]: Restart Button 'Restart'
[C][safe_mode.button:022]: Safe Mode Button 'Safe mode boot'
[C][safe_mode.button:022]:   Icon: 'mdi:restart-alert'
[C][homeassistant.time:010]: Home Assistant Time:
[C][homeassistant.time:011]:   Timezone: 'UTC0'
[C][web_server:168]: Web Server:
[C][web_server:169]:   Address: ratgdov25i.local:80
[C][mdns:115]: mDNS:
[C][mdns:116]:   Hostname: ratgdov25i-e50c9e
[C][ota:097]: Over-The-Air Updates:
[C][ota:098]:   Address: ratgdov25i.local:8266
[C][api:139]: API Server:
[C][api:140]:   Address: ratgdov25i.local:6053
[C][api:144]:   Using noise encryption: NO
[C][improv_serial:032]: Improv Serial:
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][component:214]: Component ratgdo took a long time for an operation (0.08 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 18:21:00
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_STATUS
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_OPENINGS
[D][ratgdo_secplus2:213]: Query paired devices of type: ALL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: REMOTE
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: KEYPAD
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: WALL_CONTROL
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[D][ratgdo_secplus2:213]: Query paired devices of type: ACCESSORY
[W][ratgdo_secplus2:432]: Not connected to GDO, ignoring command: GET_PAIRED_DEVICES
[W][ratgdo_secplus2:107]: Triggering sync failed actions.
[W][component:214]: Component ratgdo took a long time for an operation (0.09 s).
[W][component:215]: Components should block for at most 20-30ms.
[D][esp8266.preferences:238]: Saving preferences to flash...
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 18:21:29
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 18:22:29
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 18:23:29
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 18:24:29
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[I][ota:117]: Boot seems successful, resetting boot loop counter.
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 18:25:29
[W][api.connection:102]: Home Assistant 2023.12.4 (10.30.18.244): Connection reset
[D][api:102]: Accepted 10.30.18.244
[D][api.connection:1121]: Home Assistant 2023.12.4 (10.30.18.244): Connected successfully
[D][time:044]: Synchronized time: 2024-01-22 18:26:29
PaulWieland commented 5 months ago

Is this with it powered directly off of your computer's USB port?

timespaced commented 5 months ago

Is this with it powered directly off of your computer's USB port?

Currently plugged into a powered laptop dock. But I've had the issue plugged directly into the front USB port of my PC as well (as recently as this morning). Also the issue was occurring when it was hooked up to the GDO and plugged directly into the wall with the provided USB cable and brick.

I just switched out the provided kit USB cable with another one and same issue persists.

timespaced commented 5 months ago

Just switched it to my other PC and plugged it into the back of that PC (so different port from other times) with my own USB cable, issue persists. Switched to provided kit USB cable, issue persists.

Also, the LED on the ratgdo only flashes for half a second when first being plugged in and never comes back on. Not sure if that means anything but thought I would note it.

timespaced commented 5 months ago

@PaulWieland Both the Homebridge docker and Home Assistant VM are hosted on my Unraid server. I thought I would remove the Unraid server from the equation to see if the problem persits - I installed Homebridge OS on a raspberry pi 3B and the problem persists - continuously disconnects every 1 minute. Moreover, pinging the ratgdo results in a dropped packet at the exact 1 minute mark when the ratgdo disconnects from the mqtt server.

At this point I have removed the possibility of it being 1) wifi iusse, as I have changed out my wifi device and isolated the wifi network so only the ratgdo was connected, 2) it is not a homebridge/mqtt issue, as the issue persists across homebridge mqtt, homeassisstant mqtt, and homeassistant esphome, 3) removed the possibility of the issue being related to the USB cable or port as I have tried several cables, ports, the included kit charging brick, and multiple computers, 4) related to the broker host as I have placed the broker server on multiple different physical computers with different IP addresses as well.

I'm not sure what else there is to check on my side, maybe its time for an exchange of the ratgdo?

timespaced commented 4 months ago

Issue was DHCP lease time. It was set to 61 seconds for some reason. Changed it to default 86400 and the issue is resolved. Thanks for your help!