Any ideas?
Soory no idea
---------- PÅÆvodnĆ e-mail ----------
Od: orzech bot@community.openhab.org
Komu: jozef.szabo@email.cz
PÅedmÄt: [openHAB] [Add-ons/Bindings] Samsung TV K Series - OH2 with exec
binding and python3, TV Control -question setting TV volume like Setpoint,
Rollershuter
"
orzechszek(https://community.openhab.org/u/orzechszek) orzech
(https://community.openhab.org/u/orzechszek)
January 8
Any ideas?
Is there anyway to get the current HDMI, TV channel or open application?
Iām setting something up to change to a HDMI port I have camera setup on via a voice command, but I would like to store the state of the TV before it changes, so that I can then restore state once I have checked the cameras.
So just be able to check the Input, channel or application that is open, store it.
I really wish this could be fixed and setup like the pre K series TVās I upgraded my TV, my old JS8000 used to work perfectly.
I just asked for it⦠and unfortunately state of a source canāt be checked for now.
what about just knowing the state of the TV if it is on or off?
To check on/off stare I use standard Samsung binding and power Item - for my MU7002 it shows correctly
I posted this in another K series thread. But what about the samsung connect api? It seems like they are trying to replace smart things. And it has an API for the cloud version.
I can see my TV in the iphone app. All i had to was log into the tv and app. It gives me things like (channel, hdmi, app eg netflix).
Here is the api http://developer.samsung.com/smart-home
An openHAB user wouldnāt want to connect to his TV through 2 clouds over Internet.
As I think Kai has put it once: there is no Cloud, just other peopleās computers ā¦
I use this for wakeonlan for TV in a rule file.
var String results = executeCommandLine("/usr/bin/wakeonlan xx:xx:xx:94:c7:c8",1000)
xx:xx:xx:94:c7:c8 -> change this to your TVās mac address.
you can install wakeonlan liek apt-get install wakeonlan