Skip to content

Command Line, Python, and Node-Red for Home Automation Card

License

Notifications You must be signed in to change notification settings

KevP/ioplus-rpi

 
 

Repository files navigation

ioplus-rpi

ioplus-rpi

Command Line, Python, and Node-Red for Home Automation Stackable Card for Raspberry Pi

IO-PLUS

Setup

Enable Raspberry Pi I2C communication by opening a terminal and typing:

~$ sudo raspi-config

Go to the Interface Options menu then I2C and enable the port.

Usage

~$ git clone https://github.com/SequentMicrosystems/ioplus-rpi.git
~$ cd ioplus-rpi/
~/ioplus-rpi$ sudo make install

Now you can access all the functions of the relays board through the command "ioplus". Use -h option for help:

~$ ioplus -h

If you clone the repository any update can be made with the following commands:

~$ cd ioplus-rpi/  
~/ioplus-rpi$ git pull
~/ioplus-rpi$ sudo make install

Node-Red example based on exec node.

About

Command Line, Python, and Node-Red for Home Automation Card

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 58.0%
  • Python 14.2%
  • HTML 12.5%
  • JavaScript 11.6%
  • C++ 2.9%
  • Makefile 0.7%
  • Shell 0.1%