-
1) [open] Support for KNX data secure packets shall be added to OpenHAB.
Reading and writing authenticated KNX packets should be possible.
2) [done] Support for KNX IP secure shall be added to OpenH…
-
Hello,
I'm building a Labgrid infrastructure and have a problem with commands using ssh.
It happens when i use the UBSDMux or the SiSPMPower controller.
When i run this command:
```
$ labgrid-…
-
I have recently got this running again after installing a second TWC. In the process I decided to re-install raspbian etc and the latest V1.3.0 of TWCManager and reconfigure TWCManager from scratch.
…
-
I have noticed that `ser2net` spams some unknown messages to terminal:
```
...
A: 1
B: 4 none
C: 0
...
```
Nothing else is ever being printed, only these 3 and always identical lines every 0…
-
Hi all.
I am new here and it seems like I am doing something wrong here. I have 2 simple project on my WOKWI:
[Blink with MicroPython](https://wokwi.com/projects/398453026394607617)
[PiPico W …
-
* Your Windows build number: Microsoft Windows [Version 10.0.18932.1000]
* What you're doing and what's happening:
1. run WSL2 Ubuntu 18.04
2. plugin USB to serial device
3. watch it mount un…
-
Here is the error:
sudo /usr/local/bin/aurora_mqtt_bridge /dev/ttyUSB0 mqtt://localhost/
[WARNING] Install `ccutrer-serialport` gem for use RTU protocols
I had this running fine for about six m…
-
Not sure where to put this as there doesn't seem to be a repo for the Wokwi VSCode Extension, but it relates the the rp2040js as that's the component I'm having issues with.
### wokwi.toml
```to…
-
Sometimes our connections get stuck on `closing` state, as seen in `showport` on admin console. Seems that outside windows clients encountered this problem more often (they were also connecting via ra…
-
### Expected behavior
That I can expose a tty dev device from my mac to a linux container by running.
```
$ docker run --rm -it -v `pwd`:/app --device /dev/tty.usbmodem1421 node bash
```
### …