Skip to content

DOMUSTO Home Automation plugin for using the GPIO ports on a RPI

Notifications You must be signed in to change notification settings

basvdijk/domusto-gpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOMUSTO GPIO plugin

plugin:       RPI GPIO
author:       Bas van Dijk
category:     system
version:      0.0.1
website:      http://domusto.com
description:  Control the GPIO ports of a RPI

Features

  • Write GPIO pin high/low
  • Read GPIO pin high/low
  • Set pullup / pulldown resistor on GPIO pin
  • Write/read analog signal
  • Write/read PWM signal

Hardware needed

  • Raspberry Pi

Tested with

  • Raspberry Pi

Troubleshooting

You might run into the following error:

GPIO Error: pigpio error -1 in gpioInitialise

This could mean DOMUSTO server has insufficient rights to access the GPIO ports on your RPI. In this case you have to run DOMUSTO server with root access.

sudo npm run dev

Pre-installation requirement