!Logo
  
----
ioBroker enigma2
- Adapter for ioBroker to retrieve information from an enigma2 receiver and send commands
- (Adapter only runs on one host! with a client installation there's currently still problems.)
- (DE) Adapter für ioBroker um Informationen von einem enigma2 Receiver abzufragen und Befehle zu senden
- (DE)(Adapter läuft nur auf einem Host! bei einer Client Installation gib's aktuell noch probleme.)
----
$3
- BOX_IP
- NETWORK
- CHANNEL_SERVICEREFERENCE
- CHANNEL_SERVICEREFERENCE_NAME
- CHANNEL
- EVENTDESCRIPTION
- EVENTDURATION
- EVENTDURATION_MIN
- EVENTREMAINING
- EVENTREMAINING_MIN
- EVENT_PROGRESS_PERCENT
- EVENT_TIME_START
- EVENT_TIME_END
- EVENT_TIME_PASSED
- HDD_CAPACITY
- HDD_FREE
- MESSAGE_ANSWER
- MODEL
- MUTED
- PROGRAMM
- PROGRAMM_INFO
- PROGRAMM_AFTER
- PROGRAMM_AFTER_INFO
- STANDBY
- VOLUME
- WEB_IF_VERSION
- isRecording
- Timer_is_set
- MOVIE_LIST (only openwebif)
- TIMER_LIST
- CHANNEL_PICON (Picon path - only openwebif)
----
$3
- enigma2-CONNECTION
----
$3
- command.CHANNEL_DOWN
- command.CHANNEL_UP
- command.DOWN
- command.UP
- command.EPG
- command.EXIT
- command.LEFT
- command.MENU
- command.MUTE_TOGGLE
- command.OK
- command.PAUSE
- command.PLAY
- command.RADIO
- command.REC
- command.REMOTE-CONTROL
- command.RIGHT
- command.SET_VOLUME
- command.STANDBY_TOGGLE
- command.STOP
- command.TV
- command.UP
- command.VOLUME_DOWN
- command.VOLUME_UP
- command.ZAP = send an invalid servicereference
----
$3
- main_command.DEEP_STANDBY = Deepstandby
- main_command.REBOOT = Reboot
- main_command.RESTART_GUI = Restart Enigma2 (GUI)
- main_command.STANDBY = Standby
- main_command.WAKEUP_FROM_STANDBY = Wakeup form Standby
----
$3
- Message.Text = Text of Message (Enter -> Send)
- Message.Type = Number from 0 to 3 (0= Yes/No ; 1= Info ; 2=Message ; 3=Attention)
- Message.Timeout = timeout of Message in sec. Can be empty or the Number of seconds the Message should disappear after.
----
$3
- Alexa_Command.Mute = Alexa Command
- Alexa_Command.Standby = Alexa Command
----
$3
#### in Blockly
- message = Text of Message
- msgType = Number from 0 to 3 (0= Yes/No ; 1= Info ; 2=Message ; 3=Attention)
- timeout = timeout of Message in sec. Can be empty or the Number of seconds the Message should disappear after.
!Bild Text
$3
!
Bild Text> zum Blockly Import <
#### in JavaScript
``js
sendTo('enigma2.0', 'send', {
message: 'Test Nachricht', / Text of Message /
timeout: 26, / timeout of Message in sec. (Can be empty or the Number of seconds the Message should disappear after.) /
msgType: 1, / Number from 0 to 3 (0= Yes/No ; 1= Info ; 2=Message ; 3=Attention) /
});
``
Changelog
$3
* (mcm1957) Adapter has been moigrated to @iobroker/eslint-config. [#266]
$3
(mcm1957) States 'message.' are writeable again now. [#273]
* (mcm1957) Dependencies have been updated.
$3
* (mcm1957) Adapter requires js-controller 5.0.19 and admin 6.17.14 now.
* (mcm1957) Message states have been added. [#229]
* (simatec) Adapter changed to meet Responsive Design rules.
* (mcm1957) Several issues reported by adapter checker have been fixed.
* (mcm1957) Dependencies have been updated.
$3
* (klein0r) Updated Blockly definitions
$3
* (mcm1957) Adapter requires node.js >=18 and js-controller >= 5 now
* (mcm1957) Dependencies have been updated
License
MIT License
Copyright (c) 2023-2024 iobroker-community-adapters
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.