!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

Load older messages


SenderMessageTime
4 May 2025
@hexa:lossy.networkhexayeah, maybe I should nuke my .platformio cache20:39:38
@hexa:lossy.networkhexacan try later20:39:40
5 May 2025
@mur1chan:sakura.pm@mur1chan:sakura.pm joined the room.00:57:35
@mur1chan:sakura.pm@mur1chan:sakura.pm left the room.00:59:08
@hexa:lossy.networkhexahttps://github.com/skylord123/pebble-home-assistant-ws18:02:17
@knoopx:matrix.org@knoopx:matrix.org left the room.22:27:05
6 May 2025
@hexa:lossy.networkhexawiped the ~/.platformio cache and still builds fine03:51:43
@hexa:lossy.networkhexa
esphome:
  name: test

esp8266:
  board: d1_mini

# Enable logging
logger:

# Enable Home Assistant API
api:
  password: "test"

ota:
  - platform: esphome
    password: "test"

wifi:
  ssid: "test"
  password: "testtest"

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Test Fallback Hotspot"
    password: "M2KOWG36fKq5"

captive_portal:
    ⏎       
03:52:10
@hexa:lossy.networkhexathe same for an esp32-c3 board04:06:57
@hexa:lossy.networkhexa
esphome:
  name: test2

esp32:
  board: esp32-c3-devkitm-1
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:
  password: "test"

ota:
  - platform: esphome
    password: "test"

wifi:
  ssid: "test"
  password: "testtest"

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: " Fallback Hotspot"
    password: "Ol9AvdeMyTd1"

captive_portal:
    
04:07:01
@hexa:lossy.networkhexa *
esphome:
  name: test2

esp32:
  board: esp32-c3-devkitm-1
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:
  password: "test"

ota:
  - platform: esphome
    password: "test"

wifi:
  ssid: "test"
  password: "testtest"

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: " Fallback Hotspot"
    password: "Ol9AvdeMyTd1"

captive_portal:
    
04:07:05
@robert:funklause.dedotlambda Weird. I nuked my .platformio again and now it also works for me 🤷 10:18:28
@robert:funklause.dedotlambda* Weird. I nuked my `.platformio` again and the error persists10:19:07
@robert:funklause.dedotlambdaI'll try it on a different machine next10:19:28
@kranzes:matrix.orgkranzesis anyone using duckdb? how does it compare to postgresql?15:11:45
@hexa:lossy.networkhexahow does that relate to home automation?15:13:18
@kranzes:matrix.orgkranzesI saw people using duckdb for home assistant16:17:41
@kranzes:matrix.orgkranzesinstead of postgresql or whatever other databases16:17:59
@k900:0upti.meK900Uhh what 16:34:49
@k900:0upti.meK900I don't think it supports that 16:35:11
@hexa:lossy.networkhexahome-assistant relies on sqlalchemy16:36:11
@hexa:lossy.networkhexaso in theory you can connect everything that it supports?16:36:41
@hexa:lossy.networkhexahttps://github.com/Mause/duckdb_engine16:37:00
@hexa:lossy.networkhexaso maybe providing this dependency and configuring the correct dsn will just work16:37:18
@ethan:roo.keethanAt that point I'd just use sqlite, not sure what benefit duckdb would give you in this space...16:51:27
@kranzes:matrix.orgkranzesnoob question: why do we explictly disable proxy_buffering in the nginx config on the wiki?17:11:31
@kranzes:matrix.orgkranzesIs there a way to skip the entire onboarding process?18:53:32
@kranzes:matrix.orgkranzesand not import any of the default_config stuff, it's spamming me with google translate errors18:53:48
@kranzes:matrix.orgkranzes

I have this config right now:

  services.home-assistant = {
    enable = true;
    extraPackages = ps: with ps; [ psycopg2 ];
    extraComponents = [
      "isal"
      "esphome"
    ];
    customComponents = with pkgs.home-assistant-custom-components; [
      auth_oidc
    ];
    config = {
      http = {
        server_host = "127.0.0.1";
        trusted_proxies = [ hassCfg.http.server_host ];
        use_x_forwarded_for = true;
      };
      recorder.db_url = "postgresql://@/hass";
      auth_oidc = {
        client_id = "home-assistant";
        discovery_url = "https://idm.ilanjoselevich.com/oauth2/openid/home-assistant/.well-known/openid-configuration";;
        client_secret = "!secret auth_oidc_client_secret";
        id_token_signing_alg = "ES256";
        roles.admin = "home-assistant_admins@idm.ilanjoselevich.com";
      };
    };
  };
18:54:18
@hexa:lossy.networkhexaonboarding not that I know19:07:29

Show newer messages


Back to Room ListRoom Version: 6