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

Where do I find bin files for ota updates #316

Open
bryan-d-garcia opened this issue Aug 3, 2024 · 6 comments
Open

Where do I find bin files for ota updates #316

bryan-d-garcia opened this issue Aug 3, 2024 · 6 comments

Comments

@bryan-d-garcia
Copy link

I have several Ratgdo devices installed and I am trying to do an OTA update, but I cannot find the needed bind files.

My Chamberlain is using Security + 1.0, I am using a ratgdo v2.5x board. I am using ESPHome with the Crestron Home Chowmain drivers.

How do I find the necessary Bin file so I can use the OTA feature to update to the latest firmware?

Thank you
Bryan

@restauffer
Copy link

Try https://ratgdo.github.io/esphome-ratgdo/

You select your opener type and then your board.

Ricke

@bryan-d-garcia
Copy link
Author

bryan-d-garcia commented Aug 4, 2024 via email

@restauffer
Copy link

Sorry. It’s been awhile since I used that interface and I forgot that only works with a wired connection.

I use the HA integration but even with the esphome web interface I am pretty sure you don’t need a bin file. You need a yaml file and from that a bin file is created when it complies. The yaml files are here:

https://github.com/ratgdo/esphome-ratgdo?tab=readme-ov-file

scroll down to find the list

I hope I’m not giving more wrong advice.

Ricke

@jcarr
Copy link

jcarr commented Aug 5, 2024

  • Find your IP of the ratgdo.
  • Identify your board type. Mine is a 2.5i and I'm using Security2.0. For my board, it will be the v25iboard.yaml manifest.
  • Make sure you install the esphome utility (brew install esphome on a mac)
  • Clone the repo:
    git clone https://github.com/ratgdo/esphome-ratgdo/
  • cd into the directory
    cd esphome-ratgdo
  • Run esptool. This will compile and and upload your new firmware:
    esphome run v25iboard.yaml --device <your_ip>

I checked and mine was updated to 2024.7.3.

@bryan-d-garcia
Copy link
Author

bryan-d-garcia commented Aug 5, 2024 via email

@jcarr
Copy link

jcarr commented Aug 5, 2024

There's instructions on how to install esphome on the esphome site: https://esphome.io/guides/installing_esphome.html#windows

I don't know if git is included but you can always download the zip file, it should be the same contents. You might need PlatformIO and vscode to build it.

Thank you. I will give this a try. Need to figure out how to install on my Windows PC. Thank you for the help.

On Sun, Aug 4, 2024 at 7:41 PM Jason Carr @.> wrote: - Find your IP of the ratgdo. - Identify your board type. Mine is a 2.5i and I'm using Security2.0. For my board, it will be the v25iboard.yaml manifest. - Make sure you install the esphome utility (brew install esphome on a mac) - Clone the repo: git clone https://github.com/ratgdo/esphome-ratgdo/ - cd into the directory cd esphome-ratgdo - Run esptool. This will compile and and upload your new firmware: esphome run v25iboard.yaml --device <your_ip> I checked and mine was updated to 2024.7.3. — Reply to this email directly, view it on GitHub <#316 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKJWAEYD5H5ZLH6VEZT4XALZP3C4ZAVCNFSM6AAAAABL6JWD62VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRXHE3TMOJVGM . You are receiving this because you authored the thread.Message ID: @.>

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

3 participants