davidjc:
Anyone able to help?
This driver has a problem with this device, which was reported a year ago.
They made a driver modification and asked if that solved it, I told them that it didn’t solve it and that’s how it stayed.
from fibaro do not expect any help for smartthings user
Ho @nayelyz
This is the log with my driver, but is the same with stock driver. Switch Binary report received with src_channel=1 for S1 on-off commands from real device.
S2 is only used for send scenes and must be src_channel=2.
[sswitch2_diagrams]
The handler for Central scene notification won’t work either since scenes send with src_channel 1 and 2, for S1 and S2.
It wouldn’t work with button.defaults either since the profile only has a button capability in the main component. It would need 2 button capabilities in two additional components and modify the code
instead of the defaults.
This stock driver handler does not work
local function central_scene_notification_handler(self, device, cmd)
if cmd.src_channel == nil or cmd.src_channel == 0 then
ButtonDefaults.zwave_handl…
1 Like