-
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
Add support for Huawei scales #80
Comments
I was actually running with GATT parsing strategy "Recognised + System + Unknown + unrecognised as binary" when I got the stack trace. I have tried with "Recognised only" and "All as binary" as well but that gives same stack trace. |
Ok, what stack trace? Could you please remove your "thing", set "All as binary" and re-add your device from the inbox again? |
Ok, I removed my thing, set "All as binary" and re-added, and set connection control to ON. The scale connects and then still makes the same stack trace as in the first message in the openhab log, and I get no extra channels. The stack trace starts with BluetoothGattSpecificationReader.validate() as you can see above. |
Interesting. It tries to perform authentication and fails for some reason. Looks like your scales does not require any authentication, so you could try to disable "auto authentication" here: Disable connection control, wait until it disconnects, and stays disconnected, then disable auth and enable connection control again. |
sorry, same result: stack trace |
Ok, did a reboot, and now it can stay with ConnectionControl ON.
However, trying to connect to my Huwei AN100/CN100 I get the following:
If I connect to the CH100 with the BLE Scanner app I actually see some apparently nice GATT fields, so I was hoping to get it to work i OpenHAB. I am still on Bluez 5.43. Again, any help would be appreciated.
–Jesper
The text was updated successfully, but these errors were encountered: