!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

Load older messages


SenderMessageTime
11 Dec 2024
@hexa:lossy.network@hexa:lossy.networkthis will be a big loss to home-assistant maintenance, since people will keep bumping dependencies and nixpkgs-review will not run the related home-assistant test, thereby quietly breaking component support00:50:16
@hexa:lossy.network@hexa:lossy.network * this will be a big loss to home-assistant maintenance, since people will keep bumping dependencies and nixpkgs-review will not run the related home-assistant tests, thereby quietly breaking component support00:50:40
@ethan:roo.keethanAm I reading this right that the only thing that would really fix their issue is merging all the ha tests back into one causing all of them to run on small changes? (Essentially reverting #155060)04:35:43
@dminca:matrix.org@dminca:matrix.org left the room.14:19:05
@sandro:supersandro.deSandro 🐧move them to passthrough?14:55:13
@hexa:lossy.network@hexa:lossy.networkof each individual dependency?15:02:54
@hexa:lossy.network@hexa:lossy.networkmind you, they are multiple hundreds15:03:06
@sandro:supersandro.deSandro 🐧hmm, moving them to the passthrough of the home-assistant component would not be enough15:37:12
@skallwar:matrix.orgSkallwar joined the room.18:42:39
@aumetra:matrix.org@aumetra:matrix.org joined the room.23:14:53
12 Dec 2024
@spacekitteh:matrix.orgspacekittehStill working on getting the OpenThread Border Router working properly, it's hell because idk when it works because all of my thread devices to test it with are matter devices, and I can't commission them without a working thread BR, and idk if I have `python-matter-server` configured correctly either, plus to commission them into it with HA, you need to use either the full Play Store HA app, or the iOS app, and I don't have the play store version :×04:37:06
@spacekitteh:matrix.orgspacekittehMy dotfiles repo, it's not fully working yet tho04:37:55
@spacekitteh:matrix.orgspacekittehHA *sometimes* picks it up04:38:09
@spacekitteh:matrix.orgspacekittehPlus, it requires Avahi, whereas I have systemd-resolved configured to be my mDNS daemon (which doesn't work properly, it looks like) so I have been testing in a container, which only works with a MACVLAN interface for some reason04:39:48
* @spacekitteh:matrix.orgspacekitteh pulls out her hair04:39:56
@skallwar:matrix.orgSkallwar

Hi 👋
I've been running HA from the Nixos module for quite some time now. I wanted to revamp my dashboard with some nice lovelace modules like mushroom. I followed this and came up with this

  services.home-assistant = {
    enable = true;
    customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
      mushroom
    ];
    config = {
      # Includes dependencies for a basic setup
      # https://www.home-assistant.io/integrations/default_config/
      default_config = {};
    };
  };

Inside the HA ui I try to use custom:mushroom-entity-card but then I get this error Custom element doesn't exist: mushroom-entity-card.

Any idea?

09:25:49
@crtified:crtified.meCRTified
In reply to @skallwar:matrix.org

Hi 👋
I've been running HA from the Nixos module for quite some time now. I wanted to revamp my dashboard with some nice lovelace modules like mushroom. I followed this and came up with this

  services.home-assistant = {
    enable = true;
    customLovelaceModules = with pkgs.home-assistant-custom-lovelace-modules; [
      mushroom
    ];
    config = {
      # Includes dependencies for a basic setup
      # https://www.home-assistant.io/integrations/default_config/
      default_config = {};
    };
  };

Inside the HA ui I try to use custom:mushroom-entity-card but then I get this error Custom element doesn't exist: mushroom-entity-card.

Any idea?

You probably need to set the Lovelace mode to yaml
11:01:12
@crtified:crtified.meCRTifiedI think it was storage-mode?11:01:32
@crtified:crtified.meCRTifiedStill need time to do that step :D11:01:46
@skallwar:matrix.orgSkallwar Interesting. I will have a look at the module source 13:42:48
@skallwar:matrix.orgSkallwarI was kind of giving up on yaml config in nixos since everytime I have an HA update I get warnings about stuff not supported anymore in Yaml that need to be done in the UI now13:44:01
@qbit:tapenet.org@qbit:tapenet.org

it seems esphome pukes if you have a wireguard interface:

Dec 12 07:42:40 box esphome[277422]: 2024-12-12 07:42:40,130 INFO Starting dashboard web server on http://0.0.0.0:6053 and configuration dir /var/lib/esphome...
Dec 12 07:42:40 box esphome[277422]: 2024-12-12 07:42:40,195 WARNING Error with socket 11 (('192.168.112.4', 5353))): [Errno 126] Required key not available
Dec 12 07:42:40 box esphome[277422]: Traceback (most recent call last):
Dec 12 07:42:40 box esphome[277422]:   File "/nix/store/zv1kaq7f1q20x62kbjv6pfjygw5jmwl6-python3-3.12.7/lib/python3.12/asyncio/selector_events.py", line 1275, in sendto
Dec 12 07:42:40 box esphome[277422]:     self._sock.sendto(data, addr)
Dec 12 07:42:40 box esphome[277422]: OSError: [Errno 126] Required key not available

14:40:40
@qbit:tapenet.org@qbit:tapenet.organyone see anything similar? 14:40:46
@qbit:tapenet.org@qbit:tapenet.orgchanging the address to 127.0.0.1 doesn't resolve it14:41:04
@qbit:tapenet.org@qbit:tapenet.orgon unstable14:44:01
@hexa:lossy.network@hexa:lossy.network Skallwar: the simple truth is that we can only autoload custom lovelace modules when lovelace is in yaml mode, but even when it is not we still install the modules, but you need to load them manually 14:52:11
@hexa:lossy.network@hexa:lossy.networkimage.png
Download image.png
14:52:34
@hexa:lossy.network@hexa:lossy.networkclick the pen top right, from the burger menu choose manage resources14:53:12
@skallwar:matrix.orgSkallwar I borked my ssh connection to my home lab... I will look at that later. Thanks for your input ! 15:15:07
@robert:funklause.dedotlambdaWhat do we do about https://github.com/NixOS/nixpkgs/pull/364068 ?15:16:52

Show newer messages


Back to Room ListRoom Version: 6