lucapinello / pyacaia

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

Acaia Pearl shows up as PROCHBT001 in bluetooth devices #3

Closed sidequestboy closed 3 years ago

sidequestboy commented 3 years ago

find_acaia_devices fails to find my Acaia Pearl because it shows up as "PROCHBT001" ... I'm not sure why this is, since I suppose yours appears as "ACAIA...", and the support documents from Acaia say it should show up as "Pearl". In any case, my Acaia android app seems to identify and auto-connect with it correctly despite its name.

lucapinello commented 3 years ago

In your specific case you can still use the MAC address, it should work!

sidequestboy commented 3 years ago

Yeah you're right, the other functions work. Just wanted to document this issue in case others encounter it.

lucapinello commented 3 years ago

No problem! If you don't mind to share what are you building with it?

On Thu, 13 Aug 2020, 6:53 pm Jamie Macdonald, notifications@github.com wrote:

Yeah you're right, the other functions work. Just wanted to document this issue in case others encounter it.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/lucapinello/pyacaia/issues/3#issuecomment-673748793, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIH72WJ4QVRZBZQ4QMBUH3SARVHBANCNFSM4PUAOWYQ .

sidequestboy commented 3 years ago

I'm putting together a raspberry pi + sensors project for use in the cafe I work in. It's an investigation into the effect of grinder temperature and other variables on espresso parameters and grinder settings - I'm using this library to log periodic espresso calibration shots throughout the course of a day (:

lucapinello commented 3 years ago

Very cool! if you post it on GitHub please let me know, I love this kind of stuff :)

On Thu, Aug 13, 2020 at 8:08 PM Jamie Macdonald notifications@github.com wrote:

I'm putting together a raspberry pi + sensors project for use in the cafe I work in. It's an investigation into the effect of grinder temperature and other variables on espresso parameters and grinder settings - I'm using this library to log periodic espresso calibration shots throughout the course of a day (:

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/lucapinello/pyacaia/issues/3#issuecomment-673769132, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIH72S7FIVNZJUPRFBO43LSAR6A3ANCNFSM4PUAOWYQ .