-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See detailed device information #1396
Comments
I can't think of any reason that ordinary end users would be interested in this information, but I can see why developers would. I agree this protocol-specific shouldn't be represented as properties in the Web Thing API. If we were to display this information in a developer section of the UI, it would perhaps need some kind of back channel API to get the information from adapters. |
Knowing the last time a message was received from a device allows the user to know if the device is "alive". |
@dhylands Shouldn't this be handled by the adapter itself, now that we have the ability to report device connection state? |
Battery powered devices only report in every couple of hours or when an actual event occurs, so it may take a few hours before you can detect if a device is "dead" or not. |
Pre-emptively (as Domoticz does not support this): allow the time after which a device is registered as 'missing' to be individually set per device. For example, I have plant sensors that only report once a day, and that's normal. I have temperature sensors that report every 2 seconds. The threshold for "hey it seems to be gone" should be different for both. |
By the way, perhaps ideally the system could have the ability to learn that some devices communicate at regular intervals, and alert if that changes. That wouldn't work on irregular things like door sensors, but it would work great for things like the plant sensor. And in those cases it would save the user (or device creator) from defining the interval. |
As I mentioned in WebThingsIO/zwave-adapter#65, this information would be useful in making a homebridge-plugin (so the gateway can be used as a homekit hub) since HAP supports a lot more device information. Also, in response to @benfrancis's initial reply, as an end user, this information is useful when debug/troubleshooting devices. I had a Z-Wave switch fail on me but without having to open up the switch plate I could look up the model and serial number Wink App (and homebridge) to get warranty information. |
See also: WebThingsIO/zwave-adapter#65 (comment) |
As a user, I'd like to be able to get some detailed information about a particular device.
This might include information like the following (for a zigbee device):
I don't think that this type of information merits being a property.
The text was updated successfully, but these errors were encountered: