Thanks for the reply. I’m running it in docker with a user that has admin rights. I’ve pasted my debug log for one interaction. It doesn’t seem to be firing a homeassistant_satellite_event
DEBUG:homeassistant_satellite.remote:{'type': 'auth_required', 'ha_version': '2023.11.1'}
DEBUG:homeassistant_satellite.remote:{'type': 'auth_ok', 'ha_version': '2023.11.1'}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'result', 'success': True, 'result': None}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'run-start', 'data': {'pipeline': '01gzrz8vsw3wyy95p28f2hnvc8', 'language': 'en', 'runner_data': {'stt_binary_handler_id': 1, 'timeout': 300}}, 'timestamp': '2023-11-18T21:22:56.972745+00:00'}}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'wake_word-start', 'data': {'entity_id': 'wake_word.openwakeword', 'metadata': {'format': 'wav', 'codec': 'pcm', 'bit_rate': 16, 'sample_rate': 16000, 'channel': 1}, 'timeout': 3}, 'timestamp': '2023-11-18T21:22:56.972946+00:00'}}
DEBUG:__main__:wake_word-start {'entity_id': 'wake_word.openwakeword', 'metadata': {'format': 'wav', 'codec': 'pcm', 'bit_rate': 16, 'sample_rate': 16000, 'channel': 1}, 'timeout': 3}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'wake_word-end', 'data': {'wake_word_output': {'wake_word_id': 'hey_jarvis_v0.1', 'timestamp': 1730}}, 'timestamp': '2023-11-18T21:23:00.559295+00:00'}}
DEBUG:__main__:wake_word-end {'wake_word_output': {'wake_word_id': 'hey_jarvis_v0.1', 'timestamp': 1730}}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'stt-start', 'data': {'engine': 'stt.faster_whisper', 'metadata': {'language': 'en', 'format': 'wav', 'codec': 'pcm', 'bit_rate': 16, 'sample_rate': 16000, 'channel': 1}}, 'timestamp': '2023-11-18T21:23:00.559487+00:00'}}
DEBUG:__main__:stt-start {'engine': 'stt.faster_whisper', 'metadata': {'language': 'en', 'format': 'wav', 'codec': 'pcm', 'bit_rate': 16, 'sample_rate': 16000, 'channel': 1}}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'stt-vad-start', 'data': {'timestamp': 2070}, 'timestamp': '2023-11-18T21:23:01.183192+00:00'}}
DEBUG:__main__:stt-vad-start {'timestamp': 2070}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'stt-vad-end', 'data': {'timestamp': 2710}, 'timestamp': '2023-11-18T21:23:02.434039+00:00'}}
DEBUG:__main__:stt-vad-end {'timestamp': 2710}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'stt-end', 'data': {'stt_output': {'text': ' turn on the playroom light.'}}, 'timestamp': '2023-11-18T21:23:03.382609+00:00'}}
DEBUG:__main__:stt-end {'stt_output': {'text': ' turn on the playroom light.'}}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'intent-start', 'data': {'engine': 'homeassistant', 'language': 'en', 'intent_input': ' turn on the playroom light.', 'conversation_id': None, 'device_id': None}, 'timestamp': '2023-11-18T21:23:03.382647+00:00'}}
DEBUG:__main__:intent-start {'engine': 'homeassistant', 'language': 'en', 'intent_input': ' turn on the playroom light.', 'conversation_id': None, 'device_id': None}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'intent-end', 'data': {'intent_output': {'response': {'speech': {'plain': {'speech': 'Turned on light', 'extra_data': None}}, 'card': {}, 'language': 'en', 'response_type': 'action_done', 'data': {'targets': [], 'success': [{'name': 'Playroom', 'type': 'entity', 'id': 'light.playroom'}], 'failed': []}}, 'conversation_id': None}}, 'timestamp': '2023-11-18T21:23:03.483810+00:00'}}
DEBUG:__main__:intent-end {'intent_output': {'response': {'speech': {'plain': {'speech': 'Turned on light', 'extra_data': None}}, 'card': {}, 'language': 'en', 'response_type': 'action_done', 'data': {'targets': [], 'success': [{'name': 'Playroom', 'type': 'entity', 'id': 'light.playroom'}], 'failed': []}}, 'conversation_id': None}}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'tts-start', 'data': {'engine': 'tts.piper', 'language': 'en_US', 'voice': 'en_US-lessac-medium', 'tts_input': 'Turned on light'}, 'timestamp': '2023-11-18T21:23:03.483937+00:00'}}
DEBUG:__main__:tts-start {'engine': 'tts.piper', 'language': 'en_US', 'voice': 'en_US-lessac-medium', 'tts_input': 'Turned on light'}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'tts-end', 'data': {'tts_output': {'media_id': 'media-source://tts/tts.piper?message=Turned+on+light&language=en_US&voice=en_US-lessac-medium', 'url': '/api/tts_proxy/..._en-us_1508b67cfb_tts.piper.wav', 'mime_type': 'audio/x-wav'}}, 'timestamp': '2023-11-18T21:23:03.484494+00:00'}}
DEBUG:__main__:tts-end {'tts_output': {'media_id': 'media-source://tts/tts.piper?message=Turned+on+light&language=en_US&voice=en_US-lessac-medium', 'url': '/api/tts_proxy/..._en-us_1508b67cfb_tts.piper.wav', 'mime_type': 'audio/x-wav'}}
DEBUG:homeassistant_satellite.remote:{'id': 1, 'type': 'event', 'event': {'type': 'run-end', 'data': None, 'timestamp': '2023-11-18T21:23:03.484548+00:00'}}
DEBUG:__main__:run-end None
DEBUG:homeassistant_satellite.remote:Pipeline finished
DEBUG:root:play: ['ffmpeg', '-i', 'https://.../api/tts_proxy/..._en-us_1508b67cfb_tts.piper.wav', '-f', 'wav', '-ar', '22050', '-ac', '1', '-filter:a', 'volume=1.0', '-']
Playing raw data 'stdin' : Signed 16 bit Little Endian, Rate 22050 Hz, Mono