[RELEASE] Zigbee Monitor Driver - Like XRAY Vision for Zigbee Repeaters and simple Switches

Thanks, missed that. I enabled Health Check and I do see the status "Online" in the Current States in your driver.

However, kkossev's Health Status app can't seem to find healthStatus state in your driver for some reason, and doesn't include it in devices available to add to his app. So this probably is a question that I should ask kkossev about. I'll hit him up.

It is probably a capability I need to add. But he will know it right away.

2 Likes

The capability is

    capability 'Health Check'

Defining this capability also adds a ping() command, which I find very useful for checking the online status of the mains-powered devices and measuring the round-trip time.

2 Likes

Hey Krassimir, the docs say "HealthCheck" for the capability but I see my driver already has that capability in it.

So should it be "Health Check" with the space included?

My understanding is that there is no difference. The spaces in HE capability names are removed when the code is processed.

2 Likes

I did not know that. I'll do a little digging because it seems it has the necessary pieces for it to be working for @danabw

2 Likes

I would not spend a lot of time on danabw...that guy is a constant PITA around here, and you don't want to encourage him. :wink:

7 Likes

FYI I did a quick test. If I filter by capability "healthCheck"

I see all my repeaters listed which all run the Zigbee Monitor Driver.
image

Must be something else in @kkossev code that is preventing them from being selectable.

2 Likes