Timers are working perfectly! Thank you :) Any idea why the wave file won't play at the end of the timer?
@SmartHomeCircle27 күн бұрын
You mean when the timer completes? It should play it when the timer ends.
@Thebyeman7 ай бұрын
I’ve found that I was having difficulty with the assistant hearing not just my voice but background voices, like from the tv, and therefore not recognising my voice commands. I went and changed the settings on noise_suppression _level: from 0 to 2 it’s working much better now
@SmartHomeCircle7 ай бұрын
Ohh yes.. I had set it to 2 before. Not sure when I set it back to 0. 🤔 But thanks for this. I will update the article again. 😄
@RND-USA3 ай бұрын
Wow so cool! I accidentally bough some S3 models (vs the WROOM-32Ds I usually get) and am looking for projects to use them on. This is great!
@guylast95164 ай бұрын
OMG did some testing and this one is more responsive than the Respeaker lite kit I got from Seeed. I only ordered the mic,amp,ESP32 and speaker(crackly: not sure why) as I just meant to test the possibilities of having a Voice Assistant and have yet to order the mute button and led strip. But yours by far beats the hell out of the other device. Awesome work.
@SmartHomeCircle3 ай бұрын
Glad you like it 🙂
@abwinoАй бұрын
Hi, very cool project! Thank you for spending the time and effort to document everything so clearly and for sharing. I just finished building a copy and it works much better than the Raspberry Pi satellite I used before. One question - is there a way to update the firmware to the latest esphome version? I would love to have timers working and apparently they are now available. Thanks!
@SmartHomeCircleАй бұрын
Yes.. the ESPhome code is updated to work with the latest ESPHome version. I also have a separate video for implementing timers. kzbin.info/www/bejne/h36mc2megbWIg5Y The code is present in the article in the video description.
@abwinoАй бұрын
Thanks!
@SmartHomeCircleАй бұрын
Thank you so much for your contribution. Really appreciate it 🙂
@robertosecco9835 ай бұрын
Finally, I was able to find what I was looking for. Thank you for the video and for the detailed article on your website!
@SmartHomeCircle5 ай бұрын
@@robertosecco983 Glad I could help 🙂
@enriqueenrique-hd7zj27 күн бұрын
Thank you for your video, an incredible project! I’ve already ordered all the parts, and they’re on their way. Currently, I run Home Assistant on Docker, but I’m unsure if it’s worth migrating to Home Assistant Supervised just to use the Wisper and Piper add-ons. Alternatively, would the Docker containers for Wisper and Piper shown in your video work exactly the same as the add-ons? The main difference I see is that I wouldn’t have the configuration options directly within Home Assistant, but I assume I’d still be able to manage them from the containers themselves-am I correct? Do they work just as well? Is it worth migrating to Supervised? I feel like it’s less stable and might break at any moment. I’d love to hear your opinion, as I believe you mentioned you use Docker. Everyone I know started with Docker, but now they’re all migrating to Home Assistant OS. I’m not sure if sticking with Docker is a mistake or if I’m falling behind-especially since, for example, the Docker container for Assist-Microphone doesn’t exist. Thank you in advance, and happy holidays! Best regards once again.
@SmartHomeCircle27 күн бұрын
@@enriqueenrique-hd7zj you can stick to docker containers. I am running my main setup using docker containers. I also have a video to setup whisper and piper using docker and an article on my website that has the docker compose file to run whisper and piper as containers. So issues at all. Assist microphone is something of a trail that HA devs introduced but with the voice assistant device like this you dont need it. Just search my channel for the videos with docker. Also wish you a merry Christmas and happy holidays 🙂
@enriqueenrique-hd7zj27 күн бұрын
@SmartHomeCircle thanks, you are the best.
@enriqueenrique-hd7zj22 күн бұрын
Hello again, dear friend, Everything is running much faster with a virtual machine on an i9 using VirtualBox for testing. However, while the ESP32-S3 is booting up, there are noises and interference from the speaker until Piper plays the first sentence. I think I saw or read about a possible solution in your videos, but I can't find it. Is there any way to fix this? Thank you again for your effort and dedication. We are all very grateful.
@SmartHomeCircle21 күн бұрын
This was an issue with my ESP32 setup but with the ESP32 S3, I dint have this problem. Also make sure the length of the cables between the ESP32-S3 and the microphone and amplifier is less than 10 cms. Longer wires tend to produce some noise.
@enriqueenrique-hd7zj21 күн бұрын
@SmartHomeCircle thanks for your answer, in my case i have a esp32-s3. I will test more small cables. Best recards
@HugoNet-r5s6 ай бұрын
Hi Amrut. Thanks for the great video with easy to understand instructions. I have configured it and a miracle happended ... everything works on the first try. Well, except speaker - it has biased sound, even with the MAX98357 gain adjusted to the minimal (ie. 3db) have you met such an issue?
@SmartHomeCircle6 ай бұрын
@@HugoNet-r5s Sorry, But I didn't understand by "biased sound"
@HugoNet-r5s6 ай бұрын
@@SmartHomeCircle Distorted sound is maybe better definition. Speech of "Jarvis" is heard against a prevailing background of noise and crackling.
@SmartHomeCircle6 ай бұрын
@@HugoNet-r5s ahh. Got it. this can happen because of two reasons. Either a soldering issue or there is a problem with the max98357a. I am assuming you are following the diagram in the article that I have linked in the video description.
@HugoNet-r5s6 ай бұрын
@@SmartHomeCircle Yes I did. I will try to resolder pins and resistor on the max98357a and going to order some more pcs at the same time
@enriqueenrique-hd7zj23 күн бұрын
Hi, dear friend, The voice assistant works well, but it struggles to detect the wake word reliably. Do you know what might be causing this? Is it possible to change the wake word? Additionally, I’ve noticed that the ESP32-S3 takes about 5 to 7 seconds to process the audio. Is this response time normal? Thanks for your video, best regards
@SmartHomeCircle23 күн бұрын
@@enriqueenrique-hd7zj there are a few limited options for wake words you can change to like "okay_nabu". Regarding the audio processing, it's not done by the ESP32 but by the whisper addon and it needs something more powerful than a Raspberry pi 5. I run the Whisper addon on a mini pc which gives me a response time of 2-3 secs.
@enriqueenrique-hd7zj23 күн бұрын
@@SmartHomeCircleYes, but I feel like it keeps recording the audio longer than it should until the ESP32 LED blinks. I have the impression that the issue lies with the ESP32, but I’ll do more tests with the latest timer code. Maybe it’s a problem with the Raspberry Pi 5. I should consider changing the server. Thank you for your work. I like your channel; you’re very kind. Thanks.
@mariuspeltea22793 ай бұрын
Thanks for all and the great video! I did it and works great. I would like to hear "How can I assist" or something else. How can I do this? I'm just a fan of HA, not a programmer.
@SmartHomeCircle2 ай бұрын
Do you mean like when you say Hey jarvis and it responds with "how can I assist"?
@mariuspeltea22792 ай бұрын
Yes. I wood like to hear Jarvis saying that. What can I do?@@SmartHomeCircle
@mariuspeltea22792 ай бұрын
@@SmartHomeCircle yes
@SmartHomeCircle2 ай бұрын
@@mariuspeltea2279 I am not sure if that is possible.. But it's an interesting idea I can explore..
@123Poppa3217 ай бұрын
Very nice and informative video. I am trying to copy it for my voice assistant. Wouldn't it be possible to use the touch ability of the esp32 instead of the hardware button? Have you ever tried that? I'm planning to use an ikea lamp with a metal stand for my voice assistant. It would be great to mute and unmute with just touching the stand.
@SmartHomeCircle7 ай бұрын
Ohh that sounds really interesting 😃. I think it would work. Give it a go and see how it works..
@Ditsa1717Ай бұрын
I have 2 question Can I make it without led Can I use esp-wroom-32?
@SmartHomeCircleАй бұрын
Yes.. you can exclude the led. Home Assistant devs say it can be done on an esp32, but I haven't experimented on device wake word with it yet. You can check my older video where i have used an esp32 with open wake word.
@krzysztofmroczek520021 күн бұрын
Can you tell me what ws2812b strip you used, because I think the circumference of your Voice_Assistant_V2_-_Case.stl is about 25 cm, you wrote in the yaml configuration file that there are 29 LEDs in the strip, which means there is about 86 mm of space between the diodes, and there is no such space in the link you provided to buy this strip (there are 60 LEDs/m, which means about 15 LEDs for 25 cm in a 25 cm strip and 100 LEDs/m, which means about 25 LEDs in a 25 cm strip.
@SmartHomeCircle21 күн бұрын
I checked my order history and it is 100 leds per meter. It's a cob style led strip with 5mm pcb width. The link in the description will take you to the product.
@krzysztofmroczek520021 күн бұрын
@@SmartHomeCircle Thank you for your quick response :) and great videos !!!
@SmartHomeCircle21 күн бұрын
@@krzysztofmroczek5200 I hope my video helps you to make your own device. Have fun making it 🙂
@thorstenhansgehrigАй бұрын
Would be nice if a link to an working configuration would be always updated... mine was working earlier and broke through updates... now i have a hard time to adjust myself... would be happy if an updated working config would be somewhere
@SmartHomeCircleАй бұрын
@@thorstenhansgehrig can you check the video description, there is a link to my article which contains the updated configuration.
@thorstenhansgehrigАй бұрын
@@SmartHomeCircle And this does also throw an error... seems no longer working. Is this only me?
@SmartHomeCircleАй бұрын
@@thorstenhansgehrig Give me sometime. I'll update what I have currently running.
@SmartHomeCircleАй бұрын
@thorstenhansgehrig I updated this blog with the latest configuration that I am currently running. It also has the timer functionality in it. smarthomecircle.com/add-timers-to-voice-assistant-on-device-wake-word-home-assistant
@vuminhtuan19947 ай бұрын
What an amazing video. I followed your guide but I can't active the esp32-s3 by hot word. I've check log in esp and nothing happen when I speak "hey jarvis", tried with other model like alexa, okay nabu with same result. I have 2 esp32 s3 and 4 inmp441 but none of the combinations are successful. Is there any tip to using hotwords?
@SmartHomeCircle7 ай бұрын
Does it show in the logs that the the micro wake word is jarvis is used? Also can you check the wiring of the Microphone , specially the L/R. Also make sure that the channel in the yaml code is set correctly according to the yaml code in the article that I have linked in the description of the video. Hope that helps. 🤞
@Thebyeman7 ай бұрын
Thanks
@SmartHomeCircle7 ай бұрын
Thank you so much for your kind appreciation. 😃. Definitely helps me keep going.
@Thebyeman7 ай бұрын
May I add I stumbled initially once the device was set up, the problem I found was I had to go into voice assistant settings and set up a new assist profile, then leaving wake word empty
@SmartHomeCircle7 ай бұрын
@@Thebyeman ohh yes.. you have to not set any wake word in the assist pipeline.
@georgemotichka13514 ай бұрын
Hey, I just built this. Was disappointed when the timer didn't work, but then saw the update yaml code to get it working. But now. How do I get the timer end beeping to stop? Is there a way to have it ring like 5 times with 3 secs in between like I have with my Wyoming Satellite? Great job though. Just waiting for my mute button to come in.
@SmartHomeCircle4 ай бұрын
@@georgemotichka1351 check the full video. I have shown how you can stop the timer from beeping using a voice command..
@georgemotichka13514 ай бұрын
@@SmartHomeCircle Got it. Thanks
@zer0sg9618 ай бұрын
Great video! Got me interested in trying this out ") how does it handle when you have 200 over devices though? Would it still be useable? Or would it lag I wonder? Thanks! And cheers
@SmartHomeCircle8 ай бұрын
Do you mean 200 devices in Home Assistant? I haven't got so many devices yet😄 If you use the assist window and try to write a command to invoke one of those 200 devices, and if that is fast then it would be fast also. This device just takes the input and gives it to HA.
@formatBCE8 ай бұрын
It will be just fine. If you mean voice satellites - it's good to have local wake word, otherwise they all would be bombing HA with audio streams to find wake word.
@SmartHomeCircle8 ай бұрын
@@formatBCE Yes, true. reduces some resources on the HA server also.
@clairerovic8 ай бұрын
Thanks heaps, followed all your previous videos successfully, so looking forward to starting on this one
@SmartHomeCircle8 ай бұрын
@@clairerovic thank you 🙂
@nilsal74427 ай бұрын
Hey id like to also build your voice assistant. What speaker did you use? Do you have a recommendation for me? :) didnt found it in the description
@SmartHomeCircle7 ай бұрын
Thank you :) I updated the description and added links to it. I also have this article which has everything in it : smarthomecircle.com/How-I-created-my-voice-assistant-with-on-device-wake-word-using-home-assistant
@gustvao07 ай бұрын
hi! great content, as always! subscribed and fan! tku for sharing this. ordered already components in ali and got my cousin to 3d print the case, after all done I will share the results with you... btw , did you manage to train a new wakeword in another language for the microwakeword? i spent hours with colab w/o success :(
@SmartHomeCircle7 ай бұрын
Thank you for such kind words. 😄 Regarding training the wakeword for microwake word, there is no colab available. The colab playground is only for the wakeword used in OpenWake word.
@guylast95165 ай бұрын
Hey Great video but have an issue. I ordered the parts and tried to use the code with latest esphome and it would not compile it. Any thoughts? Update: Resolved. Had to stop all addons as it failed due to memory issue.
@SmartHomeCircle4 ай бұрын
Ohh yes.. To build the device using ESPHome, it needs something a little more powerful than a raspberry pi. Glad its resolved for you. 🙂
@guylast95164 ай бұрын
@@SmartHomeCircle I am on a 13600K Raptor Lake Win 11 but I guess it still is an issue depending on the VM config we all run for Home Assistant.
@albastien49907 ай бұрын
Thanks for another informative video. May I ask what issues you found if any. I followed your ESP32 voice assistant only to find it did not handle both microphone and speaker on the same device well. Any limitations on the s3?
@SmartHomeCircle7 ай бұрын
None that I have seen. Also the issue of the cracking sound on boot has disappeared that existed in the ESP32 setup.
@snopz7 ай бұрын
If it can not handle microphone and speaker in the same time that means that you don't have the s3 variant as only the s3 have two i2s buses.
@SmartHomeCircle6 ай бұрын
He meant about the ESP32 board and not the S3 variant 😄
@HopsGuyАй бұрын
@@SmartHomeCircle disappeared? I still hear the crackling sound... and sometimes the assistant's response hangs in the middle, if I hit the mute button it resumes and completes the response. Have you seen this??
29 күн бұрын
My esp Esp32-S3 N8R2. I build framework type: esp-idf, it doesn't connect to Wifi [D][esp-idf:000][wifi]: W (470610) wifi: [D][esp-idf:000][wifi]: Password length matches WPA2 standards, authmode threshold changes from OPEN to WPA2 [D][esp-idf:000][wifi]: Please, help me
@SmartHomeCircle29 күн бұрын
Check your wifi password. Also check if your router allows 2.4 ghz frequency
@MrDenisJoshua6 ай бұрын
Thanks a lot for the video... and I wait for the customization of the miro-wake-word :-)
@SmartHomeCircle6 ай бұрын
Currently trying to find the best and easy way to create custom wake words without needing powerful hardware.
@RinyVT8 ай бұрын
My pre-soldered INMP441 microphone came with the connections on the other side, do you think that will be a problem? So the hole for the microphone is on the bottom in my case. Not sure if I can flushmount it now or that I need to give it some clearance so sound can come from beneath as well.
@SmartHomeCircle8 ай бұрын
As far as I know, the voice is captured from that hole. You might have to check how clearly the voice gets recorded with it.
@Tanat748 ай бұрын
Very cool, Thx!. How set my sefl .tflite - wake word?)
@SmartHomeCircle8 ай бұрын
I think you are talking about custom wake words, I will be working on that for my next video.
@formatBCE8 ай бұрын
AFAIK to setup custom wake word for microwakeword, you'll have to train it in pretty specific way. Also i can't see the mechanism of setting it in the configuration so far - it seems like microwakeword is pointing to ESPHome GitHub, where these words are.
@aguacatec7 ай бұрын
@@SmartHomeCircle I can't wait to see that! Amazing job you did!
@TexasCHLforum2 ай бұрын
Thanks for the great information. I now have two operational and I'll do a few more. Is it possible for an ESP32-S3 configured like this to be recognized by HA as a media player?
@SmartHomeCircleАй бұрын
It is possible In my latest video using the Seeed studio ESP32 S3, I have added a media player which is still an experimental. kzbin.info/www/bejne/jpu4ln2eZ7SeadE May be you can adapt the code to work with it.
@Thebyeman7 ай бұрын
Also have to add logger: to the ymal
@SmartHomeCircle7 ай бұрын
Ohh yes.. Missed that. I'll update the article. Thank you 😊
@werner.m72008 ай бұрын
whats the maximum distance for the mic to be heared?
@SmartHomeCircle8 ай бұрын
I could get it to work around 3 mts away. So good for a room..
@seyitbural81848 ай бұрын
Hi erstmal ein tolles Video hat bei mir auf Anhieb geklappt das einzige was stört ist das die sprachausgabe unvollständig ist also nach dem ich ein Befehl gegeben habe bricht die antwort ab
@SmartHomeCircle8 ай бұрын
I am glad the video helped. 🙂 My German is not that good, but I what I understood is that the voice response is incomplete or gets stuck. I dint face issues with the response being incomplete or stuck. I had problems with the speaker crackling on boot, so I moved the amplifier input from 5v to 3.3v , as I think the LED strip was interfering with it. Does that give you some help?
@seyitbural81848 ай бұрын
Genau das Problem es bricht einfach ab
@mikesmods3176 ай бұрын
Another awesome video!! Thank you! New subscriber here for sure 👍🏻
@SmartHomeCircle6 ай бұрын
@@mikesmods317 thank you. 😄
@thebatu898 ай бұрын
Are there no controls for the speaker volume?
@SmartHomeCircle8 ай бұрын
No.. it's currently not possible with the speaker type in the yaml. And media_player is not supported for idf frameworks
@thebatu898 ай бұрын
@@SmartHomeCircle thanks, btw can i use the same i2c pin for light sensor (bh1750) or temp sensor (ath10)
@SmartHomeCircle8 ай бұрын
I think you could use it, but you will have to try it out. I remember when I was using the light the co2 sensor, I had to make use of daisy chain connection for it to work. Check this video : kzbin.info/www/bejne/mKi5paeOnZl_oZY I would say first try with normal parallel connection and if it does not work, then try the daisy chain connection approach. Hope this helps.
@alfadex50Ай бұрын
will it be detected as a player in HA?
@SmartHomeCircleАй бұрын
Check my recent video. You can update the yaml to use it as a player.
@jacquesdupontd8 ай бұрын
Hey, thanks a lot for the video ! It's been a week that i'm doing some research to do just this. I have Ollama running on my local server and plugged in my Home Assistant Assist. I have an Ulanzi Pixel Clock where the answers from the Home Assistant (local AI in that case) or displayed in scroll. Looks pretty nice, you can check the last video on my channel. I have a few questions please, Is it possible to play sound on this device like we can do on Amazon Echo Dot for example ? Or should it only be a satellite to ask to play audio on another device ? I'd really like an all-in-one personal A.I home assistant. If so, do you know where I could find a very good quality speaker (or 2 for stereo) and microphone for the project You've put a resistor for the speaker. Cannot you set the volume in the code itself ? Thanks again !
@SmartHomeCircle8 ай бұрын
First of all, nice to see you are using AI for the responses. Kudos on that. 👍 I was trying to make the same for work for me. But it was not very reliable. Will try ollama this time. To answer your question, To get a better sounding speaker, I haven't got one, but may be you can redirect the audio from the response to alexa or google home mini. Check this video kzbin.info/www/bejne/iHrTn6yKf9J9gJo . I haven't tried it with this device, but it was working well with my older voice assistant with an ESP32 I had to use the resistor to reduce the volume as I could not adjust the level in Home Assistant. To provide volume controls, we have to use `media_player` type, but its not supported for IDF frameworks. Hence the option was the resistor.
@jacquesdupontd8 ай бұрын
@@SmartHomeCircle Thx for your Feedback. Why Alexa or Google home, why not a Bluetooth speaker ?
@SmartHomeCircle7 ай бұрын
Bluetooth speakers are difficult to connect to Home Assistant. The cast option with google mini allows for easier integration.
@j.h.457027 күн бұрын
If it's your own wifi, why don't you just access the router or whatever device you use to connect to the internet.?Scanning IPs shouldn't be necessary then. Or have you hijacked someone else's wifi? ;-)
@SmartHomeCircle27 күн бұрын
@@j.h.4570 i didn't want to open my router settings as it would be different for everyone. Wanted to provide a single interface that everyone can use to find the IP address. Or else I would get questions like I don't have this page in my router 😉
@manfredzimmer11998 ай бұрын
Thanks for the Button and the great Video
@SmartHomeCircle8 ай бұрын
Glad you liked it. 😊
@Thebyeman7 ай бұрын
What type of button is it and where do I connect it to on the board?
@SmartHomeCircle7 ай бұрын
The circuit diagram in the article shows how to connect the mute button. This is the button I used : s.click.aliexpress.com/e/_DEhJfB1
@Thebyeman7 ай бұрын
Checked the article and definitely does not show the button in the parts list the circuit diagram or connection list. It’s in the yaml GPIO10 but where do I connect the other wire? Sorry to be a pain. p.s. I love your work and have been building your things for sometime
@Thebyeman7 ай бұрын
I watched the video and managed to pause it at the exact point where I could see it’s connected to GND
@formatBCE8 ай бұрын
ESP logs show you IP address.
@SmartHomeCircle8 ай бұрын
Its an internal IP so its fine.
@formatBCE8 ай бұрын
@@SmartHomeCircle I meant you don't need any IP scanners, if you have ESPHome console. :)
@SmartHomeCircle8 ай бұрын
@@formatBCE ohh yes.. good point. For me since I run esphome using docker, the auto discovery fails because of absence of mDNS. Hence I would usually need the ip scanner.
@formatBCE8 ай бұрын
@@SmartHomeCircle yeah i have mDNS turned off too. What i actually meant, when you open device logs in your ESPHome dashboard, it reports system info (purple lines), and among that lines there's current IP address - so you can take it from there instead of guessing from long list of unknown IP addresses in IP scanner. For myself, i have big pool of static IP addresses, that i use for my smart devices. This way i always know that my DHCP lease didn't expire and device didn't change their IPs.
@SmartHomeCircle8 ай бұрын
@@formatBCE ohh yes.. I use static IPs too. It's just in the video that I didn't want it to be more complex with static IPs.. as different folks would have different subnets configured in the router. So I tried to at least give people a tool that shows a blue icon next to an active ip address and test if it belongs to the device.
@andrejsersen596 ай бұрын
@SmartHomeCircle Thank you very much for you video!!! I have to share funny story about your video and making my version of voice assistant... After I soldered all the components and wired everything up, I set up esphome code and connected...flashed and after the device came to life, led flashed but it didn't respond to wake-word...hm...I double checked every connection, measured volatage on esp and microphone....nothing unusual and strange...then double checked installed addons (whisper and piper) and couldn't find the culprit. Then I stumboled upon your another video how to setup local VA...kzbin.info/www/bejne/hmW5Y32neNKeba8 . I played your video and when you used "hey jarvis" in your video my device came to life, leds started blinking and VA responded in Slovenian language :)))) Thanks for saving me quite some time before I realise I have to use hey Jarvis instead of ok nabu :)))
@SmartHomeCircle6 ай бұрын
😄 That is really a funny story. But I am glad it worked for you.
@c0deless7 ай бұрын
i followed your guide, but when i copy past the code and then save and click on install it get the following error . INFO ESPHome 2024.6.1 INFO Reading configuration /config/esphome/esp-ww-lounge.yaml... Failed config ota.unknown: [source /config/esphome/esp-ww-lounge.yaml:44] 'ota' requires a 'platform' key but it was not specified.
@SmartHomeCircle6 ай бұрын
Ohh yes.. here are some breaking changes in the new ESPHome. You need to replace the ota section with this. ota: - platform: esphome password: xxxxxxx I will update my article with this.
@fredrikjensen14 ай бұрын
I have the N16R8 board and I had to comment out these lines for it to work. # sdkconfig_options: # CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240: "y" # CONFIG_ESP32S3_DATA_CACHE_64KB: "y" # CONFIG_ESP32S3_DATA_CACHE_LINE_64B: "y" # CONFIG_AUDIO_BOARD_CUSTOM: "y"
@randazd14346 ай бұрын
I'm getting a failure when trying to compile the YAML for the ESP32-S3, any ideas: Failed config micro_wake_word: [source /config/esphome/esp32-voice-assistant.yaml:213] 'models' is a required option for [micro_wake_word]. on_wake_word_detected: - voice_assistant.start: wake_word: !lambda |- return wake_word; silence_detection: True - light.turn_on: id: led_ww red: 30% green: 30% blue: 70% brightness: 60% effect: fast pulse - light.turn_on: id: led_strip effect: Scan Effect With Custom Values red: 80% green: 0% blue: 80% brightness: 80% The model parameter has moved to be a list element under the models parameter. model: hey_jarvis
@SmartHomeCircle6 ай бұрын
Its the new update from ESP home for wake words. I'll fix the yaml code.
@SmartHomeCircle6 ай бұрын
I fixed the code in my article here: smarthomecircle.com/add-timers-to-voice-assistant-on-device-wake-word-home-assistant#implement-timers
@VanguardShags5 ай бұрын
@@SmartHomeCircle Hi, I had the same problem he did, and the issue he's talking about seems to be here: models: - model: hey_jarvis The above code creates an error which cannot be compiled. Instead, everything seems to work if you delete all of that and replace it with nothing more than: model: hey_jarvis I'm using just the ESP32-S3, mic, and speaker (no LED strip) setup from your other video, and this change in code seems to have fixed everything for me (also, I've noticed the code in your video at 10:00 in shows the code that works, but the code at your website pages contains the error). Note: I also added your new timer updates to my code (minus the LED strip parts) and it appears to work perfectly thus far.
@SmartHomeCircle5 ай бұрын
This would work if you are using an older version of ESPhome. Since 2024.7 version of ESPHome, you need to use "models" as per what is mentioned in the article.
@VanguardShags5 ай бұрын
@@SmartHomeCircle - Thank you! After reading this, I looked more closely and realized that while my Pi 4 HA device had updated to 2024.7.3, my HA instance on my Windows VirtualBox (the device used to flash the S3) had not and was still stuck at 2024.6. Once I initiated an ESPHome update, the new code compiled and worked perfectly. Many thanks for your great videos and help on all of this!
@bartoszbaumgart6434 ай бұрын
Hi, graeat project :) I have some issue with this board esp32 s3 n16r8: [16:32:43]��0+�91Bc2c�F�c"�a§¡�aESP-ROM:esp32s3-20210327 [16:32:43]Build:Mar 27 2021 [16:32:43]rst:0x7 (TG0WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) [16:32:43]Saved PC:0x403775b4 [16:32:43]SPIWP:0xee [16:32:43]mode:DIO, clock div:1 [16:32:43]load:0x3c0d0020,len:0x3a810 [16:32:43]load:0x3fc97950,len:0x3fcc [16:32:43]load:0x40374000,len:0x180c [16:32:43]load:0x42000020,len:0xc3b84 [16:32:43]load:0x4037580c,len:0x12140 [16:32:43]SHA-256 comparison failed: [16:32:43]Calculated: f05866a3a6706911c50f0f103483632dff4320df4e3308d87cceb23f343f5bb5 [16:32:43]Expected: be769d2f35f6ca484597ebbbddf12d3db8c91409e64daa1b58ace26d8b915714 [16:32:43]Attempting to boot anyway... [16:32:43]entry 0x403766d8 [16:32:44]ESP-ROM:esp32s3-20210327 What is wrong ? Any advise ? smarthomecircle.com/How-I-created-my-voice-assistant-with-on-device-wake-word-using-home-assistant