| 28 Sep 2024 |
| Majiir Paktu joined the room. | 00:12:11 |
| 30 Sep 2024 |
| von.dev joined the room. | 05:18:52 |
| 1 Oct 2024 |
| -_o joined the room. | 21:01:13 |
| 2 Oct 2024 |
@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 joined the room. | 02:14:37 |
| lilith joined the room. | 20:45:12 |
lilith | Heyo! 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 | try the ollama integration instead? | 23:48:29 |
lilith | 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 |