Teemu R.

Results 512 comments of Teemu R.

Related to https://github.com/home-assistant/developers.home-assistant/pull/2125

Hi, your description doesn't contain the model information (or the warning you received), so I cannot add it to the list of supported models.

This error is coming from the device and one could only guess that this device/firmware doesn't like the way this library is using the `did` in the requests. At the...

Yeah, that's a firmware bug. Let's keep this issue open, we need to add some type of quirk handling for such cases, likely by passing the real did for listed...

Could you try to see if there's something interesting in the debug logs (by calling `miiocli --debug ...`)?

All "miot" devices should work with the genericmiot integration (which is currently available only in the master branch of the repo), so try `miiocli genericmiot`.

Hi, There could be two reasons for this: 1. The device ignores the subsequent calls using the same sequence id, making it necessary to re-try the request. This is a...

Could you add a timestamp to the print output to see if those delays appear on regular periods? Just wondering if it could have something to do with the handshake...

I replied to you here https://github.com/home-assistant/core/issues/112509#issuecomment-2000732641 but this should already be fixed for your device (in git master and 0.6.0.dev0) as the model is already there as you pointed out....

I'm not sure when it got added to the list of supported devices, but apparently it shouldn't be there. That PR got never finished, so there's unfortunately no easy way...