Benji
Benji
What would be the default mode? GPIO.BCM? Should we check for errors, if another python module changed the numbering and we could get a inconsistancy? To detect which pin numbering...
Hi, I'm always using gpio.BCM, keep it for backward compatibility. Good idea. I just googled a little bit and I'm not sure, if we need a check. Does someone know,...
Do you have a pullup/down configured? I have the switch on a light bulb here and it works with the 100ms default bounce time, no double trigger. ``` digital_inputs: -...
That's the problem, I guess: the library doesn't support, what interrupt occured... Then we would have to register to both interrupts (although only rising is configured) and try to recognize...
@flyte: do you think we need to change the poll threads? Meaning that for different channels on a single sensor, only one poll thread should be started and handle all...
closed due to no response
I don't know, what's the original problem of lada2102 is. But we need to switch these both lines in the try catch statement, because reconnects_remaining is used in catch, when...
@lada2102: where is host: 192.168.192.5 pointing to? Is it also on your raspberry or is it an external server for both of your scenarios: buster or bullseye?
Hi, you do have the problem with all gpios or only via dht22/Adafruit lib?
> docker run --name="mqtt-gpio" --privileged --device /dev/mem --device /dev/gpiomem https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities says, that you can use --device, if you don't want to use --privileged. May you check one without the other:...