16 Apr 2025 |
conr | how can i filter, “no package set” | 23:52:31 |
conr | like i’m looking for unifi protect | 23:54:15 |
hexa | https://search.nixos.org/options?channel=24.11&show=services.home-a\ssistant.extraComponents&from=0&size=50&sort=relevance&type=packages&query=home-assistant | 23:56:17 |
hexa | * https://search.nixos.org/options?channel=24.11&show=services.home-assistant.extraComponents&from=0&size=50&sort=relevance&type=packages&query=home-assistant | 23:56:21 |
conr | oh like that | 23:57:03 |
conr | i was looking at packages 😂 | 23:57:51 |
17 Apr 2025 |
conr | why can’t i find long lived logins? is hass-cli dead? | 00:08:03 |
conr | dang it, i need to reset the config. how can i do it with nixos? i enabled set to false then true but that didn’t work. | 00:20:23 |
conr | just like a fresh install? | 00:21:12 |
conr | i think it only works with 127.0.0.1 not localhost | 02:56:38 |
Sandro 🐧 | localhost might resolve to ::1 | 12:45:20 |
18 Apr 2025 |
| @cirnolovetech:matrix.org joined the room. | 01:05:40 |
19 Apr 2025 |
| sidhawks joined the room. | 22:41:56 |
mfed3 | Redacted or Malformed Event | 23:39:23 |
mfed3 | Hey Hexa have you seen this issue, just updated today on nixos-unstable and getting recorder issues on startup:
| 23:39:32 |
hexa | screenshot was deleted | 23:40:31 |
mfed3 | 2025-04-19 19:21:17.833 WARNING (MainThread) [homeassistant.bootstrap] Skipping pip installation of required modules. This may cause issues
2025-04-19 19:21:18.282 WARNING (MainThread) [homeassistant.components.lovelace] Lovelace is running in storage mode. Define resources via user interface
2025-04-19 19:21:18.288 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //var/lib/hass/home-assistant_v2.db was shutdown cleanly
2025-04-19 19:21:18.302 ERROR (Recorder) [homeassistant.components.recorder.core] The database schema version 50 is newer than 48 which is the maximum database schema version supported by the installed version of Home Assistant Core, either upgrade Home Assistant Core or restore the database from a backup compatible with this version
2025-04-19 19:21:18.302 ERROR (MainThread) [homeassistant.setup] Setup failed for 'recorder': Integration failed to initialize.
2025-04-19 19:21:18.547 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'history'. Setup failed for dependencies: ['recorder']
2025-04-19 19:21:18.547 ERROR (MainThread) [homeassistant.setup] Setup failed for 'history': Could not setup dependencies: recorder
2025-04-19 19:21:18.549 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'energy'. Setup failed for dependencies: ['history', 'recorder']
2025-04-19 19:21:18.549 ERROR (MainThread) [homeassistant.setup] Setup failed for 'energy': Could not setup dependencies: history, recorder
2025-04-19 19:21:18.549 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'logbook'. Setup failed for dependencies: ['recorder']
2025-04-19 19:21:18.549 ERROR (MainThread) [homeassistant.setup] Setup failed for 'logbook': Could not setup dependencies: recorder
2025-04-19 19:21:18.553 ERROR (MainThread) [homeassistant.config_entries] Error importing platform config_flow from integration backup to set up backup configuration entry: Platform backup.config_flow not found
2025-04-19 19:21:19.082 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'default_config'. Setup failed for dependencies: ['energy', 'history', 'logbook']
2025-04-19 19:21:19.082 ERROR (MainThread) [homeassistant.setup] Setup failed for 'default_config': Could not setup dependencies: energy, history, logbook
2025-04-19 19:21:47.776 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration unifiprotect: No module named 'uiprotect'
2025-04-19 19:21:47.777 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
| 23:40:49 |
hexa | 2025-04-19 22:39:11.767 WARNING (Recorder) [homeassistant.components.recorder.migration] The database is about to upgrade from schema version 48 to 50
2025-04-19 22:39:11.767 WARNING (Recorder) [homeassistant.components.recorder.migration] Upgrading recorder db schema to version 49
2025-04-19 22:39:11.768 WARNING (Recorder) [homeassistant.components.recorder.migration] Adding columns mean_type to table statistics_meta. Note: this may take several minutes on large databases and slow machines. Please be patient!
| 23:41:29 |
hexa | looks like you jumped between versions tbh | 23:41:38 |
hexa | * 2025-04-19 22:39:11.767 WARNING (Recorder) [homeassistant.components.recorder.migration] The database is about to upgrade from schema version 48 to 50
2025-04-19 22:39:11.767 WARNING (Recorder) [homeassistant.components.recorder.migration] Upgrading recorder db schema to version 49
2025-04-19 22:39:11.768 WARNING (Recorder) [homeassistant.components.recorder.migration] Adding columns mean_type to table statistics_meta. Note: this may take several minutes on large databases and slow machines. Please be patient!
2025-04-19 22:39:11.785 WARNING (Recorder) [homeassistant.components.recorder.migration] Adding columns mean_weight to table statistics. Note: this may take several minutes on large databases and slow machines. Please be patient!
2025-04-19 22:39:11.786 WARNING (Recorder) [homeassistant.components.recorder.migration] Adding columns mean_weight to table statistics_short_term. Note: this may take several minutes on large databases and slow machines. Please be patient!
2025-04-19 22:39:11.788 WARNING (Recorder) [homeassistant.components.recorder.migration] Upgrade to version 49 done
2025-04-19 22:39:11.788 WARNING (Recorder) [homeassistant.components.recorder.migration] Upgrading recorder db schema to version 50
2025-04-19 22:39:11.789 WARNING (Recorder) [homeassistant.components.recorder.migration] Upgrade to version 50 done
| 23:42:08 |
mfed3 | It looks like after I went to 2025.3.4 my recorder / DB got busted | 23:42:08 |
mfed3 | Hm should I like set my flake to go to a version that would get the db to 49 somehow? | 23:43:09 |
mfed3 | Then go back to latest to let it do the 2 db upgrades | 23:43:24 |
hexa | the current version on unstable-small has db version 50 | 23:45:06 |
hexa | so you could upgrade to that | 23:45:11 |
hexa | this is 2025.4.2 | 23:45:14 |
mfed3 | Hm so maybe the nixos-unstable version just needs a fix | 23:45:54 |
mfed3 | to bump it up | 23:46:05 |
hexa | your schema version is at 50 | 23:46:23 |
hexa | but your home-assistant version does not support that version | 23:46:29 |