I am currently utilizing a driver that the Hubitat community has suggested. It looks like this driver was ported from Smart Things.
Need some help with the script. It seems there is a problem occurring with this driver.
I have a total of 7 windows that I am utilizing this driver on. All of the shades seem to have random problems, they sometimes move just a little bit when I send the open or close command, not all the shades, sometimes only one shade has this problem and sometimes a few more.
I have been playing with the script a bit trying to track down this error and figure out how I could solve this problem. I have run into a bit of a snag and I think it is the root cause of the problem.
Here is my log file, any help or tips would be greatly appreciated. The error is the last line in the file (bolded). I have purchased a Smart Things Hub, since I know these work on that Hub, but I really would like to solve this problem with Hubitat and not have to use another hub just for my blinds.
dev:10582020-05-11 11:23:45.016 am debugzwaveEvent( SwitchMultilevelReport(value:13) ) returned []
dev:10582020-05-11 11:23:45.007 am debugReported state is neither open or closed; device is on 100
dev:10582020-05-11 11:23:44.746 am debugin on loop
dev:10582020-05-11 11:23:44.659 am traceSwitchMultilevelReport cmd.value: 13
dev:10582020-05-11 11:23:43.110 am debuglevel.inspect 100
dev:10582020-05-11 11:23:43.095 am tracesetLevel(level) {100}
dev:10582020-05-11 11:23:43.090 am traceon() treated as open()
dev:10582020-05-11 11:23:40.159 am tracerefresh()
dev:10582020-05-11 11:23:35.044 am debugzwaveEvent( BasicReport(value:13) ) returned []
dev:10582020-05-11 11:23:30.077 am debuglevel.inspect 0
dev:10582020-05-11 11:23:30.073 am tracesetLevel(level) {0}
dev:10582020-05-11 11:23:30.068 am traceoff() treated as close()
dev:10582020-05-11 11:23:29.018 am tracerefresh()
dev:10582020-05-11 11:23:28.865 am debugzwaveEvent( BasicReport(value:13) ) returned []
dev:10582020-05-11 11:23:25.168 am errorgroovy.lang.MissingMethodException: No signature of method: user_driver_E_Sch_Somfy_Z_Wave_Shades_and_Blinds_Multi_tile_321.parse() is applicable for argument types: (hubitat.zwave.commands.batteryv1.BatteryReport) values: [BatteryReport(batteryLevel:0)]