mqtt-io icon indicating copy to clipboard operation
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.

Results 100 mqtt-io issues
Sort by recently updated
recently updated
newest added

The polling interval as set in the configuration is not reflected on the update intervals of the sensors when the server is running. The actual interval is sporadic and unnecessary...

bug

Hi @flyte, Is it possible to add something like this: ``` digital_outputs: - name: speed-1 module: raspberrypi require_pin_off: 18,22 pin: 17 on_payload: "ON" off_payload: "OFF" - name: speed-2 module: raspberrypi...

enhancement

- [X] I have read the [README.md](https://github.com/flyte/pi-mqtt-gpio/blob/develop/README.md) file and visited the [Documentation](https://mqtt-io.app/) to see if the information there helps. **Describe the bug** When MQTT-IO is loosing connection to the broker...

bug
needs triage

**Describe the bug** I couldn't start mqttio and I was getting the errors below. After finding that paho-mqtt 2.0 was installed and it was released only two days ago, I...

bug
needs triage

- [V ] I have read the [README.md](https://github.com/flyte/pi-mqtt-gpio/blob/develop/README.md) file and visited the [Documentation](https://mqtt-io.app/) to see if the information there helps. **Describe the bug** I am running HA (supervised) on my...

bug
needs triage

I appreciate the software; this is letting me pull my remote Raspberry Pi GPIOs into HA cleanly. I have an issue though. I have two separate instances of MQTT IO...

bug
needs triage

https://pypi.org/project/RPIO/ > RPIO is an advanced GPIO module for the Raspberry Pi. > PWM via DMA (up to 1µs resolution) > # GPIO input and output (drop-in replacement for [RPi.GPIO](http://pypi.python.org/pypi/RPi.GPIO))...

enhancement
needs triage

This simple PR enables pullup/pulldown for gpiod, it's supported since python3-gpiod 1.5.2. #### Note (independent from this PR) The current code requires python3-gpiod

Hi I am assuming that this will not support the new Raspberry PI 5 hardware? Thanks

support
needs triage