Skip to main content

V6M relay controller over Ethernet

Project description

pyv6m Package

Package to control a V6M ethernet relay boards using Python. I can't read Chinese on the controller, but the unit operates nicely and can be configured using HTTP and controlled on port 1234. It theoretically supports MQTT protocol, but I haven't received that documentation yet.

The underlying command structure sent to the board is simple. The following example would turn on relay 1, and turn off relay 3. The remaining relays are left unchanged: setr=1x0xxxxxx

The board supports other controls:

  • '0' - off
  • '1' - on
  • '2' - pulse (on, delay, off)
  • '3' - toggle
  • '4' - group 2 relays adjacent relays. On if '4x', off if 'x4'.

This package only supports turning relays on and off through the V6M.set_relay method.

The board also supports 8 inputs. As a default from the factory, the inputs directly control the relays. This can be disabled through the web interface. The state of the inputs can be read using the V6M.get_sensor interface, or by setting the sensor_callback.

The board will not send immediate feedback when input levels changed, so the board is polled every second.

Example:

from time import sleep
from pyv6m import V6M

hub = V6M( 'host.test.com', 1234 )

# Turn the first relay on
hub.set_relay( 0, True )

# Pause for a second
sleep(1.)

# Turn the first relay off
hub.set_relay( 0, False )

# Close the interface
hub.close()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyv6m-0.0.1.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

pyv6m-0.0.1-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file pyv6m-0.0.1.tar.gz.

File metadata

  • Download URL: pyv6m-0.0.1.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for pyv6m-0.0.1.tar.gz
Algorithm Hash digest
SHA256 5f0b18e358a55d7687b48647a00c9f7c954b90d42fde6de8a95eae9c57c29e07
MD5 9991d802c5e3bfca7fa24a1b3e346dc2
BLAKE2b-256 bcafc9f316b153670c58e52d23d0e8f42d25531b14430c3613d28be9b7803a6d

See more details on using hashes here.

File details

Details for the file pyv6m-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: pyv6m-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 8.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5

File hashes

Hashes for pyv6m-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 59829d18845cfd941f374eca63eed26c105e12c89dbbb352b7e5f0555f906e3a
MD5 97fefe64e8e12260df37e0453d12f75d
BLAKE2b-256 efdb0139703e56202bf28a1f7a9889101454f26fd7f77d12c8d147fee106b7c8

See more details on using hashes here.

Supported by

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