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

Update to 1.2.0 is failing. #223

Open
Ba22a opened this issue Oct 22, 2024 · 10 comments
Open

Update to 1.2.0 is failing. #223

Ba22a opened this issue Oct 22, 2024 · 10 comments

Comments

@Ba22a
Copy link

Ba22a commented Oct 22, 2024

I ran the update but the device becomes unresponsive after the update finishes.

it is still available in ESPHome but no readings from the device.

if I choose to install from ESPHome it springs back to live but is running 1.1.1.

I am using everything-presence-lite-ha-co2.yaml@main as I have the co2 sensor.

thanks
Barry

@EverythingSmartHome
Copy link
Owner

Which update are you running?

I'm almost certain this is a user issue (in the nicest way possible 😀), I'm guessing you have enabled the hidden entity that is "Everything Presence Lite Firmware"? The reason it's hidden by default is because if you have done extra steps of adding it to the ESPHome addon, then it will cause this issue because the ESPHome addon automatically adds an encryption key, where the pre-built firmwares do not have one. So updating through this entity removes the key and HA can't communicate anymore. There have been a few issues raised on this in the past, it's not a firmware issue

@Ba22a
Copy link
Author

Ba22a commented Oct 22, 2024 via email

@scotttimmins
Copy link
Contributor

Going from information here any external packages only update once every 24 hours.

If you're more technically minded you can delete the appropriate subfolder from esphome manually (stored in .esphome/packages). Of course, this is done at your own risk...

@Ba22a
Copy link
Author

Ba22a commented Oct 23, 2024 via email

@Taomyn
Copy link

Taomyn commented Oct 23, 2024

@scotttimmins that's good to know, as finally I was able to update mine - I just wish I knew where the .esphome/packages folder was as I cannot find it anywhere via SSH on my OVA based HA server.

@bharvey88
Copy link

bharvey88 commented Oct 24, 2024

@scotttimmins that's good to know, as finally I was able to update mine - I just wish I knew where the .esphome/packages folder was as I cannot find it anywhere via SSH on my OVA based HA server.

  ApolloAutomation.AIR-1:
    url: https://github.com/ApolloAutomation/AIR-1
    ref: main
    files: [Integrations/ESPHome/AIR-1.yaml]
    refresh: 1min```
    
    you can do something like this and get it down to 1min.

@scotttimmins
Copy link
Contributor

I run a docker esphome image and .esphome is in the config folder for me.
The . prefix can hide it in default listings but an ls - a shows it.

@Taomyn
Copy link

Taomyn commented Oct 25, 2024

I run a docker esphome image and .esphome is in the config folder for me. The . prefix can hide it in default listings but an ls - a shows it.

Nope
image
image

@scotttimmins
Copy link
Contributor

That's your Home Assistant config folder - I run ESPHome as a separate container.

Maybe someone who runs it as an addon could give some guidance on where to look?

@Taomyn
Copy link

Taomyn commented Oct 25, 2024

That's your Home Assistant config folder - I run ESPHome as a separate container.

Maybe someone who runs it as an addon could give some guidance on where to look?

I have ESPHome installed as an HA integration and as an HA add-on

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

5 participants