I've been trying (unsuccessfully) to create an integration for the Anova Nano device. Now that Anova has deprecated App support for it, I want to give it another try. I've written an API for it, but I'm struggling a lot with the home assistant integration. There's a few things that seem a bit special when it comes to the Anova Nano.
- No pairing required
- Communications via protobuf
- It does not send updates via advertisements. Instead you have to request the data each time.
Looking at the docs, I should be using a standard DataUpdateCoordinator.
If your device only communicates with an active Bluetooth connection and does not use Bluetooth advertisements:
I'm wondering if anyone knows an example of a bluetooth integration using the DataUpdateCoordinator?
Any help or pointers would be appreciated!