Page 1 of 1
Philips TV integration
Posted: Monday 25 April 2016 12:38
by toreandre
Is it possible to integrate Philips smart-tvs into domoticz?
Almost all models since 2010 do support Jointspace and can be controlled with JSON.
Here is the "getting started info"
http://jointspace.sourceforge.net/proje ... arted.html
And here is the API documentation
http://jointspace.sourceforge.net/proje ... c/API.html
Re: Philips TV integration
Posted: Tuesday 26 April 2016 13:22
by r255
I did try several things and some how they all kind of work... except for power on.
I have domoticz running on win and pi depending on the one you use you could try :
Windows : Compile remco.exe from the fenstra package
and go the .batch file route
https://sourceforge.net/projects/joints ... e_samples/
Pi : Install jstX
https://sourceforge.net/p/jstx/wiki1/JSTx/
( search the forum for more info on integrating and make sure you install the right package that matches your build year )
If you are on a pi platform libcec also is something to investigate as cec does make it possible to turn your tv on and off and switch thru inputs.
but some i cant get that running on the pi sd so i got another pi with osmc to run the cec-client commands.
Have a look at sec-o-matic.com to get a impression of what you could control on cec.
echo on 0 | cec-client -s -d RPI
turns the tv on here.. .and that isnt possible with fenestra or jstx, jointspace/
Re: Philips TV integration
Posted: Tuesday 26 April 2016 18:55
by pepijn
Did you search our wiki?
http://domoticz.com/wiki/Philips_tv
Verzonden vanaf mijn iPhone met Tapatalk
Re: Philips TV integration
Posted: Tuesday 26 April 2016 20:28
by toreandre
Thank you for your replys!
Will check out the links, and read a bit about CEC.
About the Wiki, i did check out the main wiki page but could not find anything, i thought all articles was listed on the wiki index page.
Thanks for the hint.