#setting up m5 stack echo device as voice assistant
1 messages · Page 1 of 1 (latest)
try this yaml https://github.com/BigBobbas/esphome_firmware/blob/main/M5 Stack Atom Echo/m5stack-echo-stock-esphome.yaml
it is the same as the esphome but with the webinstaller stuff stripped out
then manually add micro wake word
I have this error:
WARNING esphome run .\m5Stack_office.yaml
INFO ESPHome 2024.3.0
INFO Reading configuration .\m5Stack_office.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/5230/head
INFO Generating C++ source...
Traceback (most recent call last):
File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Python310\Scripts\esphome.exe\__main__.py", line 7, in <module>
File "C:\Python310\lib\site-packages\esphome\__main__.py", line 1061, in main
return run_esphome(sys.argv)
File "C:\Python310\lib\site-packages\esphome\__main__.py", line 1048, in run_esphome
rc = POST_CONFIG_ACTIONS[args.command](args, config)
File "C:\Python310\lib\site-packages\esphome\__main__.py", line 478, in command_run
exit_code = write_cpp(config)
File "C:\Python310\lib\site-packages\esphome\__main__.py", line 192, in write_cpp
generate_cpp_contents(config)
File "C:\Python310\lib\site-packages\esphome\__main__.py", line 204, in generate_cpp_contents
CORE.flush_tasks()
File "C:\Python310\lib\site-packages\esphome\core\__init__.py", line 679, in flush_tasks
self.event_loop.flush_tasks()
File "C:\Python310\lib\site-packages\esphome\coroutine.py", line 246, in flush_tasks
next(task.iterator)
File "C:\Python310\lib\site-packages\esphome\__main__.py", line 184, in wrapped
await coro(conf)
File "C:\Python310\lib\site-packages\esphome\components\micro_wake_word\__init__.py", line 337, in to_code
manifest, data = _load_model_data(file)
File "C:\Python310\lib\site-packages\esphome\components\micro_wake_word\__init__.py", line 292, in _load_model_data
with open(model_path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'okay_nabu.tflite'
https://github.com/esphome/issues/issues/5556 maybe this issue