Iām having trouble detecting my sentences. Currently iām using a german assistant.
Iāve recorded the command of turning on the light and this was the outcome:

This is how i defined the sentence:

[Schalte das ] Licht an
[Set the]_____light on
(roughly translated)
I have also added the words:

And it seems like Pocketsphinx is understand nonsense:
[DEBUG:91671068] PocketsphinxDecoder: aus das das an

Full log of two failed recodings:
[INFO:91671083] quart.serving: 192.168.178.60:59508 POST /api/stop-recording 1.1 200 112 919000
[DEBUG:91671076] __main__: {"text": "", "intent": {"name": "", "confidence": 0}, "entities": [], "speech_confidence": 0.01237707784759329, "slots": {}}
[ERROR:91671073] FsticuffsRecognizer: in_loaded
Traceback (most recent call last):
File "/usr/share/rhasspy/rhasspy/intent.py", line 208, in in_loaded
assert recognitions, "No intent recognized"
AssertionError: No intent recognized
[DEBUG:91671070] __main__: aus das an an
[DEBUG:91671068] PocketsphinxDecoder: aus das an an
[DEBUG:91671067] PocketsphinxDecoder: Transcription confidence: 0.01237707784759329
[DEBUG:91671064] PocketsphinxDecoder: Decoded WAV in 0.8818035125732422 second(s)
[DEBUG:91670179] PocketsphinxDecoder: rate=16000, width=2, channels=1.
[DEBUG:91670174] __main__: Recorded 87404 byte(s) of audio data
[INFO:91667482] quart.serving: 192.168.178.60:59508 POST /api/start-recording 1.1 200 2 11119
[INFO:91666965] quart.serving: 192.168.178.60:59508 POST /api/stop-recording 1.1 200 94 47835
[DEBUG:91666954] __main__: {"text": "", "intent": {"name": "", "confidence": 0}, "entities": [], "speech_confidence": 0, "slots": {}}
[ERROR:91666946] FsticuffsRecognizer: in_loaded
Traceback (most recent call last):
File "/usr/share/rhasspy/rhasspy/intent.py", line 208, in in_loaded
assert recognitions, "No intent recognized"
AssertionError: No intent recognized
[DEBUG:91666937] __main__:
[DEBUG:91666932] PocketsphinxDecoder: Decoded WAV in 0.0035889148712158203 second(s)
[DEBUG:91666926] PocketsphinxDecoder: rate=16000, width=2, channels=1.
[DEBUG:91666922] __main__: Recorded 1964 byte(s) of audio data
[INFO:91666847] quart.serving: 192.168.178.60:59508 POST /api/start-recording 1.1 200 2 12449
[INFO:91601529] quart.serving: 192.168.178.60:59489 POST /api/stop-recording 1.1 200 113 1030755
[DEBUG:91601524] __main__: {"text": "", "intent": {"name": "", "confidence": 0}, "entities": [], "speech_confidence": 0.013586233066797477, "slots": {}}
[ERROR:91601519] FsticuffsRecognizer: in_loaded
Traceback (most recent call last):
File "/usr/share/rhasspy/rhasspy/intent.py", line 208, in in_loaded
assert recognitions, "No intent recognized"
AssertionError: No intent recognized
[DEBUG:91601516] __main__: aus das das an
[DEBUG:91601514] PocketsphinxDecoder: aus das das an
[DEBUG:91601513] PocketsphinxDecoder: Transcription confidence: 0.013586233066797477
[DEBUG:91601510] PocketsphinxDecoder: Decoded WAV in 0.9977343082427979 second(s)
[DEBUG:91600510] PocketsphinxDecoder: rate=16000, width=2, channels=1.
[DEBUG:91600506] __main__: Recorded 115244 byte(s) of audio data
[INFO:91596902] quart.serving: 192.168.178.60:59489 POST /api/start-recording 1.1 200 2 13208
[INFO:91521663] quart.serving: 192.168.178.60:59452 GET /api/problems 1.1 200 295 202153
[INFO:91521661] quart.serving: 192.168.178.60:59451 GET /api/speakers 1.1 200 2495 287153
[INFO:91521564] quart.serving: 192.168.178.60:59450 GET /api/microphones 1.1 200 1754 189302
[INFO:91521465] quart.serving: 192.168.178.60:59447 GET /api/unknown-words 1.1 200 2 13288
[INFO:91521454] quart.serving: 192.168.178.60:59448 GET /api/profile 1.1 200 6423 21662
[INFO:91521449] quart.serving: 192.168.178.60:59453 GET /api/profiles 1.1 200 144 74587
[INFO:91521447] quart.serving: 192.168.178.60:59452 GET /api/profile 1.1 200 8600 72817
[INFO:91521378] quart.serving: 192.168.178.60:59449 GET /api/events/log 1.1 101 - 90339
[INFO:91521368] quart.serving: 192.168.178.60:59448 GET /api/phonemes 1.1 200 2602 14296
[INFO:91521365] quart.serving: 192.168.178.60:59447 GET /api/slots 1.1 200 2 16624
[DEBUG:91521358] __main__: Loading phoneme examples from /usr/share/rhasspy/profiles/de/phoneme_examples.txt
Is there anything i have missed during the setup?
Thank you for your support 