anthonywebb / homebridge-cbus

CBus plugin for homebridge
MIT License
35 stars 20 forks source link

Blinds not stopping #66

Open PhilPearson opened 7 years ago

PhilPearson commented 7 years ago

Can anyone confirm that their blinds/shutter control can stop during movement? I've deployed this at a friends house who is now saying that they cannot stop the blinds midway. The only control they have is fully open or close. Control from the cbus button panel works fine.

DarylMc commented 7 years ago

@PhilPearson I haven't tried shutter control but if you hold the button can you select a position with the slider like a dimmer? I think @peterconn has used it so maybe we can get him to comment.

PhilPearson commented 7 years ago

Yeah which doesn't work with the shutter devices as the hardware doesn't have a sense of position. I've got a single channel shutter coming on Monday I'll be able to do more testing then.

jensenoz commented 6 years ago

Hi, I noticed that the last posting for this bug was August of last year. I'm new to this whole game and noticed that this bug still exists. Any movement on it??

peterconn commented 6 years ago

@jensenoz

With the shutter button you can’t stop the blinds this is correct. You can however hold the shutter button for 1 sec and this will display a dimmer slider. From there you can set your percentage of where the blind will sit. Ie, 50% open and so on.

AF0013 commented 4 years ago

The 'Dimming" feature works fine with my shutters, however, they must be set to 95% to be 'open' otherwise, the blind rolls up too far and will eventually break if the blind is set to 100% open too often ! Is there any way to add a maximum open % within the config file? Otherwise ill have to do it with automations and dummy switches etc . Thanks

JasonY00 commented 4 years ago

Sounds like you need to set your limit switches on your shutter. No matter what your request From homebridge-CBus to the shutter is, the inbuilt limit switches should stop the shutter opening/closing beyond their maximum limits even if power is still applied from the CBus shutter relay.

Note that if the c-bus shutter relay time is set correctly, i.e. set it to almost exactly the time it takes for the shutter to open or close, you can just say "Hey Siri, Set the blind to 50%" and it will go to half way and stop. You can chose any percentage that you want and it will go to that level where 0% is closed and 100% is open. Your shutter relay should be defined as a ":shutter" type in homebridge config.json file.

Cheers

Jason