initial commit homeintent

This commit is contained in:
2023-02-22 00:16:44 +01:00
parent 457159dacf
commit f1ab525f0b
179 changed files with 497691 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
2022-05-12 23:00:35,768 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.
2022-05-12 23:00:35,772 INFO supervisord started with pid 181
2022-05-12 23:00:36,775 INFO spawned: 'mqtt' with pid 204
2022-05-12 23:00:37,885 INFO success: mqtt entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-12 23:00:38,675 WARN received SIGHUP indicating restart request
2022-05-12 23:00:38,676 INFO waiting for mqtt to die
2022-05-12 23:00:38,782 INFO stopped: mqtt (exit status 0)
2022-05-12 23:00:38,799 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.
2022-05-12 23:00:38,800 INFO supervisord started with pid 181
2022-05-12 23:00:39,802 INFO spawned: 'mqtt' with pid 206
2022-05-12 23:00:39,806 INFO spawned: 'dialogue' with pid 207
2022-05-12 23:00:39,813 INFO spawned: 'speech_to_text' with pid 208
2022-05-12 23:00:39,827 INFO spawned: 'speakers' with pid 211
2022-05-12 23:00:39,832 INFO spawned: 'intent_recognition' with pid 213
2022-05-12 23:00:39,842 INFO spawned: 'wake_word' with pid 214
2022-05-12 23:00:39,855 INFO spawned: 'microphone' with pid 216
2022-05-12 23:00:40,840 INFO success: mqtt entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-12 23:00:40,841 INFO success: dialogue entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-12 23:00:40,841 INFO success: speech_to_text entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-12 23:00:40,841 INFO success: speakers entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-12 23:00:40,841 INFO success: intent_recognition entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-12 23:00:40,841 INFO success: wake_word entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-05-12 23:00:40,852 INFO success: microphone entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)