Important
Available in Zigbee2MQTT dev branch from 9a4ce6f.
If using baremetal installation, you can update WindFront only with pnpm update zigbee2mqtt-windfront
. (Note: this is also possible in container installation, albeit a bit more complicated, check the docs of your container solution.)
What's Changed
- fix: add a few features to blacklist for dashboard/scene. by @Nerivec in #48
- fix: table sorting by ieee by @Nerivec in #49
- fix: battery low display by @Nerivec in #51
- feat: rebuild network map by @Nerivec in #55
- switch to reagraph library, uses WebGL, and provides better options for Z2M's use.
- layout switching (forceDirected2d, forceDirected3d, radialOut2d, radialOut3d)
- forceDirected adds clustering of parents/children for easier identification (better for smaller networks)
- radialOut2d should provide a better way to visualize larger networks
- NOTE: 3D variants will definitely require more computing power
- label display switching
- "find node" feature (zoom-in on a specific device)
- change node/link settings (allows to adjust display based on network size)
- selecting a node will select the related part of the network
- nodes can be folded/expanded (will fold/expand the related part of the network) in context menu (right click)
- nodes are sized based on their centrality
- layout switching (forceDirected2d, forceDirected3d, radialOut2d, radialOut3d)
- store settings in local storage (prevents reset)
- add ability to download image from graph
- filter siblings to only show highest-rated siblings (the ones most likely to actually be in use by the network). This should provide a much better (and more "correct") overview instead of having to often disable siblings to "see anything".
- switch to reagraph library, uses WebGL, and provides better options for Z2M's use.
- fix: improve display of unknown devices in network "data" display by @Nerivec in #55
- fix: remove flags in favor of plain name for language by @Nerivec in #55
- fix: remove bars under slider by @Nerivec in #55
- fix: display current value under slider by @Nerivec in #55
- fix: move units to end of inputs by @Nerivec in #55
- fix: add ability to reset auth-related data from local storage by @Nerivec in #55
- fix: min sizing of some inputs by @Nerivec in #55
Full Changelog: v1.0.3...v1.0.4