Hi
I need to control a Sony Bravia TV (bought this year) and unhappy it looks like Sony has started to be “stupid” with their tv devices
The TV, although being Bravia model, is not controlable with Bravia protocol avalaible since years and that was working great Android TV control on it is everything but reliable… so my only option is to go with Infrared.
Unhappy my existing IR codes for Sony Bravia are not working on that specific model: KD-43X72K
Here is code I use and that works fine on an older Sony Bravia TV:
remote_transmitter:
pin: GPIO2
carrier_duty_percent: 50%
button:
- platform: template
name: "Power On 1"
on_press:
- remote_transmitter.transmit_pronto:
data: "0000 0067 0000 000d 0060 0018 0018 0018 0030 0018 0030 0018 0030 0018 0018 0018 0030 0018 0018 0018 0030 0018 0018 0018 0018 0018 0018 0018 0018 03f6"
#carrier_frequency: 38kHz
repeat:
times: 4
wait_time: 50ms
- platform: template
name: "Power Off 1"
on_press:
- remote_transmitter.transmit_pronto:
data: "0000 0067 0000 000d 0060 0018 0030 0018 0030 0018 0030 0018 0030 0018 0018 0018 0030 0018 0018 0018 0030 0018 0018 0018 0018 0018 0018 0018 0018 03de"
repeat:
times: 4
wait_time: 50ms
Someone found the discrete codes for recent Bravia Sony TV ?
Thanks
Vincèn