Hassio list bluetooth le devices?

I also have issues to get bluetooth to work. I installed hass.io on my existing raspbian which works great by the way. Only bluetooth i cannot get to work. If someone have suggestions please let me know

Hi all,

I switched today from AIO raspberry to Hass.io.

I also need support to BLE traker for my miflora sensor.

Thank you all!

I belive we need to wait for Host Control Version 1.1 for BLE… Not sure when this is planned, in the interim, I have saved my sd card, and then replaced the SD card with a version running AIO, When 1.1 is release, I will then switch out the sd cards again. This way I keep my Hassio setup on “pause” until 1.1 available…

1 Like

Thank you for your feedback.

I think I will continue with Hass.Io and monitor my plants using the official app.

I am also keen on getting BLE working.
Unfortunately HCV 1.1 is out & my devicetracker.bluetoothle_tracker still doesn’t work in Home Assistant. Anyone know any more about it?

2 Likes

Hi,

Have you checked to see if BLE was included in the release? I will try and see when I get home tonight to see if I can get it working

Any news on this?

1 Like

I haven’t been able to make any progress. Was planning to wait for the next release & query more if that doesn’t fix it.

2 Likes

Same issues here. (Commenting so I can get updates)

as well, hope is coming

is there anyone of the devs around to get this debugged?
I could server some logs if this helps.
it’s not a Bluetooth LE issue because I can see my mi Flora’s using hcitool lescan, but home assistant doesn’t seem to be able to get a connection (it just times out when trying to gather data)

okay, so for everyone using the mi flora devices: the component used in home assistant to poll from mi flora uses gattool, which is not available.

/bin/sh: gatttool: not found

Following as the others

https://github.com/pschmitt/docker-plantgateway Use this :slight_smile:

Place plantgw.yaml in config dir of hass.io

On root over ssh on port 22222 (https://home-assistant.io/developers/hassio/debugging/) run this:

docker create -it --network=host --name=plantgateway pschmitt/plantgateway
docker cp /resin-data/homeassistant/plantgw.yaml plantgateway:/root/.plantgw.yaml # also update of the file
docker start plantgateway

Then configure https://home-assistant.io/components/plant/

1 Like

{On root over ssh on port 22222 run this

How you do this?

Sound intresting. Do you know if somehow this solution will become permanet (hass.io should semplify HA management I suppose)

Can the plant gateway Docker not be converted to addon? What is required to load it through hass.io’s addons?

For some reason I can’t get the admin ssh to work on rpi3…

I put the authorized_keys file on the root of the sd partition (via windows computer) but when I boot from that card later on rpi3 the ssh to 22222 does not work.

In that authorized_keys i have the exact public key file, (with the “---- begin…” “---- end…” opening and closing lines just as saved from the puttygen, is that the correct process or am I missing something?

Does it work if you use port 22 instead? Mine did. Once I was logged on I didn’t really know what to do though.