Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

velbus-aio

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

velbus-aio

Open-source home automation platform running on Python 3.

  • 2024.12.2
  • PyPI
  • Socket score

Maintainers
1

CI pre-commit.ci status PyPI version Supported Python versions License Downloads Downloads Downloads Black

This project requires financial support, but it is free for you to use. You can join those helping to keep the lights on at:

velbus-aio

Velbus Asyncio, a library to support the Velbus home automation system.

This Lib is a rewrite in python3 with asyncio of the python-velbus module. Part of the code from the above lib is reused. Its also build on top of the openHab velbus protocol description.

The latest version of the library is published as a python package on pypi

Supported connections:

TypeExampleDescription
serial/dev/ttyACME0a serial device
(tcp://)ip:port192.168.1.9:1234An ip address + tcp port combination, used in combination with any velbus => tcp gateway, the tcp:// part is optional
tls://ip:porttls://192.168.1.9:12345A connection to Signum
tls://auth@ip:porttls://iauthKey@192.168.1.9:12345A connection to Signum with uthentication

Development

See the contributing guidelines.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc