lucapinello / pyacaia

Python module to interact with Acaia scales via Bluetooth (BLE)
GNU Affero General Public License v3.0
52 stars 15 forks source link

Include lunar scales in find_acaia_devices #8

Closed vctrd closed 2 years ago

lucapinello commented 2 years ago

Hi Victor, thanks for the PR. Is this necessary for the new firmware and/or the new acaia lunar 2021?

vctrd commented 2 years ago

Hello, No, the communication works perfectly when we have the MAC address, it is only for the lookup function (find_acaia_devices) to identify lunar scales by their name. The current version only looks for devices with names starting with 'ACAIA', 'PYXIS' or 'PROCH'.

lucapinello commented 2 years ago

This makes sense, before the LUNAR was advertised on BLE as ACAIA probably the new LUNAR has this new logic. Thanks for the PR I will merge.