https://github.com/stintel/gpio2mqtt
WIP - EXPERIMENTAL - DO NOT USE - MIGHT KILL YOUR BABIES
https://github.com/stintel/gpio2mqtt
Last synced: 8 months ago
JSON representation
WIP - EXPERIMENTAL - DO NOT USE - MIGHT KILL YOUR BABIES
- Host: GitHub
- URL: https://github.com/stintel/gpio2mqtt
- Owner: stintel
- Archived: true
- Created: 2018-11-07T00:20:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T13:16:47.000Z (over 4 years ago)
- Last Synced: 2025-10-13T08:25:33.947Z (9 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UNMAINTAINED: gpio2mqttd
This project was quickly thrown together to publish MQTT messages on GPIO events.
Having MQTT code around from vallumd made it rather easy to create.
Unfortunately libgpiod dropped the contextless interfaces in
9b6e6d268671 ("ctxless: drop all context-less interfaces"), and due to that,
this program is no longer functional. Fixing gpio2mqttd to work with newer
libgpiod releases seems non-trivial, so I will retire my Raspberry Pi Zero W
motion sensor and replace it with an ESP32-C3 running esphome.