binsentsu / am43-ctrl

Node Util for controlling an AM43 Blinds Drive Cover, either over MQTT or via a HTTP API
44 stars 25 forks source link

Noble Warning: unknown handle 64 disconnected! #21

Open willemdej opened 4 years ago

willemdej commented 4 years ago

Hi, when i run the script nothings happend i get this warning when he is scanning for the device

./am43ctrl 02b62c22d6bc --mqtt-url -d mqtt://192.168.178.5:1883 -u username -p password -topic am43* scanning for 2 device(s) [ ‘02b62c22d6bc’, ‘mqtt//192.168.178.5’ ] +0ms noble warning: unknown handle 64 disconnected! noble warning: unknown handle 64 disconnected!

binsentsu commented 4 years ago

Your mqtt url is included within the scan device list because of using wrong command. Use: ./am43ctrl 02b62c22d6bc -d --url mqtt://192.168.178.5:1883 -u username -p password

willemdej commented 3 years ago

I used; /am43ctrl 02b62c22d6bc -d --url mqtt://192.168.178.5:1883 -u username -p password i still get the same warning; Noble warning: unknown handle 64 disconnected.