Closed o-lukas closed 1 year ago
SmartThings API always returns volume 0 and some strange old timestamp.
[4/1/2023, 3:28:08 PM] [smartthings-tv] [[TV] Samsung 6 Series (55)] Successfully get status of audioVolume : {
"volume": {
"value": 0,
"unit": "%",
"timestamp": "2023-01-29T09:36:16.652Z"
}
}
Seems like an issue with the SmartThings API. Sadly there is no other capability for volume.
I opened a topic at SmartThings community forum. Hopefully anybody there can help...
It seems to be a common problem that some states are not updated correctly.
So issue will remain unsolved as there is no real solution other than caching the volume. Because the volume would not be updated when using the TV remote or any other device than this plugin caching does not really solve the problem.
Describe The Bug: The volume showing in the Homebridge Config UI does not match the value of the TV.
To Reproduce:
Expected behavior: Volume showing in Homebridge Config UI accessories page should match the volume of the TV.