-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Turning on scene using Google Nest Mini Gen 2 crashes HAMH #284
Comments
Hm. After the watchdog (apparently) restarted HAMH, I now get the same crash using Alexa "Computer, Kaminfeuer an": |
But does it execute the command anyway? is it failing sending the command to HA, or is it failing updating the matter devices after they changed in HA. |
Yeah, that's why I didn't realize at first: It actually does execute the command. The "Kaminfeuer" scene actually sets 5 WLED devices (2xESP32, 1xESP8266 and 2xAthom 15W bulbs using ESP8285), all using WLED 0.15.0. Very seldom, usually under high WiFi load (like yesterday), the Athom lights don't always catch the command from HA (they then simply continue running the previous preset). Simply triggering the scene again usually fixes that. Makes me think this could be some timing/WiFi load issue when updating the device status after the command. Status updates in both the Alexa and Google Home apps on my smartphone were also rather slow. Re-check today: Activating "Kaminfeuer" scene worked smoothly from both Alexa Echo Dot and Google Nest Mini, but switching back to scene "Nur Stehlampe" (switches off 4 of 5 WLED devices, sets WLED "Stehlampe" to solid white) produced "device unreachable" messages on both Alexa and Google. The command was eventually executed by Alexa after a while. WiFi load today as measured by Fritz!Box 7490 router (incl. all neighbour's use): around 10–15% (yesterday was at 80–90%). Total number of LEDs controlled: 462. Since adding scenes to the HAMH, I also notice some rather long messages, don't know if that has anything to do with it:
Using HAMH 3.0.0-alpha.54, HA Core 2024.12.2, HA Supervisor 2024.11.4, HA OS 14.0, HA Frontend 20241127.7. |
Please provide more log ... this logpart just shows that the bridge reported some change values to the subscriber ... so basically: you left out all potentially interesting logparts ;-) |
There was a log file attached some comments above:
This is most likely the home assistant call failing. The error in there wasn't catched, but detached (with I have added a catch command there in alpha.55. So please upgrade and try again. |
Version
3.0.0-alpha.54
Matter Controller
Google Nest Mini 2nd Gen
Steps to reproduce
Using a Google Nest Mini Gen 2, trying to switch on a scene ("Kaminfeuer") crashes HAMH. I used the sentence "Hey Google, Kaminfeuer an". The same sentence works fine with an Alexa Echo Dot Gen 5 ("Computer, Kaminfeuer an").
State and attributes
entity_id:
id: "1727458551694"
icon: mdi:fireplace
friendly_name: Kaminfeuer
Relevant log output
Documentation & Issues
The text was updated successfully, but these errors were encountered: