|
2010-05-13
, 23:59
|
Posts: 40 |
Thanked: 8 times |
Joined on Mar 2010
|
#2
|
The Following User Says Thank You to satello For This Useful Post: | ||
|
2010-05-14
, 00:42
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#4
|
would this work only on DB or on other E2 boxes ie cuberevo, qbox, etc?
jesus, this is gonna be a great up when you forget the remote on the table.....
wont start on my 900 never mind if it worked or not.... keep up the good work..
|
2010-05-14
, 10:31
|
Posts: 152 |
Thanked: 620 times |
Joined on Mar 2008
@ Netherlands
|
#5
|
/cgi-bin/rc?402
/web/remotecontrol?command=402
HTTP/1.1 204 No Content Connection: close Content-Length: 0 Content-Type: text/html; charset=utf-8
|
2010-05-14
, 10:46
|
Posts: 883 |
Thanked: 980 times |
Joined on Jul 2007
@ Bern, Switzerland
|
#6
|
The Following User Says Thank You to twaelti For This Useful Post: | ||
|
2010-05-14
, 11:01
|
|
Posts: 435 |
Thanked: 160 times |
Joined on Dec 2009
|
#7
|
|
2010-05-14
, 11:10
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#8
|
It seems there are only 2 small differences for enigma1:
example request:
This is the bouquet up request.Code:/cgi-bin/rc?402
In enigma2 this would be:
So basic url is: http://<ip>/cgi-bin/rc?<command>Code:/web/remotecontrol?command=402
Response is:
Instead of a 200 response for enigma2.Code:HTTP/1.1 204 No Content Connection: close Content-Length: 0 Content-Type: text/html; charset=utf-8
|
2010-05-14
, 11:20
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#9
|
Ok, now for someone to also port Dreamstream :-)
Shouldn't be too hard, the in-built GStreamer framework is quite powerful.
|
2010-05-14
, 11:26
|
|
Posts: 543 |
Thanked: 802 times |
Joined on Apr 2010
@ Germany
|
#10
|
I'm proud to present you today my first Application for maemo 5:
DreamRemote
It's a WiFi Remote Control for the Dreambox (the Linux-based set-top boxes) from Dream multimedia.
It's compatible with all Dreambox receiver with Enigma 2 and Enigma 1 (running Webremote assumed), AZBox (HD Elite, Premium HD and HD+) and Kathrein (UFS910).
Examples for compatible Dreambox receiver: DM 800, 7025(+) and 8000.
In this Article you can find several more informations: Wikipedia
See here for some screenshots:
Settings Menu:
AZBox Receivers:
The AZBox Layout: (here are 6 Remotes in the presets, in this screenshot I switched to Remote number 3 using the vertical slider in the lower right corner)
And especially for the AZBox the Power UI:
And the additional Buttons for the extra AZBox controls:
Usage:
- Daily usage:
I'm using it since several weeks to control my Dreambox 7025.I connected my small TV in the bedroom to the RF modulator of the Dreambox (it stands in the livingroom). So I can watch my movies in bed. (nice in the evening)
I used before the built in webremote from the Dreambox. (and without N900 I had to stand up and walk in the next room) - But the original webremote needs a lot of time to startup, select the remote from the menu and the buttons are also to small, it zooms in and out if you press the buttons to fast in a row and they have no feedback. So my little programm is for me a huge improvement. I hope so for others too.
It's now in the Extra Devel repository and ready for some community testing.
Niels Breet from maemo.org has already done some testing (thanks for the dependency Bug Report). So it shouldn't brick your device.
But, still don't forget the standard Extra Devel warning:
http://maemo.org/packages/view/dreamremote/
Thanks a lot to mikec for his helping hand and his Qt Designer/Python for Windows XP in 30 Mins tutorial.
BugReports are welcome: BugTracker
And please consider to donate and show me how much you like my work: Donate
I hope of many Dreambox users here in this community and some positive feedback.
Update:
Now with Enigma1 support. (thanks to X-Fade)
Also working with Kathrein UFS910 (use Enigma2 setting - only Info and Help Buttons are interchanged)
Changelog:
- 0.3.2:
- 0.3.1:
- 0.3.0:
- 0.2.2:
- 0.2.1:
- 0.2.0:
- 0.1.1:
- 0.1.0:
TO ALL WITH PROBLEMS DURING THE INSTALLATION- support for userdefined ports
- fixed Settings UI Bug with empty Database
- support for up to 6 Remotes
- total rebuilt settings UI (still slow)
- full AZBox support
- fixed Donate Button
- maemo.org bugtracker
- improved startup speed
- first several commands implemented for AZBox support
- some preparing for v0.3.x (changes in the source structure)
- Fixed Exit Button for Enigma1
- Support for Enigma1
- package fixing (python2.5-qt4-sql dependency)
- About Ok Button fixed
- first release of DreamRemote
Install "PyQt4 Full install" from the normal maemo-Extras (keep Extra-Devel disabled during the installation) and install DreamRemote after that the normal way from Extra-Devel.
Then it should work without problems!
With the official release of PR1.2 this will get (hopefully) unnecessary.
You can deinstall "DreamRemote" and "PyQt4 Full install" before the update to PR1.2 to save space on root (as far as I know is PyQt4 not fully optified) and install DreamRemote after PR1.2 the normal way again. (the settings of DreamRemote survive)
Please DONATE if you like my work!
Last edited by helex; 2011-07-30 at 12:36. Reason: updated News