Christian
Christian
[RUDY](https://github.com/git-developer/rudy) wraps USB/IP in a Docker container, maybe interesting here.
This issue has probably been solved in [RCSwitchFirmata #2](https://github.com/git-developer/RCSwitchFirmata/issues/2) and [RCSwitchFirmata #3](https://github.com/git-developer/RCSwitchFirmata/issues/3).
Ich finde ebenfalls die Idee interessant, SIGNALduino ohne FHEM betreiben zu können. MQTT würde sich meiner Erfahrung nach hervorragend als Schnittstelle eignen. Natürlich ist es wünschenswert, die bisherige Implementierung weiterzuverwenden...
> Ursprünglich geht es in diesem Issue aber um die Verwendung von MQTT anstelle Telnet und damit ist meines Erachtens die Schnittstelle zwischen uC und FHEM gemeint. Dann ist mein...
A suggestion from the [Docker forum](https://forums.docker.com/t/unable-to-mount-sys-inside-the-container-with-rw-access-in-unprivileged-mode/97043/2) is to replace [runc](https://github.com/opencontainers/runc) by a different runtime (e.g. [sysbox](https://github.com/nestybox/sysbox)), which would mean a significant change to the host configuration. Are there any other...
The latest bullseye image `ghcr.io/fhem/fhem-docker:dev-bullseye` contains nodejs 18, so this issue may probably be closed.
``` deb http://apt.piduino.org/ stretch piduino ``` _stretch_ is the name of a Debian release. When on Ubuntu 20.04 (focal), try changing this to _focal_: ``` deb http://apt.piduino.org/ focal piduino ```...
@bartoszkolodziej Could you please check if your problem is solved by the answer above and close this issue respectively?
I believe this behavior is defined by the Modbus specification (didn't look it up, though). mbpoll has command line argument `-0` to shift the reference adresses from 1-based to 0-based.
It seems that the repo now supports `amd64`, `arm64` and `armhf` for Ubuntu 20.04 (since 2023-06-08). Would you mind trying and close this issue respectively?