!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
25 Nov 2024
@spacekitteh:matrix.orgspacekitteh
In reply to @hexa:lossy.network
also uses a vendored submodule for openthread
yeah that seems to be the case always
01:50:44
@hexa:lossy.network@hexa:lossy.networkand the tests don't work01:50:46
@spacekitteh:matrix.orgspacekittehcheers, i'll get to working on it :)01:51:21
@hexa:lossy.network@hexa:lossy.networkhm, it doesn't use cjson and http-parser as passed in01:58:04
@hexa:lossy.network@hexa:lossy.networkI though it would at least complain about the missing deps https://github.com/openthread/ot-br-posix/blob/thread-reference-20230710/.gitmodules01:58:15
@hexa:lossy.network@hexa:lossy.network * I though it would at least complain about the missing deps after removing them https://github.com/openthread/ot-br-posix/blob/thread-reference-20230710/.gitmodules01:58:21
@hexa:lossy.network@hexa:lossy.networkthe systemd unit is also beautiful01:58:53
@hexa:lossy.network@hexa:lossy.network
ExecStartPre=service avahi-daemon start
01:58:59
@hexa:lossy.network@hexa:lossy.network just add service-wrapper into environment.systemPackages 02:04:59
@hexa:lossy.network@hexa:lossy.networkRedacted or Malformed Event02:05:10
@spacekitteh:matrix.orgspacekitteh
otbr-agent[948518]: [NOTE]-AGENT---: Running 0.3.0
otbr-agent[948518]: [NOTE]-AGENT---: Thread version: 1.3.0
otbr-agent[948518]: [NOTE]-AGENT---: Thread interface: wpan0
otbr-agent[948518]: [NOTE]-AGENT---: Radio URL: spinel+hdlc+uart:///dev/ttyACM0
otbr-agent[948518]: [NOTE]-AGENT---: Radio URL: trel://lo
otbr-agent[948518]: [NOTE]-ILS-----: Infra link selected: lo
otbr-agent[948518]: [INFO]-NCP-----: OpenThread log level changed to 4
otbr-agent[948518]: 51d.05:14:46.770 [I] Platform------: RCP reset: RESET_POWER_ON
otbr-agent[948518]: 51d.05:14:46.770 [I] Platform------: Software reset RCP successfully
otbr-agent[948518]: 51d.05:14:46.770 [I] Platform------: RCP reset: RESET_POWER_ON
otbr-agent[948518]: 51d.05:14:46.772 [I] Platform------: [netif] Sent request#1 to set addr_gen_mode to 1
otbr-agent[948518]: 00:00:00.003 [I] ChildSupervsn-: Timeout: 0 -> 190
otbr-agent[948518]: [INFO]-UTILS---: Set state callback: OK
otbr-agent[948518]: [INFO]-MDNS----: Avahi client state changed to 101
otbr-agent[948518]: [INFO]-MDNS----: Avahi client is connecting to the server
otbr-agent[948518]: [INFO]-BA------: Start Thread Border Agent: OK
otbr-agent[948518]: [INFO]-APP-----: Thread Border Router started on AIL lo.
otbr-agent[948518]: 00:00:00.004 [I] Notifier------: StateChanged (0x00038200) [NetData PanId NetName ExtPanId]
sh: line 1: ipset: command not found
otbr-agent[948518]: 00:00:00.006 [I] Platform------: Execute command `ipset flush otbr-ingress-allow-dst-swap` = 32512
otbr-agent[948518]: 00:00:00.006 [I] Platform------: Got an error when executing command `ipset flush otbr-ingress-allow-dst-swap`: `Resource temporarily unavailable`
otbr-agent[948518]: 00:00:00.006 [W] Platform------: Failed to update ipsets: Failed
otbr-agent[948518]: [INFO]-BA------: Publish meshcop service OpenThread BorderRouter #0B34._meshcop._udp.local.
otbr-agent[948518]: 00:00:00.006 [I] Settings------: Read BorderAgentId {id:e742a5c2b74409078488017c10f7403d}
otbr-agent[948518]: [WARN]-BA------: Result of publish meshcop service OpenThread BorderRouter #0B34._meshcop._udp.local: Invalid state
otbr-agent[948518]: 00:00:00.006 [I] RouterTable---: Route table
otbr-agent[948518]: 00:00:00.007 [I] Platform------: [netif] Host netif is down
otbr-agent[948518]: 00:00:00.007 [I] Platform------: [netif] Succeeded to process request#1
otbr-agent[948518]: 00:00:31.507 [I] Platform------: Session socket is ready

progress!

03:26:16
@spacekitteh:matrix.orgspacekitteh
In reply to @hexa:lossy.network
I though it would at least complain about the missing deps after removing them https://github.com/openthread/ot-br-posix/blob/thread-reference-20230710/.gitmodules
oh yeah, those are optional deps depending on compile flags
03:28:38
@spacekitteh:matrix.orgspacekittehhmm, i'm trying to include support for the web gui and now it hangs while linking :/03:47:01
@spacekitteh:matrix.orgspacekittehah, 'cus npm tried to access the internet lmao03:55:58
@spacekitteh:matrix.orgspacekittehhmm, cmake isn't picking up cJSON04:40:20
@spacekitteh:matrix.orgspacekittehso i've got it up and running but i'm yet to figure out how to actually get devices to join it. hmm.08:25:37
@spacekitteh:matrix.orgspacekittehI can't be the first person trying to use matter over thread on nixos, right?10:54:27
@hexa:lossy.network@hexa:lossy.networkhttps://developers.home-assistant.io/docs/core/integration-quality-scale/15:23:10
@hexa:lossy.network@hexa:lossy.networknew quality scale15:23:12
@hexa:lossy.network@hexa:lossy.networklegacy quality means it is configurable only via YAML15:23:30
@hexa:lossy.network@hexa:lossy.networkbronze (the new minimum to get accepted) requires a config-flow15:23:45
@hexa:lossy.network@hexa:lossy.networkin practice this has been the case for years15:23:50
@hexa:lossy.network@hexa:lossy.networkhrm 😕17:25:27
@hexa:lossy.network@hexa:lossy.networkif you must get a low power machine for home infrastructure, make sure it supports AVX17:25:48
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/issues/35897317:26:02
@hexa:lossy.network@hexa:lossy.networktensorflow consumers on 24.11 crash with SIGILL without AVX (not AVX2).17:26:53
@hexa:lossy.network@hexa:lossy.networkan N100 has AVX2 for example17:27:26
@k900:0upti.meK900What is even out there still that doesn't have AVX117:27:54
@hexa:lossy.network@hexa:lossy.networkI suspect Celeron and Pentium17:28:09
@hexa:lossy.network@hexa:lossy.network * I suspect Celeron and Pentium CPUs17:28:11

Show newer messages


Back to Room ListRoom Version: 6