-
Notifications
You must be signed in to change notification settings - Fork 72
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
Port HA Voice PE to Onju #76
Comments
While not the same hardware you will probably find a lot more info here in this forum thread about "reSpeaker Lite", though note that it too has an XMOS xCORE chip so obviously you need to remove that. I for example read a recent comment there that if use Music Assistant then it needs an update for each specific player: Recommend check out the ESPHome config for reSpeaker Lite from formatBCE as well his Koala-Satellite as well as forks of that: https://github.com/formatBCE/Respeaker-Lite-ESPHome-integration https://github.com/formatBCE/Koala-Satellite https://github.com/rananna/Koala-Satellite/tree/main?tab=readme-ov-file PS: They also said they back-port/update esphome mainline voice-assistant code for ESP32-S3-BOX-3, etc. "Ready-Made Projects" which has a more similar hardware to that of onju-voice: |
As well as check out tetele's ESPHome config for onju-voice-satellite: MarkWattTech also has an updated config: |
Hi @Hedda , I've made several custom code versions for the Onju, both with continuous conversation, random greeting messages etc and got full control of the code itself :) What I wanted to do is implement the updated components for voice_assistant, nabu_microphone and nabu_media_player. I ended up with two different issues yesterday; The issue might be the shared i2c bus, but I'm not sure. I loaded following in the test configuration: Full esp32 as for HAVPE:
Then for external_components:
This is the revised settings for audio + media_player + wakeword + voice_assistant:
Spot anything wrong? |
Hi,
Anybody tried and succeeded porting the PE firmware to Onju (for updated mic, media_player, mww) ?
I have started, and it does detect my wakeword, but do not pick up my command/question.
Also for speaker, I currently get an error when trying to send anything to the media_player.
The text was updated successfully, but these errors were encountered: