-
Notifications
You must be signed in to change notification settings - Fork 104
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
Comments
Try https://ratgdo.github.io/esphome-ratgdo/ You select your opener type and then your board. Ricke |
Thank you. I am aware of this, but it does not provide me the bin files so I can do an OTA update!BryanSent from my iPhoneOn Aug 3, 2024, at 10:00 PM, restauffer ***@***.***> wrote:
Try https://ratgdo.github.io/esphome-ratgdo/
You select your opener type and then your board.
Ricke
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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 |
I checked and mine was updated to 2024.7.3. |
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:
***@***.***>
|
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.
|
https://github.com/ratgdo/esphome-ratgdo/actions click the most recent build, scroll to bottom and click on your board, a zip file will be downloaded, extract zip, open folder and the ota.bin file is inside |
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
The text was updated successfully, but these errors were encountered: