Fork me on GitHub

pimatic-enigma2 by Markus Minini | github | npm

pimatic-enigma2

A plugin for controlling a linux sat receiver with enigma2 or openwebif installed.

Configuration

You can load the backend by editing your config.json to include:

{
  "plugin": "enigma2",
  "ip": "192.168.x.x"
}

in the plugins section. For all configuration options see enigma2-config-schema

Currently you can send notifications to your receiver

Example:

if it is 08:00 tv-message message:"Good morning Dave!" [messagetype:"info"] [timeout: 30]

I invite everybody to contribute to this plugin. Here you can find the api of the webinterface http://dream.reichholf.net/e2web/.

Plugin Config Options

enigma config options
OptionDescriptionDefault
user
string
Username for webinterface
password
Password for webinterface
""
port
string
Port of the webinterface
"80"
ip
string
IP-Address of your receiver
""
timeout
integer
Timeout after that the message disappears
30
messagetype
string
How is the message shown on the TV (info, warning, error, question)
"info"
pimatic-enigma2 is written by Markus Minini