iklein99
iklein99
Sorry, can you actually send me the complete file that you downloaded to [email protected]? The log didn't include the error.
So, the issue is that the device is reporting 'null' for humidity: "relativeHumidityMeasurement": { "humidity": { "value": null, "unit": "%", "timestamp": "2020-09-22T18:27:14.874Z" } }, Which is not expected. (It's also...
I understand. Right now, I’m not checking every reported capability from every device to see if we get a valid response, other than when the status is checked. I can...
Good news... I found a good way to remove any sensor service once it reports an invalid value. I'll be releasing a fix soon...
Try version 1.4.23. Should detect the invalid response and remove the service. You'll see one error in the logs.
You can clear that by putting the name of the device in the ignore devices list. Then restart. The device will be removed Then remove it from the list and...
It worked when I tested it, but not sure what is happening. The device will first be added with the humidity sensor. After the first bad value, the service will...
Please follow these instructions to send me the detailed logs so I can see what is happening. [Instructions for Producing a Detailed Log.pdf](https://github.com/iklein99/homebridge-smartthings/files/10456957/Instructions.for.Producing.a.Detailed.Log.pdf)
You need to send me the actual file you downloaded to this email address. Don't post it here as you can expose information to others... [email protected]
The plugin doesn’t support TVs at the moment. > On Oct 25, 2022, at 12:23 PM, mattwilko123 ***@***.***> wrote: > > > Hi there! Thanks again for creating this. >...