[Gelöst] Rhasspy auf neuem Server läuft nicht

Begonnen von Gisbert, 24 Juni 2023, 21:57:42

Vorheriges Thema - Nächstes Thema

Gisbert

Hallo Jörg,

leider ist mein gerade verfasster Beitrag im Nirvana gelandet.

In /etc/systemd/system eine Datei anlegen: sudo nano rhasspy.service
Inhalt der Datei: https://forum.fhem.de/index.php/topic,119679.msg1144100.html#msg1144100

Ich bin bis zu diesem Punkt gekommen, aber der Befehl kommt nie zu Ende:
gisbert@Fhem:/opt$ sudo rhasspy -p de
Starting up...
DEBUG:rhasspysupervisor:Namespace(debug=True, docker_compose='', local_mqtt_port=12183, mosquitto_path='mosquitto', profile='de', supervisord_conf='supervisord.conf', system_profiles=None, user_profiles=PosixPath('/root/.config/rhasspy/profiles'))
DEBUG:rhasspysupervisor:Loading profile de (user=/root/.config/rhasspy/profiles, system=None)
DEBUG:rhasspyprofile.profile:Loading /usr/lib/rhasspy/rhasspy-profile/rhasspyprofile/profiles/de/profile.json
DEBUG:rhasspyprofile.profile:Loading /root/.config/rhasspy/profiles/de/profile.json
DEBUG:rhasspysupervisor:Generating supervisord conf
DEBUG:rhasspysupervisor:Microphone disabled (system=dummy)
DEBUG:rhasspysupervisor:Speakers disabled (system=dummy)
DEBUG:rhasspysupervisor:Wake word disabled (system=dummy)
DEBUG:rhasspysupervisor:Speech to text disabled (system=dummy)
DEBUG:rhasspysupervisor:Intent recognition disabled (system=dummy)
DEBUG:rhasspysupervisor:Intent handling disabled (system=dummy)
DEBUG:rhasspysupervisor:Text to speech disabled (system=dummy)
DEBUG:rhasspysupervisor:Dialogue disabled (system=dummy)
DEBUG:rhasspysupervisor:Wrote /root/.config/rhasspy/profiles/de/supervisord.conf
Starting services...
2023-06-24 21:24:14,745 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
2023-06-24 21:24:14,749 INFO supervisord started with pid 40149
2023-06-24 21:24:15,753 INFO spawned: 'mqtt' with pid 40155
1687634655: mosquitto version 2.0.14 starting
1687634655: Using default config.
1687634655: Starting in local only mode. Connections will only be possible from clients running on this machine.
1687634655: Create a configuration file which defines a listener to allow remote access.
1687634655: For more details see https://mosquitto.org/documentation/authentication-methods/
1687634655: Opening ipv4 listen socket on port 12183.
1687634655: Opening ipv6 listen socket on port 12183.
1687634655: mosquitto version 2.0.14 running
[DEBUG:2023-06-24 21:24:15,877] rhasspyserver_hermes: Namespace(certfile=None, host='0.0.0.0', keyfile=None, local_mqtt_port=12183, log_format='[%(levelname)s:%(asctime)s] %(name)s: %(message)s', log_level='DEBUG', mqtt_host=None, mqtt_password=None, mqtt_port=None, mqtt_username=None, port=12101, profile='de', set=[], system_profiles=None, url_root='', user_profiles='/root/.config/rhasspy/profiles', web_dir='/usr/lib/rhasspy/rhasspy-server-hermes/web')
[DEBUG:2023-06-24 21:24:16,061] rhasspyprofile.profile: Loading /usr/lib/rhasspy/rhasspy-profile/rhasspyprofile/profiles/de/profile.json
[DEBUG:2023-06-24 21:24:16,062] rhasspyprofile.profile: Loading /root/.config/rhasspy/profiles/de/profile.json
[DEBUG:2023-06-24 21:24:16,062] rhasspyprofile.profile: Loading default profile settings from /usr/lib/rhasspy/rhasspy-profile/rhasspyprofile/profiles/defaults.json
[DEBUG:2023-06-24 21:24:16,064] rhasspyserver_hermes: Starting core
[DEBUG:2023-06-24 21:24:16,065] rhasspyserver_hermes: Connecting to localhost:12183 (retries: 0/10)
1687634656: New connection from ::1:46325 on port 12183.
1687634656: New client connected from ::1:46325 as auto-93511D70-0DBE-DA38-4039-806C65D2F08F (p2, c1, k60).
[DEBUG:2023-06-24 21:24:16,070] rhasspyserver_hermes: Connected to MQTT broker
[DEBUG:2023-06-24 21:24:16,070] rhasspyserver_hermes: Subscribed to hermes/hotword/+/detected
[DEBUG:2023-06-24 21:24:16,071] rhasspyserver_hermes: Subscribed to hermes/asr/textCaptured
[DEBUG:2023-06-24 21:24:16,071] rhasspyserver_hermes: Subscribed to hermes/intent/#
[DEBUG:2023-06-24 21:24:16,071] rhasspyserver_hermes: Subscribed to hermes/nlu/intentNotRecognized
[DEBUG:2023-06-24 21:24:16,071] rhasspyserver_hermes: Subscribed to rhasspy/asr/default/+/audioCaptured
[DEBUG:2023-06-24 21:24:16,071] rhasspyserver_hermes: Subscribed to hermes/audioServer/default/audioSummary
[DEBUG:2023-06-24 21:24:16,072] rhasspyserver_hermes: Subscribed to hermes/hotword/+/detected
[DEBUG:2023-06-24 21:24:16,072] rhasspyserver_hermes: Subscribed to hermes/nlu/intentNotRecognized
[DEBUG:2023-06-24 21:24:16,072] rhasspyserver_hermes: Subscribed to hermes/asr/textCaptured
[DEBUG:2023-06-24 21:24:16,072] rhasspyserver_hermes: Subscribed to hermes/audioServer/default/audioSummary
[DEBUG:2023-06-24 21:24:16,073] rhasspyserver_hermes: Subscribed to rhasspy/asr/default/+/audioCaptured
[DEBUG:2023-06-24 21:24:16,073] rhasspyserver_hermes: Subscribed to hermes/intent/#
[INFO:2023-06-24 21:24:16,073] rhasspyserver_hermes: Started
[DEBUG:2023-06-24 21:24:16,073] rhasspyserver_hermes: Starting web server at http://0.0.0.0:12101
Running on 0.0.0.0:12101 over http (CTRL + C to quit)
2023-06-24 21:24:17,071 INFO success: mqtt entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
[DEBUG:2023-06-24 21:24:47,433] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:24:47,434] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:24:47,434] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:24:47,434] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:24:47,434] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:24:47,434] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:24:47,435] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:24:47,435] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:47,435] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:47,435] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:47,436] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:24:47,436] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:47,436] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:47,436] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:47,436] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:47,437] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:47,437] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:47,437] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:47,437] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:47,437] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:47,437] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:50,046] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:24:50,046] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:24:50,046] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:24:50,047] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:24:50,047] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:24:50,047] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:24:50,047] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:24:50,048] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:50,048] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:50,048] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:50,048] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:24:50,049] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:50,049] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:50,049] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:50,049] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:50,049] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:50,049] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:50,049] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:50,050] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:50,050] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:50,050] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:55,912] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:24:55,912] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:24:55,912] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:24:55,912] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:24:55,913] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:24:55,913] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:24:55,913] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:24:55,913] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:55,914] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:55,914] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:55,914] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:24:55,914] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:55,915] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:55,915] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:55,915] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:55,915] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:55,915] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:55,915] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:55,916] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:55,916] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:55,916] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:59,053] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:24:59,053] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:24:59,053] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:24:59,053] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:24:59,053] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:24:59,054] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:24:59,054] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:24:59,054] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:59,054] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:59,055] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:24:59,055] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:24:59,055] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:59,055] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:59,055] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:59,056] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:59,056] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:59,056] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:59,056] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:24:59,056] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:59,056] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:24:59,057] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:00,723] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:25:00,724] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:25:00,724] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:25:00,724] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:25:00,724] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:25:00,724] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:25:00,725] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:25:00,725] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:00,725] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:00,725] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:00,726] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:25:00,726] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:00,726] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:00,726] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:00,726] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:00,727] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:00,727] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:00,727] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:00,727] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:00,727] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:00,727] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:02,540] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:25:02,540] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:25:02,540] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:25:02,540] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:25:02,541] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:25:02,541] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:25:02,541] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:25:02,541] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:02,542] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:02,542] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:02,542] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:25:02,542] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:02,542] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:02,543] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:02,543] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:02,543] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:02,543] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:02,543] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:02,543] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:02,544] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:02,544] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:37,927] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:25:37,927] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:25:37,927] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:25:37,927] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:25:37,928] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:25:37,928] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:25:37,928] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:25:37,928] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:37,929] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:37,929] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:37,929] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:25:37,929] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:37,930] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:37,930] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:37,930] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:37,930] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:37,930] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:37,930] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:37,931] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:37,931] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:37,931] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:45,274] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:25:45,274] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:25:45,274] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:25:45,274] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:25:45,274] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:25:45,275] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:25:45,275] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:25:45,275] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:45,275] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:45,276] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:45,276] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:25:45,276] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:45,276] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:45,277] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:45,277] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:45,277] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:45,277] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:45,277] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:45,277] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:45,278] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:45,278] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:47,928] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:25:47,929] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:25:47,929] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:25:47,929] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:25:47,929] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:25:47,930] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:25:47,930] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:25:47,930] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:47,930] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:47,930] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:47,931] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:25:47,931] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:47,931] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:47,931] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:47,931] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:47,932] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:47,932] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:47,932] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:47,932] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:47,932] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:47,933] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:49,650] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:25:49,650] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:25:49,650] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:25:49,650] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:25:49,651] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:25:49,651] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:25:49,651] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:25:49,651] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:49,652] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:49,652] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:49,652] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:25:49,652] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:49,653] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:49,653] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:49,653] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:49,653] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:49,653] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:49,653] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:49,654] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:49,654] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:49,654] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:50,707] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:25:50,707] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:25:50,707] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:25:50,707] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:25:50,708] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:25:50,708] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:25:50,708] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:25:50,708] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:50,709] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:50,709] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:25:50,709] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:25:50,709] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:50,710] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:50,710] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:50,710] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:50,710] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:50,710] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:50,710] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:25:50,711] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:50,711] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:25:50,711] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:02,318] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:26:02,318] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:26:02,318] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:26:02,318] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:26:02,319] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:26:02,319] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:26:02,319] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:26:02,319] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:02,320] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:02,320] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:02,320] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:26:02,320] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:02,321] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:02,321] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:02,321] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:02,321] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:02,321] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:02,321] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:02,322] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:02,322] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:02,322] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:08,526] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:26:08,526] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:26:08,526] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:26:08,526] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:26:08,526] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:26:08,527] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:26:08,527] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:26:08,527] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:08,527] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:08,528] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:08,528] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:26:08,528] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:08,528] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:08,528] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:08,529] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:08,529] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:08,529] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:08,529] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:08,529] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:08,529] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:08,530] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:25,368] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:26:25,368] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:26:25,369] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:26:25,369] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:26:25,369] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:26:25,369] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:26:25,370] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:26:25,370] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:25,370] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:25,370] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:26:25,371] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:26:25,371] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:25,371] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:25,371] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:25,371] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:25,372] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:25,372] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:25,372] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:26:25,372] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:25,372] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:26:25,372] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[INFO:2023-06-24 21:27:03,158] rhasspyserver_hermes: Starting training
[DEBUG:2023-06-24 21:27:03,159] rhasspyserver_hermes: Loading sentences from [PosixPath('/usr/lib/rhasspy/rhasspy-profile/rhasspyprofile/profiles/de/sentences.ini')]
[DEBUG:2023-06-24 21:27:03,161] rhasspyserver_hermes: Generating intent graph
[DEBUG:2023-06-24 21:27:03,162] rhasspynlu.ini_jsgf: Loaded ini file
[DEBUG:2023-06-24 21:27:03,165] rhasspyserver_hermes: Writing /root/.config/rhasspy/profiles/de/intent_graph.pickle.gz
[DEBUG:2023-06-24 21:27:03,166] rhasspyserver_hermes: Finished writing /root/.config/rhasspy/profiles/de/intent_graph.pickle.gz
[DEBUG:2023-06-24 21:27:03,166] rhasspyserver_hermes: None
[DEBUG:2023-06-24 21:27:03,258] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:27:03,258] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:27:03,259] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:27:03,259] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:27:03,259] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:27:03,259] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:27:03,259] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:27:03,260] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:27:03,260] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:27:03,260] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:27:03,260] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:27:03,261] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:27:03,261] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:27:03,261] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:27:03,261] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:27:03,261] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:27:03,262] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:27:03,262] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:27:03,262] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:27:03,262] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:27:03,262] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:35:50,417] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:35:50,417] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:35:50,417] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:35:50,417] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:35:50,418] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:35:50,418] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:35:50,418] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:35:50,418] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:50,419] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:50,419] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:50,419] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:35:50,419] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:50,419] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:50,420] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:50,420] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:50,420] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:50,420] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:50,420] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:50,421] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:35:50,421] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:35:50,421] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:35:51,867] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:35:51,867] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:35:51,867] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:35:51,867] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:35:51,867] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:35:51,868] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:35:51,868] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:35:51,868] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:51,868] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:51,869] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:51,869] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:35:51,869] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:51,869] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:51,869] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:51,870] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:51,870] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:51,870] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:51,870] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:51,870] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:35:51,870] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:35:51,871] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[INFO:2023-06-24 21:35:53,858] rhasspyserver_hermes: Starting training
[DEBUG:2023-06-24 21:35:53,859] rhasspyserver_hermes: Loading sentences from [PosixPath('/usr/lib/rhasspy/rhasspy-profile/rhasspyprofile/profiles/de/sentences.ini')]
[DEBUG:2023-06-24 21:35:53,860] rhasspyserver_hermes: Generating intent graph
[DEBUG:2023-06-24 21:35:53,861] rhasspynlu.ini_jsgf: Loaded ini file
[DEBUG:2023-06-24 21:35:53,864] rhasspyserver_hermes: Writing /root/.config/rhasspy/profiles/de/intent_graph.pickle.gz
[DEBUG:2023-06-24 21:35:53,865] rhasspyserver_hermes: Finished writing /root/.config/rhasspy/profiles/de/intent_graph.pickle.gz
[DEBUG:2023-06-24 21:35:53,865] rhasspyserver_hermes: None
[DEBUG:2023-06-24 21:35:53,956] rhasspyprofile.download: speech_to_text.system pocketsphinx dummy = False
[DEBUG:2023-06-24 21:35:53,956] rhasspyprofile.download: speech_to_text.system kaldi dummy = False
[DEBUG:2023-06-24 21:35:53,956] rhasspyprofile.download: speech_to_text.system deepspeech dummy = False
[DEBUG:2023-06-24 21:35:53,956] rhasspyprofile.download: speech_to_text.system vosk dummy = False
[DEBUG:2023-06-24 21:35:53,957] rhasspyprofile.download: speech_to_text.pocketsphinx.open_transcription True False = False
[DEBUG:2023-06-24 21:35:53,957] rhasspyprofile.download: speech_to_text.kaldi.open_transcription True False = False
[DEBUG:2023-06-24 21:35:53,957] rhasspyprofile.download: speech_to_text.deepspeech.open_transcription True False = False
[DEBUG:2023-06-24 21:35:53,957] rhasspyprofile.download: speech_to_text.pocketsphinx.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:53,958] rhasspyprofile.download: speech_to_text.kaldi.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:53,958] rhasspyprofile.download: speech_to_text.deepspeech.mix_weight >0 0 = False
[DEBUG:2023-06-24 21:35:53,958] rhasspyprofile.download: text_to_speech.system larynx dummy = False
[DEBUG:2023-06-24 21:35:53,958] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx thorsten) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:53,959] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx eva_k) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:53,959] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx hokuspokus) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:53,959] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx kerstin) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:53,959] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx karlsson) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:53,959] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx pavoque) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:53,959] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.default_voice) (larynx rebecca_braunert_plunkett) ['dummy', 'thorsten'] = False
[DEBUG:2023-06-24 21:35:53,960] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx universal_large) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:35:53,960] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_medium) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:35:53,960] rhasspyprofile.download: (and text_to_speech.system text_to_speech.larynx.vocoder) (larynx vctk_small) ['dummy', 'universal_large'] = False
[DEBUG:2023-06-24 21:47:23,850] rhasspynlu.ini_jsgf: Loaded ini file
[DEBUG:2023-06-24 21:47:45,281] rhasspynlu.ini_jsgf: Loaded ini file
[INFO:2023-06-24 21:47:45,428] rhasspyserver_hermes: Starting training
[DEBUG:2023-06-24 21:47:45,429] rhasspyserver_hermes: Loading sentences from [PosixPath('/usr/lib/rhasspy/rhasspy-profile/rhasspyprofile/profiles/de/sentences.ini')]
[DEBUG:2023-06-24 21:47:45,430] rhasspyserver_hermes: Generating intent graph
[DEBUG:2023-06-24 21:47:45,431] rhasspynlu.ini_jsgf: Loaded ini file
[DEBUG:2023-06-24 21:47:45,433] rhasspyserver_hermes: Writing /root/.config/rhasspy/profiles/de/intent_graph.pickle.gz
[DEBUG:2023-06-24 21:47:45,435] rhasspyserver_hermes: Finished writing /root/.config/rhasspy/profiles/de/intent_graph.pickle.gz
[DEBUG:2023-06-24 21:47:45,435] rhasspyserver_hermes: None

Rhasspy ist über http/IP:12101 erreichbar.

Viele Grüße
Gisbert
Aktuelles FHEM | PROXMOX | Fujitsu Futro S740 | Debian 12 | UniFi | Homematic, VCCU, HMUART | ESP8266 | ATtiny85 | Wasser-, Stromzähler | tuya local | Wlan-Kamera | SIGNALduino, Flamingo Rauchmelder FA21/22RF | RHASSPY | DEYE | JK-BMS | ESPHome

Gisbert

Guten Morgen Jörg,

Rhasspy läuft heute morgen - halbwegs. Ich weiß nicht, was ich gestern angestellt hab, aber anscheinend hat ein Neustart des Servers heute Nacht gutes bewirkt.

Die Kommunikation zwischen Fhem und Rhasspy scheint zu funktionieren.
Wenn ich im Fhem-Device ausführe:
set rhasspy textCommand <mein Befehl>dann wird der Befehl ausgeführt und ich erhalte eine Antwort im Reading textResponse.

Was nicht funktioniert, ist die Ausführung eines Sprachbefehls auf meinem Handy, sowohl nicht über die Rhasspy-App als auch nicht über AMAD. AMAD funktioniert aber prinzipiell.

Hast du eine Idee, was ich testen könnte?
Viele Grüße
Gisbert
Aktuelles FHEM | PROXMOX | Fujitsu Futro S740 | Debian 12 | UniFi | Homematic, VCCU, HMUART | ESP8266 | ATtiny85 | Wasser-, Stromzähler | tuya local | Wlan-Kamera | SIGNALduino, Flamingo Rauchmelder FA21/22RF | RHASSPY | DEYE | JK-BMS | ESPHome

Gisbert

Guten Morgen Jörg,

noch ein update.

Wenn ich den MQTT-Verkehr im Device rhasspyMQTT2 anschaue, dann sehe ich, dass Sprachbefehle von der AMAD-App reinkommen, die aber nicht ausgeführt werden.

In der Rhasspy-App steht im log:
DIALOUGE: Recognized intent: de.fhem:SetNumeric (in grün)
DIALOUGE: no one managed the intent: de.fhem:SetNumeric (in rot)

Viele Grüße Gisbert
Aktuelles FHEM | PROXMOX | Fujitsu Futro S740 | Debian 12 | UniFi | Homematic, VCCU, HMUART | ESP8266 | ATtiny85 | Wasser-, Stromzähler | tuya local | Wlan-Kamera | SIGNALduino, Flamingo Rauchmelder FA21/22RF | RHASSPY | DEYE | JK-BMS | ESPHome

Gisbert

Hallo Jörg,

mir ist noch aufgefallen, dass der Ordner Intents in /opt/rhasspy/profiles/de fehlt.
Aktuelles FHEM | PROXMOX | Fujitsu Futro S740 | Debian 12 | UniFi | Homematic, VCCU, HMUART | ESP8266 | ATtiny85 | Wasser-, Stromzähler | tuya local | Wlan-Kamera | SIGNALduino, Flamingo Rauchmelder FA21/22RF | RHASSPY | DEYE | JK-BMS | ESPHome

Gisbert

Hallo Jörg,

ein letzter verzweifelter Versuch (den Ordner Intents hatte ich in der Zwischenzeit durch Anlegen einer Datei de.fhem.Shortcuts.ini erhalten) habe ich den Server neu gestartet.

Jetzt funktioniert es wieder. Hoffentlich hät der Zustand an.

Viele Grüße
Gisbert
Aktuelles FHEM | PROXMOX | Fujitsu Futro S740 | Debian 12 | UniFi | Homematic, VCCU, HMUART | ESP8266 | ATtiny85 | Wasser-, Stromzähler | tuya local | Wlan-Kamera | SIGNALduino, Flamingo Rauchmelder FA21/22RF | RHASSPY | DEYE | JK-BMS | ESPHome