Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perolavsvendsen/zwiz-hs3
Visualizer for z-wave network
https://github.com/perolavsvendsen/zwiz-hs3
homeseer python z-wave
Last synced: 13 days ago
JSON representation
Visualizer for z-wave network
- Host: GitHub
- URL: https://github.com/perolavsvendsen/zwiz-hs3
- Owner: perolavsvendsen
- License: mit
- Created: 2021-01-23T20:54:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T16:04:37.000Z (10 months ago)
- Last Synced: 2024-10-19T12:15:11.416Z (2 months ago)
- Topics: homeseer, python, z-wave
- Language: Python
- Homepage:
- Size: 5.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org)
![](https://travis-ci.org/perolavsvendsen/zwiz-hs3.svg?branch=main)
![Pylint](https://github.com/perolavsvendsen/zwiz-hs3/workflows/Pylint/badge.svg)
[![ReadTheDocs](https://readthedocs.org/projects/zwiz-hs3/badge/?version=latest)](https://zwiz-hs3.readthedocs.io/en/latest/)
[![codecov](https://codecov.io/gh/perolavsvendsen/zwiz-hs3/branch/main/graph/badge.svg?token=7IQPK1F1S6)](https://codecov.io/gh/perolavsvendsen/zwiz-hs3)## zwiz-hs3
Zwiz is a hobby-project graphing my Z-wave network. It is made for visualizing a Z-wave network set up through Homeseer 3 on a UZB1 stick, but could probably be easily adapted to visualize other networks.The visualisation is done using the fantastic [Dash by Plotly](https://plotly.com/python/).
Built for personal usage in a very controlled environment. This package must be considered not-maintained.
## Installation and usage
```
git clone
pip install
python app.py
```The app will start the Dash server on localhost and set up a website showing an interactive visualization of the z-wave network:
![](img/screenshot_2.gif)
This is useful to understand the z-wave network, and spotting critical nodes. In the example below, you can see that the central node (as expected) is a local center but that another node is also quite central in the network.
## License
[MIT](https://choosealicense.com/licenses/mit/)## Other relevant projects
Z-wave graph for Home Assistant (Javascript): https://github.com/AdamNaj/ZWaveGraphHA
Deprecated z-wave graph for Home Assistant (Python): https://github.com/OmenWild/home-assistant-z-wave-graph