I am running Home Assistant OS 15.2 with Supervisor in a VM.
I am trying to get running Home Assistant Voice PE firmware version 25.4.0.
Everything seems to be working except that I get no sound when the device is showing ‘responding’ lights.
When I turn on debug logging for Piper (ver. 1.5.2) I see the following:
DEBUG:wyoming_piper.handler:Sent info
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='wyoming event handler' coro=<AsyncEventHandler.run() done, defined at /usr/local/lib/python3.11/dist-packages/wyoming/server.py:31> exception=ConnectionResetError('Connection lost')>
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/wyoming/server.py", line 41, in run
if not (await self.handle_event(event)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/wyoming_piper/handler.py", line 39, in handle_event
await self.write_event(self.wyoming_info_event)
File "/usr/local/lib/python3.11/dist-packages/wyoming/server.py", line 29, in write_event
await async_write_event(event, self.writer)
File "/usr/local/lib/python3.11/dist-packages/wyoming/event.py", line 131, in async_write_event
await writer.drain()
File "/usr/lib/python3.11/asyncio/streams.py", line 378, in drain
await self._protocol._drain_helper()
File "/usr/lib/python3.11/asyncio/streams.py", line 167, in _drain_helper
raise ConnectionResetError('Connection lost')
ConnectionResetError: Connection lost
Any ideas what might cause this?
I am new to Home Assistant, so if there is a better place for me to ask this please let me know. Thanks!