Skip to content
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

Feature Request: Increase Switch Pulse max to 60000 #53

Closed
mikebannan opened this issue Aug 23, 2020 · 4 comments
Closed

Feature Request: Increase Switch Pulse max to 60000 #53

mikebannan opened this issue Aug 23, 2020 · 4 comments
Labels
question Further information is requested

Comments

@mikebannan
Copy link

I'm using RPi to activate the motor on a TV lift. This lift takes 25 seconds to complete.

(I'm actually running through relays to close an Up switch or a Down switch, to soldered leads on the Up and Down buttons on the motor controller. There are physical cut-off switches to kill the motor when the lift reaches full up/down.)

Since the RPi Switch device only has a 5-second max Pulse, I'm solving it with homebridge-delay-switch to trigger a timer automation to set the RPi Switch to OFF after 25 seconds. Having a 25-second Pulse would be way less complicated.

@ebaauw
Copy link
Owner

ebaauw commented Aug 23, 2020

That's not what a switch pulse is for. You want to use a valve device with Duration set from HomeKit.

@ebaauw ebaauw added the question Further information is requested label Aug 23, 2020
@ebaauw ebaauw closed this as completed Aug 23, 2020
@mikebannan
Copy link
Author

The minimum Default Run Time on a Valve in the Home app is 5 minutes. I was hoping for something much shorter.

@ebaauw
Copy link
Owner

ebaauw commented Aug 23, 2020

That’s a limitation of the Home app. Use Eve or another HomeKit app.

@mikebannan
Copy link
Author

Got it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants