basnijholt / miflora

☘️🌑🌼πŸ₯€πŸ‘ Mi Flora Plant sensor Python package
MIT License
363 stars 98 forks source link

Check prerequisites and cache check functions #36

Closed ThomDietrich closed 6 years ago

ThomDietrich commented 7 years ago

We need to check if gatttool is available prior to using the current implementation of write_ble/read_ble. It is also important to know that data is available through the cache and in certain situations you might want to purge the cache.

ThomDietrich commented 6 years ago

Hello, a little reminder. This is a non-breaking change and was tested. Any issues with this PR we need to discuss? Kind regards!

ChristianKuehnel commented 6 years ago

Looks good to me, but needs some rebasing after the refactoring

ThomDietrich commented 6 years ago

I'll attend to this not before last week.

ChristianKuehnel commented 6 years ago

I'll have a look at this change and will try to rebase and merge it, or at least the idea behind it :wink:

ThomDietrich commented 6 years ago

Thanks Christian

ChristianKuehnel commented 6 years ago

change is continued in #77