I installed the Bluetooth BCM43xx addon (running on a fully updated raspberrypi3).
Now I want to enable the MiFlora sensor. I scanned the Bluetooth mac address with my phone and entered it, however the sensors are not updating (I waited around an hour). I guess the Bluetooth addon is using a different adaptername than the default hci0 from the MiFlora platform.
How can I check which adapter is used with the bluetooth addon?
This is what comes up in the addon log when I restart it: starting version 3.2.1 bcm43xx_init Patch not found for hassio, continue anyway Set Controller UART speed to 115200 bit/s Device setup complete
And this shows up in the homeassistant error log: 2017-07-27 14:03:13 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.citrus_limon_battery is taking over 10 seconds 2017-07-27 14:03:44 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.citrus_limon_moisture is taking over 10 seconds
I am trying to build an addon that runs https://github.com/janwh/miflora-mqtt-daemon
The problem I am facing is that I don’t really know how to install gatttool in a container and let it talk to bluez in the BCM43xx container.
Since the interaction with Bluetooth calls for certain additional steps, it’s not clear how they can be achieved with hassio where a lot of the functionality and components are encapulated with docker which you are not supposed to touch or change.
It works very well for me in my all in one installation but when I moves Hassio I can’t seem to get the same rpi3 to read off the same mi-flora units
Sorry for the late reply. No, there is no autodiscovery… yet! When I have some time and my interest returns, perhaps out of need, I will try implementing that.