Created At
Jun 18, 2020
Created At
Jun 18, 2020
Last Update
Jul 08, 2020
Platforms
HC 3 Lite, Z-box Hub, Yubii Home Pro, Yubii Home, Venture WISE, HC 3
Views
9290
Download
1200
Quickapp to control Sony Bravia TV v1.4
How to prepare TV for IRCC control: https://pro-bravia.sony.net/develop/integrate/ip-control/index.html
Follow "IP Control Authentication" and "Wake-On-Lan" instructions.
Set the IP and pre-shared key variables on the "QuickApp device/Variables Tab"
Thanks to Aleksander Lurie (https://marketplace.fibaro.com/profiles/fibaro-user-unnamed-b53407d0-8731-4932-b46e-b0c46f9a7e20)
for the HC2 VirtualDevice (https://marketplace.fibaro.com/items/sony-bravia-remote).
I used some commands and functions from his HC2 code to get this started.

It works fine but how can I trigger the power Off button from a scene. I use a "go to bed button" and want to turn off the TV in that scene. Ik hope someone can help me! Thanks!

Hello, Since the HC3 update, we no longer have access to the "Press" or "Choose" button in the scenarios; the fields are empty. Sincerely,

works fine. Thanks!

My Sony Bravia don't work:( I have Ip and pass and Quick app don't work
Hello. I use this line in a LUA scene for exactly that. "233" is the deviceID and "uibutton18_2" is the button you want to press. 18_1 is ON and 18_2 is OFF. You only need to add this single line in the right side of a LUA scene and then trigger that scene from your Block scene, or add it to your goodnight-scene if it is a LUA scene. I hope that's understandable: fibaro.call(233, "uibutton18_2") ------ @Jean-Charles: Sorry for that, I only use the above line to turn off my TV at night or when leaving the house, but I tried and could use the buttons from the interface, both web and Yubii. The "ON" and "OFF" button for the scene doesn't work and if I remember correctly they never did, but the "powerbutton on row 1 (same row as SRC) and last row ON and OFF works and can be used in a LUA scene. I can't use a Block scene to push any buttons, never tried that, I use LUA scenes to trigger my buttons. Sorry for the inconvenience.