openhab / org.openhab.ui.habmin

HABmin - a graphical user interface for openHAB 2
231 stars 91 forks source link

Feature request: On demand device heal #155

Closed xsnrg closed 8 years ago

xsnrg commented 8 years ago

In older versions of Habmin, before zwave2, there was the option at the device level to heal the device. If this is possible with the new 2.0 binding, it would be handy to have when people move devices around. The ability to heal the network on demand is also desired.

The use case is my own network and the rate at which I move things around. I would use these functions to try to get rid of some timeouts, forcing devices to find good neighbors in the mesh.

cdjackson commented 8 years ago

The current binding does not support heal at all. I’m yet to decide if this is really useful - in theory the actual re-routing etc is all done by the stick - the binding can’t influence it...

xsnrg commented 8 years ago

So even the current scheduled heal in the controller config is a placebo?

heal

cdjackson commented 8 years ago

Correct. As said earlier, I’m yet to decide if heal really helps or if it’s a hindrance. It doesn’t do anything to help routing at the protocol layers since the stick is meant to do that itself.