On Wednesday, October 19, 2016 at 4:00:32 PM UTC-4, wp180 wrote: > > Its a Bluetooth 4.0 Dongle for USB. With S7 directly Bluetooth. Today i > send thestation back to the seller to check the connection. >
there is probably nothing wrong with the hardware. lsusb found the bluetooth dongle. but the te923 driver is looking for a weather station (0x1130:0x6801), not a bluetooth dongle (0x0a12:0x0001) someone will have to write a new driver for that station. it is likely that the new driver would be similar to the te923 driver, but the comms for the bluetooth dongle will probably be significantly different. try running wireshark to capture the usb traffic while running the vendor's software. post the .pcap files and that will tell us if the protocols and encodings are anything close to those in the te923 driver. m -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
