Logs for Nest Integration

Hi there!

I’m somewhat of a Home Assistant noob, wouldn’t call myself a developer - especially not for Python - but have written some code in my day and feel like at least at a high level I understand what a piece of code does. Having said that, I’m having some challenges with the Nest integration. Especially, when combining it with Homekit so I can use iOS shortcuts to view set the temp for my thermostats. So I’m trying to figure out what’s happening and how everything is working, for which logs would be extremely helpful. However, it seems like this Nest integration isn’t working like most others. A lot of logs that I would expect to see, just don’t seem to show up. I have my overall logging level set to “Debug” and as such would expect a log message somewhere along the lines of “[homeassistant.loader] Loaded Nest from homeassistant.components.nest” but not even that line shows up in the logs. Can anybody give me any pointers as to what’s going on?
As a sidenote, I’m also getting server errors frequently from my cameras. Happy to share more details with whoever can help figure out what’s happening.

Thanks!

https://www.home-assistant.io/integrations/nest/#troubleshooting has some examples for how to crank up debug logging

There are some camera issues described here https://github.com/home-assistant/core/issues/42793 being addressed here https://github.com/home-assistant/architecture/issues/482

1 Like