J. Nick Koston

Results 1005 comments of J. Nick Koston

Without the `pyproject.toml` its too late since `setup.py` loads cython and you get the system installed version instead of the one to build with

https://github.com/pydantic/pydantic/pull/7695 Edit: saw above comment after I opened the PR. Closed the pr

That looks like a problem installing cmake It seems to have built successful on piwheels https://www.piwheels.org/logs/0000/1173/8896.txt and Home Assistant also was able to create wheels for armv7l https://wheels.home-assistant.io/musllinux/zeroconf-0.132.2-cp312-cp312-musllinux_1_2_armv7l.whl

Please turn on debug logs for `homeassistant.components.bluetooth` and post the advertisements for the devices you can't see

It looks like the H5074s due transmit without active scans, but far less so it should still work in passive mode, just a lot slower to update ``` 2024-04-25 10:18:48.258...

The `AssertionError` should normally not be reachable, which indicates you have an integration doing non-threadsafe operations on asyncio objects which is corrupting the internal asyncio state. When an integration modifies...

If you turn on debug logging for the Bluetooth integration and post the raw advertisement data from the devices it might show why the library can't detect them

HAOS 12.3 has BlueZ 5.75 which has some stability fixes that might help I'd also try ESP-IDF 4.4.7 on the Olimex board as there are some known issues with active...

Did you try only using the Bluetooth proxies after updating them to 4.4.7 and disabling the config entry for the local adapter? esphome yaml: ``` esp32: framework: type: esp-idf version:...