-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
BLE "Terminating because EAFNOSUPPORT, Address family not supported by protocol" #422
Comments
container is started with if that is relevant? |
My guess is that you're running into this issue |
Indeed, that sounds very similiar. Thanks for the hint, I will have a look on that! |
UPDATE: It was much simpler and not a bug: Running the iobroker container in net host mode solves the issue. The exceptions thrown lead in the wrong direction. May I suggest to add a hint in the readme:
|
The next version will output a more helpful error message in this case. Thanks for your help! |
Thanks for your efforts! Very useful adapter for my FlowerCare BT sensors ;-) Cheers! |
BLE does not start as expected, but the ioBroker log reports:
I have checked info.driverState, which is "poweredOff"
so I believe it is not a permission problem, but somethin else.
Bluetooth LE is working as expected on the host. A device search via hcitool lescan provides masses of devices instantly on the host lists numerous ble devices (including the expected flowercare ble sensor).
To Reproduce
Expected behavior
ble adapter becomes green instead of being terminated ;-)
Versions:
The text was updated successfully, but these errors were encountered: