| 25 Nov 2024 |
Mic92 | No more linked C++ dependencies and builtin zstd compression | 22:13:35 |
| 26 Nov 2024 |
spacekitteh | ipset v7.22: The set with the given name does not exist
otbr-agent[84842]: 00:00:00.033 [I] Platform------: Execute command `ipset flush otbr-ingress-allow-dst-swap` = 256
otbr-agent[84842]: 00:00:00.033 [I] Platform------: Got an error when executing command `ipset flush otbr-ingress-allow-dst-swap`: `Resource temporarily unavailable`
hmm. i have no clue about ipset, nor this message
| 00:11:45 |
@hexa:lossy.network | and ipset is just a data structure that holds ip addresses | 00:37:09 |
@hexa:lossy.network | * and ipset is just a tool to manage data structures that holds ip addresses | 00:37:20 |
@hexa:lossy.network | it is used in combination with iptables for quick matches on large sets | 00:37:28 |
@hexa:lossy.network | nftables has its own data structures, so ipset is probably as obsolete as iptables | 00:37:42 |
spacekitteh | i see i see | 02:06:04 |
Mic92 | hexa: any issues with harmonia? | 07:12:01 |
@hexa:lossy.network | not really | 12:25:01 |
| 28 Nov 2024 |
| Coelacanthus 🆋 changed their profile picture. | 21:09:00 |
| 29 Nov 2024 |
| bl1nk changed their profile picture. | 01:11:45 |
| bl1nk changed their profile picture. | 01:12:00 |
| 1 Dec 2024 |
| mighty-heron joined the room. | 12:32:02 |
| freewalkr joined the room. | 15:30:21 |
freewalkr | hi everyone!
to = "on"; in my nix automation trigger config gets converted into to: on yaml config home assistant interprets this as to: true and throws an error expected str for dictionary value @ data['to'] is this a known issue? has anyone solved it? | 15:33:09 |
freewalkr | i see the same line in example config given in wiki page should it even work? | 15:35:05 |
K900 | This is a YAML 1.2 thing I think? | 15:40:34 |
K900 | @hexa did that ever get fixed | 15:40:38 |
@hexa:lossy.network | I rolled that back to 1.1 a while ago | 15:41:54 |
@hexa:lossy.network | zigbee2mqtt 2.0 is going to hit early january 2025 with breaking changes | 17:40:41 |
@hexa:lossy.network | https://github.com/Koenkk/zigbee2mqtt/discussions/24198 | 17:40:43 |
@hexa:lossy.network | there's stuff you can do to prepare today to not get hit hard 😄 | 17:40:52 |
K900 | Honestly I still don't get how we ended up with MQTT as de facto standard RPC protocol for embedded things | 17:45:54 |
K900 | It's not even good at any of those things | 17:46:05 |
@hexa:lossy.network | everything is a string 🥳 | 17:48:10 |
@hexa:lossy.network | it is what was popular in early home automation tinkering setups | 17:48:40 |
K900 | And everything is a queue | 17:48:45 |
K900 | Even though very few things actually are | 17:48:55 |
@hexa:lossy.network | What would be the better alternative? | 17:49:17 |
@hexa:lossy.network | e.g. CoAP is maybe 10 years old now | 17:49:49 |