itag-mqtt-bridge icon indicating copy to clipboard operation
itag-mqtt-bridge copied to clipboard

Getting tons of deisconected

Open pastukhov opened this issue 8 years ago • 2 comments

Hello! I'm getting a lot of debug: NOBLE discovered id: ffff1012cfd2 localName: iTAG state: disconnected And thats all.

I'm trying to run it with Raspberry PI B+ with Debian Stretch, node v4.8.2 and bluetooth dongle 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

pastukhov avatar Nov 19 '17 20:11 pastukhov

Hi, thanks for testing the code.

I suspect this is the issue is due to different iTag firmware. Would you mind sharing where did you get the device? I would like to order it and test it myself.

Can you please verify if the steps suggested by @BjarkeVadPedersen In this issue help? :

  1. Change ITAG to iTAG In line 126
  2. Delete lines 73-78 (if needed)

Cheers

tomasgatial avatar Nov 23 '17 07:11 tomasgatial

I bought these

My fobs are advertising like 'iTAG '(with tab) After changing the line 126 to

    is_itag             = peripheral.advertisement.localName == 'iTAG            '

I'm getting

debug: NOBLE discovered id: ffff1012cfd2 localName: iTAG             state: error

pastukhov avatar Nov 23 '17 12:11 pastukhov