Travis Glenn Hansen

Results 822 comments of Travis Glenn Hansen
trafficstars

I'm curious what's causing this to happen. I'm curious if the integration is simply *exposing* some of these issues vs *causing* the issues. Perhaps someone can disable the integration altogether...

What do the similar logs show during the outages? Do specific operations take longer? Do they just all fail? Etc

My guess is this will continue to be elusive unfortunately. My assumption at this point is that something is going on outside the 'control' of the integration that's causing the...

Ha! Not sure if this is the same issue for everyone else, but your issue is likely connected to this: ``` def get_firmware_update_info(self): """ # the cache is 2 hours...

OK, just implemented backgrounding logic in `v0.5.1`. Give it a try.

What version of hass are you running? The integration now requires `2022.04+` now..

Yeah, do you have a fancy new update entity? It replaces the binary sensor previously used and integrates with hass so you can trigger firmware updates right from the hass...

Can you send more lines preceding the fetch that failed?

Go to `v0.5.3` and it should be backgrounding the firmware data calls. As an aside, I noticed some code the made all the tests to bump the timeout for the...