Bluetooth-Devices / bthome-ble

Parser for BTHome BLE devices
https://bthome.io/
MIT License
67 stars 12 forks source link

List supported devices #53

Closed przemekmatsumoto closed 1 year ago

przemekmatsumoto commented 1 year ago

As a user, how can I know what devices are supported? Perhaps there is a list of supported devices.

Ernst79 commented 1 year ago

BTHome projects that use BTHome format are summarized on https://bthome.io.

If you know more projects, let me know and I will add them.

tim-seoss commented 1 year ago

It would be great to note any devices which only support v1 on that page too - I was considering adding bthome support to a different data logger, and it would be good to know if I should only target v2, or if I will need to target both.

Ernst79 commented 1 year ago

will add that.

You only have to target V2. The receiver (e.g. HA) can handle both formats, but you sensor should only use one version, either V1 or V2, whatever you want (V2 is more logical of course).

tim-seoss commented 1 year ago

Thanks, to clarify: I intend to write my own additional receiver (for an embedded system) - so I need to decide whether I implement V1+V2 in the receiver, or if I could just implement V2. To inform this decision, info on which devices use which format would be useful...

Ernst79 commented 1 year ago

Yes, in that case, a list can be useful. I will add the info a.s.a.p.

Ernst79 commented 1 year ago

I've added the V1 / V2 info for all projects on bthome.io. It should be available within a few minutes.