!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

Load older messages


SenderMessageTime
3 Sep 2021
@zhaofeng:zhaofeng.liZhaofeng LiNever used picture glance, but something like "${./path/to/some.jpg}" should work22:33:26
@iclanzan:matrix.orgiclanzanIt doesn't unfortunately because the lovelace html can't just reference arbitrary stuff from the nix store22:37:13
@hexa:lossy.network@hexa:lossy.networkadd another location block to your reverse proxy that points whereever22:52:41
4 Sep 2021
@iclanzan:matrix.orgiclanzanThant worked, thank you for the idea!00:56:33
@iclanzan:matrix.orgiclanzan * That worked, thank you for the idea!00:56:38
7 Sep 2021
@schnecfk:ruhr-uni-bochum.deCRTified

Is it me or is aioesphomeapi broken on unstable?

2021-09-07 22:14:48 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform esphome.light: Platform not found (cannot import name 'LightColorMode' from 'aioesphomeapi' (/nix/store/yw40d736xvv7criyfffz88pcfnvvavx0-python3.9-aioesphomeapi-8.0.0/lib/python3.9/site-packages/aioesphomeapi/__init__.py)).
20:18:30
@hexa:lossy.network@hexa:lossy.networkit is20:35:30
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/135669#issuecomment-91217795420:35:50
@schnecfk:ruhr-uni-bochum.deCRTified Thanks, the github search works "flawless" when searching for aioesphomeapi... 20:36:29
@hexa:lossy.network@hexa:lossy.network
In reply to @hexa:lossy.network
thinking about how to handle the hass update with the python-unstable branch in mind
this relates to home-assistant update being delayed due to ^
20:36:36
@hexa:lossy.network@hexa:lossy.networkpython-unstable is currently in staging-next20:36:55
@hexa:lossy.network@hexa:lossy.networkI'd have to duplicate alot of updates that are currnetly in there to get home-assistant updated20:37:10
@hexa:lossy.network@hexa:lossy.networkif you can, please submit an override to home-assistant20:37:20
@schnecfk:ruhr-uni-bochum.deCRTified
In reply to @hexa:lossy.network
if you can, please submit an override to home-assistant

Something like this? It fixed it for me at least

pkgs.home-assistant.override {
  packageOverrides = self: super: {
    aioesphomeapi = super.aioesphomeapi.overrideAttrs (o: rec {
      version = "7.0.0";
      src = pkgs.fetchFromGitHub {
        owner = "esphome";
        repo = o.pname;
        rev = "v${version}";
        hash = "sha256-ho/1fpq4yAgmYNERPqs51oqr08ncaN9+GRTUUuGU7ps=";
      };
    });
  };
}

20:55:53
@hexa:lossy.network@hexa:lossy.networkYep and now integrate it into pkgs/server/home-assistant/default.nix and open a pull request 😊20:57:32
@schnecfk:ruhr-uni-bochum.deCRTified
In reply to @hexa:lossy.network
Yep and now integrate it into pkgs/server/home-assistant/default.nix and open a pull request 😊
https://github.com/NixOS/nixpkgs/pull/137030
21:09:08
15 Sep 2021
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/13802516:12:14
18 Sep 2021
@cw:kernelpanic.cafeRev. CornWallace III (sun/tzu) joined the room.20:46:55
19 Sep 2021
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/13848401:55:28
20 Sep 2021
@comradetaxicab:matrix.orgNate Gay joined the room.02:15:05
@comradetaxicab:matrix.orgNate Gay \o all, very cool to see a home automation channel! I just submitted my first nixpkgs PR adding Nesthub, it's a package/service to connect a Nest thermostat to HomeKit. https://github.com/NixOS/nixpkgs/pull/138592 02:17:53
@comradetaxicab:matrix.orgNate Gay changed their display name from comradetaxicab to Nate Gay.02:35:27
@cw:kernelpanic.cafeRev. CornWallace III (sun/tzu) changed their display name from CornWallace to Rev. CornWallace III.06:45:17
@cw:kernelpanic.cafeRev. CornWallace III (sun/tzu) changed their display name from Rev. CornWallace III to Rev. CornWallace III (tzu/tzi).15:22:26
@cw:kernelpanic.cafeRev. CornWallace III (sun/tzu) changed their display name from Rev. CornWallace III (tzu/tzi) to Rev. CornWallace III (sun/tzu).15:24:47
@linus.heckemann:matrix.mayflower.deLinux HackermanWhat are people using to build their ESP device firmwares? I'm currently on ESPHome but annoyed by the YAML configuration, unfortunate packaging and lack of IPv6.16:48:02
@linus.heckemann:matrix.mayflower.deLinux HackermanAlso having to click around in hass, with the known devices being state and not config…16:49:05
@schnecfk:ruhr-uni-bochum.deCRTified Linux Hackerman: Tasmota is a common alternative, but I'm on esphome. Note that esphome also supports MQTT, FYI 16:56:31
@linus.heckemann:matrix.mayflower.deLinux Hackermanoh, and I could avoid the state thing with MQTT?16:57:44
@hexa:lossy.network@hexa:lossy.networkesphome >> tasmota17:03:43

There are no newer messages yet.


Back to Room ListRoom Version: 6