A Python library for the Linksys Velop Mesh system
Project description
pyvelop
A Python library for the Linksys Velop Mesh system
Purpose
This library was built with the intention of allowing easy communication with the Linksys Velop Mesh system. Primarily,
it was built to support the linksys_velop <https://github.com/uvjim/linksys_velop>
_ custom component in Home Assistant <https://home-assistant.io/>
_.
Installation
pip install pyvelop
Quick Start
To get started you can use the following as a skeleton.
.. code:: python
import asyncio
from pyvelop.mesh import Mesh
async def main():
with Mesh(node="192.168.1.1", password="my_password") as mesh:
await mesh.async_gather_details()
print(mesh.nodes)
if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Disclaimer
This is NOT an official module, and it is NOT officially supported by the vendor.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyvelop-2021.9.3.tar.gz
(16.1 kB
view hashes)
Built Distribution
pyvelop-2021.9.3-py3-none-any.whl
(17.7 kB
view hashes)
Close
Hashes for pyvelop-2021.9.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c862ac5da8e3c94ecf45d95c0c0e30cd9f3f5d2baff4e75b9374cb913a25d190 |
|
MD5 | ef1332d293175bc92c70a054f2457b3b |
|
BLAKE2b-256 | e9c59339e0ba86838a562b8b62cfa8cc487214521b3a7c9506f66bb4b24e2751 |