-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cant run newest microwake word #6
Comments
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. |
Awesome!, i just came across it last night. Have you tried to merge with the. "oficial" one from home assistant? |
Hmm, doesn't seem to be updating on my side. Wants to pull the old file? ailures. 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. |
If i fork it and point at that it works...? |
also, timers dont work, it says timers are unsupported. did i miss somethin there? |
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? |
ha cloud, having issues actually gettting this version onto my boxes. itll load but wont connect to my ha. |
ok, thats all working now! ill play around with it |
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:
- media_player.pause: {}
- if:
condition:
switch.is_on: continued_conversation
then:
- lambda: id(va).set_use_wake_word(false);
- voice_assistant.start_continuous: {}
else:
The text was updated successfully, but these errors were encountered: