Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RATGDO not working with a Liftmaster 8355 #243

Open
jrfernandes opened this issue Mar 10, 2024 · 3 comments
Open

RATGDO not working with a Liftmaster 8355 #243

jrfernandes opened this issue Mar 10, 2024 · 3 comments

Comments

@jrfernandes
Copy link

Hello all.

I got a RATGDO v2.5 board and flashed it with ESPHome using the official web flash tool. I selected "Security + 2.0" + "ratgdo v2.5x".

Then, connected to my Liftmaster 8355 (yellow learn button) according to the diagram on the website.

None of the controls work, and when opening ESPHome webpage, I see a lot of these errors:

19:37:37 | [W] | [ratgdo_secplus1:262] | [602273] Discard incomplete packet: [39 ...]
19:37:37 | [W] | [ratgdo_secplus1:262] | [602532] Discard incomplete packet: [38 ...]
19:37:37 | [W] | [ratgdo_secplus1:262] | [602792] Discard incomplete packet: [3A ...]
19:37:37 | [W] | [ratgdo_secplus1:262] | [603050] Discard incomplete packet: [39 ...]
 ...

Opening/closing the door, or turning on the light does not work. The statuses are not updating either, with the exception of the obstruction status, which does work.

What am I missing?

My ESPHome yaml:

substitutions:
  name: "garage-door"
  friendly_name: garage-door
packages:
  ratgdo.esphome: github://ratgdo/esphome-ratgdo/v25iboard_secplusv1.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:
  encryption:
    key: !secret api_key
wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

Pictures of the GDO:
IMG_7495 Large
IMG_7496 Large

@rlowens
Copy link
Contributor

rlowens commented Mar 10, 2024

I selected "Security + 2.0" + "ratgdo

Must not have, since it has Security + 1.0 firmware installed.

Change this:

packages:
  ratgdo.esphome: github://ratgdo/esphome-ratgdo/v25iboard_secplusv1.yaml@main

to

packages:
  ratgdo.esphome: github://ratgdo/esphome-ratgdo/v25iboard.yaml@main

Then compile and flash OTA and see if you have any errors then.

@C4Wiz
Copy link

C4Wiz commented Mar 10, 2024

looks like you installed sec+v1 firmware (purple button) by mistake?

@TerryFrench
Copy link

@jrfernandes if the answers from the 2 other contributors solved your problem, please reply here, and mark the issue as resolved. This will help others with the same issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants