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

How-To use #3

Open
chiefymuc opened this issue Nov 19, 2023 · 5 comments
Open

How-To use #3

chiefymuc opened this issue Nov 19, 2023 · 5 comments

Comments

@chiefymuc
Copy link
Contributor

I'd recommend to add the following to the readme:

Once connected to Home Assistant, you need to turn on the everloop light, say your command and turn off the everloop light again. Then your command will be processed by Home Assistant (of course assuming your Home Assistant Voice has been setup, e.g. following this guide: https://www.home-assistant.io/voice_control/thirteen-usd-voice-remote/

Took me far too long to figure this out :)

@gnumpi
Copy link
Owner

gnumpi commented Nov 19, 2023

Thanks for your recommendation. You are right, some more information on how to setup the voice control with home assistant would be helpful. So far the configuration file was only meant to show how to include the matrixio into ESPHome. Of course, binding the voice assistant to the everloop light was only a quick and dirty check if everything works. I checked in an updated configuration file which has a dedicated template switch for enabling the voice control independently of the leds.

@lostkohibu
Copy link

I have also a recommendation. For all those are not familiar with python an venv. Please add additionell hints to deal with the line esphome compile..... Cause the setup_esphome did not activate the virtual enviroment, so it was hard to figure out how it's work's.
Yes, you can see it in the script where the venv dir is locatet. An you can run the source command. But finally thanks for your repo.

@gnumpi
Copy link
Owner

gnumpi commented Jan 9, 2024

thanks for your recommendation. Actually the setup script should activate the virtual environment, did you make sure to use 'source' ?

source scripts/setup_esphome.sh

Did this not work for you?

@lostkohibu
Copy link

yes i use the source command, but the venv was not activatet, no (venv) promp. It's okay, i learned so much ;-). Btw, should i build the firmware on a raspberry or better on a more powerfull hardware?

@gnumpi
Copy link
Owner

gnumpi commented Jan 9, 2024

It's a bug then, thanks for reporting it.

I always build the firmware on my macbook because it's much faster and more convenient if you use an IDE like Visual Studio Code. If you have enabled 'over the air' (ota) in your esphome configuration you can even update your esp32 flash via wifi. Only the initial flashing has to be done from the raspberry.

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

3 participants