Page 2 of 2
Re: Will SamyGO solve my problem?
Posted: Thu Sep 22, 2016 11:28 am
by sectroyer
cashe wrote:So can anybody approve is samygorc available for H-series?
Yes, everybody

Re: Will SamyGO solve my problem?
Posted: Thu Sep 22, 2016 5:08 pm
by zoelechat
Just beware that "samyGOrc" is maybe not the "magic stuff" you're expecting, it only send RC keys remotely, we're far from "home automation"

Re: Will SamyGO solve my problem?
Posted: Fri Sep 23, 2016 9:28 am
by cashe
zoelechat wrote:Just beware that "samyGOrc" is maybe not the "magic stuff" you're expecting, it only send RC keys remotely, we're far from "home automation"

As I understand, samyGOrc - this is a command line tool running in TV's linux environment. So when I (or my home automation controller) connect thru ssh to the TV, I can, for example, turn on or off my TV with some command line expression, isn't it?
Fibaro Home Center has no ability to work directly with ssh (no root there), but it can send a customized http commands. So I need some php 'proxy' that will be used to convert http commands from Fibaro Home Center (for example:
Code: Select all
http://192.168.0.22/tvremote.php?tvip=192.168.0.11&action=turnOn
) into ssh command line expression (will use ssh2 php package, for example).
So I need some third hardware (rasberry pi or something with apache webserver running) for such 'proxy'. But maybe there is an opportunity to install and run Apache (php+ssh2) directly on TV?
Did I understand correctly it all?
Re: Will SamyGO solve my problem?
Posted: Fri Sep 23, 2016 9:35 am
by zoelechat
You can use telnet instead of ssh, no idea if it helps

Re: Will SamyGO solve my problem?
Posted: Fri Sep 23, 2016 10:05 am
by cashe
zoelechat wrote:You can use telnet instead of ssh, no idea if it helps

Thank you for participating. SSH and telnet are both uncomfortable

Re: Will SamyGO solve my problem?
Posted: Fri Sep 23, 2016 10:17 am
by juusso
About power off no problems with this. But power on is impossible this way (no ssh, no ftp, nothing. Stand by mode = no services at all) unless you use soft power off state (libPowerOff), when just lcd is off and all services are running.
Re: Will SamyGO solve my problem?
Posted: Fri Sep 23, 2016 10:38 am
by zoelechat
Btw:
cashe wrote:But maybe there is an opportunity to install and run Apache (php+ssh2) directly on TV?
Yes, apache server is even built-in SamyGO, no need for third hardware

Re: Will SamyGO solve my problem?
Posted: Fri Sep 23, 2016 11:31 am
by cashe
zoelechat wrote:Btw:
cashe wrote:But maybe there is an opportunity to install and run Apache (php+ssh2) directly on TV?
Yes, apache server is even built-in SamyGO, no need for third hardware

And php available too?
Re: Will SamyGO solve my problem?
Posted: Fri Sep 23, 2016 12:50 pm
by sectroyer
cashe wrote:zoelechat wrote:You can use telnet instead of ssh, no idea if it helps

Thank you for participating. SSH and telnet are both uncomfortable

You can code php script. SamyGO has php and web server.