Thank you.
Since posting this I came to the conclusion that the RPi was not going to work for me and I set up HAOS in my Beelink Mini.
I have a USB hub hanging off of it and the Zooz ZST39 id in line of sight with a Minoston smart plug. I followed the instructions to break the smart plug’s binding to any network it might have had. Tried to add it using the QR code again, and today my phone tells me I can’t do that when I an nut using https! Who has a site certificate for their home network device?
I tried the other rout and initiated a scan, and presses the button 3 tines fist and the lights on the smartplug were flashing but HA didn’t detect anything.
Below is the diagnostics dump:
{
"home_assistant": {
"installation_type": "Home Assistant OS",
"version": "2024.11.2",
"dev": false,
"hassio": true,
"virtualenv": false,
"python_version": "3.12.4",
"docker": true,
"arch": "x86_64",
"timezone": "America/Los_Angeles",
"os_name": "Linux",
"os_version": "6.6.54-haos",
"supervisor": "2024.11.2",
"host_os": "Home Assistant OS 13.2",
"docker_version": "27.2.0",
"chassis": "embedded",
"run_as_root": true
},
"custom_components": {},
"integration_manifest": {
"domain": "zwave_js",
"name": "Z-Wave",
"after_dependencies": [
"hassio"
],
"codeowners": [
"home-assistant/z-wave"
],
"config_flow": true,
"dependencies": [
"http",
"repairs",
"usb",
"websocket_api"
],
"documentation": "https://www.home-assistant.io/integrations/zwave_js",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": [
"zwave_js_server"
],
"quality_scale": "platinum",
"requirements": [
"pyserial==3.5",
"zwave-js-server-python==0.58.1"
],
"usb": [
{
"vid": "0658",
"pid": "0200",
"known_devices": [
"Aeotec Z-Stick Gen5+",
"Z-WaveMe UZB"
]
},
{
"vid": "10C4",
"pid": "8A2A",
"description": "*z-wave*",
"known_devices": [
"Nortek HUSBZB-1"
]
}
],
"zeroconf": [
"_zwave-js-server._tcp.local."
],
"is_built_in": true,
"overwrites_built_in": false
},
"setup_times": {
"null": {
"setup": 0.00433222200081218
},
"01JCXN6CJ44XWHKP2AJZQRR817": {
"config_entry_setup": 0.03390807899995707,
"config_entry_platform_setup": 0.000737083002604777
}
},
"data": {
"versionInfo": {
"driverVersion": "13.10.3",
"serverVersion": "1.39.0",
"minSchemaVersion": 0,
"maxSchemaVersion": 39
},
"entities": [],
"state": {
"nodeId": 1,
"index": 0,
"status": 4,
"ready": true,
"isListening": true,
"isRouting": true,
"manufacturerId": 634,
"productId": 1552,
"productType": 4,
"firmwareVersion": "1.50",
"deviceConfig": {
"filename": "/data/db/devices/0x027a/zst39lr.json",
"isEmbedded": true,
"manufacturer": "Zooz",
"manufacturerId": 634,
"label": "ZST39 LR",
"description": "800 Series Long Range USB Controller",
"devices": [
{
"productType": 4,
"productId": 1552
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"preferred": false,
"metadata": {
"comments": []
}
},
"label": "ZST39 LR",
"interviewAttempts": 1,
"isFrequentListening": false,
"maxDataRate": 100000,
"supportedDataRates": [
40000,
100000
],
"protocolVersion": 3,
"supportsBeaming": true,
"supportsSecurity": false,
"nodeType": 0,
"deviceClass": {
"basic": {
"key": 2,
"label": "Static Controller"
},
"generic": {
"key": 2,
"label": "Static Controller"
},
"specific": {
"key": 1,
"label": "PC Controller"
}
},
"interviewStage": "Complete",
"deviceDatabaseUrl": "https://devices.zwave-js.io/?jumpTo=0x027a:0x0004:0x0610:1.50",
"statistics": {
"commandsTX": 0,
"commandsRX": 0,
"commandsDroppedRX": 0,
"commandsDroppedTX": 0,
"timeoutResponse": 0
},
"isControllerNode": true,
"keepAwake": false,
"protocol": 0,
"values": {},
"endpoints": {
"0": {
"nodeId": 1,
"index": 0,
"deviceClass": {
"basic": {
"key": 2,
"label": "Static Controller"
},
"generic": {
"key": 2,
"label": "Static Controller"
},
"specific": {
"key": 1,
"label": "PC Controller"
}
},
"commandClasses": []
}
}
}
}
}