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 auf 25.02 nicht möglich #41

Open
BiasF opened this issue Feb 9, 2025 · 11 comments
Open

Update auf 25.02 nicht möglich #41

BiasF opened this issue Feb 9, 2025 · 11 comments
Assignees
Labels
bug Something isn't working

Comments

@BiasF
Copy link

BiasF commented Feb 9, 2025

Description

Moin,

nach dem ich mich länger nicht mit dem Gerät beschäftigt hab (lief halt), hab ich dieses Wochenende etwas mehr rumgespielt.
Ich hab also über ESP-Home Dashboard aktualisiert, danach hing er im setup mode und ich kam nich mehr dran über ESP-Home.
Ich hab dann gesehen das etwas größere Änderungen durchgeführt wurden, hab also über USB-C mal komplett neu geflashed, inklusive erase.

Vorher aus dem ESP-Home Dashboard entfernt und auch das Gerät aus HASS entfernt, damit sich da nix in die Quere kommt.

Nun hänge ich trotz dem wieder im Setup, komme auch nicht über das AP Wifi auf den ESP, scheitert am PSK den er nicht akzeptiert.

Hab mal logs hochgeladen. Ich hoffe ich hab ihn nicht zerstört ^^

Logs

esp-web-tools-logs.txt

Which version of the ESPHome Doorman firmware config are you running?

2025.2.0

How do you manage your Doorman's updates?

ESPHome YAML Config

If you're using an ESPHome YAML config, which version of ESPHome are you running?

2025.2.0

ESPHome Config

@BiasF BiasF added the bug Something isn't working label Feb 9, 2025
@AzonInc
Copy link
Owner

AzonInc commented Feb 9, 2025

Flash mal bitte per dev docs Seite
https://doorman-dev.surge.sh/guide/firmware/stock-firmware

Bei 2025.2.0 ist gerade noch ein Fehler irgendwo drin gewesen welcher in 2025.2.1 behoben sein sollte

@BiasF
Copy link
Author

BiasF commented Feb 9, 2025

2025.2.1 is noch schlimmer ^^

esp-web-tools-logs_2025.2.1.txt

@AzonInc
Copy link
Owner

AzonInc commented Feb 9, 2025

Ahh du hast rev 1.4 da sind nur 2mb PSRAM teilweise drin.
Füg das mal bitte zu esphome dashboard hinzu und nutze folgende config:

substitutions:
  name: "doorman-s3"
  friendly_name: "Doorman S3"

# Import Doorman Stock Firmware Config
packages:
  AzonInc.Doorman: github://azoninc/doorman/firmware/ha-doorman-stock.dev.yaml@dev

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

psram:
  mode: quad

@BiasF
Copy link
Author

BiasF commented Feb 9, 2025

probier ich grade, allerdings is mein ESPHome Dashboard noch auf ESPHome 2024.12, ne neuere version is gar nicht (stable) released.

Da bemängelt er dann das meine ESPHome Bersion zu alt sei um das zu kompilieren.

@AzonInc
Copy link
Owner

AzonInc commented Feb 9, 2025

Stimmt, da brauchst das esphome dev addon für
kanns leider erst in master mergen wenn die released ist


Ich habe jetzt das ganze umstrukturiert und damit gibt es auch fertige Binaries (ESP8266, ESP32, ESP32-S3, ESP32-S3 Octal PSRAM) in Zukunft.

# Doorman Stock Firmware (Home Assistant)
# Base Board ESP32-S3 Quad PSRAM

# You can change a few options here.
substitutions:
  name: "doorman-s3"
  friendly_name: "Doorman S3"

# Import Doorman Firmware Config
packages:
  AzonInc.Doorman: github://azoninc/doorman/firmware/configurations/esp32-s3-quad.ha.stock.dev.yaml@dev

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

Teste das Mal bitte und gibt bescheid obs passt.

@BiasF
Copy link
Author

BiasF commented Feb 11, 2025

Nun meckert er deswegen:
Failed to load packages. firmware/esp32-s3.ha.stock.dev.yaml does not exist in repository.

(ESPHome Dev version)

@AzonInc
Copy link
Owner

AzonInc commented Feb 11, 2025

Ah sorry, hab die config oben nochmal aktualisiert. Teste bitte nochmal.

@BiasF
Copy link
Author

BiasF commented Feb 12, 2025

Leider lässt es sich immer noch nich flashen.
Hab mir nun auch das ESPHome Dev Addon installiert.

logs_doorman_run.txt

edit:
Hat nun doch geklappt, keine ahnung was vorher schief gegangen is.

@AzonInc
Copy link
Owner

AzonInc commented Feb 12, 2025

Okay sehr gut, für zukünftige updates solltest du nun auch jeweils die richtige version bekommen

@BiasF
Copy link
Author

BiasF commented Feb 12, 2025

Top, danke !

Was mir grade noch aufgefallen is, der Doorman erkennt bei mir das Klingeln gar nicht.
Ich bin mir grade aber nicht sicher, ob es mit der alten Firmware ging. Habe das Feature irgendwie vernachlässigt und nie getestet ^^

@AzonInc
Copy link
Owner

AzonInc commented Feb 12, 2025

Öh also du kannst das ganze mal mit einer alten Version testen.
Eventuell habe ich ja was kaputt gemacht aber bei mir wird aktuell alles erkannt.

# Doorman S3 Stock Firmware

# You can change a few options here.
substitutions:
  name: "doorman-s3"
  friendly_name: "Doorman S3"

# Import Doorman Stock Firmware Config
packages:
  AzonInc.Doorman: github://AzonInc/doorman/firmware/[email protected]

external_components:
  - source: github://azoninc/[email protected]
    components: [ tc_bus ]
    refresh: 60s

esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

Das benötigt esphome stable 2024.12.X

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants