-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rflink.0 (597) Module serialport is not available #36
Comments
I somehow managed to fix this myself!
So it works now, but I still don't see anything in "Com port" - its empty. |
If you moved stuff between is or node versions then sometimes native nodejs modules needs to be recompiled. This command does that. So this is fine For empty port: the USB port is forwarded in Docker so that it is available and shows also in Docker /dev/tty...?! |
It shows in Docker as /dev/ttyACM0. |
how did you solved it now.. have the same issue in Proxmox V8. Zigbe works like charm. but did not get RFlink on the run. 2023-08-21 20:24:09.927 error instance system.adapter.rflink.0 terminated with code 1 (JS_CONTROLLER_STOPPED) btw hab auch nicht das "bin" verzeichnis das Apollon in einem anderen threat mal erwähnt hat. |
@fraeggle I more think your issue is different! seels like a very old js-controller is used, could that be? |
@Apollon77 fixed it with Eigentlich bin ich aktuell after i read, if you change to another "system", you should run npm rebuild, i did that. And after a short coffee break the serialports in lxc are available at rflink and it works. Thanks. |
Hello,
I've moved my dockered ioBroker install from RPI3 to RPI4 and I can't debug one issue I have.
This is with RFLink adapter not seeing my Arduino.
Basically this what RFLink logs:
And this is what logs ioBroker itself:
Everything (docker container) seems to be configured exactly the same on RPI4 as it was on RPI3.
/dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_557313234363513031A0-if00 is mapped to /dev/ttyACM0.
and ACM0 seems to show up in docker:
On this very same RPI4 I have Conbee II stick that is mapped to deCONZ docker and it works fine with deCONZ. So it doesn't seem like a RPI4 fault.
I'd really make use of some ideas how to diagnose and fix the problem, as I can't control my blinds right now.
Thanks in advance.
PS.
PS2.
I also made iobroker fix but that did't help.
The text was updated successfully, but these errors were encountered: