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

Cant run newest microwake word #6

Open
ecto1a2003 opened this issue Jul 23, 2024 · 8 comments
Open

Cant run newest microwake word #6

ecto1a2003 opened this issue Jul 23, 2024 · 8 comments

Comments

@ecto1a2003
Copy link
Contributor

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:

@nirnachmani
Copy link
Owner

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
Copy link
Contributor Author

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

@ecto1a2003
Copy link
Contributor Author

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:
- media_player.pause: {}
- if:
condition:
switch

@ecto1a2003
Copy link
Contributor Author

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

@ecto1a2003
Copy link
Contributor Author

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

@nirnachmani
Copy link
Owner

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
Copy link
Contributor Author

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

@ecto1a2003
Copy link
Contributor Author

ecto1a2003 commented Jul 25, 2024

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

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

2 participants