-
Notifications
You must be signed in to change notification settings - Fork 14
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
Door accessory #2
Comments
Yes, I am planning more accessories one by one. I will add Door and check in soon. Cheers! |
Cool thanks! |
@krvarma any update on implementing some new accessories? |
@krvarma and @johandk89 I've successfully modified the plugin to support door sensors and am continuing to work to implement more. I'm extremely new to this, I'll try and maybe make a pull request? I've never done one before but perhaps @krvarma you could have a peek at my code at let me know what you think. |
@tmur11 I would also like to control a Particle connected door via this plugin. Would you mind sharing your code? |
@Joead how do i got about doing so? you should going the https://homebridgeteam.slack.com/messages/homebridge-particle/ slack channel so we can chat. |
I just joined Git Hub in order to learn more about this project. The plugin works great as is, but I would also like to add some additional sensors. |
Can I in any way help? I connected my rolling shutters to a particle photon (connected an additional remote to it). This has 3 options: open, close and stop. I added a semi-close option which stop closing after 7 seconds, leaving the shutters open slightly. I now connected this to home bridge which is great, but these 4 options show as 4 lights. I would really like to change this to a door construction, so can I help? I'll fiddle with the code anyway, but if somebody also has some work setup I'm happy to add. |
Just submitted a pull request that I wrote, tested, and works to support PIR motion sensors. Will look at the door accessory (which would really be a contact sensor, right?) |
Oh also a couple things are needed in the particle .ino program: AT THE TOP:
And then in the loop function:
|
Hi are there any plans to support a Door accessory?
There is a different homebridge plugin that supports a HTTP Door accessory (https://github.com/EricConnerApps/homebridge-httpdoor) but that plugin does a POST request and it doesn't send the POST data in the body as required by Particle
The text was updated successfully, but these errors were encountered: