cdjackson / HABmin

A web admin console for openHAB home automation
http://www.cd-jackson.com/index.php/openhab/habmin
217 stars 51 forks source link

Zwave - features - reset association group #178

Closed ghost closed 8 years ago

ghost commented 9 years ago

When I transfer the controller role primary to the zwave openhab binding, I can't see really in the display who is the member node.

For example for fibaro rollershutter, I have an old node which is suppressed which is not listed in association group 3 and it's not possible to choose my master node as the device consider there are the old one present.

My idea (if possible) is to tell the device to erase the association table sor that you can choose the good node and old nodes disappear.

As usually, Chris, I'm not clear but we can discuss about that.

Cheers,

Gilles

cdjackson commented 9 years ago

Hi Gilles, Thanks - I understand and will implement something to solve this. I’ll probably do 2 things -: 1) Show all nodes in the associations group, even if they are no longer found 2) When a node is deleted, I’ll look at removing all associations to that node.

Chris

On 25 Nov 2014, at 15:28, Gilles76 notifications@github.com wrote:

When I transfer the controller role primary to the zwave openhab binding, I can't see really in the display who is the member node.

For example for fibaro rollershutter, I have an old node which is suppressed which is not listed in association group 3 and it's not possible to choose my master node as the device consider there are the old one present.

My idea (if possible) is to tell the device to erase the association table sor that you can choose the good node and old nodes disappear.

As usually, Chris, I'm not clear but we can discuss about that.

Cheers,

Gilles

— Reply to this email directly or view it on GitHub https://github.com/cdjackson/HABmin/issues/178.

ghost commented 9 years ago

Hi Chris, Totally ok with point one. In a certain way, it will be the solution to my actual problem with zwave network. Point 2 ok, not easy to do (I think) but zwave network will be more clearer. When you are ready tell me and I'll test it.

cdjackson commented 9 years ago

1) Has now been implemented in the binding 2) I might look at adding this to the heal code since we read all the associations at that time already - it would be reasonably easy to remove nodes that dont exist.