Adrian Sampson

Results 1053 comments of Adrian Sampson
trafficstars

That traceback is cut off. Can you try pasting again, and this time use Markdown code fences so it's readable?

Interesting! I can see what’s going wrong (non-UTF-8 data for the JSON response) but I’m not sure what to fix it (i.e., what the right encoding is). Any chance you’d...

Thanks! The problem was that you have other, non-AC devices on your account. I only have AC devices from LG, so I just used all the associated devices and assumed...

Hmm, is there any more detail in the log? That message could mean anything…

Strange! I'm not sure what to recommend. It looks like wideq installed correctly, but the Python instance that's running Home Assistant can't find it. I don't know the inner workings...

Sorry; I don't recognize this error. Looks like it's inside the HA code. As in the previous case, it might be best to ask on the HA forums or something....

Actually, in the spirit of open-source collaboration, can you please do it? Please open a PR with the changes you want to see and we’ll go from there.

Hmm, yes, I've currently hard-coded the plugin to use Fahrenheit, so you're probably seeing rounding errors. This is the relevant line: https://github.com/sampsyo/hass-smartthinq/blob/c5541db7957d5030e8b525e87113d71564bcdd08/smartthinq.py#L43 If you change that to False, you should...

Hi, @Pharizna—posting updates like this, or the one in https://github.com/sampsyo/hass-smartthinq/issues/6#issuecomment-402801885, is not helpful. We (the community) have already weighed in and helped however we could—we didn't just forget about the...

Oops!! I added the `import wideq` you mentioned (see above commit). For the `APIError` exception: any chance you have an old version of the wideq library? Can you try upgrading...