Closed dannytsang closed 2 months ago
I forgot, this is the YAML config:
substitutions:
name: "living-room-motion"
packages:
Everything_Smart_Technology.Everything_Presence_One: github://everythingsmarthome/presence-one/everything-presence-one.yaml@main
esphome:
name: ${name}
name_add_mac_suffix: false
esp32:
board: esp32dev
framework:
type: esp-idf
esp32_ble_tracker:
scan_parameters:
active: true # Whether to send scan-request packets to devices to gather more info (like devicename)
interval: 211ms # suggested 211ms # default 320ms
window: 120ms # suggested 120ms # default 30ms
bluetooth_proxy:
active: true
switch:
- platform: restart
name: "Living Room Motion Restart"
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ok maybe not 1.2.6 issue because I changed the below line and still get the same output stopping at Starting CPU scheduler as per above.
packages:
Everything_Smart_Technology.Everything_Presence_One: github://everythingsmarthome/presence-one/everything-presence-one.yaml@1.2.5
Is my EP1 dying 😢
I tried again with @main and HA is reporting data now so maybe the output is as expected. I'll put it down my own wifi issue but all is good again.
The log output is normal, no issues there. I'm guessing the issue you had with the update is the same as before, where you applied the GitHub update which overwrote your encryption key.
The 1.2.6 update disables the GitHub updates again as many users were applying it without realising this would happen if they had it added to ESPHome addon. Hopefully it can be re-enabled again once ESPHome handles this better
I thought I sorted the encryption key out last time. If you do enable it again, stick in the release notes.
On another note, how has it picked up 1.2.6 in Home Assistant when GitHub release is at 1.2.5? I didn't see a release note link to go with 1.2.6 either.
I upgraded an EP1 to 1.2.6 from Home Assistant and the sensors are all showing as unavailable.
I have cleaned the build files and reinstalled the firmware from ESPHome and still the same.
The logs are showing the following the below and stays for for a long time (5+ minutes).
Pressing Reset Device goes through the same sequence as below. Is it hanging and not booting up properly?
I cleaned the build files and reinstalled again but still the same issue. Any ideas? The sensors that are on 1.2.5 are up and running.