Enigma2 Binding

Hello,
thanks for the binding, it helps me very for the first steps, I’m a very newby in openhab2.

I try to program a button with examble the “exit” key from enigma, but i don’t get it run.
Can you simple show me the way to create new button functions?

Thank you very much

Hi,

I’m new to openhab, but i successfully added my Fritzbox, CometDect an Samsung TV.

Now i’m trying to add my AX51-Enigma2 receiver.
I installed the precompiled binding from this topic.

I can change volume and turn it on/off. but i can’t send keys (channel number, ok, menu, …)

i created an butten in habpannel --> send fixed value to item (to Ax51_RemoteKey), and added a number as value - without success.
has someone an idea what’s going wrong?

LOG–> https://pastebin.com/4VJnEBpX

thanks!

hello all,

i´ve also the problem that the addon does not start.
i am on openHAB 2.3.0~20180120102227-1 (Build #1191)

[10:52:55] openhabian@openHABianPi:/usr/share/openhab2/addons$ ls -la
total 104
drwxrwxr-x+ 2 openhab openhabian  4096 Feb 22 08:17 .
drwxr-xr-x  4 openhab openhab     4096 Jan 20 16:40 ..
-rw-rw-r--  1 openhab openhab    59304 Jan 27 14:24 org.openhab.binding.denonmarantz-2.3.0-SNAPSHOT.jar
-rw-rw-r--  1 openhab openhab    32172 Feb 22 08:17 org.openhab.binding.enigma2_2.3.0.SNAPSHOT.jar
-rw-rw-r--  1 openhab openhab       70 Jan 20 10:22 README
[10:53:00] openhabian@openHABianPi:/usr/share/openhab2/addons$

for me it looks like the denon binding and the enigma binding have the same rigths, the denon binding runs, enigma not.
i am not so firm in linux and dont know if the enigma needs other rigths

thank you for help

I solved it by myself, I found a guide in another thread.

systemctl stop openhab2 cd /usr/share/openhab2/addons 

wget "https://github.com/tratho/org.openhab.binding.enigma2-dist/raw/master/org.openhab.binding.enigma2_2.1.0.SNAPSHOT.jar" 
chown openhab:openhab org.openhab.binding.enigma2_2.1.0.SNAPSHOT.jar
 systemctl start openhab2 

And just change 2.1.0 to 2.3.0 .
So it works for me.

Hope it helps other people

I have the same thing.
I can see channel name, set mute, power etc.
But not send remote key (for instance change channel).

Have you found any workaround?

… correct things for me at 2.3.0:

Thing enigma2:device:VuDuo2 "Enigma2 + VuDuo2" @ "WZ" [hostName="ip", user="xxx", password="xxx", refreshInterval=15000

When i tested the binding the last time, my enigma-receiver got very slow - nearly unusable, when connected with the binding. Is this problem fixed already?

hello

is there a example for sitemap and items?

please :slight_smile:

hello, here is a link to a enigma binding… with working remotekey… and it is working… great job guys…

https://github.com/tbraune42/compiled-addons/blob/master/org.openhab.binding.enigma2-2.4.0-SNAPSHOT.jar

I did this as sudo : cd /usr/share/openhab2/addons
systemctl stop openhab2
wget “https://github.com/tbraune42/compiled-addons/raw/master/org.openhab.binding.enigma2-2.4.0-SNAPSHOT.jar
chown openhab:openhab org.openhab.binding.enigma2-2.4.0-SNAPSHOT.jar
systemctl start openhab2
ls -l
total 32
-rw-rw-r-- 1 openhab openhab 28448 Feb 11 12:06 org.openhab.binding.enigma2-2.4.0-SNAPSHOT.jar
-rw-rw-r-- 1 openhab openhabian 70 Dec 17 08:01 README

Is that correct ?
There is a binding, but it cannot find my Dreambox as a thing.

Did you add your dreambox(es) as a thing?

I have tried that.

Hi,

I have a VU+ Uno 4K SE box with the VTI-Image (VTi 13.0.9 (2018-03-16-vti-master (6bd4516bc))
Would this binding work here also, or how can I integrate the box in OH 2.4 ?

Holger

1 Like
2019-10-01 17:51:17.753 [INFO ] [iscovery.Enigma2DiscoveryParticipant] - Enigma2 device xxxx reports multiple addresses - using the first one! [/192.168.179.39, /192.168.179.46]

How can I get rid of this information - my device has two IP addresses, because it has LAN and Wifi.

One approach might be lowering the log level of the binding: https://www.openhab.org/docs/administration/logging.html

Hi, i tested this image a year ago and my receiver got very unrsponsible and slow.

Is this fixed in the latest jar-file?

Is it safe to assume that this binding has been abandoned?

I’ve been using it for a while, and although it does generate some errors in the log it seems to do the basic stuff just fine. I haven’t tested “more advanced” stuff though, I’m mostly using it to control sound volume/mute. Even just for my basic use, I find it very useful and would hate to see it die.

Hi, thank you for this binding. No automatic detection of my Dreambox One and no sync of the switch respective to the real power status of the device. But I am very happy to be able to turn on my Dreambox with OpenHAB. However, beginners like me should be suggested to make the webinterface accessible with no authorization and token anti anti-hijacking mechanisms turned off.

I want to install enigma2 binding to OpenHAB installed on Windows.
What folder should I choose?
https://github.com/tbraune42/compiled-addons/raw/master/org.openhab.binding.enigma2-2.4.0-SNAPSHOT.jar 67