Hallo liebe KNX-Freunde,
für Enigma2, das Linux-Betriebssystem der neuer Dreamboxen (Digitale Fernsehreceiver und Recorder) von Dream Multimedia, habe ich ein Plugin für die EIB/KNX-Visualisierung programmiert. Es setzt einen installierten linknx-Server voraus und bietet dann eine von knxweb her vertraute Oberfläche.
Für das Spitzenmodell DM8000 habe ich bereits eine fertige IPK erstellt.
Es benötigt ein aktuelles experimentelles Image vom 5.10.2010 oder neuer:
http://www.dreamboxupdate.com/opendr...0_20101005.nfi
Ich würde mich sehr über Euer Feedback freuen!
Anbei eine Kopie der README-Anleitung:
für Enigma2, das Linux-Betriebssystem der neuer Dreamboxen (Digitale Fernsehreceiver und Recorder) von Dream Multimedia, habe ich ein Plugin für die EIB/KNX-Visualisierung programmiert. Es setzt einen installierten linknx-Server voraus und bietet dann eine von knxweb her vertraute Oberfläche.
Für das Spitzenmodell DM8000 habe ich bereits eine fertige IPK erstellt.
Es benötigt ein aktuelles experimentelles Image vom 5.10.2010 oder neuer:
http://www.dreamboxupdate.com/opendr...0_20101005.nfi
Ich würde mich sehr über Euer Feedback freuen!
Anbei eine Kopie der README-Anleitung:
== E.I.B.ox setup how-to ==
* install and setup linknx server
(cf. SourceForge.net: linknx)
either
* install knxweb
* create visualization using knxweb ajax frontend
* save design as xml
or
* create visualization layout xml by hand or modify sample design.xml
* add or adapt this line in the <config> section of design.xml:
<settings host="yourlinknxhost" port="1028" refresh="2000" debug="true"/>
refresh time is in ms. intervals below 500 will disable auto refresh.
it is recommended to disable refresh and enable debug during setup phase and then
enable autorefresh and disable debug for performance reason during normal operation
* copy design.xml into plugin directory on your dreambox
* quantize your custom images (must be in PNG format)
pngquant 256 inputfilename.png
(cf. pngquant Home Page)
* rename quantized images back to original names and copy them to the images subdirectory
* restart enigma2 and have fun testing
* usage is pretty much self-explanatory:
navigate with up and down keys,
switch or change values with OK or left and right keys
thermostat values can directly be entered with number keys
* please report bugs at Startseite - Dreamboard
== known issues ==
so far the following "widgets" of knxweb have been implemented in E.I.B.ox:
* light switch
* light dimmer
* blinds
* thermostat (actual temperature and set point)
* text
* zone goto
still to be implemented are
* switches for outlet, fan, pump and multiswitch
* thermostat KONNEX mode switching
* value input
* camera link
== constraints ==
* for right now, screens are not optimized for FULL HD yet, so they will work on a regular SD screen
* have background images, use only PNG files with dimensions of exactly 550x400
* for icons, use 32x32 PNGs
* don't have dots ('.') in your object IDs or dimmer progress bars won't work
* install and setup linknx server
(cf. SourceForge.net: linknx)
either
* install knxweb
* create visualization using knxweb ajax frontend
* save design as xml
or
* create visualization layout xml by hand or modify sample design.xml
* add or adapt this line in the <config> section of design.xml:
<settings host="yourlinknxhost" port="1028" refresh="2000" debug="true"/>
refresh time is in ms. intervals below 500 will disable auto refresh.
it is recommended to disable refresh and enable debug during setup phase and then
enable autorefresh and disable debug for performance reason during normal operation
* copy design.xml into plugin directory on your dreambox
* quantize your custom images (must be in PNG format)
pngquant 256 inputfilename.png
(cf. pngquant Home Page)
* rename quantized images back to original names and copy them to the images subdirectory
* restart enigma2 and have fun testing
* usage is pretty much self-explanatory:
navigate with up and down keys,
switch or change values with OK or left and right keys
thermostat values can directly be entered with number keys
* please report bugs at Startseite - Dreamboard
== known issues ==
so far the following "widgets" of knxweb have been implemented in E.I.B.ox:
* light switch
* light dimmer
* blinds
* thermostat (actual temperature and set point)
* text
* zone goto
still to be implemented are
* switches for outlet, fan, pump and multiswitch
* thermostat KONNEX mode switching
* value input
* camera link
== constraints ==
* for right now, screens are not optimized for FULL HD yet, so they will work on a regular SD screen
* have background images, use only PNG files with dimensions of exactly 550x400
* for icons, use 32x32 PNGs
* don't have dots ('.') in your object IDs or dimmer progress bars won't work
Kommentar