I noticed the official enigma 2 Satellite set-top box integration does not include a notify option Using OpenWebif it is possible to send notifications to the TV using the following Http :command
x.x.x.x = IP address of enigma box
text= message to send
type = type of text box to display on screen 1 = Info 2 = warning 3 = error
timeout = length of time to display message .
by creating a bash script and using notify command line config you can send messages to the TV
bash script enigma_send.sh.
change IP to match your configuration.
@ObiKaiKenobi: As I’m new in HA, can you help with a complete example of the automation? How do you call the shell_command there and how to you handover different text?
When “binary_sensor.co_keller” is turned_on I notify two mobile devices (notify.mobile_app…), the enigma2 receiver (shell_command.co_alarm_vu) and let a light strip blink red (scene.alarm_leuchte)
Ah. o.k. fixed command without customized text. Understood this the other way round as lonebaggie has this that way. Thought, that you are doing these as well and wanted to learn, how you do this with the shell_command.