Hi, I have been using OpenZwave beta integration for a few months now, and then one thing I cant work out is how to set a node association.
Does the current beta support associations or is this to come?
If it does, is there any documentation I can be pointed at?
After a bit of digging this is what I did to get it working.
I used MQTT Explore
publish an event to topic “OpenZWave/1/command/addassociation/”
{
“node”:67,
“group”: 3,
“target”: “73”
}
Params:
“node” - uint8: The NodeID to test
“group” - uint8: The Association Group you wish to add a member to
“target” - string: The Target Node you wish to send notifications to for this group.
most of the info I got from this.
in my case, my node had 3 devices. so I had to look at the group related to my switch(Switch2) which was group 3. you can see all this in MQTTExplorer under associations.
Hope this helps. Let me know if something is not clear
@firstof9 that was exactly what I was afraid of. Is it possible you could try to explain what I have done wrong and how I do it right, I would like to learn this, so understanding what I have done wrong and learning what I shall do to get it right would help me.
I have done it with all the 14 endpoints and did a restart my HA and the OpenZWave Beta, but i cant get a return signal, it just keeps switching back, du eny of you have a idea to where i have to look for that problem?