nirnachmani / ESP32-S3-Box-3-Firmware

ESP32 S3 Box 3 Firmware which combines continuous conversation, dock sensors and media player
6 stars 4 forks source link

Cant run newest microwake word #6

Open ecto1a2003 opened 1 month ago

ecto1a2003 commented 1 month ago

INFO ESPHome 2024.7.1 INFO Reading configuration /config/esphome/esp32-s3-box-3-6403c4.yaml... INFO Updating https://github.com/esphome/esphome.git@pull/5230/head WARNING GPIO45 is a strapping PIN and should only be used for I/O with care. Attaching external pullup/down resistors to strapping pins can cause unexpected failures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins WARNING GPIO46 is a strapping PIN and should only be used for I/O with care. Attaching external pullup/down resistors to strapping pins can cause unexpected failures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins Failed config

micro_wake_word: [source /data/packages/9ff0d06a/ESP32-S3-Box-3-Firmware-cc+sensors+media_player.yaml:434]

'models' is a required option for [micro_wake_word].

The model parameter has moved to be a list element under the models parameter. model: hey_jarvis on_wake_word_detected:

nirnachmani commented 1 month ago

Should be fixed now. I also added support for timers. Timers show a little different on the screen than the official version and touching the middle of the screen stops the timer's sound when it ends.

I didn't think anyone is using this so I haven't been updating it.

ecto1a2003 commented 1 month ago

Awesome!, i just came across it last night. Have you tried to merge with the. "oficial" one from home assistant?

ecto1a2003 commented 1 month ago

Hmm, doesn't seem to be updating on my side. Wants to pull the old file?

ailures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins WARNING GPIO46 is a strapping PIN and should only be used for I/O with care. Attaching external pullup/down resistors to strapping pins can cause unexpected failures. See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins Failed config

micro_wake_word: [source /data/packages/9ff0d06a/ESP32-S3-Box-3-Firmware-cc+sensors+media_player.yaml:434]

'models' is a required option for [micro_wake_word].

The model parameter has moved to be a list element under the models parameter. model: hey_jarvis on_wake_word_detected:

ecto1a2003 commented 1 month ago

If i fork it and point at that it works...?

ecto1a2003 commented 1 month ago

also, timers dont work, it says timers are unsupported. did i miss somethin there?

nirnachmani commented 1 month ago

Sorry, I use a bit of a different code for my box3 and needed to make some changes before posting it here and missed the indentation. Thank you for fixing it. I flushed my box with this and timers are working. What are you using in your pipeline?

ecto1a2003 commented 1 month ago

ha cloud, having issues actually gettting this version onto my boxes. itll load but wont connect to my ha.

ecto1a2003 commented 1 month ago

ok, thats all working now! ill play around with it