!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

Load older messages


SenderMessageTime
13 Nov 2024
@inayet:matrix.orgInayet joined the room.22:15:00
15 Nov 2024
@rane:junkyard.systemsrane [they/them] left the room.06:22:02
@zoechi:matrix.orgzoechi joined the room.10:15:44
@mfed3:matrix.orgmfed3
In reply to @johnhamelink:matrix.org
Hi, I just noticed that in the nixos.wiki page for home-assistant, it mentions that the declarative style might not be supported going forward. I just wanted to flag that I'm using it quite successfully. You can see most of my config here - I have quite an extensive config and I do plan on building it out further going forward. I was very much enjoying being able to use nix to split out and organise the home assistant config. https://git.sr.ht/~johnhamelink/nix/tree/master/item/os/hosts/sun/services/home-assistant
it is most definitely supported still and I'm using it for a many thousands of lines flake based config including installed packages and plugins, definitions and customizations of elements, helpers/groupings, alarm systems, and automations. I actually added a bunch of examples on the nixos wiki to help people here: https://wiki.nixos.org/wiki/Home_Assistant#Entity_Customization
16:11:19
@ibizaman:matrix.orgibizaman
In reply to @johnhamelink:matrix.org
Hi, I just noticed that in the nixos.wiki page for home-assistant, it mentions that the declarative style might not be supported going forward. I just wanted to flag that I'm using it quite successfully. You can see most of my config here - I have quite an extensive config and I do plan on building it out further going forward. I was very much enjoying being able to use nix to split out and organise the home assistant config. https://git.sr.ht/~johnhamelink/nix/tree/master/item/os/hosts/sun/services/home-assistant
Note that nixos.wiki is deprecated. Long story short, the new home is wiki.nixos.org
17:45:46
16 Nov 2024
@sheeley:matrix.orgsheeley left the room.02:25:39
@catalin:one.ems.hostViorel-Cătălin Răpițeanu changed their display name from @catalin:one.ems.host to Viorel-Cătălin Răpițeanu.18:22:43
17 Nov 2024
@mfed3:matrix.orgmfed3Hey hexa that issue you linked above was just fixed after a rebuild now that https://github.com/NixOS/nixpkgs/pull/354687 was merged into nixos-unstable thanks again for the help!07:01:46
@mfed3:matrix.orgmfed3The one about the on offs in nix code getting converted to true falses in yaml07:02:23
@mfed3:matrix.orgmfed3Anyone else try to install the Starlink integration? It seems like it doesn't recognize that when I include it in my config, that it needs to rebuild anything07:09:06
@mfed3:matrix.orgmfed3
services.home-assistant = {
    enable = true;
    extraComponents = [
      "esphome"
      "met"
      "radio_browser"
      "isal"
      # dded-components
      "zha"
      "backup"
      "reolink"
      "local_todo"
      "starlink"
    ];
    config = {
      default_config = {};
    };
  };
07:09:28
@mfed3:matrix.orgmfed3

I included it just like all my other components and when I rebuild doesn't care that I added it, and when I try to add the integration in the hass interface i get the error

Config flow could not be loaded: {"message":"Invalid handler specified"}
07:10:58
@mfed3:matrix.orgmfed3As if it isn't installed, similar error if I try to add anything else that I didn't add the extra component for in my config07:11:31
@mfed3:matrix.orgmfed3 *
services.home-assistant = {
    enable = true;
    extraComponents = [
      "esphome"
      "met"
      "radio_browser"
      "isal"
      # added-components
      "zha"
      "backup"
      "reolink"
      "local_todo"
      "starlink"
    ];
    config = {
      default_config = {};
    };
  };
07:11:40
@mfed3:matrix.orgmfed3 *
services.home-assistant = {
    enable = true;
    extraComponents = [
      "esphome"
      "met"
      "radio_browser"
      "isal"
      # added-components
      "zha"
      "backup"
      "reolink"
      "local_todo"
      "starlink"
    ];    
07:11:57
@mfed3:matrix.orgmfed3Ahh I found a known issue for this, it has been reported07:15:45
@mfed3:matrix.orgmfed3https://github.com/NixOS/nixpkgs/issues/31012907:15:48
@mfed3:matrix.orgmfed3 * https://github.com/NixOS/nixpkgs/issues/310129 home-assistant extraComponents "starlink" fails at runtime because of missing "starlink_grpc" dependency #310129 07:17:08
@mfed3:matrix.orgmfed3 * Anyone else try to install the Starlink integration? It seems like it doesn't recognize that when I include it in my config, it thinks I don't need to rebuild anything15:23:12
18 Nov 2024
@jamesstone:matrix.orgjamesstone joined the room.15:12:15
19 Nov 2024
@beat_link:matrix.org@beat_link:matrix.org joined the room.03:16:23
@spacekitteh:matrix.orgspacekittehHmm, I can't set up a home assistant install anymore. It hangs during the first step of onboarding and never enables the "create user" button ;/05:52:04
@spacekitteh:matrix.orgspacekittehAre there any other state directories apart from /var/lib/hass?05:52:50
@spacekitteh:matrix.orgspacekitteh oh i'm a moron, i somehow deleted openFirewall = true and yet it still partially loaded 06:11:57
@hexa:lossy.network@hexa:lossy.networkbrowser caching at it again11:27:59
@spacekitteh:matrix.orgspacekittehaye11:46:45
@sandro:supersandro.deSandro 🐧or conn tracking and h213:01:39
20 Nov 2024
@inayet:matrix.orgInayet removed their profile picture.00:59:46
@apyh:matrix.orgapyh joined the room.03:56:01
@apyh:matrix.orgapyh hi folks!! i noticed there's parsing for !secrets values, but didn't see a place to pass a file path that should be used for secrets.
do i have to write to the secrets.yaml file myself? (probably with an activation script as to not include those secrets in my nix store)
03:58:01

Show newer messages


Back to Room ListRoom Version: 6