It seems I tried zwave:zooz_zen58_00_000 in API Exp thing-types section. (I didn’t see the thing-types/{thingTypeID} entry.
Here is what comes up:
{
"channels": [
{
"description": "Switch the power on and off",
"id": "switch_binary",
"label": "Switch",
"tags": [],
"properties": {
"binding:*:OnOffType": "COMMAND_CLASS_SWITCH_BINARY"
},
"category": "Switch",
"advanced": false,
"typeUID": "zwave:switch_binary"
},
{
"description": "Triggers when a scene button is pressed",
"id": "scene_number",
"label": "Scene Number",
"tags": [],
"properties": {
"binding:*:DecimalType": "COMMAND_CLASS_CENTRAL_SCENE"
},
"category": "",
"advanced": false,
"typeUID": "zwave:scene_number"
}
],
"channelGroups": [],
"configParameters": [
{
"description": "Sets the node ID<BR/>The node ID is assigned by the controller and can not be changed.",
"label": "Node ID",
"name": "node_id",
"required": true,
"type": "INTEGER",
"min": 1,
"max": 232,
"readOnly": true,
"multiple": false,
"groupName": "thingcfg",
"advanced": true,
"verify": false,
"limitToOptions": true,
"options": [],
"filterCriteria": []
}
],
"parameterGroups": [],
"properties": {
"modelId": "ZEN58",
"vendor": "Zooz",
"manufacturerId": "027A",
"manufacturerRef": "0004:0322",
"dbReference": "1687"
},
"extensibleChannelTypeIds": [],
"UID": "zwave:zooz_zen58_00_000",
"label": "ZEN58 XS Low Voltage Relay",
"description": "XS Low Voltage Relay<br /> <h1>Overview</h1><p>Manual or z-wave on/off control for low voltage loads. </p><p>Monitors analog dry contact inputs like open/close sensors. </p><p>Installs behind your existing wall switch (single pole or 3-way). </p><p>Z-wave Long Range for next -level wireless network</p><p>Remembers and restores on/off status after power failure</p><p>800 series z-wave and s2 SmartStart security.</p><p>Specs: </p><p>Power 9-40v ac/dc</p><p>Max load: 3A @ 240V.</p><p>Range: up to 300ft LoS and 1300ft with zwave long range enabled. </p><p>Indoor use only.</p><p>1.2\"x1\"x0.6\" (its so tiny!)</p> <br /> <h2>Inclusion Information</h2><p>Initiate inclusion on hub and press the z-wave button 3 times as quickly as possible.</p> <br /> <h2>Exclusion Information</h2><p>Initiate exclusion on hub and press the z-wave button 3 times as quickly as possible.</p> <br /> <h2>Wakeup Information</h2><p><br /></p>",
"category": "Valve",
"listed": false,
"supportedBridgeTypeUIDs": [],
"bridge": false
}
It does seem your binding is working. I’ll do the openhabian upgrade this weekend and will report back. Thanks again!