Open andycockerill-cpi opened 1 year ago
To ensure it is not a signal issue, put the btproxy right next to the eq3 and let it autodiscover (remove the eq3 from integrations first and restart HA). If it doesn't discover it, there is an issue.
Thank you for the fast response. I followed your instructions and it discovered straight after a restart.
And does it connect and communicate correctly?
I'll leave it connected and get back to you when I have more info.
Further info: in the Logbook, at the same time as the error in the system log, I'm seeing:
Try going to the options and clicking "keep connection open". I think btproxys can keep at least 3 open connections at once. You can also reduce the scan interval to 5 minutes, which will prevent disconnections.
Hopefully that makes it more stable. Note that I'm not using blproxys myself, I found usb dongles to work better
Thank you for the info, I'll try those.
I increased the scan level to 10 minutes (it was set to 1 as default) and selected "keep Bluetooth connections open". Errors have now stopped. I think it's probably worth noting this in the README for users of BT Proxy? Thanks once again for your prompt replies.
Oh cool to hear. Feel free to post your experiences there
One thing to take into account is that if your update rate is 10 times slower, you'll get a tenth of the warnings just because there's a tenth of things happening (you won't get a warning while the integration isn't doing anything)
It may well be that the esp32 was getting drown in work so it started failing, so reducing update frequency really solves things.
I receive this error even with "Keep bluetooth connection open" enabled.
I think the problem does not lie in eq3btsmart
or even python_eq3bt
, at least when "Bluetooth adapter" is set to "Automatic".
When this is the case the exception is raised when homeassistant.components.async_ble_device_from_address
does not return a BLEDevice
.
To my understanding this will occur when the Home Assistant bluetooth component does not see any bluetooth advertisements from the thermostat.
If I am correct about this, it would mean that the issue lies either in the bluetooth component of the Home Assistant core itself or with the thermostat hardware failing to advertise itself.
I'm using an Esphome BT proxy with the following config:
I get entries in the HA logs like:
I'm running HA in K8S on a Raspberry PI 4.