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

A lot of work has been done to move this project over to [AnyIO](https://anyio.readthedocs.io/en/stable/) on the `feature/trio` branch (it started off with Trio, then I changed to AnyIO). However, this...

help wanted

Would be awesome expose gpio pins on arduino with Ethernet shield **solution I'd like** C++ firmware project with mqtt-io like config. Config might be saved at build time and via...

enhancement
needs triage

1. Added logic to `gpiod` module to keep current state of the `digital_output` if no `initial` was set in config. For example, `raspberrypi` module has special value `-1` to handle...

**PIR sensor** The PIR sensor itself has two slots in it, each slot is made of a special material that is sensitive to IR. The lens used here is not...

new module
hardware
needs triage

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement
needs triage

- [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** Currently I am not able to NOT use...

bug
needs triage

When `DigitalInputChangedEvent` is fired, `from_value` and `to_value` uses the actual logic level of the GPIO pin which is affected by inversion, whereas when `DigitalOutputChangedEvent` is fired, it uses the abstract...

enhancement

I just submitted a pull request for a new module for the ina219 dc current sensor. It returns up to 4 values. My current homeassistant setup uses mostly json data...

enhancement
needs triage

This PR adds a module for the adxl345 accelerometer sensor.