Open hpojak opened 2 months ago
Hey there @dmulcahey, @adminiuga, @puddly, @thejulianjes, mind taking a look at this issue as it has been labeled with an integration (zha
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
zha documentation zha source (message by IssueLinks)
Same issue here; am currently rebuilding my Home Assistant instance from scratch using HassOS and ZHA refuses to talk to my ConBee, which was working fine before on a supervised install.
The problem
Tried to add an integration "Zigbee Home Automation", radio type EZSP, with port speed 115200. It resulted in an error message: "Failed to connect" in the web browser, and logs in the server.
All alternatives (hardware, software and blank) for flow control resulted in the same error message. Please see the included image.
The logs "Detected blocking call to open..." etc are written before I choose radio type.
The USB dongle (Aeotec Zi-Stick) is shown here: $ dmesg | grep tty [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=D8:3A:DD:9C:2A:CE vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=7d319b0c-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles [ 0.000357] printk: console [tty1] enabled [ 1.617029] fe201000.serial: ttyAMA1 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2 [ 1.617273] serial serial0: tty port ttyAMA1 registered [ 6.201656] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 9.238940] usb 1-1.4: ch341-uart converter now attached to ttyUSB0
The system is a Raspberry Pi 4 with Raspberry Pi OS 32 bits.
Note
HA couldn't complete its installation:
../../numpy/meson.build:207:4: ERROR: Problem encountered: No BLAS library detected! etc
in spite of the system having the BLAS library:Thus, the following edit was done to homeassistant/lib/python3.12/site-packages/homeassistant/components/stream/core.py:
# import numpy as np
The dependency of numpy, from camera, was removed with a comment sign. I'm not attaching any camera to HA.What version of Home Assistant Core has the issue?
core-2024.8.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Core
Integration causing the issue
Zigbee Home Automation
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
No response