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 115 mqtt-io issues
Sort by recently updated
recently updated
newest added

This adds support for the [DFRobot EC sensor](https://wiki.dfrobot.com/Gravity__Analog_Electrical_Conductivity_Sensor___Meter_V2__K%3D1__SKU_DFR0300). In order to give an accurate reading, the EC sensor requires the current temperature. This PR also adds the EventBus argument to...

Add VEML7700 Light sensor, based on library from Adafruit. Config example: ``` sensor_modules: - chip_addr: 0x10 module: veml7700 name: veml7700_1 gain: 0.125 integration_time: 25 sensor_inputs: - digits: 4 interval: 30...

I added the yfs201 sensor configuration, but @mschlenstedt has done a nice job generalising the code in the flowsensor, module so there's point in also having the specific yfs201 module....

**Describe the bug** I've configured a digital output pin 18 with gpiozero module and mqtt-io threw a KeyError: 18 error during start. **Expected behavior** It should run without errors. **Error...

bug
needs triage

According to the logic behind the template https://github.com/flyte/mqtt-io/blob/develop/README.md.j2 README should be generated from this template. I've tried to generate it but there are a lot of changes. * I was...

**Is your feature request related to a problem? Please describe.** It would be nice if mqtt-io supports `XL9535` relay board. **Describe the solution you'd like** Normal integration like other I2C...

enhancement
new module
needs triage

MQTT-IO fails to start when using a DietPI >= 9.10 When you try to monitor a GPIO with interrupts it simply crashes. - DietPi v9.11.2 - Raspberry Pi 4 Model...

bug
needs triage

I submitted a [PR](https://github.com/flyte/mqtt-io/pull/425) where the CI action failed, but this appears to be unrelated to my code as it's present in the main branch. If I check out a...

bug
needs triage