sinricpro / non-sdk-issues

Report non sdk related issues here (Alexa, Google Home, SmartThings, IFTTT, API)
2 stars 0 forks source link

sendVolumeEvent for TV device #11

Closed ytrufchev closed 3 years ago

ytrufchev commented 3 years ago

Hi, first of all you have a amazing service I absolutly love it. I have smart tv that gives the volume level in a JSON response, but when I want to change the volume from the remote and send the new value to the service, all I see in the app is the small banner at the bottem where the cause should be, but the volume value in the app is uneffected.

kakopappa commented 3 years ago

TV device type supports sending manual volume changes to the server if that's what you are looking for https://sinricpro.github.io/esp8266-esp32-sdk/class_sinric_pro_t_v.html#a0f301accc58742f867de88c66a5eb3c5

ytrufchev commented 3 years ago

Thats exactly what I mean, but I not a professional developer, just very passionate about programming. I've been looking for an answer for the past two days and i'm thinking its a syntax problem because I cant write the right code, but will do my Best when I get home and post back with the results.

ytrufchev commented 3 years ago

I tried the following

bool success myTv. sendVolumeEvent(newVolumeValue) ;

But the value on sinric.pro server is not changing

Update: it works now, but I have to restart the mobile app to see the change

kakopappa commented 3 years ago

I will move this to non sdk issue to track the app issue.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.