homeassistant) homeassistant@Mastiffmobilen:/srv/homeassistant $ hass
2023-01-24 09:36:59.174 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mbapi2020 which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-24 09:41:53.995 ERROR (MainThread) [homeassistant.setup] Setup failed for analytics: Unable to import component: No module named ‘_sqlite3’
2023-01-24 09:41:54.013 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: analytics
2023-01-24 09:41:54.014 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: (DependencyError(…), ‘Could not setup dependencies: analytics’)
2023-01-24 09:41:54.016 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: onboarding
2023-01-24 09:41:54.017 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: (DependencyError(…), ‘Could not setup dependencies: onboarding’)
2023-01-24 09:41:54.025 ERROR (MainThread) [homeassistant.setup] Setup failed for recorder: Unable to import component: No module named 'sqlite3’
2023-01-24 09:44:54.031 WARNING (MainThread) [homeassistant.bootstrap] Setup timed out for stage 1 - moving forward
2023-01-24 09:44:54.229 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend, recorder
2023-01-24 09:44:54.230 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: (DependencyError(…), ‘Could not setup dependencies: frontend, recorder’)
2023-01-24 09:44:54.243 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of my. Setup failed for dependencies: frontend
2023-01-24 09:44:54.245 ERROR (MainThread) [homeassistant.setup] Setup failed for my: (DependencyError(…), ‘Could not setup dependencies: frontend’)
2023-01-24 09:44:54.255 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: recorder
2023-01-24 09:44:54.270 ERROR (MainThread) [homeassistant.setup] Setup failed for history: (DependencyError(…), ‘Could not setup dependencies: recorder’)
2023-01-24 09:44:54.272 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2023-01-24 09:44:54.273 ERROR (MainThread) [homeassistant.setup] Setup failed for map: (DependencyError(…), ‘Could not setup dependencies: frontend’)
2023-01-24 09:44:54.755 ERROR (MainThread) [homeassistant.components.automation] Automation with alias ‘Driftskontroll Hass’ failed to setup triggers and has been disabled: Integration ‘mqtt’ does not provide trigger support. Got OrderedDict([(‘id’, ‘153235832687889’), (‘alias’, ‘Driftskontroll Hass’), (‘trigger’, [OrderedDict([(‘platform’, ‘mqtt’), (‘topic’, ‘driftskontroll/hass_sjekk’)])]), (‘action’, [OrderedDict([(‘data’, {‘topic’: ‘driftskontroll/driftskontrollsvar’, ‘payload’: ‘Hass is alive’}), (‘service’, ‘mqtt.publish’)])]), (‘mode’, ‘single’), (‘max_exceeded’, ‘WARNING’), (‘trace’, {‘stored_traces’: 5}), (‘max’, 10)])
2023-01-24 09:44:54.816 ERROR (MainThread) [homeassistant.components.automation] Automation with alias ‘JRMC Spiller’ failed to setup triggers and has been disabled: Integration ‘mqtt’ does not provide trigger support. Got OrderedDict([(‘id’, ‘1346293404623232235’), (‘alias’, ‘JRMC Spiller’), (‘description’, ‘Setter at JRMC spiller når anlegget slås av’), (‘condition’, []), (‘action’, [OrderedDict([(‘service’, ‘input_text.set_value’), (‘target’, OrderedDict([(‘entity_id’, [‘input_text.spillerjrmc’])])), (‘data’, {‘value’: ‘Ja’})])]), (‘trigger’, [OrderedDict([(‘platform’, ‘mqtt’), (‘topic’, ‘mastiffmobilen/JRMC spiller’)])]), (‘mode’, ‘single’), (‘max_exceeded’, ‘WARNING’), (‘trace’, {‘stored_traces’: 5}), ('ma…
2023-01-24 09:44:54.830 ERROR (MainThread) [homeassistant.components.automation] Automation with alias ‘JRMC spiller ikke’ failed to setup triggers and has been disabled: Integration ‘mqtt’ does not provide trigger support. Got OrderedDict([(‘id’, ‘13462934462232235’), (‘alias’, ‘JRMC spiller ikke’), (‘description’, ‘Setter at JRMC ikke spiller når anlegget slås av’), (‘condition’, []), (‘action’, [OrderedDict([(‘service’, ‘input_text.set_value’), (‘target’, OrderedDict([(‘entity_id’, [‘input_text.spillerjrmc’])])), (‘data’, {‘value’: ‘Nei’})])]), (‘trigger’, [OrderedDict([(‘platform’, ‘mqtt’), (‘topic’, ‘mastiffmobilen/JRMC spiller ikke’)])]), (‘mode’, ‘single’), (‘max_exceeded’, ‘WARNING’), (‘trace’, {'stored_trac…
2023-01-24 09:44:54.843 ERROR (MainThread) [homeassistant.components.automation] Automation with alias ‘JRMC sjekk’ failed to setup triggers and has been disabled: Integration ‘mqtt’ does not provide trigger support. Got OrderedDict([(‘id’, ‘123583268679889’), (‘alias’, ‘JRMC sjekk’), (‘action’, [OrderedDict([(‘service’, ‘mqtt.publish’), (‘data’, {‘topic’: ‘mastiffmobilen/JRMC spilte ved anlegg av’})])]), (‘trigger’, [OrderedDict([(‘platform’, ‘mqtt’), (‘topic’, ‘mastiffmobilen/Spilte JRMC ved anlegg av’)])]), (‘condition’, [OrderedDict([(‘condition’, ‘state’), (‘entity_id’, [‘input_text.spillerjrmc’]), (‘state’, ‘Ja’), (‘match’, ‘all’)])]), (‘mode’, ‘single’), (‘max_exceeded’, ‘WARNING’), (‘trace’, {'stored…
2023-01-24 09:44:54.847 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: sun, zone, input_text, schedule, input_number, timer, input_boolean, input_datetime, counter, input_button, group, input_select, media_source, application_credentials, system_health, script
2023-01-24 09:44:54.852 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of energy. Setup failed for dependencies: history, recorder
2023-01-24 09:44:54.853 ERROR (MainThread) [homeassistant.setup] Setup failed for energy: (DependencyError(…), ‘Could not setup dependencies: history, recorder’)
So it seems like I need to add a module for sqlite in Python 3.10.9, I must try to find out how I do that.