Open itnassol opened 1 month ago
So this seems to be an API issue, if I reboot any of the speakers it wont connect to the API... Any help would be great
First format it right (use the code block as this is unreadable) and provide serial logs
Yep you're right my bad, rushed it (one of those days) Sorry all formatted now, Logs in the right place... Am fairly new to this, what are serial logs? Thanks for giving me a prod.
Finally it is readable :) Thanks.
But serial logs - these one are just telling that the dashboard it is not able to connect to address 192.168.68.52 as port 6053 is not open.
Since it is S3 you can just connect to one of USB ports and check logs when it boots. If it is boot loping we might figure out why it is doing so.
WIFI logging has been broken again logs_jbd-bms_logs_usb.txt logs_jbd-bms_logs_wifi.txt
@ShohninDmitriy this is absolutely unrelated to this issue - as you see, your device is working just fine, your esphome dashboard is broken, probably something was updated and is not compatiblke anymore (rebuild addon/docker/venv).
@ShohninDmitriy this is absolutely unrelated to this issue - as you see, your device is working just fine, your esphome dashboard is broken, probably something was updated and is not compatiblke anymore (rebuild addon/docker/venv).
After reinstalling, alas, it does not work either
Same problem with Respeaker lite kit (ESP32 S3) and Atom echo. No wifi connection anymore.
The latest update seems to have fixed the problem for me, thank you for all the advice.
The problem
I use round ESP boards based on the Onju Voice, been working beautifully up until the last update for ESP, The speakers now just get into a loop where they are constantly connecting to WIFI but not getting anywhere.
INFO ESPHome 2024.10.1 INFO Reading configuration /config/esphome/dr-ada.yaml... INFO Starting log output from 192.168.68.52 using esphome API WARNING Can't connect to ESPHome API for dr-ada @ 192.168.68.52: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.68.52', port=6053))]: [Errno 111] Connect call failed ('192.168.68.52', 6053) (SocketAPIError) INFO Trying to connect to dr-ada @ 192.168.68.52 in the background
Which version of ESPHome has the issue?
2024.10.1
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2024.10.3
What platform are you using?
ESP8266
Board
esp32-s3-devkitc-1
Component causing the issue
No response
Example YAML snippet
Anything in the logs that might be useful for us?
_INFO ESPHome 2024.10.1 INFO Reading configuration /config/esphome/dr-ada.yaml... INFO Starting log output from 192.168.68.52 using esphome API WARNING Can't connect to ESPHome API for dr-ada @ 192.168.68.52: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address='192.168.68.52', port=6053))]: [Errno 111] Connect call failed ('192.168.68.52', 6053) (SocketAPIError) INFO Trying to connect to dr-ada @ 192.168.68.52 in the background
Additional information
No response