SequentMicrosystems / megabas-rpi

Command Line, Python lib, Node-Red and CODESYS driver for Building Automation Card
https://www.sequentmicrosystems.com
MIT License
8 stars 1 forks source link
automation-card board codesys megabas-rpi modbus node-red python-library

megabas-rpi

megabas-rpi

This is the command to control Building Automation Stackable Card for Raspberry Pi

MEGA-BAS

Setup

Don't forget to enable I2C communication:

~$ sudo raspi-config

Usage

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

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

~$ megabas -h

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

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

Python Library

Firmware update instructions.

Node-RED

CODESYS Driver

The board can act as Modbus RTU slave device, checkout modbus instructions