basnijholt / miflora

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

Implement support for Windows #51

Open ChristianKuehnel opened 6 years ago

ChristianKuehnel commented 6 years ago

AFAIK this library does not really work on Windows at the moment as we do not support a Bluetooth backend that works on Windows. It would be nice to support windows as well

So that goal here is to implement a solution that can talk to some Bluetooth Library on Windows. If that does not exist, you might have to talk directly to the native Bluetooth API of Windows.

See also the discussion in https://github.com/open-homeautomation/miflora/issues/28

ChristianKuehnel commented 6 years ago

There is an implementation using pygatt see #75. I'm not sure if this makes all Windows users happy, but it's a start :wink: