Is there any way to control Philips Smart TV with Vera UI7? How to call this api?
If I enter in my safari browser:
http://:1925/1/audio/volume
I get this:
{
“muted”: false,
“current”: 14,
“min”: 0,
“max”: 60
}
If i enter this:
http://:1925/1/sources
I get this:
{
“tv”: {
“name”: “Watch TV”
},
“satellite”: {
“name”: “Watch Satellite”
},
“hdmi1”: {
“name”: “HDMI 1”
},
“hdmi2”: {
“name”: “HDMI 2”
},
“hdmi3”: {
“name”: “HDMI 3”
},
“hdmiside”: {
“name”: “HDMI Side”
},
“ext1”: {
“name”: “CVI”
},
“ext2”: {
“name”: “AVI”
},
“ypbpr”: {
“name”: “YPbPr”
},
“vga”: {
“name”: “VGA”
}
}
I need just basic commands to integrate in UI7. Just To turn ON/OFF my TV, Volume Up/Down/Mute and Select Source (hdmi1, hdmi2, hdmi3, tv, network, usb…)