Search the Community
Showing results for tags 'tv'.
-
Hello, i have LG Smart TV WebOS 2019, how to control it from Home Center 3? It can be tuned on from Wake On Lan magic packet (even over wifi) Here is LUA scene code from HC2 for WOL which are not working, how to fix it? magicPacket = string.char(0xff, 0xff, 0xff, 0xff, 0xff, 0xff) macAddress = string.char(0x6c, 0xf0, 0x49, 0x1a, 0x61, 0x3a) for i=1, 16 do magicPacket = magicPacket .. macAddress end socket = Net.FUdpSocket() socket:setBroadcast(true) bytes, errorCode = socket:write(magicPacket, "255.255.255.255", 9) if errorCode == 0 then -- printing log
-
Does anyone know of a way that when someone rings your doorbell and you are watching tv that it will display a live view on your tv of your ip camera located at your doorstep?
-
Start a scene when the tv is turned on with normal remote
apgc posted a question in Scenes and Interface
Hi, I successfully integrated my Samsung tv. Can now control it through Fibaro. Don't really see the use of it though. What I'd like to do is have a scene start when the tv is turned on through a normal remote. FYI: the scene will check daytime, if it's day it will close the blinds, if it's evening it will set the lights at a dimmed level, etc... Possible? Thank you, apgc -
Philips JointSpace API for controlling new android TV
Lambik posted a question in Scenes and Interface
Hi! Here is something I want to share with you all! You can control your new Android Philips TV with commands mentioned here: http://jointspace.sourceforge.net/projectdata/documentation/jasonApi/1/doc/API.html The only thing you have to change to get it working is to change the version number into 5. So if you want to GET the system instead of using http://ip-address:1925/1/system you use http://ip-address:1925/5/system ! Happy LUA coding! -
Hi everybody, is it possible to use plugins in scenes? basically what i want is to turn of my samsung tv when i leave home. I have a scene for leaving home turning of the lights and arming the door and window sensors and i wanted to tell the plugin to turn of the tv as well but it does not appear in the blocks. (I have no clue about LUA). Any ideas? Thanks!