GE 46203 Unknown device

I have a GE (Jasco?) 46203 dimmer installed and trying to add it to OpenHAB. Paper UI shows it as unknown device. I see it in DB, IDs seem to match, except version. This is what shows for my thing:

zwave_beaming	true
zwave_class_basic	BASIC_TYPE_ROUTING_SLAVE
zwave_class_generic	GENERIC_TYPE_SWITCH_MULTILEVEL
zwave_class_specific	SPECIFIC_TYPE_POWER_SWITCH_MULTILEVEL
zwave_deviceid	12853
zwave_devicetype	18756
zwave_frequent	false
zwave_listening	true
zwave_manufacturer	99
zwave_neighbours	
zwave_nodeid	5
zwave_plus_devicetype	NODE_TYPE_ZWAVEPLUS_NODE
zwave_plus_roletype	ROLE_TYPE_SLAVE_ALWAYS_ON
zwave_routing	true
zwave_secure	false
zwave_version	5.53

OpenHAB logs filtered by the node:

2019-12-15 11:03:55.545 [WARN ] [wave.discovery.ZWaveDiscoveryService] - NODE 5: Device discovery could not resolve to a thingType! 0063:4944:3235::5.53
2019-12-15 11:14:20.534 [WARN ] [wave.discovery.ZWaveDiscoveryService] - NODE 5: Device discovery could not resolve to a thingType! 0063:4944:3235::5.53
2019-12-15 11:35:48.075 [WARN ] [wave.discovery.ZWaveDiscoveryService] - NODE 5: Device discovery could not resolve to a thingType! 0063:4944:3235::5.53
2019-12-15 11:57:43.593 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Handler disposed. Unregistering listener.
2019-12-15 11:57:43.598 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 5: Serializing to file /var/lib/openhab2/zwave/network_f6dd67af__node_5.xml
2019-12-15 11:57:56.701 [DEBUG] [wave.discovery.ZWaveDiscoveryService] - NODE 5: Device discovery completed
2019-12-15 11:57:56.705 [WARN ] [wave.discovery.ZWaveDiscoveryService] - NODE 5: Device discovery could not resolve to a thingType! 0063:4944:3235::5.53
2019-12-15 11:58:21.543 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Unable to find thing type (0063:4944:3235:5.53)
2019-12-15 11:58:21.543 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Controller status changed to ONLINE.
2019-12-15 11:58:21.543 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Controller is ONLINE. Starting device initialisation.
2019-12-15 11:58:21.591 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Updating node properties.
2019-12-15 11:58:21.592 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Updating node properties. MAN=99
2019-12-15 11:58:21.593 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Updating node properties. MAN=99. SET. Was 99
2019-12-15 11:58:21.593 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Properties synchronised
2019-12-15 11:58:21.594 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Update ASSOCIATION group_ZWaveAssociationGroup [index=1, name=Lifeline, profile1=0, profile2=1, associations=[node_1]]: Adding node_1
2019-12-15 11:58:21.594 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Configuration synchronised
2019-12-15 11:58:21.595 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Initialising Thing Node...
2019-12-15 11:58:21.596 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Polling intialised at 1800 seconds - start in 250200 milliseconds.
2019-12-15 11:58:21.596 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Device initialisation complete.
2019-12-15 11:58:24.755 [DEBUG] [wave.discovery.ZWaveDiscoveryService] - NODE 5: Device discovered
2019-12-15 11:58:24.756 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 5: Got an event from Z-Wave network: ZWaveInclusionEvent

Full log is here: OpenHAB logs 12-15 · GitHub
Any suggestions?

Let me take a wild guess and assume you are running version 2.4.
That database entry was updated well after 2.4 was released. If you wait until tomorrorw, OH 2.5 stable should be available.

Yeah, it’s 2.4. Will try upgrading tomorrow. Thanks.

OK, didn’t work right after upgrade, double checked that both OpenHAB and Z-Wave binding were showing version 2.5. After reboot it started to work: sees the dimmer as expected now.

Have you found a way to speed up the transition between off and on? I like to make my lights turn off and on instantly but don’t see that config option in the thing settings for PaperUI like there is with the gen 1 dimmers.

just trying to bump my previous post. Is there any way to speed up the transition between off and on like you could the older model switches?

… which has nothng to do with the original poster’s issue. You should open a new thread and provide us volunteers SOME information details on what you are using.

How to ask a good question / Help Us Help You - Tutorials & Examples - openHAB Community

I was trying not to clutter up the threads with simple questions. made a thread and asked my question as i cant find the answer after searching.