This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
xtrend satellite receiver Linux ET9500 (noob)
BenvMaanen
Member
in Archive
An app that controls a
satellite receiver with homey.
There is a web interface where i can control it by
LAN.
Ore are there some apps that i can program tot
control this receiver?
This discussion has been closed.
Comments
https://dream.reichholf.net/wiki/Enigma2:WebInterface
http://root:youpassword@IP:port/web/powerstate?newstate=5 ( standby)
https://github.com/Xento/pimatic-enigma2/
I think this may help.
Ontvanger aan
http get json
http://192.168.1.5/web/powerstate {"newstate":4}
Ontvanger standby
http get json
http://192.168.1.5/web/powerstate {"newstate":5}
Ontvanger herstarten
http get json
http://192.168.1.5/web/powerstate {"newstate":2}
Ontvanger uitschakelen
http get json
http://192.168.1.5/web/powerstate {"newstate":1}
The second part of the command has to be placed in the second field of the http get json card
http://192.168.10.102/web/message?text=Hallo&type=1&timeout=5
or
http://192.168.10.102/web/message?text={messagetext}&type={messagetype}&timeout={messagetimeout}
messagetext= Text for message
messagetype= Number 0-3, 0=Yes/No,1=Info,2=Message,3=Attention
messagetimeout= Timeout for message
With messagetype 2 the receiver will send a response. Maybe you can use it for questions like:
If lux is less than XXX then send message "Should i switch the light"
if yes then switch living room light on
if no then do nothing
if timeout then do nothing
But for this we need more flows