mqtt-io
mqtt-io copied to clipboard
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
I think it will be convinient to append some correction option for temperature, humidity and other float or integer metrics. Most of cheap chineese tempeature modules gives incorrect values and...
When starting the image I get the logs below. It states it cannot import the yaml module. This seems to be something wrong in the build of the docker image?...
There is any change to turn on/off multiple pin with the same mqtt topic? RPi.GPIO module should be able to manage it `chan_list = [11,12] # add as many channels...
Hi, I'm struggling with getting the docker container to access the GPIO. I'm running a raspberry pi 3B+ with raspbian. I've attached a AM2302 on pin 4 and configured pi-mqtt-gpio...
> It would be nice to add a support for the Elemnet14 Piface Relay Plus card. > > i do not know if it is compatible with the Piface2 card....
I've given the interrupts a test, and while they work, I get pretty bad bouncing on a simple switch (no hardware debouncing), which triggers the interrupt on almost every 'release'...
Hi! Your script seems nearly perfect! Thank you. But is ist possible to change gpio.BCM to gpi.BOARD for Raspberry module. I found it hardcoded in line 54 from "raspberrypi.py" "...
Hello. My first garagdoor automation setup works really fine. The only problem is, that i have a "bouncing", everytime from "CLOSED-OPEN-CLOSED" on my reed switchs and i can see it...
Hi, I just connected my water pulse transmitter to your mqtt-gpio but unfortunately it's only reporting some of the pulses. My pulse transmitter sends a pulse for every liter used...
Hi, Love this software. Is it possible to support PN532 NFC module via UART? Thanks, Ronald