I am trying to figure out if it is possible to control my garage door opener. I have a Ryobi GDO and it is Wi-Fi ready. The manual does not have much info on setting up the wi-fi so i cant figure out if I will be able to control the device. It says that the wi-fi is used to control the device via their ryobi app, so I am assuming I will be able to do the same with HA.
Thatâs a nice garage door opener; I actually looked into it when it first came out. But there is no API available or web interface to query so there wouldnât be any way for HA to access it. It is a brand new product by Ryobi and theyâre mainly known for their tools so they havenât really had the need to have an API available. I donât think one will be coming soon.
search for âWayne-Dalton WDHA-12R HomeSettings Wireless GatewayââŚmaybe zwave control?
I am not sure what Homelink uses to communicate or what spec it conforms to.
That is what i was thinking was to use home link protocol as a âbackdoorâ option for up and down. However the app that ryobi has gives you a ton of added features like to control up, down, stereo attachment, fan etc. So i am trying to do away with another app to switch with by running the unit and its functions via HA.
Hi !
Did ou achieve to use your ryobi garage door opener with HA ?
Iâm considering sniffing what the iPhone app sends to ryobi to open the door but I would be pleased to hear that someone already achieve to use GDO with HA.
No I never did get access to the Ryobi GDO. I requested access to the API and at the time they were working on making it availible. I think it was too new when I started. May have better luck now. I would contact their tech support and see if you can get access yet.
Iâm the developer of the code that was linked above. Most of the credit for getting me started goes to Yanni who posted the other link as he was the first to reverse engineer the door api. While I donât have the same setup you guys have, if there is something I can help with, please reach out. I have recently updated my code with some enhancements.
Hi. Based on Yanniâs work and yours Iâve developed the component and it have been released in 0.71 version. Just opening and closing the door for the moment. Thanks for inspiration !
When I use the commands as outlined in the instructions I either get result unauthorized or illegal port number. I know my username and password are correct as Iâve triple checked them.
Quite strange ! Iâve just check by copy\pasting the exemple and changing the credentials and everything is fine on my side.
Is your login between quotes and the same for your password ? Did you try the curl command on a single line ?
[2/2]: âmypasswordâ:âRYOBIGDO_PASSWORDâ -->
âcurlââmypassword:âRYOBIGDO_PASSWORDâ
curl: (3) Illegal port number
curl: (1) Protocol " httpsâ not supported or disabled in libcurl
hi all, sorry I had to remove the component. It was quite unstable and was more upsetting than useful⌠Perhaps one day Ryobi will provide something helping the integration.