Christopher Dohmen

Results 86 comments of Christopher Dohmen

I am closing this due to inactivity. Please re-open the issue if you are still having problems.

Have you put hubspace into debug before inital setup? This may provide additional logs ```yaml logger: default: warning logs: custom_components.hubspace: debug

The issue seems to be around the refresh token which would be tied to hubspace-async. Can you verify what version of the integration you are on? On Sun, Aug 4,...

Not positive on this one other than failure to generate a token and not correctly raising an exception. I'll need to dive into it some more and create a dev...

Sorry I haven't gotten back on this issue. I need to add some more logs in hubspace-async to see what's happening. However I haven't seen this before and it's a...

Can you try a version under 3 and see if the connection works? It will require manual configuration though On Tue, Aug 6, 2024, 07:44 cjr222 ***@***.***> wrote: > No...

I have added additional messages (HS_TRACE) when authenticating. Can you run install and run manually to see what you get back? `python -m pip install "hubspace-async==0.1.1"` After installed, run the...

That warning is fine as long as an exception was not raised. I would continue to run the commands and get the logs.

@cjr222 Were you able to gather the information from the logs?

Can you try with #104 to see if that helps at all? If not, well need to grab additional logs