!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

Load older messages


SenderMessageTime
6 Feb 2025
@hexa:lossy.network@hexa:lossy.networkbisect goes across staging, so lots of fun involved22:32:38
@hexa:lossy.network@hexa:lossy.networktried nixpkgs-staging-bisecter, but it crashed on me22:32:54
@elonsroadster:matrix.orgcolonelpanicYeah I was going to say, I actually had to do an overlay for the satellite to make it work because a dependency got bumped that is stricter about the chunking22:33:03
@hexa:lossy.network@hexa:lossy.networkhydrasect doesn't work anymore either22:33:05
@elonsroadster:matrix.orgcolonelpanicSo I guess I'd be surprised if anyone else had it working22:33:12
@hexa:lossy.network@hexa:lossy.networkhm22:33:23
@elonsroadster:matrix.orgcolonelpanic @hexa:lossy.network: do you have the exact config you were using when you had it working? 22:33:32
@hexa:lossy.network@hexa:lossy.network
  services.wyoming.satellite = {
    enable = false;
    user = "hexa";
    group = "users";
    sounds = {
      awake = "/etc/nixos/start_of_input.wav";
      done = "/etc/nixos/end_of_input.wav";
    };
    extraArgs = [
      "--snd-volume-multiplier" "0.5"
    ];
  };
22:33:48
@hexa:lossy.network@hexa:lossy.network *
  services.wyoming.satellite = {
    enable = false;
    user = "hexa";
    group = "users";
    sounds = {
      awake = "/etc/nixos/start_of_input.wav";
      done = "/etc/nixos/end_of_input.wav";
    };
    extraArgs = [
      "--snd-volume-multiplier" "0.5"
    ];
  };
22:33:51
@elonsroadster:matrix.orgcolonelpanicWow okay, don't you need to specify the wake word address?22:34:23
@hexa:lossy.network@hexa:lossy.networkuh no22:34:33
@hexa:lossy.network@hexa:lossy.networkthat is a pipeline that goes via home-assistant22:34:40
@hexa:lossy.network@hexa:lossy.networkhome-assistant is like a control panel for that pipeline22:34:51
@elonsroadster:matrix.orgcolonelpanicwell i mean there is the --wake-uri flag to the satellite22:46:03
@elonsroadster:matrix.orgcolonelpanici think maybe that is specifically for using local wake word detection and avoiding any streaming when no voice is detected22:46:29
@elonsroadster:matrix.orgcolonelpanicso kind of like a replacement for --vad22:47:03
@hexa:lossy.network@hexa:lossy.networkyeah, that is indeed local wake word22:49:36
@elonsroadster:matrix.orgcolonelpanicmaybe i haven't done the pipeline properly. it seems like you're suggesting that the typical setup is the satellite -> homeAssistant -> openWakeWord -> homeAssistant -> the satellite22:50:47
@elonsroadster:matrix.orgcolonelpanicnone of the tutorial that i've seen indicate that much beyond adding the wyoming protocol devices should be required though22:51:07
@hexa:lossy.network@hexa:lossy.networkyeah, everything here goes through home-assistant22:53:49
@hexa:lossy.network@hexa:lossy.networkbut bypassing home-assistant for local wake word is a possibility22:54:02
7 Feb 2025
@sleepymonad:matrix.org@sleepymonad:matrix.org left the room.08:45:20
8 Feb 2025
@nazarewk:matrix.orgkdn Any idea what kind of kernel module is needed for cp210x / ZBT-1 / Home Assistant SkyConnect 10:06:41
@elonsroadster:matrix.orgcolonelpanicI didn't need to add a kernel module for the zbt-1. Why are you assuming one is needed?10:36:06
@macaroniskengz:matrix.orgmacaroniskengzHas somebody used Home Assistant with impermanence? 11:13:29
@macaroniskengz:matrix.orgmacaroniskengzAnd does backup and restore work with declarative Home Assistant setup work? 11:58:00
@macaroniskengz:matrix.orgmacaroniskengz* And does backup and restore work with declarative Home Assistant setup? 11:58:07
@oddlama:matrix.orgoddlama

yes, all you need is something like

  environment.persistence."/persist".directories = [
    {
      directory = config.services.home-assistant.configDir;
      user = "hass";
      group = "hass";
      mode = "0700";
    }
  ];
13:04:45
@oddlama:matrix.orgoddlamaI personally just backup the persisted directory directly, I have not tested the internal backup/restore13:05:27
@hexa:lossy.network@hexa:lossy.network
In reply to @nazarewk:matrix.org
Any idea what kind of kernel module is needed for cp210x / ZBT-1 / Home Assistant SkyConnect
That is just a USB serial device
13:11:23

Show newer messages


Back to Room ListRoom Version: 6