Enigma2 (OpenWebif)
The enigma2
platform allows you to control a Linux based set-top box which is running Enigma2 with the OpenWebif plugin installed.
OpenWebif is an open source web interface for Enigma2 based set-top boxes.
To add a set-top box to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
- platform: enigma2
host: IP_ADDRESS
Configuration Variables
By default, a screen grab of the current channel is shown. If you prefer the channel icon to be shown instead, set this to true.
If set to true, when the user selects Turn Off, the box will go into “deep standby” mode, meaning it can be only awoken by the remote control or via Wake On Lan (if box supports that).
If specified, a Wake On Lan packet is sent to this MAC address, when Turn On is selected.
Provide a specific bouquet reference for the bouquet you would like to see loaded into the media player “Sources” interface.
The username of a user with privileges to access the box. This is only required if you have enabled the setting “Enable HTTP Authentication” in OpenWebif settings. (e.g., on the remote by pressing Menu
>Plugins
>OpenWebif
).
The password for your given account. Again, this is only required if you have enabled the setting “Enable HTTP Authentication” in OpenWebif settings. (e.g., on the remote by pressing Menu
>Plugins
>OpenWebif
).
Use HTTPS instead of HTTP to connect. This is only required if you have enabled the setting “Enable HTTPS” in OpenWebif settings. (e.g., on the remote by pressing Menu
>Plugins
>OpenWebif
). You will need to ensure you have a valid CA certificate in place or SSL verification will fail with this component.