-
Hi I've been trying all sorts of different approaches to be able to differentiate between a long key press and a short one. I can't seem to be able to get it right as in working like i want.
This is …
-
In various parts of the code the lib uses the label `gpio`
```
# rpi-rf_receive
logging.info("Listening for codes on GPIO " + str(args.gpio))
# rpi_rf.py
class RFDevice:
def __init__(self, .…
-
I am creating a simple app to make my 433 doorbell smart, and I am stuck on commands not being sent to the device.
The reason is this method in RFDevice.js
```js
async onCommandMatch(command) {…
-
This script seems to work very well for my needs except for the fact that it isn't generating views. My database only has one view, and it's part of my `mysqldump` SQL:
When I inspect my SQLite fi…
-
The pigpio library/daemon uses the DMA controller for very accurate hardware-based pin sampling and timestamping. This allows very exact reception (and probably also transmission, but I didn't look at…
-
Hi,
First of all, great library! I use it to control my porch light through a component in [Home Assitant](https://home-assistant.io). I recently migrated my setup from a RPi to a [C.H.I.P.](https://…
-
the script gives error in raspberry pi5
-
### Is your feature request related to a problem? Please describe
No related to a problem
### Describe the solution you'd like
Hi.
My printer can be power On and Off from Jeedom by sending…
-
A fix for rfdevice.py is needed for (at least) the 24bit rawcode.
Sorry for not making a Pull Request, but I don't have much time and didn't test my changes for other settings.
This is my change to …
-
# Feature or enhancement
### Proposal:
`async with` and `AsyncExitStack` alike maintain a well-defined sequential order of enter/exit. There are times where entering multiple independent asynchronou…