Mc Zigbee Window Treatment Edge Driver Issues

I just paired a bunch of somfy sonesse Ultras to smartthings using this driver. Functionally, they work great. Only thing is that one of the models is not reporting battery status:

-The Sonesse Ultra 28 WF reports battery
-The Sonesse Ultra 30 WF does not report battery.

any ideas of why this is?

Sonesse 30WF and 40WF have a profile without battery capability, same as stock driver.

I added Sonesse 28WF Li-ion some time ago with battery profile at an user request

Is there a way to have the driver include buttons where the shades can go up and down by a variable amount (like 10%)? I’m trying to upgrade some shades but my family liked the old shades because they could manually raise and lower it. I told them I can set up a smart button to raise and lower the shade. However they don’t want the button to have the shade fully open or fully close. They want the amount to be customizable. Therefore, it the smart button was able to run a routine to open or close the shade by 10%, that would be amazing!

If you have a button that supports the values ​​"held" and “down_hold”, for example I have a fibaro keyFob", then you can make routines with one button to raise and another to lower:

For example:
Press Button-1 to raise the blind until you release button-1

  • Routine 1
  • If button-1 “down_hold” Then Open blind
  • Routine 2
  • If button-1 “held” Then Stop blind

Press Button-2 to lower the blind until you release button-2

  • Routine 1
  • If button-2 “down_hold” Then Close blind
  • Routine 2
  • If button-2 “held” Then Stop blind
supported_button_values = {"pushed", "held", "double", "down_hold", "pushed_3x"}
1 Like

I have the IKEA buttons that come with their smart shades. This is what the if conditions look like with the two drivers I found


Is this what you were thinking?

You could try:

  • toggled up to send Open
  • toggled down to send Close
  • Held to send stop or pause

another option, but, not knowing exactly the behavior of the smart button and/or driver, if you can see the two buttons of the remote with the driver that exposes toggle up and down events:

  • Routine 1: If button-1 “toggled Down” Then Open blind
  • Routine 2: If button-1 “toggled up” Then Stop blind
  • Routine 3: If button-2 “toggled down” Then Close blind
  • Routine 4: If button-2 “toggled up” Then Stop blind

this worked! Thanks!
In addition, when it is going up, and I click the down button, it pauses. And the reverse is also true. I’m not sure if this is specific to the driver I’m using or it is common throughout.

@Mariano_Colmenarejo would it be possible to add Aok AM25 roller blinds to the Edge Driver? I tried installing it and didn’t seem to fix the direction issue OR the battery at 50%

Unfortunately Mariano is no longer active on this forum.

This is a huge loss to the community :face_holding_back_tears:

It is a huge loss–but not that unexpected, IMHO. Volunteers who provide drivers to the community as a courtesy often get inundated with requests (read: demands!) for updates, additional device support, and troubleshooting assistance for those with less familiarity with the platform or fewer programming skills. It’s a tough balance between family life and becoming an almost-full-time developer for the platform. This is a hobby for many developers.

@Mariano_Colmenarejo is a trooper for sticking with it as long as he did! Thank yoiu, Mariano, for your many contributions! :heart:

Hopefully, he’s getting a well-earned rest, is spending time with his friends & family, and will some day return to the forum…

6 Likes

Good morning,
Does anyone knows if there is a driver that would support “LoraTap Tuya ZigBee 3.0 EU Double Curtain Switch”? I put it on Mariano’s “Zigbee Window Treatment Mc” driver and it works however it only allows to control one side of a switch - one curtain (manual controls directly on a switch work fine). Would appriciate some advise. Regards, Anthony

Totally agree on all points!

1 Like