!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

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

Load older messages


SenderMessageTime
3 Feb 2025
@hexa:lossy.network@hexa:lossy.networkbut you can clearly see the color indication that older values are thinned out16:21:56
@pederbs:pvv.ntnu.no@pederbs:pvv.ntnu.no changed their display name from pbsds (FOSDEM) to pbsds.16:25:34
@hexa:lossy.network@hexa:lossy.networkimage.png
Download image.png
16:30:32
@adam:robins.wtf@adam:robins.wtfthat's quite the downsampling :)16:45:03
@hexa:lossy.network@hexa:lossy.networkafter ~10 days apparently16:45:52
4 Feb 2025
@qfe6mwof7:matrix.org@qfe6mwof7:matrix.org left the room.14:28:41
5 Feb 2025
@hexa:lossy.network@hexa:lossy.networkhome-assistant esphome ble support is broken on unstable right now18:41:25
@hexa:lossy.network@hexa:lossy.network
2025-02-05 18:40:35.272 WARNING (MainThread) [aioesphomeapi.connection] esphome-e1c450 @ 192.168.120.107: Connection error occurred: ESPHomeBluetoothDevice.async_update_ble_connection_limits() takes 3 positional arguments but 4 were given
2025-02-05 18:40:35.272 INFO (MainThread) [aioesphomeapi.reconnect_logic] Processing unexpected disconnect from ESPHome API for esphome-e1c450 @ 192.168.120.107
2025-02-05 18:40:35.278 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successfully connected to esphome-e1c450 @ 192.168.120.107 in 0.006s
2025-02-05 18:40:35.298 INFO (MainThread) [aioesphomeapi.reconnect_logic] Successful handshake with esphome-e1c450 @ 192.168.120.107 in 0.020s
2025-02-05 18:40:35.387 ERROR (MainThread) [homeassistant] Error doing job: Fatal error: protocol.data_received() call failed. (None)
Traceback (most recent call last):
  File "/nix/store/29a6wlyr860xg3i9n3pzavrlggmyxzkr-python3-3.13.1/lib/python3.13/asyncio/selector_events.py", line 1019, in _read_ready__data_received
    self._protocol.data_received(data)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "aioesphomeapi/_frame_helper/plain_text.py", line 65, in aioesphomeapi._frame_helper.plain_text.APIPlaintextFrameHelper.data_received
  File "aioesphomeapi/_frame_helper/plain_text.py", line 93, in aioesphomeapi._frame_helper.plain_text.APIPlaintextFrameHelper.data_received
  File "aioesphomeapi/connection.py", line 956, in aioesphomeapi.connection.APIConnection.process_packet
  File "aioesphomeapi/client_callbacks.py", line 77, in aioesphomeapi.client_callbacks.on_bluetooth_connections_free_response
TypeError: ESPHomeBluetoothDevice.async_update_ble_connection_limits() takes 3 positional arguments but 4 were given
18:41:51
@hexa:lossy.network@hexa:lossy.networkapi breakage I missed in the last aioesphomeapi update18:42:03
@hexa:lossy.network@hexa:lossy.networkbut I'm preparing 2025.2.0 right now18:42:10
@hexa:lossy.network@hexa:lossy.networkso maybe wait a day or two until you update unstable18:42:22
@robert:funklause.dedotlambda
In reply to @hexa:lossy.network
api breakage I missed in the last aioesphomeapi update
Can we add upstream tests that would have caught this?
19:04:58
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/378833 this was the PR19:05:24
@hexa:lossy.network@hexa:lossy.networkwe certainly could19:05:40
@hexa:lossy.network@hexa:lossy.networkhttps://www.home-assistant.io/blog/2025/02/05/release-20252/19:27:53
@hexa:lossy.network@hexa:lossy.networkCurrently out grabbing dinner19:28:20
@hexa:lossy.network@hexa:lossy.networkVery backup component heavy release19:30:39
@robert:funklause.dedotlambda
In reply to @hexa:lossy.network
api breakage I missed in the last aioesphomeapi update
Weirdly https://github.com/home-assistant/core/commit/48a91540 didn't change any actual code
19:48:06
@hexa:lossy.network@hexa:lossy.networkhrm19:48:44
@hexa:lossy.network@hexa:lossy.networkso where is the caller?19:49:01
@hexa:lossy.network@hexa:lossy.networkhttps://github.com/NixOS/nixpkgs/pull/37968519:50:46
@hexa:lossy.network@hexa:lossy.network
> Executing pytestCheckPhase
> ImportError while loading conftest '/build/source/tests/conftest.py'.
> tests/conftest.py:1240: in <module>
>     @pytest_asyncio.fixture(autouse=True, scope="session", loop_scope="session")
> /nix/store/nvqmkrjzzbrzyhgym70530w06vmqad85-python3.13-pytest-asyncio-0.23.8/lib/python3.13/site-packages/pytest_asyncio/plugin.py:151: in inner
>     return fixture(fixture_function, **kwargs)
> /nix/store/nvqmkrjzzbrzyhgym70530w06vmqad85-python3.13-pytest-asyncio-0.23.8/lib/python3.13/site-packages/pytest_asyncio/plugin.py:145: in fixture
>     return pytest.fixture(fixture_function, **kwargs)
> E   TypeError: fixture() got an unexpected keyword argument 'loop_scope'
For full logs, run 'nix log /nix/store/g9p6k7j61axy1ck6i2ph0zp69z4baxx4-homeassistant-2025.2.0.drv'.
19:54:55
@hexa:lossy.network@hexa:lossy.networkfml19:54:57
@hexa:lossy.network@hexa:lossy.networkdepends on pytest-asyncio>=0.25.019:56:58
@hexa:lossy.network@hexa:lossy.networkcurrently on staging-next19:57:02
@hexa:lossy.network@hexa:lossy.networkrebasing onto staging-next20:01:18
@robert:funklause.dedotlambda
In reply to @hexa:lossy.network
rebasing onto staging-next
That's probably a good idea anyway cause some of those updates might conflict with changes made in python-updates
20:06:13
@hexa:lossy.network@hexa:lossy.network yep\ 20:09:56
@hexa:lossy.network@hexa:lossy.networknot sure the staging people are going to like me for it 😄 20:10:08
@hexa:lossy.network@hexa:lossy.network dotlambda: hm, there is something off with the component tests 21:43:18

Show newer messages


Back to Room ListRoom Version: 6