Motorized Shade Suggestions

I don’t know if anyone mentioned these: https://myiblinds.com/

They are z-wave for venetian blinds and have a solar panel option.

1 Like

Has anyone else gotten the Error, “Config flow could not be loaded: undefined” when adding the integration? I’ve been unable to use the integration for about a month now, so any assistance is appreciated. I’m not particularly tech savvy, but I have a feeling this is the relevant snippet from the logs:

> File "/usr/local/lib/python3.9/site-packages/aioleviosa/aioleviosa.py", line 56, in discover_leviosa_zones
> listener = SsdpAdvertisementListener(
> TypeError: __init__() got an unexpected keyword argument 'source_ip'

I knew it was risky buying Leviosa with so few HA users, but hopefully someone here can help?

EDIT (SOLVED): Just in case anyone runs into the same issue I did, I finally fixed it by editing the driver files: In manifest.json, changing the requirements to “aioleviosa==0.3.5” (from 3.4) did the trick.

And on that note, I want to caution anyone considering Leviosa shades. When I reached out to them for help, they implied it must be my fault because “none of the other 100+ known HASS users have reported issues” and refused to offer any assistance beyond telling me to download their latest drivers. But turns out they just didn’t update those drivers.

1 Like

I haven’t seen the issue, but my integration has been set up for a while so wouldn’t notice it on newer HA builds.

Hi. I just encountered the same issue. Thanks for sharing the solution!

Thanks for the tip, and now the driver has been updated. It impacted new users, not the hundreds of existing users, but Leviosa admits it needs to be more attentive. Everyone knows HASS users have advanced skills, and help each other. Even us vendors benefit, when we listen…

Have had these installed (along w/ their hub) in our home for a few years now (just a single window in full transparency), but they’re working well still and glad we have them.

Thanks, Tony!

I have three of these blinds installed from thirdReality and they have worked flawlessly.

I am having this issue now. Downloaded the latest from Beta Testing for Home Assistant – Leviosa Motor Shades
The manifest already has 0.3.5
I am getting the Error, “Config flow could not be loaded: undefined

Hi @bijuta Did you try emailing Leviosa support? They are usually responsive. @Leviosa Tony – please note.
Good luck!

I just posted about about my experience with the SmartWings blinds; in short super happy so I am buying more

I just purchased 3 of these. Youll need a door sensor for each one and a Bond bridge if you dont have one. The bond bridge will also control ceiling fans and anything else that operates on RF. The door sensor is needed to tell HA when the blind has fully closed. The blinds dont talk back to the Bond Bridge. Adding to the bridge took less than a minute.
They are $100 for the 34" and with the aqara door sensor it raises the cost to less than $120.
I spent $420 on 3 blinds, the bridge and one door sensor. I had 2 sensor laying around. Would have been around $500 for the zigbee blinds I was considering.
They are very quiet.
https://www.lowes.com/pd/allen-roth-Motorized-Cellular-Shade-34-in-x-72-in-White-Blackout-Cordless-Motorized-Cellular-Shade/5001056303

If anybody is considering those blinds above, go to your local Lowes. I was just there and they are on clearance in-store for much less. The ones I paid $100 are $60. Some sizes as low as $25 Really cant beat those prices. I think these become a no-brainer at that cost.

My Leviosa services just disappeared with the latest HA update. Anyone else?

No issues here. I upgraded and they still work. FYI, I also use a bond bridge for some of them.

I have been trying to get my Levoisa Zone paired with my Home Assistant for the last 6+ weeks. I also run multiple VLANs and wanted to put my Zone on the IoT VLAN. The SSDP discovery wouldn’t work no matter what I tried. I was unable to run the multicast-relay program on my USG-3P, and even tried to run it on my a server that I dual homed for this specific purpose, with all Unifi firewall rules disabled. No dice. Weirdly enough, the HomeKit Bridge would show up time and again when I re-paired my Zone on the IoT VLAN. Super frustating.

So this is what I did to get things working, and I really wish that I would have thought about it sooner.

  • Setup my Zone on my normal VLAN with my HA instance
  • Configured the Levoisa integration
  • Shutdown my HA instance
  • Deleted my Zone from the app on my phone
  • I navigated to the data directory for my HA instance, into the .storage directory
  • Ran a grep ${zone-ip} * which listed the following files:
core.config_entries:          "AccessoryIP": "x.x.x.x"
core.device_registry:            "x.x.x.x"`
  • Re added my zone to the mobile app, on the IoT network
  • changed the IP address for the entries in the above files to the IP address of the Zone on the IoT network
  • restart HASS

I really, really cannot understand why the Zone relies on SSDP for discovery and how there isn’t a way to specify the IP address if you wanted to. I am guessing something about DHCP if the Zone’s IP changes. I have my Zone configured to pull the same DHCP address anyway, so this isn’t an issue for me. I just cannot think of a reason to not include more than a single discovery option, especially given that these steps were so trivial in the end.

1 Like

Hi, thanks very much for sharing. I have plans to move mine to a NoT ssid, and this provides a roadmap.

Quick clarification on the architecture. Are these RF or Bluetooth requiring a local hub over wifi or are the shades themselves wifi and no hub needed. I have a really large house and can’t invest in something that will require local hubs.
On a different topic I read these could be esp32 controlled? Wondering if they can be flashed for local control

For manufacturers reading this, unless a product needs the cloud for advanced processing like a learning. Thermostat or similar, cloud connections are a hard no for me unless there is a project like tuya local where this can be bypassed

Also for the manufacturers, my wife loved the website and the selection and styles. She was won over instantly until I started grumbling about hubs.

Hi. The Leviosa’s have a hub they sell, and it uses an app. There is a beta integration that works.
However, I’ve also been able to control them with a Bond hub. I recently saw a Youtube where someone said they use their Bond hub in a large house and only need 1 of them. ymmv. Might be worth ordering one from Amazon that you could return if it doesn’t work well. BTW, I found Bond’s tech support to be excellent.

I use the Bond for both the Leviosas and ceiling fans.

BTW, unless you are going to configure separate “no_IOT/NoFi” wifi SSIDs, I’d encourage you to not use WIFI enabled devices, as they are only as secure as their firmware. Food for thought. Good luck!

Was there ever an update to allow manually specifying the IP address? I’ve been searching but not seeing one so far. I also have my Leviosa Zone Hub on the IoT network and am having trouble getting Home Assistant to discover it on a different VLAN. Going to be a pain to have to factory reset the unit to connect to a new SSID + set up a new SSID for my ‘servers’ network where HA lives.