-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add option to remove light switch in HomeKit #254
Comments
For un-pairing / pairing I find that you need to first unpair (Remove accessory) from the Apple Home app. It is not sufficient to just un-pair from the ratgdo. So please try that. Dry contact support is under development, you can track it in PR #253 and I'm sure we'll be looking for a tester soon! Ability to disable the light switch is good idea. Let's keep this issue open to track that... but I want to hold off adding this change until the dry contact support is merged. Thanks |
I did that, it doesn’t show in apple home any more.
I will be happy to test that for you, always happy to help! On a side note, an ESP32 version would be nice as you can get them with external wifi antenna, which helps considering that gates are usually a bit far from wifi access point (contrarily to garage doors). Not sure if ESP8266 boards have that option, I will check and order one if they exist. I understand that the ESP32 version is also under development, no worries, it is just my two cents.
Thanks! Not a priority obviously but would be nice. |
They do exist, I just ordered one. Ready when you are... |
btw once I know that this is working as I need I'll order the ratgdo board, for now I will just use an ugly breadboard. |
Paul just launched the ESP32-based ratgdo board. I have one and I have the HomeKit support almost ready (for equivalent function as the ESP8266-based board, new features not supported yet). I will add dry contact to that once the pull request on the ESP8266 version is merged, I do not have the right garage door h/w to test it, so I am relying on the PR #253 author and any other testers we can find. FYI that the ESP32 that Paul selected for his new ratgdo uses the built-in antenna and not one with external antenna connection. Thanks. |
I will be able to test with ESP8266 first and later on ESP32 if you want, no problem. I am just not good at coding though so it needs to be flashable directly to the board, either from the web as your current system or from arduino IDE. I will manage the hardware interface with the gate controller, don't worry about that, I'll just need to know which GPIO to use. |
I have received the new esp8266, I can test when you are ready (no pressure) |
Dry contact support added to v1.8.4 and light switch is removed automatically in this mode (dry contact does not support light switch control). v1.8.4 is available as a pre-release. You will need to check the pre-release box on the firmware update dialog to see it. |
Thanks, I have installed and selected pre release, was able to pair to Homekit. I have looked around and can't find schematics or list of GPIO to connect to for the dry contact version, would you be able to point me to which GPIO is used for what? |
OK so I found D5 and D6 for door open/close limit switches, this seems to be working. The door however always shows obstructed. I tried to connect D7, can't get rid of the "obstructed" status in homekit. I yet to have to workout the outputs for opening and closing the gate (I guess there should be two output but can't find them in the code). |
I think @tlhagan has not added obstruction detection to dry contact code. I'll open a new issue to track that. |
Please share a picture of your wiring.
|
I am still testing on a breadboard, you can see here: https://github.com/ratgdo/homekit-ratgdo/issues/259#issuecomment-2543404864 here are some pictures of the control board, the controls are 5VDC so I will probably use optocoupler or perhaps relays for the dry contact outputs, still need to test that. What the control board offers is:
There is also an obstruction sensor connected to FSW, this sensor is a photo sensor that detects anything in the entrance, if there is detection while the door is closing, then the door will stop and open. This is probably not needed for the ratgdo to handle. |
This is all way off topic then. This firmware is for ratgdo control boards. |
Sorry to mix two topics...
I have trouble pairing with homekit, it keeps on saying the device is already paired. I reflashed the D1, unpaired in the web interface, nothing works. Any advice?
At some points I managed to have it working for a short time and noticed there was a light associated with the gate, can this be disabled, leaving only the gate in homekit? Note that I am planning to use it for a gate with dry contacts, not a garage door.
Thanks
The text was updated successfully, but these errors were encountered: