I have a few Somfy blinds connected via the Bond Bridge RF. I’m able to control using the controls in Lovelace, up, down and stop. I can also open and close using automations.
However, I cant seem to set the blinds using percentage in an automation. I can, however, set this in an automation in Homekit using the HK integration.
Have tried using cover.set_cover_position, but the blinds don’t respond at all.
Is there something I’m missing? Really hoping to keep the automation within HomeAssistant, but this one is doing my head in!
I just started a journey down this path - only researching at this stage. I was reading the differences between the Bond Bridge and Bond Bridge pro. Under the ‘pro’ it listed ‘Shade slider’ but not under the entry product. Not sure if this is what you need to send commands. Here’s the site for reference:
Hope this helps, keen to see how you get on with this one.
The Bond integration gives one cover e.g. cover.blockout_1 and the HACS integration creates a new cover that has a position attribute. e.g. cover.blockout_1_blind
Hi I’m hoping for help. I’m trying to get this to work for my soft blinds using Bond. I installed the HACS time based intergration manually as the author archived it due to moving to ESPHome. I’ve created the scripts in your guide which work fine as I tested them but running the script manually;
I also created a covers.yaml file as one didn’t exist in my config directory and added the below code;
However I can’t seem to get it to work. HA load ok but it doesn’t show a new entity that I can use in the shutter card. Can you see anything I’ve set up incorrectly or do I need to do something with the newly create covers.yaml file. Any help would be amazing.