Skip to content
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

EPOL not booting properly after recent update #170

Open
xkoldxx opened this issue Sep 20, 2024 · 16 comments
Open

EPOL not booting properly after recent update #170

xkoldxx opened this issue Sep 20, 2024 · 16 comments

Comments

@xkoldxx
Copy link

xkoldxx commented Sep 20, 2024

After a recent ESPHome update my EPOL has stop booting

[12:04:50]abort() was called at PC 0x401be656 on core 0
[12:04:50]
[12:04:50]
[12:04:50]Backtrace: 0x400830ce:0x3ffe62f0 0x4009240d:0x3ffe6310 0x400985c2:0x3ffe6330 0x401be656:0x3ffe63a0 0x401bd203:0x3ffe63c0 0x401bd16a:0x3ffe63e0 0x400de631:0x3ffe6400 0x400fc399:0x3ffe6420 0x400fcd51:0x3ffe6440 0x40125dea:0x3ffe6460 0x40125d87:0x3ffe6480
[12:04:50]
[12:04:50]
[12:04:50]
[12:04:50]
[12:04:50]ELF file SHA256: d6a3b1bdac8b12b3
[12:04:50]
[12:04:50]Rebooting...

@EverythingSmartHome
Copy link
Owner

Do you happen to have internet blocked on the device?

@xkoldxx
Copy link
Author

xkoldxx commented Sep 20, 2024

double checked my fw rules and no there is access to the internet on my IOT netowrk

@EverythingSmartHome
Copy link
Owner

Can you try connecting it to the main SSID just to confirm? There is a bug in ESPHome that causes a boot loop like this when it can't reach GitHub

@xkoldxx
Copy link
Author

xkoldxx commented Sep 20, 2024

i just migrated to the main network - still the same issue

@EverythingSmartHome
Copy link
Owner

Can you flash from the user guide again to check it works?

@xkoldxx
Copy link
Author

xkoldxx commented Sep 20, 2024

I have flashed it from there several times

  • i even got a replacement sensor and still didnt work

Heres my current cfg

substitutions:
name: "office-epol-sensor"
friendly_name: Office EPOL Sensor
packages:
EverythingSmartTechnology.Everything_Presence_Lite: github://everythingsmarthome/everything-presence-lite/everything-presence-lite-ha.yaml@main

esphome:
name: ${name}
name_add_mac_suffix: false
friendly_name: ${friendly_name}
api:
encryption:
key: **************

wifi:
ssid: !secret main_wifi_ssid
password: !secret main_wifi_password

mdns:

@EverythingSmartHome
Copy link
Owner

Which version are you flashing?

@xkoldxx
Copy link
Author

xkoldxx commented Sep 20, 2024 via email

@EverythingSmartHome
Copy link
Owner

No I mean Bluetooth or non bluetooth?

@xkoldxx
Copy link
Author

xkoldxx commented Sep 24, 2024 via email

@EverythingSmartHome
Copy link
Owner

Can you post the startup logs from the device in full?

@xkoldxx
Copy link
Author

xkoldxx commented Oct 29, 2024

[
office-epol-sensor_logs (1).txt
](url)

@xkoldxx
Copy link
Author

xkoldxx commented Oct 29, 2024

@EverythingSmartHome
Copy link
Owner

It looks like internet is blocked in some way, there is an unfortunate bug in ESPHome that will cause a loop like this when internet is blocked and the device tries to check for updates on GitHub

@xkoldxx
Copy link
Author

xkoldxx commented Oct 29, 2024 via email

@EverythingSmartHome
Copy link
Owner

It only applies to devices that use the mew manufacturer updates components, most other devices don't.

It doesn't need to just be a firewall rule, it could be a misconfigured primary DNS server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants