Schwaiger ZHS03 not reconiced as an Device

Hi,

I’m have openHAB 3.1.0.M4 running and I paired the wall button with a Z-Stick.

the device type is unknown.

zwave:device:f79715341c:node47

  • zwave_class_basic BASIC_TYPE_ROUTING_SLAVE
  • zwave_class_generic GENERIC_TYPE_WALL_CONTROLLER
  • zwave_frequent false
  • zwave_neighbours
  • zwave_nodeid 47
  • zwave_version 0.0
  • zwave_listening false
  • zwave_routing true
  • zwave_beaming true
  • zwave_secure false
  • zwave_class_specific SPECIFIC_TYPE_BASIC_WALL_CONTROLLER

Code tab:
UID: zwave:device:f79715341c:node47
label: Z-Wave Node 047
thingTypeUID: zwave:device
configuration:
action_heal: false
node_id: 47
bridgeUID: zwave:serial_zstick:f79715341c

Anyone knows how to solve this problem.

Thanks
Richard

If it’s a battery powered device, the device needs to be woken up multiple times to give the binding a change to interrogate it and figure out what it is.

If it’s main’s powered or waking the device up doesn’t discover what it is, the device might need to be added to the database. See ZWave - Bindings | openHAB for details about how to add a device to the database.

1 Like

Thanks, will see if I get it up to work