!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

514 Members
Declarative Home Automation and other Sidequests | https://wiki.nixos.org/wiki/Home_Assistant130 Servers

Load older messages


SenderMessageTime
2 Aug 2021
@hexa:lossy.network@hexa:lossy.networknope09:55:11
@hexa:lossy.network@hexa:lossy.networknot if node2nix didn't handle it :)09:55:27
@andi:kack.it@andi:kack.it Looks like you've to call npm run build somewhere in that expression. node2nix apparently only does npm install? 09:57:54
4 Aug 2021
@hexa:lossy.network@hexa:lossy.network
============================= test session starts ==============================
platform linux -- Python 3.9.6, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /build/source, configfile: pyproject.toml
plugins: aiohttp-0.3.0, mock-3.6.1, rerunfailures-10.1, xdist-2.3.0, forked-1.3.0, requests-mock-1.9.3, anyio-3.3.0, hypothesis-6.14.0
gw0 [13939] / gw1 [13939] / gw2 [13939] / gw3 [13939] / gw4 [13939] / gw5 [13939] / gw6 [13939] / gw7 [13939] / gw8 [13939] / gw9 [13939] / gw10 [13939] / gw11 [13939] / gw12 [13939] / gw13 [13939] / gw14 [13939
] / gw15 [13939] / gw16 [13939] / gw17 [13939] / gw18 [13939] / gw19 [13939] / gw20 [13939] / gw21 [13939] / gw22 [13939] / gw23 [13939] / gw24 [13939] / gw25 [13939] / gw26 [13939] / gw27 [13939] / gw28 [13939]
 / gw29 [13939] / gw30 [13939] / gw31 [13939]
........................................................................ [  0%]
........................................................................ [  1%]
......................................................................... [  1%]
........................................................................ [  2%]
........................................................................ [  2%]
........................................................................ [  3%]
........................................................................ [  3%]
........................................................................ [  4%]
....................F................................................... [  4%]

._.

20:41:51
@hexa:lossy.network@hexa:lossy.network *
============================= test session starts ==============================
platform linux -- Python 3.9.6, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /build/source, configfile: pyproject.toml
plugins: aiohttp-0.3.0, mock-3.6.1, rerunfailures-10.1, xdist-2.3.0, forked-1.3.0, requests-mock-1.9.3, anyio-3.3.0, hypothesis-6.14.0
gw0 [13939] / gw1 [13939] / gw2 [13939] / gw3 [13939] / gw4 [13939] / gw5 [13939] / gw6 [13939] / gw7 [13939] / gw8 [13939] / gw9 [13939] / gw10 [13939] / gw11 [13939] / gw12 [13939] / gw13 [13939] / gw14 [13939
] / gw15 [13939] / gw16 [13939] / gw17 [13939] / gw18 [13939] / gw19 [13939] / gw20 [13939] / gw21 [13939] / gw22 [13939] / gw23 [13939] / gw24 [13939] / gw25 [13939] / gw26 [13939] / gw27 [13939] / gw28 [13939]
 / gw29 [13939] / gw30 [13939] / gw31 [13939]
........................................................................ [  0%]
........................................................................ [  1%]
......................................................................... [  1%]
........................................................................ [  2%]
........................................................................ [  2%]
........................................................................ [  3%]
........................................................................ [  3%]
........................................................................ [  4%]
....................F................................................... [  4%]

._. (home-assistant, I'll be seeing that traceback in 15-20 minutes)

20:46:06
5 Aug 2021
@ajz229:matrix.orgajz changed their display name from ajz229 to Mate Hajzso.11:44:20
6 Aug 2021
@hexa:lossy.network@hexa:lossy.networkworking on v2021.8.3, they keep their releases coming fast … and there were some test errors I had to still look into20:59:30
@hexa:lossy.network@hexa:lossy.networkwith 30 minutes iteration cycles this is getting somewhat annoying, but running the tests does uncover issues, so they're worth it20:59:57
7 Aug 2021
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/13294600:47:39
10 Aug 2021
@lgcl:lgcl.delgcl joined the room.14:23:45
@schnecfk:ruhr-uni-bochum.deCRTifiedRedacted or Malformed Event22:32:45
12 Aug 2021
@ajz229:matrix.orgajz changed their display name from Mate Hajzso to ajz.19:24:15
15 Aug 2021
@maertens:matrix.orgRien joined the room.16:38:02
@maertens:matrix.orgRienFor home-assistant: should I be able to add integrations through the web interface?18:07:48
@maertens:matrix.orgRienBecause when I want to add an integration is says "Config flow could not be loaded"18:09:23
@hexa:lossy.network@hexa:lossy.networkno19:22:34
@hexa:lossy.network@hexa:lossy.networkhave to add the component to the config, only then the dependencies will be included in the package19:22:53
@hexa:lossy.network@hexa:lossy.networke.g. services.home-assistant.config.energy = {}; if you want the latest energy dashboard19:23:28
@hexa:lossy.network@hexa:lossy.network * e.g. services.home-assistant.config.energy = {}; if you want the latest energy dashboard 19:23:37
@maertens:matrix.orgRienAha, so a component is an integration here?19:24:10
@maertens:matrix.orgRien So if I would want to add esphome, I add services.home-assistant.config.esphome = {};? 19:24:37
@hexa:lossy.network@hexa:lossy.networkyes, like that19:25:11
@maertens:matrix.orgRienOkay, how can I find the name of an integration?19:25:58
@maertens:matrix.orgRien How would I add https://www.home-assistant.io/integrations/fritz/ for example? probably fritz is the key? 19:27:18
@maertens:matrix.orgRienIt seems to work for esphome :)19:29:09
@hexa:lossy.network@hexa:lossy.networkyes19:29:16
22 Aug 2021
@0x4a6f:matrix.org[0x4A6F]Might be an interesting project: https://github.com/iot-home-control10:20:13
23 Aug 2021
@noah:matrix.chatsubo.cafeChurchHmm here's a fun one. On the latest home-assistant release in unstable, anyone have issues with configuring the zigbee integration?17:49:36
@noah:matrix.chatsubo.cafeChurchOn version core-2021.6.6 currently.17:50:02
@noah:matrix.chatsubo.cafeChurchDownload tmp217:51:50

Show newer messages


Back to Room ListRoom Version: 6