Skip to main content

A Python library for the Linksys Velop Mesh system

Project description

PyPI - Version PyPI - Downloads

GitHub Release GitHub Downloads (all assets, all releases)

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 custom component in Home Assistant.

Installation

pip install pyvelop

Quick Start

To get started you can use the following as a skeleton.

import asyncio

from pyvelop.mesh import Mesh


async def main():
    async with Mesh(node="192.168.1.1", password="my_password") as mesh:
        await mesh.async_initialise()
        print(mesh.nodes)


if __name__ == "__main__":
    loop = asyncio.get_event_loop()
    loop.run_until_complete(main())

CLI

The library also has a CLI which can be used like so…

pyvelop mesh details -a PRIMARY_NODE -p PASSWORD - Lists all known details about the mesh.

pyvelop node details bedroom -a PRIMARY_NODE -p PASSWORD - Lists all known details about the given node.

pyvelop --help - show all available options

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-2026.6.1.tar.gz (36.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyvelop-2026.6.1-py3-none-any.whl (36.6 kB view details)

Uploaded Python 3

File details

Details for the file pyvelop-2026.6.1.tar.gz.

File metadata

  • Download URL: pyvelop-2026.6.1.tar.gz
  • Upload date:
  • Size: 36.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyvelop-2026.6.1.tar.gz
Algorithm Hash digest
SHA256 371e7e608de734dde138e0b22e3a861a8e29bca8a0a8d80dee4398dd4c21a85f
MD5 c947a7a404746041eeec182ca497c3fc
BLAKE2b-256 77f32d81bcf8820377722d6730e784a0e1b7c2595ea69686c991b4428429ee7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyvelop-2026.6.1.tar.gz:

Publisher: build.yml on uvjim/pyvelop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyvelop-2026.6.1-py3-none-any.whl.

File metadata

  • Download URL: pyvelop-2026.6.1-py3-none-any.whl
  • Upload date:
  • Size: 36.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyvelop-2026.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 31ce187523c60f1eb421232a6223ccbff2c80680538b66017e643000c552e6d6
MD5 2812fc83728a374255f0ea069120a5f6
BLAKE2b-256 62b24e2d3b972b9a0bb1b40b4fb2c3c4f8b1561330ca703dd8fc15a87f0ce9b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyvelop-2026.6.1-py3-none-any.whl:

Publisher: build.yml on uvjim/pyvelop

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page