Module Store
Newest Modules
Sennheiser AMBEO Soundbar
Steuerung von Sennheiser AMBEO Soundbars (Plus/Mini/Max) über die lokale HTTP-API.
More InformationAmbientika
Ambientika Lüfter bieten eine cloudbasierte Lösung für die Raumlüftung und können über die Ambientika-App gesteuert werden. Dieses Modul ermöglicht es, alle in der Ambientika Cloud registrierten Lüfter komfortabel in Symcon zu integrieren und zu verwalten.
Die Kommunikation erfolgt dabei vollständig über die Ambientika Cloud.
More InformationWordclock
Dieses Modul integriert eine Wordclock LED-Uhr über MQTT in IP-Symcon.
Es wertet den Status der Uhr aus, stellt komfortable Steuervariablen bereit (Helligkeit, Farbe, Effekte) und sendet Änderungen automatisch über MQTT zurück an die Uhr.
Beim Anlegen der Instanz wird ebenfalls eine MQTT-Server Instanz angelegt, wenn noch keine besteht. Diese und der entsprechende Server Socket sind ebenfalls zu konfigurieren, entsprechend der Wordclock MQTT-Konfiguration.
Die Wordclock muss danach allenfalls neu gestartet werden.
More InformationPassword Vault
1. Why do you need this module in IP-Symcon?
By default, IP-Symcon stores variable contents and instance configuration values in the file settings.json (and therefore also in backups). This leads to typical risks:
- Plaintext storage: Passwords/tokens can end up in configuration or variables in clear text.
- Unsafe backups: Backups contain configurations—anyone with access may be able to extract secrets.
- Visibility: Admins/users with Management Console access can view contents.
- Distributed systems: Multiple Symcon instances otherwise require manual secret maintenance.
2. How are these issues solved?
SymconSecrets follows a “zero-knowledge” concept:
- Encryption (AES-128-GCM): Secrets are stored in IP-Symcon only as an encrypted blob (Vault).
- Key isolation: The decryption key is not stored in Symcon. It is stored as
master.keyon the OS file system (e.g., in a protected directory). - Stateless editor: The editor works without saving intermediate values in instance properties. Data is only shown/edited in RAM and is only persisted after “Encrypt & Save” (encrypted).
- Additional system secrets moved out: Secrets that would typically be stored in properties (e.g., sync token, webhook password, per-slave basic-auth passwords) are stored encrypted in a separate file
system.vault(also AES-GCM).
Result: No passwords/tokens in
settings.json, as long as you use the intended “Save … (encrypted)” buttons.
More Information
Unifi Protect
UniFi Protect API Modul
Dieses Modul integriert UniFi Protect Geräte (Kameras, Sensoren, Chimes, Lights) in IP-Symcon. Es ermöglicht die Anzeige von Statuswerten, Streams und Snapshots sowie die Steuerung und Konfiguration direkt aus IP-Symcon. Ereignisse und Sensordaten werden automatisch als Variablen angelegt und können im WebFront visualisiert werden.
1.2:
- Anpassungen für stable
1.1:
- fehlende events lt. API hinzugefügt
- Wartezeit um TOO_MANY_REQUESTS zu verhindern
- lcd Message
Newest Update
Sennheiser AMBEO Soundbar
Steuerung von Sennheiser AMBEO Soundbars (Plus/Mini/Max) über die lokale HTTP-API.
More InformationAmbientika
Ambientika Lüfter bieten eine cloudbasierte Lösung für die Raumlüftung und können über die Ambientika-App gesteuert werden. Dieses Modul ermöglicht es, alle in der Ambientika Cloud registrierten Lüfter komfortabel in Symcon zu integrieren und zu verwalten.
Die Kommunikation erfolgt dabei vollständig über die Ambientika Cloud.
More InformationPRTG
Integration of PRTG devices and sensors in IPS.
In addition, a sensor with IPS runtime data for PRTG is supported.
Most Downloads
Shelly
With this module it is possible to integrate the devices from Shelly into IP-Symcon.
More InformationEcho Remote 2
Module for controlling music playback and announcements (text-to-speech) on Echo devices. It also enables routines to be started, push messages to be sent to the Alexa app, evaluation of the last actions of the Echo devices, and various information such as wake-up times and lists.
BREAKING-CHANGE: As of version 2.0 authentication is done exclusively by means of refresh token, which must be generated once (with an external tool) and stored in the module.
DISCLAIMER: This module is a private project for personal use. It is not an official integration from or for Amazon Alexa. Therefore, the function can be discontinued at any time without notice.
More InformationAmazon Alexa
The Amazon Alexa module enables the control of devices via Amazon Alexa. This includes the voice control via Echo Dots.
More InformationTrending Modules
Sennheiser AMBEO Soundbar
Steuerung von Sennheiser AMBEO Soundbars (Plus/Mini/Max) über die lokale HTTP-API.
More InformationAmbientika
Ambientika Lüfter bieten eine cloudbasierte Lösung für die Raumlüftung und können über die Ambientika-App gesteuert werden. Dieses Modul ermöglicht es, alle in der Ambientika Cloud registrierten Lüfter komfortabel in Symcon zu integrieren und zu verwalten.
Die Kommunikation erfolgt dabei vollständig über die Ambientika Cloud.
More InformationWordclock
Dieses Modul integriert eine Wordclock LED-Uhr über MQTT in IP-Symcon.
Es wertet den Status der Uhr aus, stellt komfortable Steuervariablen bereit (Helligkeit, Farbe, Effekte) und sendet Änderungen automatisch über MQTT zurück an die Uhr.
Beim Anlegen der Instanz wird ebenfalls eine MQTT-Server Instanz angelegt, wenn noch keine besteht. Diese und der entsprechende Server Socket sind ebenfalls zu konfigurieren, entsprechend der Wordclock MQTT-Konfiguration.
Die Wordclock muss danach allenfalls neu gestartet werden.
More InformationPassword Vault
1. Why do you need this module in IP-Symcon?
By default, IP-Symcon stores variable contents and instance configuration values in the file settings.json (and therefore also in backups). This leads to typical risks:
- Plaintext storage: Passwords/tokens can end up in configuration or variables in clear text.
- Unsafe backups: Backups contain configurations—anyone with access may be able to extract secrets.
- Visibility: Admins/users with Management Console access can view contents.
- Distributed systems: Multiple Symcon instances otherwise require manual secret maintenance.
2. How are these issues solved?
SymconSecrets follows a “zero-knowledge” concept:
- Encryption (AES-128-GCM): Secrets are stored in IP-Symcon only as an encrypted blob (Vault).
- Key isolation: The decryption key is not stored in Symcon. It is stored as
master.keyon the OS file system (e.g., in a protected directory). - Stateless editor: The editor works without saving intermediate values in instance properties. Data is only shown/edited in RAM and is only persisted after “Encrypt & Save” (encrypted).
- Additional system secrets moved out: Secrets that would typically be stored in properties (e.g., sync token, webhook password, per-slave basic-auth passwords) are stored encrypted in a separate file
system.vault(also AES-GCM).
Result: No passwords/tokens in
settings.json, as long as you use the intended “Save … (encrypted)” buttons.
More Information
Unifi Protect
UniFi Protect API Modul
Dieses Modul integriert UniFi Protect Geräte (Kameras, Sensoren, Chimes, Lights) in IP-Symcon. Es ermöglicht die Anzeige von Statuswerten, Streams und Snapshots sowie die Steuerung und Konfiguration direkt aus IP-Symcon. Ereignisse und Sensordaten werden automatisch als Variablen angelegt und können im WebFront visualisiert werden.
1.2:
- Anpassungen für stable
1.1:
- fehlende events lt. API hinzugefügt
- Wartezeit um TOO_MANY_REQUESTS zu verhindern
- lcd Message