Hello all
I'm running node-red under docker (Node-RED version: v1.0.5 and Node.js version: v10.20.0) and
I'm trying to install node-red-contrib-xiaomi-ble.
Hardware is RaspBerry Pi 4
I'm getting in the log
[warn] [node-red-contrib-xiaomi-ble/xiaomi-ble] Error: EAFNOSUPPORT, Address family not supported by protocol
node-red is not running inside the docker as root, so following the documentation I landed on noble documentation and executed the setcap cap_net_raw+eip but the problem remains.
However, I don't think this is the problem as it occurs while installing the node via the palette.
Bluetooth from the host system is working with no problems using gatt commandline tool.
Any suggestion about how to correct the installation error?
Thanks in advance