!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

Load older messages


SenderMessageTime
1 Jan 2025
@hexa:lossy.network@hexa:lossy.network * I would always forget how the covers were configured when one of the shelly 2.5 eventually died13:29:45
@hsngrmpf:matrix.orgDavHauHave there been any efforts yet to build esphome firmware in the sandbox?13:33:44
@hexa:lossy.network@hexa:lossy.networkI don't believe so13:37:04
@hexa:lossy.network@hexa:lossy.networkat my end there is generally a lack of will to touch platformio more than necessary 🙂 13:37:30
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/36994513:37:36
@hexa:lossy.network@hexa:lossy.networkanother localtuya 🫠13:37:40
@hexa:lossy.network@hexa:lossy.network

fork from local-tuya

13:37:57
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.14:26:20
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.14:30:19
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/369637#issuecomment-2567073843 16:45:06
@hexa:lossy.network@hexa:lossy.networkI have strong feelings right now16:45:21
@mattleon:matrix.orgmattleon
In reply to @hexa:lossy.network
another localtuya 🫠

I've been using the old version of localtuya 3.5.0 because it was the last version to support yaml config.

Works fine for local control of all the switches I have, but missing some newer device types. Would recommend over any of the other cloud or local UI driven integrations if it has all the needed device types.

16:49:25
@hexa:lossy.network@hexa:lossy.networkhrm16:49:49
@adam:robins.wtf@adam:robins.wtf
In reply to @hexa:lossy.network
I have strong feelings right now
Everything is so fragile 
16:49:58
@marcel:envs.net@marcel:envs.net joined the room.19:07:26
@marcel:envs.net@marcel:envs.net left the room.19:07:54
@urbas:matrix.orgMatej Urbas joined the room.20:57:53
@urbas:matrix.orgMatej Urbas

Hi all! I recently upgraded to NixOS 24.11 and ever since I'm not able to import Home Assistant blueprints from github. The import fails with a ClientConnectorDNSError: [Could not contact DNS servers] error (only visible in journalctl logs).

Just checking if anyone experienced the same problem and if perhaps anyone knows of a solution?

21:06:16
@hexa:lossy.network@hexa:lossy.networkcan you link an example blueprint for me to test?21:06:45
@urbas:matrix.orgMatej UrbasIt seems to happen with any github-hosted blueprint. Here's an example I checked causes the same error: https://github.com/panhans/HomeAssistant/blob/main/blueprints/automation/panhans/advanced_heating_control.yaml21:10:13
@hexa:lossy.network@hexa:lossy.networkimage.png
Download image.png
21:11:02
@hexa:lossy.network@hexa:lossy.networkworks for me21:11:02
@hexa:lossy.network@hexa:lossy.networkyour error looks like a failure in dns resolution21:11:43
@hexa:lossy.network@hexa:lossy.networkcan your home-assistant host resolve github.com?21:11:59
@urbas:matrix.orgMatej Urbas

Hmm, yes, it can:

% host github.com
github.com has address 20.26.156.215
21:12:48
@urbas:matrix.orgMatej UrbasI'll restart HA and see if that helps.21:13:22
@urbas:matrix.orgMatej UrbasHah, that worked. I should have tried that first before spamming y'all. Sorry for the spam! 🙇21:14:52
@urbas:matrix.orgMatej Urbas And thanks hexa for the help! 21:15:08
@hexa:lossy.network@hexa:lossy.networknp21:15:24
@hexa:lossy.network@hexa:lossy.network
2025-01-01 22:23:38.645 ERROR (MainThread) [homeassistant.setup] Error during setup of component conversation
Traceback (most recent call last):
  File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/setup.py", line 416, in _async_setup_component
    result = await task
             ^^^^^^^^^^
  File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/components/conversation/__init__.py", line 246, in async_setup
    from homeassistant.components.assist_pipeline import (  # pylint: disable=import-outside-toplevel
  File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/components/assist_pipeline/__init__.py", line 27, in <module>
    from .pipeline import (
  File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/components/assist_pipeline/pipeline.py", line 54, in <module>
    from .audio_enhancer import AudioEnhancer, EnhancedAudioChunk, MicroVadSpeexEnhancer
  File "/nix/store/441n2qxjgw4sbkvszgxdd6lxljivk01f-homeassistant-2024.12.5/lib/python3.12/site-packages/homeassistant/components/assist_pipeline/audio_enhancer.py", line 7, in <module>
    from pymicro_vad import MicroVad
  File "/nix/store/m9is6wi7d3xgdfhxk6qir7iipl8pi2zz-python3.12-pymicro-vad-1.0.1/lib/python3.12/site-packages/pymicro_vad/__init__.py", line 3, in <module>
    from micro_vad_cpp import MicroVad
ImportError: /nix/store/ybjcla5bhj8g1y84998pn4a2drfxybkv-gcc-13.3.0-lib/lib/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /nix/store/m9is6wi7d3xgdfhxk6qir7iipl8pi2zz-python3.12-pymicro-vad-1.0.1/lib/python3.12/site-packages/micro_vad_cpp.cpython-312-x86_64-linux-gnu.so)
22:28:27

Show newer messages


Back to Room ListRoom Version: 6