--
You received this message because you are subscribed to the Google Groups "openhab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openhab+u...@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at http://groups.google.com/group/openhab.
For more options, visit https://groups.google.com/d/optout.
Seems quite incredible that none of these TVs allow you to turn them on over the network. I know it is a fairly 'geeky' thing to want to do I guess, and not for the main stream at the moment, but surely they can see the future...
--
Since there's no lirc binding in openHAB, you can setup lirc_web which offers a simple REST API for LIRC. It can then be used from openHAB like this:
Switch TelevisionPower {http=">[ON:POST:http://192.168.1.20:3000/remotes/sonytv/KEY_PWRON] >[OFF:POST:http://192.168.1.20:3000/remotes/sonytv/KEY_PWROFF]"}
--