Announcement

Collapse
No announcement yet.

Z-Wave- Can you set custom handlers? (Qubino)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Z-Wave- Can you set custom handlers? (Qubino)

    The Current Homeseer Goap/ Qubino handler doesn't work properly with App version 1.1 devices (or more correctly the devices don't work properly with HS but I can't fix that!)
    Is there a way to me to modify my "Notification 3" device to trap the below- or another tweak I can use?

    I know the reason it happens- early Qubino didn't use multiple endpoints, later did.
    https://github.com/OpenZWave/open-zwave/issues/976

    I can get endpoint "i2" working as long as I don't set it as Home Security and use notification association group 6 (ie set it as Smoke/ Water/ Heat/ CO, etc in parameter 100). But to get endpoint i3 working I need a way around below.

    Unfortunately the log error message isn't extensive enough or I could just trap using the log parser I've seen around (Jon00's I think)
    May-03 16:50:02 Z-Wave Set_New_Level FINISHING(F-2) COMMAND_CLASS_NOTIFICATION_V6
    May-03 16:50:02 Z-Wave Error Notification Report from node 102 for type Heat Notification received, but the corresponding device Node ID cannot be found. (2, Type=4)
    May-03 16:50:02 Z-Wave Find, Looking for 0:4:-1:-1 Compare 3:0:0:0 for Node 102 Z-Wave Notification 3
    May-03 16:50:02 Z-Wave Set_New_Level, Parent: Node 102 Z-Wave Goap Light, Child:Node 102 Z-Wave Notification 3
    May-03 16:50:02 Z-Wave Set_New_Level_Real called for Node 102 Z-Wave Notification 3, Type=COMMAND_CLASS_NOTIFICATION_V6, EndPoint=0
    May-03 16:50:02 Z-Wave Set_New_Level_Real: Initial device is Node 102 Z-Wave Notification 3
    May-03 16:50:02 Z-Wave Payload1 zd is not nothing
    May-03 16:50:02 Z-Wave Payload1: 71-05-00-00-00-FF-04-00-00-00-01-DD-00-D6
    May-03 16:50:02 Z-Wave Frame: 71-05-00-00-00-FF-04-00-00-00-01-DD-00-D6
    May-03 16:50:02 Z-Wave ApplicationCommandHandler from Network: CB96B753 Node: 102 HANDLING: COMMAND_CLASS_NOTIFICATION_V6 Frame(7)=5
    May-03 16:49:59 Z-Wave Set_New_Level FINISHING(F-2) COMMAND_CLASS_NOTIFICATION_V6
    May-03 16:49:59 Z-Wave Error Notification Report from node 102 for type Heat Notification received, but the corresponding device Node ID cannot be found. (2, Type=4)
    May-03 16:49:59 Z-Wave Find, Looking for 0:4:-1:-1 Compare 3:0:0:0 for Node 102 Z-Wave Notification 3
    May-03 16:49:59 Z-Wave Set_New_Level, Parent: Node 102 Z-Wave Goap Light, Child:Node 102 Z-Wave Notification 3
    May-03 16:49:59 Z-Wave Set_New_Level_Real called for Node 102 Z-Wave Notification 3, Type=COMMAND_CLASS_NOTIFICATION_V6, EndPoint=0
    May-03 16:49:59 Z-Wave Set_New_Level_Real: Initial device is Node 102 Z-Wave Notification 3
    May-03 16:49:59 Z-Wave Payload1 zd is not nothing
    May-03 16:49:59 Z-Wave Payload1: 71-05-00-00-00-FF-04-02-00-00-01-DB-00-D2
    May-03 16:49:59 Z-Wave Frame: 71-05-00-00-00-FF-04-02-00-00-01-DB-00-D2
    May-03 16:49:59 Z-Wave ApplicationCommandHandler from Network: CB96B753 Node: 102 HANDLING: COMMAND_CLASS_NOTIFICATION_V6 Frame(7)=5
Working...
X