!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

500 Members
Declarative Home Automation and other Sidequests | https://wiki.nixos.org/wiki/Home_Assistant133 Servers

Load older messages


SenderMessageTime
6 May 2025
@kranzes:matrix.org@kranzes:matrix.orginstead of postgresql or whatever other databases16:17:59
@k900:0upti.meK900Uhh what 16:34:49
@k900:0upti.meK900I don't think it supports that 16:35:11
@hexa:lossy.network@hexa:lossy.networkhome-assistant relies on sqlalchemy16:36:11
@hexa:lossy.network@hexa:lossy.networkso in theory you can connect everything that it supports?16:36:41
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/Mause/duckdb_engine16:37:00
@hexa:lossy.network@hexa:lossy.networkso maybe providing this dependency and configuring the correct dsn will just work16:37:18
@ethan:roo.keethanAt that point I'd just use sqlite, not sure what benefit duckdb would give you in this space...16:51:27
@kranzes:matrix.org@kranzes:matrix.orgnoob question: why do we explictly disable proxy_buffering in the nginx config on the wiki?17:11:31
@kranzes:matrix.org@kranzes:matrix.orgIs there a way to skip the entire onboarding process?18:53:32
@kranzes:matrix.org@kranzes:matrix.organd not import any of the default_config stuff, it's spamming me with google translate errors18:53:48
@kranzes:matrix.org@kranzes:matrix.org

I have this config right now:

  services.home-assistant = {
    enable = true;
    extraPackages = ps: with ps; [ psycopg2 ];
    extraComponents = [
      "isal"
      "esphome"
    ];
    customComponents = with pkgs.home-assistant-custom-components; [
      auth_oidc
    ];
    config = {
      http = {
        server_host = "127.0.0.1";
        trusted_proxies = [ hassCfg.http.server_host ];
        use_x_forwarded_for = true;
      };
      recorder.db_url = "postgresql://@/hass";
      auth_oidc = {
        client_id = "home-assistant";
        discovery_url = "https://idm.ilanjoselevich.com/oauth2/openid/home-assistant/.well-known/openid-configuration";;
        client_secret = "!secret auth_oidc_client_secret";
        id_token_signing_alg = "ES256";
        roles.admin = "home-assistant_admins@idm.ilanjoselevich.com";
      };
    };
  };
18:54:18
@hexa:lossy.network@hexa:lossy.networkonboarding not that I know19:07:29
@hexa:lossy.network@hexa:lossy.networkdefault_config, yeah, if you configure all the actually required components19:07:50
@hexa:lossy.network@hexa:lossy.network
  services.home-assistant.config = {
    # opinionated default_config
    bluetooth = {};
    config = {};
    dhcp = {};
    logbook = {};
    history = {};
    media_source = {};
    mobile_app = {};
    person = {};
    scene = {};
    system_health = {};
    ssdp = {};
    sun = {};
    script = {};
    tag = {};
    timer = {};
    zeroconf = {};
19:09:06
7 May 2025
@christopherg98:matrix.orgchristopherg98 joined the room.22:28:58
8 May 2025
@robert:funklause.dedotlambda@hexa I'm done with the Home Assistant branch. Feel free to rebase and merge (make sure package drops come after the HA update) or to wait until frigate is fixed.16:33:13
@hexa:lossy.network@hexa:lossy.networkI just posted a review report16:33:34
@robert:funklause.dedotlambdaI saw that. Looks good to me16:33:57
@hexa:lossy.network@hexa:lossy.networkalso lol @ sbomnix16:33:58
@hexa:lossy.network@hexa:lossy.networkwe break it and leave it better than before16:34:04
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/dermotduffy/hass-web-proxy-lib/issues/6516:34:36
@hexa:lossy.network@hexa:lossy.network I have not yet followed the hass reference upwards 16:34:52
@hexa:lossy.network@hexa:lossy.networktoo many sidequests16:35:01
@robert:funklause.dedotlambdaActually I just pushed a fix for the ring component16:36:48
@robert:funklause.dedotlambdaBut now I'm really done16:37:33
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/405025#issuecomment-286346171516:37:43
@hexa:lossy.network@hexa:lossy.network🙂 16:37:44
@hexa:lossy.network@hexa:lossy.networkprotobuf bumps are always to violent16:38:14
@hexa:lossy.network@hexa:lossy.networksmh16:38:15

Show newer messages


Back to Room ListRoom Version: 6