-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeing drop outs #225
Comments
Yes I would advise flashing the non ble firmware to see if that fixes it, it's the easiest thing to test and confirm |
Do I have to re-add it to the network or will it remember its settings? |
I've got one of three devices dropping off wifi pretty regularly, and managed to get it to spit out some logs. It's actually crashing, not just disconnecting. As of today this unit is totally out of commission, just boot looping. I'm not sure why it's been getting slowly worse. Maybe additional code added in esphome versions has pushed it over the edge?
I've not yet tried without bluetooth, will do that and report back. I tried disabling the ble trackers component by overriding it with |
Is internet blocked to the device in anyways? There is a bug in ESPHome which will cause a boot loop exactly like this when internet is blocked and it tries to check GitHub for updates |
Nope, as much as I keep intending to wall off all my IOT stuff they're still free to reach out. :) I'll see if I can find any evidence that they're failing to resolve or similar which might convince them they have no access. Edit: I should note that I'm in an apartment which may mean there are far more bluetooth devices nearby than it is intended to deal with. |
If your certain that internet access isn't an issue then it's worth trying the non ble firmware as it should become apparent quite quickly if it fixes it or not |
Also esp32_ble_tracker is not enabled by default, did you add it manually? |
The |
The device has been stable on non-ble firmware. I'll keep playing with it, maybe trying to disable the active tracking. |
Do you have to re-add the EPL after flashing it or does it remember the Home Assistant connection? |
No need to reassociate, just modify the package line in the yaml and it maintains its identity. |
Do you mean the entity name will change? |
Nothing will change, go for it. |
I finally got around to doing this. I got a bit confused, but in the end, these were my steps.
I am not sure if this is the right way to do it, but I got there in the end. I will see if the drop outs go away and report back. As an aside, is there a way to backup the zone configurations? |
I have no idea why you had to reconfigure anything, all I did was go to the ESPHome UI and change the one line in the yaml to include |
Yes, I did it via the EPL instruction page. I assume yours has the BLE firmware, but turned off. I have no BLE firmware and couldn't turn it on if I wanted to. |
I am seeing drop outs like this from the EPL
They seem quite short, but the problem is more that they trigger my automation as Zone 1 occupancy and general occupancy come back detected and then go off.
What should the EPL do after a drop out. I am using the out of the box firmware, is this use Bluetooth and Wifi and I need to flash it Wifi only?
The text was updated successfully, but these errors were encountered: