Skip to content

Python code for controlling RLY02 (usb module with 2 relay outputs at 16A )

Notifications You must be signed in to change notification settings

superalex/Python-RLY02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python-RLY02

Python code for controlling RLY02 (usb module with 2 relay outputs at 16A )

The relays are identified by 1 and 2 and the allowed actions are on, off and click. You can interact with them with things like:

Swith relay 1 on

python rly02.py -r 1 -a on

Swith relay 2 off

python rly02.py -r 1 -a off

Click relay 1 (on and off)

python rly02.py -r 1 -a click

Read relay states

python rly02.py -s

NOTE: ensure that you have the correct permissions in /dev/ttyACM0 for your user.

About

Python code for controlling RLY02 (usb module with 2 relay outputs at 16A )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published