Somfy ZWave Blinds (Dimmer)

Hi Mike, Here is a screenshot from my graber zwave + roller blinds that I purchased around 2 months ago from zebrablinds. I can't get the included zwave + remotes pictured above included into the zwave network, so don't know how I can get the ID for them.

@mike.maxwell Just to make sure you know, On is open and Off is closed. Thanks for working on this!

yup, can you copy/paste just the text of the fingerprint?, thanks

@mike.maxwell *
deviceType: 21075

  • inClusters: 0x5E,0x26,0x85,0x59,0x72,0x86,0x5A,0x73,0x25,0x7A,0x80
  • deviceId: 23089
  • manufacturer: 622

I was going to build this driver exclusively using capability.windowShade, which does not include on/off/setLevel commands.
windowShade includes open(), close() and setPosition(1..100), Currently RM's shade selection is looking for dimmers, we are going to update this to use windowShade, but this driver will likely precede those modifications.
So, it's up to you guys if you want me to include on/off/setLevel commands, If I don't you'll have to use custom commands to operate this driver.

I would prefer to just do it the right way, even if we have to wait for rule machine to catch up. Seems like capability.windowShade would be the best way to me. Is there a negative to including both?

other than blinds/shades showing in lists of switches and dimmers, forever more, nor really...
If I add them, they will be there forever, as I have no way of knowing once published if the legacy commands (on/off/setlevel) are being used or not...

Although not ideal, it is pretty common for blinds to be setup as dimmers so I am thinking any future smartapps like for example ā€œShadyā€ may be looking for a dimmer to control. My only concern would be if we take away the dimmer option, we may break compatibility with some smartapps that are ported from ST. Personally, if I was writing a rule in rule machine I would prefer the capability.windowShade, but would like the option to work with apps looking for dimmers as well.

1 Like

@mike.maxwell I am willing to go with your recommendation on this one.

@mike.maxwell Another thought. With them showing up as dimmers, it gives us the option to use apps like simple lighting to control the blinds. I think I would prefer both options, and donā€™t mind the blinds showing up in listā€™s of dimmers and switches.

yeah, it will break any ported apps where users arenā€™t aware of the driver requirementsā€¦
I think for now Iā€™ll leave well enough alone and leave them in there.

@DeveloperDavidB do these devices issue any kind of report when they are done moving?
If you enable debug logging on the existing driver, open live logging, then do an open close cycle I should be able to see how smart they areā€¦

This is what I got from the log
dev:132018-04-06 08:51:22.379:errorCannot invoke method toInteger() on null object on line null

dev:132018-04-06 08:50:54.160:infoDining Room Center Blinds was turned off [digital]

@mike.maxwell This is what I got when I turned them back on
dev:132018-04-06 08:53:14.438:errorCannot invoke method toInteger() on null object on line null

dev:132018-04-06 08:52:46.328:infoDining Room Center Blinds is at 100% [digital]

dev:132018-04-06 08:52:46.325:infoDining Room Center Blinds was turned on [digital]

in the driver details, is there a current level indicated?, if not do a setLevel in the driver UI, thatā€™s probably where that NPE is comming from.
I donā€™t see any debug logs, just the normal descriptionText logging.
the debug logging will expose any zwave reports being sent from the device is response to the commands that you send it, Iā€™m interested in knowing if I need to poke the device after issuing commands to it, which obviously depends on the total transition time to be accurate, which I can do, but wonā€™t unless I need to.
hope that makes senseā€¦

Gotcha. Here are the logs with debuging turned on.
When open
dev:132018-04-06 09:09:17.227:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:09:17.206:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:09:17.203:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:09:17.195:debuglast event [switch:on] was 28082ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:09:17.188:debugparse description: zw device: 0B, command: 2603, payload: 63 63 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:09:17.153:debugskip: BatteryReport(batteryLevel:86)

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:09:17.144:debuglast event [switch:on] was 28031ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:09:17.137:debugparse description: zw device: 0B, command: 8003, payload: 56 2D 94 FF FF FC FE 00 00 16 09 FF FF FC FE 00 00 09 83 AA 63 C0 00 00

[app:27](http://192.168.1.38/logs#app27)2018-04-06 09:08:52.017:debugPushing switch on to Dining Room Center Blinds(0B) Response: 200

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:08:49.113:infoDining Room Center Blinds is at 100% [digital]

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:08:49.110:infoDining Room Center Blinds was turned on [digital]

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:08:49.104:debugisLevelChange:false

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:08:49.101:debugisSwitchChange:true

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:08:49.087:debugdimmerEvents value: 100, type: digital

When Close
dev:132018-04-06 09:11:06.006:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:11:05.985:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:11:05.983:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:11:05.977:debuglast event [switch:off] was 28179ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:11:05.971:debugparse description: zw device: 0B, command: 2603, payload: 00 00 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:11:05.944:debugskip: BatteryReport(batteryLevel:93)

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:11:05.937:debuglast event [switch:off] was 28138ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:11:05.921:debugparse description: zw device: 0B, command: 8003, payload: 5D 2E 42 FF FF FC FE 00 00 16 09 00 00 16 09 00 00 09 83 AA 00 C0 00 00

[app:27](http://192.168.1.38/logs#app27)2018-04-06 09:10:40.483:debugPushing switch off to Dining Room Center Blinds(0B) Response: 200

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:10:37.796:infoDining Room Center Blinds was turned off [digital]

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:10:37.793:debugisLevelChange:false

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:10:37.790:debugisSwitchChange:true

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:10:37.779:debugdimmerEvents value: 0, type: digital

So every once in a while, I would say 1 out of 10 times I send a command to open or close, the blinds only open or close 10% or so, and sometimes become unresponsive. I just happened to capture one of these events with the live logging turned on and the logs went crazy! Here is what was logged.

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.432:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.421:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.419:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.414:debuglast event [switch:on] was 11380ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.408:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.396:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.377:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.374:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.369:debuglast event [switch:on] was 11335ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:26.364:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:24.525:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:24.505:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:24.502:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:24.497:debuglast event [switch:on] was 9462ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:24.491:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.251:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.242:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.240:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.238:debuglast event [switch:on] was 8203ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.235:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.174:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.164:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.163:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.160:debuglast event [switch:on] was 8126ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.157:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.127:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.126:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.093:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.090:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.085:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.078:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.076:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.071:debuglast event [switch:on] was 8036ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.068:debuglast event [switch:on] was 8033ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.065:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.062:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.053:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.051:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.046:debuglast event [switch:on] was 8012ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:23.034:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.668:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.657:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.656:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.652:debuglast event [switch:on] was 7618ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.648:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.588:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.576:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.575:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.572:debuglast event [switch:on] was 7536ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.568:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.527:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.516:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.515:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.510:debuglast event [switch:on] was 7475ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.506:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.438:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.423:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.421:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.417:debuglast event [switch:on] was 7383ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.414:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.412:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.400:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.398:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.395:debuglast event [switch:on] was 7361ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.392:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.382:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.373:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.371:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.369:debuglast event [switch:on] was 7334ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.365:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.074:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.065:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.063:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.060:debuglast event [switch:on] was 7026ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.057:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.035:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.018:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.015:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.010:debuglast event [switch:on] was 6975ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:22.005:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.954:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.935:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.932:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.927:debuglast event [switch:on] was 6892ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.921:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.655:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.643:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.642:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.639:debuglast event [switch:on] was 6604ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.635:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.552:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.541:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.540:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.537:debuglast event [switch:on] was 6503ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.529:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.234:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.222:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.220:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.217:debuglast event [switch:on] was 6182ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:21.214:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.991:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.974:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.971:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.964:debuglast event [switch:on] was 5929ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.958:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.953:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.933:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.931:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.926:debuglast event [switch:on] was 5891ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.920:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.883:errorCannot invoke method toInteger() on null object on line null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.873:debugdimmerEvents value: null, type: physical

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.871:debugSwitchMultilevelReport value: null

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.868:debuglast event [switch:on] was 5833ms ago

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:20.860:debugparse description: zw device: 0B, command: 2603, payload: 09 09 00

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:15.036:infoDining Room Center Blinds is at 50% [digital]

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:15.033:infoDining Room Center Blinds was turned on [digital]

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:15.027:debugisLevelChange:false

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:15.025:debugisSwitchChange:true

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:15.015:debugdimmerEvents value: 50, type: digital

[dev:13](http://192.168.1.38/logs#dev13)2018-04-06 09:13:15.012:debugsetLevel value: 50

Dimming level is accurately reported, and the blinds do move to the set dimmer level.

@mike.maxwell These blinds are battery powered. I wonder if the battery reporting is causing error.

Could you edit your post with the error codes, select it all and press the </> button? Itā€™ll put it in a field so it doesnā€™t take as long to scroll past. Thanks. :slight_smile:

1 Like