By default, it gets detected as ‘Z-Wave Dimmer Switch Generic’ if I install Z Wave Tweaker (I haven’t used this before), for scanGeneral I get:
info Version Report: Application Version: 2.02, Z-Wave Protocol Version: 4.05, Z-Wave Library Type: 03 (Enhanced Slave)
info Switch All Mode: 255: Device is included in the all on/all off functionality.
info Manufacturer-Specific Report: Manufacturer ID: FFFF, Manufacturer Name: null, Product Type ID: 0003, Product ID: 0004
info scanGeneral(): Scanning for common device attributes.
For scanAssocGroups I get:
info Association Group #1 contains nodes: [01] (hexadecimal format)
info Association Group #1 contains nodes: [01] (hexadecimal format)
info Association Group #1 contains nodes: [01] (hexadecimal format)
info Association Group #1 contains nodes: [01] (hexadecimal format)
info Association Group #1 contains nodes: [01] (hexadecimal format)
info Association Group #1 contains nodes: [01] (hexadecimal format)
info Association Group #4 has name: Wireless
info Association Group #4 contains nodes: [] (hexadecimal format)
info Association Group #4 contains nodes: [] (hexadecimal format)
info Association Group #3 has name: OnoffDimmer2
info Association Group #3 contains nodes: [] (hexadecimal format)
info Association Group #3 contains nodes: [] (hexadecimal format)
info Association Group #2 has name: OnoffDimmer1
info Association Group #2 contains nodes: [] (hexadecimal format)
info Association Group #2 contains nodes: [] (hexadecimal format)
info Association Group #1 has name: Lifeline
info Association Group #1 contains nodes: [01] (hexadecimal format)
info Association Group #1 contains nodes: [01] (hexadecimal format)
info scanAssocGroups(): Scanning Association Groups (#0 to #10).
scanEndpoints doesn’t seem to work:
info scanEndpoints(): Scanning for Endpoints (#0 to #10).
warn sync(): Device does not appear to support MULTI_CHANNEL command classes.
scanParams gets some info:
info Parameter #20: Size: 1, Value: 0
info Parameter #19: Size: 1, Value: 0
info Parameter #18: Size: 1, Value: 0
info Parameter #17: Size: 1, Value: 0
info Parameter #16: Size: 1, Value: 0
info Parameter #15: Size: 1, Value: 0
info Parameter #14: Size: 1, Value: 0
info Parameter #14: Size: 1, Value: 0
info Parameter #13: Size: 1, Value: 0
info Parameter #12: Size: 1, Value: 0
info Parameter #11: Size: 1, Value: 0
info Parameter #10: Size: 1, Value: 0
info Parameter #9: Size: 1, Value: 0
info Parameter #8: Size: 1, Value: 0
info Parameter #7: Size: 1, Value: 0
info Parameter #6: Size: 1, Value: 0
info Parameter #5: Size: 1, Value: 0
info Parameter #4: Size: 1, Value: 1
info Parameter #3: Size: 1, Value: 0
info Parameter #2: Size: 1, Value: 1
info Parameter #2: Size: 1, Value: 1
info Parameter #1: Size: 1, Value: 1
info Parameter #1: Size: 1, Value: 1
info Parameter #0: Size: 1, Value: 0
info Parameter #0: Size: 1, Value: 0
info scanParams(): Scanning Device Parameters (#0 to #20).
scanActuators and scanSensors returns nothing, which, presumably, is expected.
printGeneral shows:
Number of association groups discovered: 0 [Print Assoc Groups]
Number of endpoints discovered: 0 [Print Endpoints]
Number of parameters discovered: 21 [Print Parameters]
Number of unique command types received: 3 [Print Commands]
Number of MeterReport types discovered: 0 [Print Sensor]
Number of NotificationReport types discovered: 0 [Print Sensor]
Number of SensorMultilevelReport types discovered: 0 [Print Sensor]
printAssocGroups just shows:
info Association groups [0]:
printCommands has:
Command types [3]:
Command: [commandClassId: 0x20, commandClassName: BASIC, commandID: 0x03, description: zw device: 13, command: 2003, payload: 00 ]
=> Example: BasicReport(value: 0)
Command: [commandClassId: 0x26, commandClassName: SWITCH_MULTILEVEL, commandID: 0x03, description: zw device: 13, command: 2603, payload: 00 ]
=> Example: SwitchMultilevelReport(value: 0)
Command: [commandClassId: 0x70, commandClassName: CONFIGURATION, commandID: 0x06, description: zw device: 13, command: 7006, payload: 14 01 00 ]
=> Example: ConfigurationReport(parameterNumber: 20, scaledConfigurationValue: 0, reserved11: 0, size: 1, configurationValue: [0])
printEndPoints just shows:
info Endpoints [0]:
printParams has:
info
Parameter #20: [id:20, scaledConfigurationValue:0, size:1]
info Parameters [21]:
Parameter #0: [id:0, scaledConfigurationValue:0, size:1]
Parameter #1: [id:1, scaledConfigurationValue:1, size:1]
Parameter #2: [id:2, scaledConfigurationValue:1, size:1]
Parameter #3: [id:3, scaledConfigurationValue:0, size:1]
Parameter #4: [id:4, scaledConfigurationValue:1, size:1]
Parameter #5: [id:5, scaledConfigurationValue:0, size:1]
Parameter #6: [id:6, scaledConfigurationValue:0, size:1]
Parameter #7: [id:7, scaledConfigurationValue:0, size:1]
Parameter #8: [id:8, scaledConfigurationValue:0, size:1]
Parameter #9: [id:9, scaledConfigurationValue:0, size:1]
Parameter #10: [id:10, scaledConfigurationValue:0, size:1]
Parameter #11: [id:11, scaledConfigurationValue:0, size:1]
Parameter #12: [id:12, scaledConfigurationValue:0, size:1]
Parameter #13: [id:13, scaledConfigurationValue:0, size:1]
Parameter #14: [id:14, scaledConfigurationValue:0, size:1]
Parameter #15: [id:15, scaledConfigurationValue:0, size:1]
Parameter #16: [id:16, scaledConfigurationValue:0, size:1]
Parameter #17: [id:17, scaledConfigurationValue:0, size:1]
Parameter #18: [id:18, scaledConfigurationValue:0, size:1]
Parameter #19: [id:19, scaledConfigurationValue:0, size:1]
I am trying to understand what this means - does the above mean much to you? Does it sound like this switch maybe able to be coerced into working correctly?