How well are these blinds working with HA for you? Do you bu chance have Duette Duolite blinds? If so, can you set them to “up”, “opaque”, and “sheer” settings separately (even if through scenes)?
Looking at getting these, concerned about integration.
I use IFTTT triggers right now to activate different scenes and works pretty well. It was frustrating to not know the position of them though. But through my above script I can now see them. It was be awesome if someone would implement a shade similar to the app so you could send the position and it go there.
I only have the electric rolling shades. So mine are either down or up (or in between)
Overall very happy to have automated / electric shades.
I don’t know how to do it, but it seems like a Template Cover could be created from the PowerView API. It should allow a set_cover_position command, as well as open/close, while reporting current position via position_template. Anyone with expertise willing to show us how this is done?
Hi bit of a newbie to this, tried putting your code into the my sensors.yaml and get an error when checking the configuraiton - Error loading /config/configuration.yaml: mapping values are not allowed here - if I just leave the paramters section in i get a sensor for my blinds
This exact code is in my sensors.yaml configuration, make sure your spacing is correct.
I have broken up my config into muliple configs so it’s easy for me to parse through, but feel free to look at my GitHub here, if you find it useful Star the repo so others can find it. Thanks!
I didn’t have any issues on 0.86.4, I have since moved to 0.87.0, but I just trigger my PowerView scenes via IFTTT and this seems to work like a charm for me. Make sure your IFTTT key is correct and you are calling the correct webhook event. I linked my Github below, feel free to check that out if you think it will help.
Thanks for the advice - working great now - have it also pulling back the battery information, which is what I wanted more of a view of. So I now know when to purchase another big box of AA batteries
How well are these blinds working with HA for you? Do you bu chance have Duette Duolite blinds? If so, can you set them to “up”, “opaque”, and “sheer” settings separately (even if through scenes)?
I’m also interested in this. I just got blinds last night and I have the dual function (blackout or light filtering modes)
I am still using Scenes in the PowerView app and calling them using IFTTT in HomeAssistant and Node-Red. I haven’t had any issues so far.
I would like to create a slider or buttons on my dashboard rather than relying on these Scenes.
Someone published the internal HunterDouglas API documentation and just haven’t had a chance to create a UI element that calls that API directly.
Umm. If you are pinging the blinds for their position every 20 seconds it’s going to eat those batteries way up, no? I’d be cautious there.
That entire protocol is designed for long lasting batteries, not for having a live display of where the blinds are. I want it too but I’m not sure it’s possible given the architecture. if the gateway would manage/cache the positions it would be doable I think.
You are free to configure that as you see fit. Mine are not using batteries, I have them plugged in. But you are correct with the concern. I would rather know where they are so I can that information in Node-Red automations.
From what I read in the API documentation, it sounds like the shade resource returns cached values for position and battery. You can ask it to query the blinds for their latest state by adding the query params ?updateBatteryLevel=true or ?refresh=true.