| 20 Sep 2021 |
@hexa:lossy.network | tasmota these days is mqtt discovery as well | 17:04:19 |
@hexa:lossy.network | so is zigbee2mqtt | 17:04:25 |
@hexa:lossy.network | sure, you can set them up manually, but meh | 17:04:34 |
@hexa:lossy.network | I think it is somewhat ideal that an actor knows its purpose and can advertise it | 17:05:02 |
@hexa:lossy.network | so the state is actually config that comes from esphome | 17:05:13 |
@hexa:lossy.network | only the binding between hass and esphome is state then | 17:05:26 |
| 21 Sep 2021 |
colemickens 🏳️🌈 | Has anyone tried running the containerized home-assistant under nixos? | 05:54:04 |
Linux Hackerman | In reply to @colemickens:matrix.org Has anyone tried running the containerized home-assistant under nixos? Yep I run it in podman. Works nicely | 07:09:31 |
walkah | I run home-assistant in a nixos managed docker container | 20:11:13 |
Linux Hackerman | colemickens 🏳️🌈: I also configure it with nix, https://gist.github.com/lheckemann/6c72eb2d2afbebdfee6abe328afe1a4c | 20:16:01 |
colemickens 🏳️🌈 | with these setups, do HA addons/ HACS addons that use docker containers work | 21:19:20 |
colemickens 🏳️🌈 | This is mostly for my dad, my setup with the built-from-source has been humming along for the 3 things it controls. | 21:38:18 |
colemickens 🏳️🌈 | I think HA OS will now let him configure his secondary NIC so I think I can just have him use that and not worry about it. | 21:38:54 |
@hexa:lossy.network | In reply to @colemickens:matrix.org with these setups, do HA addons/ HACS addons that use docker containers work see https://www.home-assistant.io/installation/ | 22:45:25 |
@hexa:lossy.network | addons only with hassos | 22:45:28 |
@hexa:lossy.network | AFAIU | 22:45:32 |
colemickens 🏳️🌈 | well they work in the Supervised setup as well, and AFAICT it runs the addons via Docker, so I presumed there might be a way. | 23:11:01 |
Linux Hackerman | https://matrix.to/#/!EyECKbCEMPMBUFtJdW:matrix.org/$1vEvROIyE_9wQ8aVeCudsixCZ48HgeBSdF_55nWcwPE?via=matrix.mayflower.de&via=matrix.org&via=typ3.tech I built a little firmware for a pinecone (bl602, riscv WiFi microcontroller) in Rust. Now I'm itching to somehow nixify it, hoping WiFi will become usable soon too, and making grand schemes in my head of how this will fit into an awesome nix-based HA system. | 23:58:00 |
Linux Hackerman | Probably not realistic but hey. | 23:58:14 |
| 22 Sep 2021 |
| eyJhb joined the room. | 11:47:15 |
| 24 Sep 2021 |
| noah_andrews joined the room. | 00:54:12 |
| Rev. CornWallace III (novus ordo seclorum) changed their display name from Rev. CornWallace III (sun/tzu) to Rev. CornWallace III (novus ordo seclorum). | 01:01:32 |
bbigras | In reply to @linus.heckemann:matrix.mayflower.de colemickens 🏳️🌈: I also configure it with nix, https://gist.github.com/lheckemann/6c72eb2d2afbebdfee6abe328afe1a4c are you able to create scripts with the web ui? I can create one, I see it in /var/lib/hass/scripts.yaml but I can't run it and I don't see any script at http://localhost:8123/config/script/dashboard. | 14:36:26 |
Linux Hackerman | I haven't tried, I'm guessing you'll need to make an include or something | 14:37:35 |
Linux Hackerman | which formats.yaml doesn't support, I'm guessing. Hrm. | 14:37:56 |
bbigras | thanks | 14:39:24 |
bbigras | https://www.home-assistant.io/docs/configuration/splitting_configuration/ has !include customize.yaml | 17:54:12 |
bbigras | ah but you were talking about formats.yaml. | 18:10:10 |
bbigras | * ah but you were talking about formats.yaml. maybe not the same thing. | 18:10:51 |
bbigras | my generated config has script: '!include scripts.yaml' but I guess the quotes are bad. | 18:12:20 |