Enigma2

Hello,

i want to use the Enigma2 1.71 binding, but there is no wiki page.
How i have define the items?

Hi Brain0verflow, did you manage to get this binding to work, if so would you share it with me.
i can’t get the current chanel info.

it looks like i can turn on and off mute. but that’s all.

The same here :wave:

Hi guys,

yes this bining works for me, but not with all functions. :expressionless:
Take a look at the authors github page for the example configuration: https://github.com/sebastiankutschbach/enigma2binding

The problem is that there are two diffrent webinterfaces (you can read more about this in the old forums: https://groups.google.com/forum/#!topic/openhab/GYIgRePfSNo/discussion )

I’m using a dreambox receiver with a custom image called Newnigma 4, this one is not fully compatible with the enigma2 binding.
So i disabled the binding and added some items for a manuelly connection.
Here are some examples from my .items file:

String Dreambox_Powerstate "Dreambox Powerstate" (Dreambox) {http="<[http://192.x.x.x/web/powerstate:3000:REGEX(.*?<e2instandby>(.*?)</e2instandby>.*)]"}

This one checks every 3 seconds the powerstate. The values are true (the receiver is in standby) or false (the receiver is on).

The following can be also used as switch item:

String Dreambox_Mute "Mute" (Dreambox){http=">[*:POST:http://192.x.x.x/web/vol?set=mute]"} String Dreambox_Standby_On "Dreambox einschalten" (Dreambox) {http=">[*:POST:http://192.x.x.x/web/powerstate?newstate=4]"} String Dreambox_Standby_Off "Dreambox ausschalten" (Dreambox) {http=">[*:POST:http://192.x.x.x/web/powerstate?newstate=5]"} String Dreambox_Reboot "Reboot" (Dreambox) {http=">[*:POST:http://192.x.x.x/web/powerstate?newstate=2]"} String Dreambox_Tatort "Tatort" (Dreambox) {http=">[*:POST:http://192.x.x.x/web/remotecontrol?command=2]"} String Dreambox_Lauter "Lauter" (Dreambox) {http=">[*:POST:http://192.x.x.x/web/vol?set=up]"} String Dreambox_Leiser "Leiser" (Dreambox) {http=">[*:POST:http://192.x.x.x/web/vol?set=down]"}

Hope this helps.

1 Like

Is there a way to get mor information from the enigma2 receiver (dreambox)?

Is there a better or newer enigma2 binding?