26 Nov 2021 |
hexa | that's a whole different wireless protocol though | 23:12:46 |
hexa | its really annoying, discovery isn't compatible anymore, so my light bulbs stopped working a few releases ago | 23:43:20 |
hexa | do I need to resort to some silly container setup?! | 23:43:33 |
CRTified | In reply to @hexa:lossy.network do I need to resort to some silly container setup?! I sadly had to :( it feels bad | 23:49:15 |
hexa | meh | 23:50:40 |
hexa | also this just appeared on lobste.rs https://myme.no/posts/2021-11-25-nixos-home-assistant.html | 23:50:50 |
hexa | headless HassOS on nixos with libvirt | 23:51:05 |
27 Nov 2021 |
Jeroen | In antwoord op @hexa:lossy.network that's a whole different wireless protocol though I know, but its also nodejs and i too failed to create a package for it. | 00:34:22 |
Jeroen | Something about 2 birds and a stone | 00:34:49 |
hexa | we already have a zigbee2mqtt package, module and tests | 00:37:48 |
hexa | but I feel we've had that conversation already | 00:37:53 |
hexa | Fabian Affolter: youless-api testss are failing on python-unstable, PTAL | 00:53:12 |
hexa | * Fabian Affolter: youless-api tests are failing on python-unstable, PTAL | 00:53:45 |
| c0deaddict joined the room. | 10:29:05 |
| happyalu left the room. | 16:06:09 |
28 Nov 2021 |
| hexa invited AngryAnt. | 12:49:28 |
| AngryAnt joined the room. | 12:50:06 |
AngryAnt | Hullo niche of niches :D | 12:50:42 |
hexa | hi, you are possibly running into home-assistant issues we are just right now having on unstable/master | 12:50:43 |
AngryAnt | Ah | 12:50:58 |
hexa | can you post the error log you are seeing? | 12:51:06 |
AngryAnt | Cropped, but updated here: https://gist.github.com/AngryAnt/f0548625aa645dff387dbaf04f16f631 | 12:52:45 |
AngryAnt | The full config file is very sparse - just has deCONZ in a podman container in addition to that home-assistant bit. | 12:55:01 |
hexa | alright | 12:56:04 |
hexa | the home-assistant package in nixos works in a somewhat special way as you might have discovered | 12:56:25 |
hexa | we're not relying on pip to fetch dependencies, but instead we're providing them from nixpkgs | 12:56:40 |
hexa | by default home-assistant gains no dependency packages for its components | 12:57:02 |
hexa | if you use the declarative services.home-assistant.config attrset the module will autodiscover the components you use and inject the dependencies. | 12:57:32 |
hexa | that behaviour is controlled by services.home-assistant.autoExtraComponents | 12:58:03 |
hexa | if you don't want that, you need to override the packages extraComponents | 12:59:26 |