!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

You have reached the beginning of time (for this room).


SenderMessageTime
28 Sep 2024
@majiir:matrix.orgMajiir Paktu joined the room.00:12:11
30 Sep 2024
@von.dev:matrix.orgvon.dev joined the room.05:18:52
1 Oct 2024
@-_o:matrix.org-_o joined the room.21:01:13
2 Oct 2024
@alex:acrawford.com@alex:acrawford.com

Does anyone have an example for overriding the version of zwave-js? I tried the following but there’s still a mismatch with the package lock.

package = pkgs.zwave-js-server.overrideAttrs (old: rec {
 version = "1.28.0";

 src = pkgs.fetchFromGitHub {
   owner = "zwave-js";
   repo  = old.pname;
   rev   = version;
   hash  = "sha256-2P3kA7biK9tnebkskQgRK/oakPWsSGEH8zrr5O4x0u0=";
 };

 npmDepsHash = lib.fakeHash;
});

And here’s the error:

ERROR: npmDepsHash is out of date

The package-lock.json in src is not the same as the in /nix/store/h586wagc3flrpyrsv275w3ngqbdas72v-zwave-js-server-1.35.0-npm-deps.

15:20:10
3 Oct 2024
@midirhee12:tchncs.de@midirhee12:tchncs.de joined the room.02:14:37
@lilith:matrix.firelilith.orglilith joined the room.20:45:12
@lilith:matrix.firelilith.orglilithHeyo! I've run into an issue and couldn't get it to work for the last couple hours, maybe someone here has an idea where to look? I'm configuring (declarative NixOS-native, as far as I can) an Anthropic voice assistant, and got it working to the point I can chat with it, but it only has access to the HassTurnOn and HassTurnOff intents, nothing else. All I get when trying to look for the issue is guides how to create custom intents, but all I'm really interested in is other built-ins like HassGetWeather or even just HassGetState, and I'm running out of ideas at this point. Any ideas? Thanks! ^-^ 20:52:08
@hexa:lossy.network@hexa:lossy.networktry the ollama integration instead?23:48:29
@lilith:matrix.firelilith.orglilith I will eventually, but the server I run home assistant on at the moment isn't powerful enough to run local LLMs, and using another server would require me to configure secure networking first, and I want to take it one step at a time. 23:57:42

Show newer messages


Back to Room ListRoom Version: 6