Skip to main content

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.

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.8.4.tar.gz (40.0 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.8.4-py3-none-any.whl (38.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyvelop-2026.8.4.tar.gz
  • Upload date:
  • Size: 40.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyvelop-2026.8.4.tar.gz
Algorithm Hash digest
SHA256 51c9c94510df4e65407cd28f1c32bb8c33b8dccad3bc127f4d512241de8be27f
MD5 36b620d7cbe0e80f3bfa6b8ad69fc3d2
BLAKE2b-256 1f54190767e01cb7bd53467cb6dea88f15f158c2ecc15e770ed9d13b7693f57a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyvelop-2026.8.4.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.8.4-py3-none-any.whl.

File metadata

  • Download URL: pyvelop-2026.8.4-py3-none-any.whl
  • Upload date:
  • Size: 38.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pyvelop-2026.8.4-py3-none-any.whl
Algorithm Hash digest
SHA256 98058c141c3a8566b772ac3abe3ca619fffbe0889d1a744fda1ecd03490c028e
MD5 8df88916f5e5e8684bf18e62f56392a8
BLAKE2b-256 b14347a9fb86362ff456b047a4bee29d93f80fad095ebb5f123cbb55da4a5317

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyvelop-2026.8.4-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.

Release history Release notifications | RSS feed

2026.8.15

2 files

2026.8.14

2 files

2026.8.12

2 files

2026.8.11

2 files

2026.8.10

2 files

2026.8.9

2 files

2026.8.8

2 files

2026.8.7

2 files

2026.8.6

2 files

2026.8.5

2 files

This release

2026.8.4 This release

2 files

2026.8.3

2 files

2026.8.2

2 files

2026.8.1

2 files

2026.7.9

2 files

2026.7.8

2 files

2026.7.7

2 files

2026.7.6

2 files

2026.7.5

2 files

2026.7.4

2 files

2026.7.3

2 files

2026.7.2

2 files

2026.7.1

2 files

2026.6.3

2 files

2026.6.2

2 files

2026.6.1

2 files

2025.9.1

2 files

2025.4.2

2 files

2025.4.1

2 files

2024.12.1

2 files

2024.11.1

2 files

2024.10.2

2 files

2024.10.1

2 files

2024.9.1

2 files

2024.7.1

2 files

2024.5.3

2 files

2024.5.2

2 files

2024.5.1

2 files

2024.4.1

2 files

2023.9.1

2 files

2023.7.1

2 files

2023.5.1

2 files

2023.3.1

2 files

2022.12.3

2 files

2022.12.2

2 files

2022.12.1

2 files

2022.11.5

2 files

2022.11.4

2 files

2022.11.3

2 files

2022.11.2

2 files

2022.11.1

2 files

2022.10.2

2 files

2022.10.1

2 files

2022.9.6

2 files

2022.9.5

2 files

2022.9.4

2 files

2022.9.3

2 files

2022.9.2

2 files

2022.9.1

2 files

2022.8.4

2 files

2022.8.3

2 files

2022.8.2

2 files

2022.8.1

2 files

2022.7.3

2 files

2022.7.2

2 files

2022.7.1

2 files

2022.5.2

2 files

2022.5.1

2 files

2022.4.8

2 files

2022.4.7

2 files

2022.4.6

2 files

2022.4.5

2 files

2022.4.4

2 files

2022.3.2

2 files

2022.3.1

2 files

2022.2.6

2 files

2022.2.5

2 files

2022.2.4

2 files

2022.2.3

2 files

2022.2.2

2 files

2022.2.1

2 files

2022.1.4

2 files

2022.1.3

2 files

2022.1.2

2 files

2022.1.1

2 files

2021.10.5

2 files

2021.10.4

2 files

2021.9.8

2 files

2021.9.7

2 files

2021.9.6

2 files

2021.9.5

2 files

2021.9.4

2 files

2021.9.3

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page