DanielDecker
DanielDecker
>What about Values? That seems out of place to me. How should we structure the optional `Values` section? Is it enough if we can specify a value pair per connection,...
Thanks for your replay. Meanwhile the idea has evolved a bit. Instead of a polling sensor, I think a "dummy connector" that polls a named connector for the online state...
>I'm thinking of two cases: > 1. when a connector goes offline/online do something I understand case one for actuators: the actuator should do something. Do you mean it more...
> Other options are to throw the sensor reading away or to queue up sensor readings and send them as a group or a burst on reconnect. I hadn't thought...
I'm not sure if this issue is only c related. But for the python version 0.2.2 (lgpio) I can confirm that debounce works as described in the documentation. Tested on...
I've looked at several GPIO libraries and decided on [lgpio](https://abyz.me.uk/lg/py_lgpio.html) [(github)](https://github.com/joan2937/lg). It's quite similar to RPi.GPIO, so it shouldn't be too hard to implement. It has all the features we...
With PR #127 RpiGpioActuator & GpioColorLed also use the lgpio library. So the only remaining device using the `RPi.GPIO` library is the DhtSensor. `RPi.GPIO` seams to be a sub-dependency of...
Thanks for your opinion! In a few weeks I'll be able to test a DHT20 sensor with kernel 6.6. So you'll hear from me if there's is a problem!
This issue was solved with #127
@rkoshak This pull request has been ready for merge since 3 November. Now it shows a conflict with 2 files. I'm not sure how to proceed. Are you still interested...