New Enigma2 Binding

Hallo Supermagnum,

that is a nice idea, but there is no api for implementing this feature. The binding is based on the OpenWebif API. See OpenWebif API documentation · E2OpenPlugins/e2openplugin-OpenWebif Wiki · GitHub

1 Like

See here for a demo video on it being done with Kodi.
Doorbell Home Automation (KODI) – Vanja Vršić (vrsho.com)

I have a similar thing setup at home, except it uses the TV’s built in Chromecast and the camera takes over the whole screen, I press stop and it returns back to what I was watching before the doorbell went off. A chromecast can be added to any TV.

is there any chance to use this binding with two networks ?

openHab → 192.168.1.x
sat receiver → 192.168.2.x

Things are shown as online but items have no vaules and switches aint work

Hello Tobi,
I think this could be a network issue. Please try to call your sat reciever from your openHAB server via “curl http://192.168.2.x/web/powerstate”. This should result in some output like this:

<?xml version="1.0" encoding="UTF-8"?>
<e2powerstate>
        <e2instandby>
true    </e2instandby>
</e2powerstate>

If this doesn’t work, then your sat receiver isn’t reachable by your openHAB server.