Mesh Device Group Diagnostic & Management Dashboard (Z-Wave, Zigbee, Lyra) #14100
Unanswered
Chef-de-IT
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem: One of my HA installs has 17 Z-Wave dimmers of 2 different models, and checking their firmware version, updating device options / settings, ascertaining devices’ recent issues to troubleshoot mesh communication, updating firmware - took more than a full day. ...90% of which was clicking through multiple screens from one device to the next, copy-pasting data into a spreadsheet, as well as lack of easy way to batch e.g. firmware updates of multiple devices (with 1-2 auto-retries).
Suggested Solution: Extend the [HA UI]/config/devices/dashboard screen or make a dedicated “mesh management” screen that would list devices of a given mesh (Z-Wave, etc - same type screen might be used for all supported meshes), with useful status/info fields, and allow a given action (with retries, if applicable) to be batch-started on any of the given mesh’s devices (multiple selection). These fields would seem useful for such a screen:
Am I missing any other fields? Please suggest.
At the bottom of the dashbard we have batch action buttons, applicable to all selected devices whose checkboxes are checked by the user:
Batch actions (e.g. firmware update): concurrent if supported; otherwise (or if explicitly preferred) sequential, with 1…3 retries per device. Sequential actions that target individual devices, try to follow the mesh topology, from the HA mesh controller out - as opposed to go alphabetically or in a random order.
The bottom of this [HA UI]/config/devices/dashboard (or a separate "mesh management dashboard") screen shows batch progress bar graph (how many devices done vs total, and % current device progress). Should be able to schedule the batch to start immediately or at a given time / in “X hours”. This is because eg. Z-Wave firmware updates make switches & dimmers non-responsive while the update takes place, and there may be less RF interference overnight.
Am I missing any actions (that would be appropriate fr multiple devices at once and wouldn’t be made redundant by the dashboard info already listing the effect)?
Related: https://community.home-assistant.io/t/mesh-device-batch-management-ui-z-wave-zigbee-lyra-tp-link-casa-broadlink-other-meshes/475572 - this is the updated version at the recommended forum
Beta Was this translation helpful? Give feedback.
All reactions