Really sorry for the noobish questions, but from https://www.home-assistant.io/integrations/ozw/ I understand nothing about what to do after installation.
What I did (on a fresh HA install dedicated to testing this out) was:
- Install Mosquitto Broker
- Install MQTT integration
- Installed the Openzwave official addon (as in, the one in the Official Addons section, I think a couple of days ago there was mention of the one in Marcel’s custom addon repository, but this now seems to be the correct addon, right?)
- Installed the OpenZWave (beta) integration.
In the OpenZWave (beta) integration I see 1 device - “ZW090 Z-Stick Gen5 EU”
So my question is: now what? The docs say to call SERVICE OZW.ADD_NODE, but with what payload? None? If I just press the Call Service button for this service, nothing seems to happen…I tried also to take the stick to a plug I want to add, it kinda seemed to have added it according to the lights, but I can’t see it in HA.
Do I need to “listen” with something like MQTT Explorer? I did connect with MQTT Explorer and saw 2 nodes:
I assume this is the Aeotec stick:
{
“NodeID”: 1,
“NodeQueryStage”: “Complete”,
“isListening”: true,
“isFlirs”: false,
“isBeaming”: true,
“isRouting”: false,
“isSecurityv1”: false,
“isZWavePlus”: false,
“isNIFRecieved”: false,
“isAwake”: true,
“isFailed”: false,
“MetaData”: {
“OZWInfoURL”: “”,
“ZWAProductURL”: “”,
“ProductPic”: “”,
“Description”: “”,
“ProductManualURL”: “”,
“ProductPageURL”: “”,
“InclusionHelp”: “”,
“ExclusionHelp”: “”,
“ResetHelp”: “”,
“WakeupHelp”: “”,
“ProductSupportURL”: “”,
“Frequency”: “”,
“Name”: “”,
“ProductPicBase64”: “”
},
“Event”: “nodeQueriesComplete”,
“TimeStamp”: 1590670650,
“NodeManufacturerName”: “AEON Labs”,
“NodeProductName”: “ZW090 Z-Stick Gen5 EU”,
“NodeBasicString”: “Static Controller”,
“NodeBasic”: 2,
“NodeGenericString”: “Static Controller”,
“NodeGeneric”: 2,
“NodeSpecificString”: “Static PC Controller”,
“NodeSpecific”: 1,
“NodeManufacturerID”: “0x0086”,
“NodeProductType”: “0x0001”,
“NodeProductID”: “0x005a”,
“NodeBaudRate”: 100000,
“NodeVersion”: 4,
“NodeGroups”: 0,
“NodeDeviceTypeString”: “Unknown Type (0x0000)”,
“NodeDeviceType”: 0,
“NodeRole”: 0,
“NodeRoleString”: “Central Controller”,
“NodePlusType”: 0,
“NodePlusTypeString”: “Z-Wave+ node”
}
What is this one, though? The Fibaro plug that I tried to add? Doesn’t really look like it…
{
“NodeID”: 4,
“NodeQueryStage”: “ProtocolInfo”,
“isListening”: true,
“isFlirs”: false,
“isBeaming”: false,
“isRouting”: false,
“isSecurityv1”: false,
“isZWavePlus”: false,
“isNIFRecieved”: true,
“isAwake”: true,
“isFailed”: false,
“MetaData”: {
“OZWInfoURL”: “”,
“ZWAProductURL”: “”,
“ProductPic”: “”,
“Description”: “”,
“ProductManualURL”: “”,
“ProductPageURL”: “”,
“InclusionHelp”: “”,
“ExclusionHelp”: “”,
“ResetHelp”: “”,
“WakeupHelp”: “”,
“ProductSupportURL”: “”,
“Frequency”: “”,
“Name”: “”,
“ProductPicBase64”: “”
},
“Event”: “nodeProtocolInfo”,
“TimeStamp”: 1590673125,
“NodeManufacturerName”: “”,
“NodeProductName”: “”,
“NodeBasicString”: “Routing Slave”,
“NodeBasic”: 4,
“NodeGenericString”: “Binary Switch”,
“NodeGeneric”: 16,
“NodeSpecificString”: “Binary Switch”,
“NodeSpecific”: 0,
“NodeManufacturerID”: “0x0000”,
“NodeProductType”: “0x0000”,
“NodeProductID”: “0x0000”,
“NodeBaudRate”: 0,
“NodeVersion”: 0
}