-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
[Device] TuYa PJ-ZGD01 - Support for garage door openers #444
Comments
Probably should be implemented as a Garage Door Opener. The difficult thing is that you can only send a trigger and you have to guess the direction the door is moving in. |
Yup - reading through the link, implemented as "Garage Door Opener" would be ideal. True. Maybe the logic something like below can do it:
I would be happy to give it a go, if you are able to give me some pointers? This would be my first contribution here. |
It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions! |
I have the same sensor and support would be awesome! Based on my tests the sensor works like an inching relay and exposes trigger, garage_door_contact, linkquality.
If there is an obstruction my garage door will revert to the previous position. For example, if it starts opening if encounters an obstruction it will automatically move back into a close position and vice-versa. |
Hello, could you still implemente it even if you can’t have the full thing working as you wish please ? My door closes automatically with a timer, just need to send an open request. The open/close status is enough for me. thank you very much. |
I can probably make an implementation based on a few assumptions, however I don't know when I'll have time to do so. |
It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions! |
Reopen due to recent requests. |
Hello, please implemente it even partial. |
Currently, between my job, being a father and being a home owner, I simply do not have the time to implement this. |
If only I could code... |
Ordered a PJ-ZGD01 from AliExpress, so I'll also have a device to test with. |
i was able to make it work with mqttthing. here is the config: { |
It appears that this issue did not have an update in quite some time. Please check if you can provide any additional information to help resolve this issue. If there isn't any activity in the next two weeks, this issue will be closed automatically. Thank you for your contributions! |
@itavero how does it look with support of this garage door opener? |
Not sure what you are asking. If you're asking if there's been any progress, there wasn't any from my side. |
Thank you for your mqttthing config, unfortunately the "setTargetDoorState" seems to be the wrong way round. When the garage door is closed (door contact = true), the PJ-ZGD01 needs a "true" value as a trigger to activate the relay and when the door is open (door contact = false) a "false" value. With you config i need to "double tap" the Garage Door in Homekit to open. How do i change the config to get the desired behavior? My workaround currently is with node red, but it would be easier to just have the complete config within mqttthing :) Thank you! |
Just got my PJ-ZGD01 and got disappointed since it’s unsupported 😕 Is it possible to get it to work with homebridge? |
Well, nowhere in the documentation of homebridge-z2m does it mention that garage door openers are supported. You can either supply a PR for this project to implement support for these, or use something like homebridge-mqttthing to manually integrate it. |
Device description
Garage door opener - TuYa PJ-ZGD01
Supported in Zigbee2MQTT?
Support is already present in Zigbee2MQTT since v1.23.0
Device model / Exposes information
Model: PJ-ZGD01
Exposes:
cc https://www.zigbee2mqtt.io/devices/PJ-ZGD01.html
Missing features/functionality
Suggested services and characteristics
Unsure.
The text was updated successfully, but these errors were encountered: