rudders / homebridge-http

HTTP Plugin for Homebridge
Apache License 2.0
178 stars 110 forks source link

Use this plugin for shutters #6

Closed TRIROG closed 8 years ago

TRIROG commented 8 years ago

Since all the shutters in my home are controlled via URL (i open certain url for up and another for down command) so i decided to use the homebridge-http plugin.

I managed to get it working, however siri only responds to shutters ON and shutters OFF (since the plugin is written for power outlet (ON and OFF command)).

How would it be possible to change this for Up and DOWN?

rudders commented 8 years ago

Set up a Scene in HomeKit and just ask Siri to activate the scene. Easiest way around this and works pretty well.

TRIROG commented 8 years ago

Thanks! How would i go about opening my garage door (also controlled by visiting single URL)? Use same URL for on and off?

rudders commented 8 years ago

So it's a toggle URL? Just use same URLs for both I'd guess.

TRIROG commented 8 years ago

Thanks! I was just for a way to "clean up the thing" and i thought i could just "rename commands" and add them to another class, so my shutters wouldn't show up as power outlets ...

rudders commented 8 years ago

It's deep in the bowels of accessories and characteristics - can probably be done if you want to dig into it and rewrite the module...