In a smart home environment, you may want to send various notifications to every active OE / Kodi station, e.g. a “garage door is open” information at night.

This information might come from any source like KNX server or similar.

To open a popup window in Kodi, you can e.g. use a Ubuntu Server with PHP and Apache in your LAN, with the following code:

The script accepts title and message parameters with special characters, e.g. German Umlaute.

Call it e.g. from your KNX server like:

Note the example is written in PHP again but of course, it depends on what your source server supports. Always make sure title and text values are encoded in common URL format when using special characters.

  [email protected]