Jump to content


-M-

Member Since 2 Mar 2019
Offline Last Active 03 Mar 2024 18:50
-----

Posts I've Made

In Topic: Nordic EPG?

28 March 2021 - 11:20

Some channels have moved. Maybe you need to do a channel search and update favourites.

 

PS. However I also suspect some faults in EPG latest time. Now it looks good (updated yesterday), but I have not checked if it is correct.


In Topic: Change remote control

7 March 2021 - 22:13

It is a VS1838B IR receiver. It was a bit strangely mounted. So I bend it and also I cut off the metal cross in front. I think it is better. I haven't tested properly in normal environment. I will see what the user (a friend) will say about it now.


In Topic: Change remote control

7 March 2021 - 10:58

and now I can answer myself :-)

 

$ echo 21 >/proc/stb/ir/rc/type


In Topic: Command line interface in the STB

17 September 2020 - 13:58

Great :)

It works!

wget -q -O - http://127.0.0.1/web/about
wget -q -O - http://127.0.0.1/web/tunersignal
wget -q -O - http://127.0.0.1/web/deviceinfo
wget -q -O - http://127.0.0.1/web/vol
wget -q -O - http://127.0.0.1/api/statusinfo
wget -q -O - http://127.0.0.1/api/epgservicenow?sRef=1:0:1:64:C9:65:FFFF0000:0:0:0:

 

 


In Topic: Command line interface in the STB

17 September 2020 - 10:11

Thanks!

I can zap

wget -q -O - http://127.0.0.1/web/zap?sRef=1:0:1:64:C9:65:FFFF0000:0:0:0:

However if I try some other command from https://dream.reichh...terface_Befehle

For example

wget -q -O - http://127.0.0.1/cgi-bin/status

it will be: 404 Not Found
What do I do wrong?

fb.sh works! (well, it prints strange if no argument and it doesn't seem to be able to show Verfuegbare Plugins)

PS. Now I thinking about to look into the epgrefresh source code.