Sönke J. Peters

Results 56 comments of Sönke J. Peters

Hallo Timo, `vcontrold` unterscheidet sich nicht zuletzt in der verwendeten Programmiersprache massiv von Node-RED. Eine "Portierung" wäre weder trivial noch sinnvoll. Mittels [node-red-contrib-telnet-client](https://flows.nodered.org/node/node-red-contrib-telnet-client) kann man aber m.E. recht einfach eine...

> in /usr/local/bin there is no file copied. The deb package install locations are _/usr/sbin/vcontrold_ and _/usr/bin/vclient_ > pi@raspberrypi:~/openv $ sudo cmake ./vcontrold/ -DVSIM=ON -DMANPAGES=OFF > [...] > /usr/bin/ld: cannot...

Reading raw values outside the range of 0..5 might be a hint that your device expresses its "BetriebsArt" (mode) on a different address than 0x2301. Make sure your configuration matches...

Thx, Dirk! Please excuse the late reply. I hope to find some time to have a look at this in the next few days.

Ja, das hast du korrekt verstanden. Die Einrichtung und Konfiguration erfordert aber ein wenig Handarbeit. Zu nennen wären da vor allem: - Erstellung einer Konfgurationsdatei für `vcontrol` mit für das...

Did you try to build the driver modules on your own? https://github.com/juliagoda/CH341SER

You have to install the linux kernel headers package (usually named something like _linux-headers_). This is also written in the README.md

I have no experience with Alpine Linux. Checking the [packages](https://pkgs.alpinelinux.org/packages), it seems that the linux-*dev package is also needed, but I could not find one matching your kernel version. Maybe...

The calc/icalc approach shows its problems here, but your solution offers some useful possibilites. I'm hoping for some feedback by other contributors. Just for reference to keep pull requests linked...

Danke für die Rückmeldung. Wenn es läuft, dann gerne einen Pull-Request oder Patch für [vcontrold](https://github.com/openv/vcontrold/) nachreichen.