keshavdv / victron-ble

A Python API to parse Victron Instant Readout BLE advertisements
The Unlicense
88 stars 30 forks source link

Update readme for macos #32

Closed hlgirard closed 1 year ago

hlgirard commented 1 year ago

Summary :memo:

This MR includes proposed clarifications for how to retrieve the bluetooth address and advertisement keys on MacOS, especially in the case of someone who wants to use a Mac computer to retrieve the address and key but use victron-ble on another non-Mac computer (e.g. a Raspberry Pi in single user mode) to account for the difference between the Mac-specific bluetooth device UUID and the more traditional bluetooth MAC address.

Checks