Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
added reminder, that module is outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
TillBrede committed Aug 7, 2019
1 parent bb12f28 commit ec3888f
Show file tree
Hide file tree
Showing 66 changed files with 138 additions and 31 deletions.
3 changes: 3 additions & 0 deletions Alarmierung/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Alarmierung

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Alarmierung_

Das Modul löst einen Alarm aus, wenn eine der Sensorenvariablen aktiv wird.
Dabei werden Zielvariablen bei einem Alarm auf den maximalen Wert bzw. An (True) gesetzt.
Ein einmal geschalteter Alarm wird nicht automatisch deaktiviert, dieser muss manuell zurückgesetzt werden.
Expand Down
1 change: 1 addition & 0 deletions Alarmierung/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type" : "Label", "label" :"This module is no longer maintained. The current version can be found here: https://github.com/symcon/Alarmierung"},
{ "type": "Label", "label": "Add/Delete sensor variables, which activate the alarm" },
{
"type": "List",
Expand Down
3 changes: 2 additions & 1 deletion Alarmierung/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"Add/Delete target variables, which react on the alarm" : "Hinzufügen/Löschen von Zielvariablen, welche bei Alarm geschaltet werden",
"Sensorvariables" : "Sensorvariablen",
"Targetvariables" : "Zielvariablen",
"Not found!" : "Nicht gefunden!"
"Not found!" : "Nicht gefunden!",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/Alarmierung" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Alarmierung"
}
}
}
8 changes: 4 additions & 4 deletions Alarmierung/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,13 @@ public function GetConfigurationForm() {
$rowColor = "#FFC0C0";
}

$formdata->elements[1]->values[] = Array(
$formdata->elements[2]->values[] = Array(
"Name" => IPS_GetName($sensor->ID),
"Status" => $status,
);

} else {
$formdata->elements[1]->values[] = Array(
$formdata->elements[2]->values[] = Array(
"Name" => $this->Translate("Not found!"),
"rowColor" => "#FFC0C0",
);
Expand All @@ -288,13 +288,13 @@ public function GetConfigurationForm() {
$rowColor = "#FFC0C0";
}

$formdata->elements[3]->values[] = Array(
$formdata->elements[4]->values[] = Array(
"Name" => IPS_GetName($target->ID),
"Status" => $status,
"rowColor" => $rowColor,
);
} else {
$formdata->elements[3]->values[] = Array(
$formdata->elements[4]->values[] = Array(
"Name" => $this->Translate("Not found!"),
"rowColor" => "#FFC0C0",
);
Expand Down
3 changes: 3 additions & 0 deletions AnwesenheitsSimulation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Anwesenheits-Simulation

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/AnwesenheitsSimulation_

Simuliert die Anwesenheit von Personen im Haushalt.
Das Modul bezieht dafür zufällig die Tagesdaten von einem der letzten 4 identischen Wochentagen. Sind an keinem dieser 4 Tage genug Schaltvorgänge geloggt, wird zufällig einer der letzten 30 Tage gewählt.
Ist auch innerhalb dieser 30 Tage kein gültiger Tagesdatensatz vorhanden, ist keine Simulation möglich. Sollte keine Simulation möglich sein, wird dies als Nachricht in der Stringvariable "Simulationsquelle (Tag)" angezeigt.
Expand Down
1 change: 1 addition & 0 deletions AnwesenheitsSimulation/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{ "type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/AnwesenheitsSimulation" },
{ "type": "Label", "label": "Minimum needed daily changes" },
{ "type": "NumberSpinner", "name": "RequiredSwitchCount", "caption": "Count" }
]
Expand Down
3 changes: 2 additions & 1 deletion AnwesenheitsSimulation/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"translations": {
"de": {
"Minimum needed daily changes": "Minimale Anzahl an täglichen Schaltvorgängen",
"Count": "Anzahl"
"Count": "Anzahl",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/AnwesenheitsSimulation" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/AnwesenheitsSimulation"
}
}
}
3 changes: 3 additions & 0 deletions BildArchiv/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Bildarchiv

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/BildArchiv_

Das Modul kopiert bei Auslösung durch eine gewählte Variable ein Bild. Es ist einstellbar wieviele Bilder gespeichert werden sollen.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions BildArchiv/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/BildArchiv"},
{ "type": "Label", "label": "Image which should be copied." },
{ "type": "SelectMedia", "name": "ImageID", "caption": "Image" },
{ "type": "Label", "label": "Maximum quantity of images stored" },
Expand Down
3 changes: 2 additions & 1 deletion BildArchiv/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Maximum quantity of images stored": "Wieviele Bilder maximal gespeichert werden sollen",
"Quantity": "Anzahl",
"Which variable triggers the module to copy the selected image.": "Welche Variable löst ein Kopieren des Bildes aus",
"Triggervariable": "Auslösevariable"
"Triggervariable": "Auslösevariable",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/BildArchiv" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/BildArchiv"
}
}
}
3 changes: 3 additions & 0 deletions EgiGeoZone/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# EgiGeoZone

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/EgiGeoZone_

Das Modul dient zum empfangen von EgiGeoZone Daten.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions EgiGeoZone/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{ "type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/EgiGeoZone" },
{ "name": "Username", "type": "ValidationTextBox", "caption": "Username" },
{ "name": "Password", "type": "PasswordTextBox", "caption": "Password" }
]
Expand Down
3 changes: 2 additions & 1 deletion EgiGeoZone/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"translations": {
"de": {
"Username": "Benutzername",
"Password": "Passwort"
"Password": "Passwort",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/EgiGeoZone" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/EgiGeoZone"
}
}
}
3 changes: 3 additions & 0 deletions EnergiezaehlerImpuls/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# EnergiezählerImpuls

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/_

Das Modul berechnet via eines Stromzählers (z.B. S0-Anschluss) den momentanen und kumlativen Stromverbrauch.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions EnergiezaehlerImpuls/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/Energiezaehler"},
{ "name": "SourceVariable", "type": "SelectVariable", "caption": "Source" },
{ "name": "Impulses", "type": "NumberSpinner", "caption": "Pulses" },
{ "name": "Interval", "type": "IntervalBox", "caption": "Seconds" }
Expand Down
6 changes: 4 additions & 2 deletions EnergiezaehlerImpuls/locale.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"translations": {
"de": {
"de": {

"Source": "Quelle",
"Pulses": "Impulse",
"Seconds": "Sekunden"
"Seconds": "Sekunden",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/Energiezaehler" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/EnergieZaehler"
}
}
}
3 changes: 3 additions & 0 deletions EnergiezaehlerStrom/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# EnergiezählerStrom

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Energiezaehler_

Das Modul berechnet via eines Stromzählers (Strom oder Leistung) den momentanen und kumlativen Stromverbrauch.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions EnergiezaehlerStrom/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/Energiezaehler"},
{ "type": "Select", "name": "SourceType", "caption": "Type",
"options": [
{ "label": "Power (W)", "value": 0 },
Expand Down
3 changes: 2 additions & 1 deletion EnergiezaehlerStrom/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Volt": "Volt",
"Seconds": "Sekunden",
"Power (W)": "Leistung (W)",
"Current (A)": "Strom (A)"
"Current (A)": "Strom (A)",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/Energiezaehler" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Energiezaehler"
}
}
}
3 changes: 3 additions & 0 deletions FertigMelder/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# FertigMelder

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/FertigMelder_

Der FertigMelder meldet ob ein Gerät fertig ist.
Dazu wird die Variable der Leistungsaufnahme des Geräts ausgewählt und ein Grenzwert festgelegt.
Wird dieser Grenzwert unterschritten und in einer einstellbaren Zeitspanne nicht wieder überschritten, wird die Statusvariable auf "Fertig" gesetzt.
Expand Down
1 change: 1 addition & 0 deletions FertigMelder/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/FertigMelder" },
{ "type": "Label", "label": "Sourcevariable which is compared with the Bordervalue." },
{ "type": "SelectVariable", "name": "SourceID", "caption": "Source" },
{ "type": "Label", "label": "Bordervalue which forces a reaction." },
Expand Down
3 changes: 2 additions & 1 deletion FertigMelder/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"Bordervalue which forces a reaction.": "Grenzwert bei dessen Unterschreitung reagiert werden soll.",
"Bordervalue": "Grenzwert",
"Elapsing-Time til 'Done'-Message": "Ablaufzeit bis 'Fertigmeldung'",
"Seconds": "Sekunden"
"Seconds": "Sekunden",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/FertigMelder" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/FertigMelder"
}
}
}
3 changes: 3 additions & 0 deletions Geofency/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Geofency

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Geofency_

Das Modul dient zum empfangen von Geofency Daten.

### Inhaltverzeichnis
Expand Down
1 change: 1 addition & 0 deletions Geofency/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/Geofency" },
{ "name": "Username", "type": "ValidationTextBox", "caption": "Username" },
{ "name": "Password", "type": "PasswordTextBox", "caption": "Password" }
]
Expand Down
3 changes: 2 additions & 1 deletion Geofency/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"translations": {
"de": {
"Username": "Benutzername",
"Password": "Passwort"
"Password": "Passwort",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/Geofency" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Geofency"
}
}
}
2 changes: 2 additions & 0 deletions RGBMultiplexer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RGB-Multiplexer

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/RGBMultiplexer_

### Inhaltverzeichnis

1. [Funktionsumfang](#1-funktionsumfang)
Expand Down
1 change: 1 addition & 0 deletions RGBMultiplexer/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/RGBMultiplexer"},
{ "name": "SourceVariableR", "type": "SelectVariable", "caption": "Variable (R)" },
{ "name": "SourceVariableG", "type": "SelectVariable", "caption": "Variable (G)" },
{ "name": "SourceVariableB", "type": "SelectVariable", "caption": "Variable (B)" }
Expand Down
3 changes: 2 additions & 1 deletion RGBMultiplexer/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"R": "R",
"G": "G",
"B": "B",
"Set RGB": "RGB setzen"
"Set RGB": "RGB setzen",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/RGBMultiplexer" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/RGBMultiplexer"
}
}
}
3 changes: 3 additions & 0 deletions Rechenmodul/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Rechen-Modul

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Rechenmodule_

Dieses Modul kann verschiedene Hilfsberechnungen auf einer Menge von Variablen durchführen, beispielsweise die Summe oder den Durchschnitt.

### Inhaltverzeichnis
Expand Down
4 changes: 3 additions & 1 deletion Rechenmodul/form.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"elements": [{
"elements": [
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/Rechenmodule"},
{
"type": "Select",
"name": "Calculation",
"caption": "Calculation",
Expand Down
3 changes: 2 additions & 1 deletion Rechenmodul/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"Average": "Durchschnitt",
"Count": "Anzahl",
"Variables": "Variablen",
"VariableID": "VariablenID"
"VariableID": "VariablenID",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/Rechenmodule" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Rechenmodule"
}
}
}
3 changes: 3 additions & 0 deletions SzenenSteuerung/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Szenensteuerung

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/_

Die Szenensteuerung speichert Werte von verlinkten Variablen in Szenen und kann diese via Knopfdruck aus dem WebFront und mobilen Apps wieder aufrufen.
Die zu schaltenden Variablen müssen dazu im "Targets" Ordner verlinkt werden.

Expand Down
1 change: 1 addition & 0 deletions SzenenSteuerung/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/SzenenSteuerung"},
{ "type": "Label", "label": "Number of Scenes" },
{ "type": "NumberSpinner", "name": "SceneCount", "caption": "Scenes" }
]
Expand Down
3 changes: 2 additions & 1 deletion SzenenSteuerung/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"translations": {
"de": {
"Number of Scenes": "Anzahl der Szenen",
"Scenes": "Szenen"
"Scenes": "Szenen",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/SzenenSteuerung" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/SzenenSteuerung"
}
}
}
3 changes: 3 additions & 0 deletions Treppenhauslichtsteuerung/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Treppenhauslichtsteuerung

_Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Treppenhauslichtsteuerung_

Nachdem ein Auslöser aktiviert wird, geht das Licht im Treppenhaus an. Wird das Auslöser wiederholt aktiviert bleibt das Licht an. Erst wenn für eine vorgegebene Zeit keine weitere Auslösung stattfindet wird das Licht ausgeschaltet.


Expand Down
1 change: 1 addition & 0 deletions Treppenhauslichtsteuerung/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/Treppenhauslichtsteuerung"},
{ "type": "SelectVariable", "name": "InputTriggerID", "caption": "Input Sensor" },
{ "type": "NumberSpinner", "name": "Duration", "caption": "Duration", "suffix": "minutes"},
{ "type": "SelectVariable", "name": "OutputID", "caption": "Output Variable" }
Expand Down
3 changes: 2 additions & 1 deletion Treppenhauslichtsteuerung/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"Duration": "Dauer",
"minutes": "Minuten",
"Output Variable" : "Ausgabevariable",
"The output variable of the Treppenhauslichtsteuerung has no variable action. Please choose a variable with a variable action or add a variable action to the output variable." : "Die Ausgabevariable der Treppenhauslichtsteuerung hat keine Variablenaktion. Bitte wählen Sie eine Variable mit Variablenaktion oder fügen Sie der Ausgabevariablen eine Variablenaktion hinzu."
"The output variable of the Treppenhauslichtsteuerung has no variable action. Please choose a variable with a variable action or add a variable action to the output variable." : "Die Ausgabevariable der Treppenhauslichtsteuerung hat keine Variablenaktion. Bitte wählen Sie eine Variable mit Variablenaktion oder fügen Sie der Ausgabevariablen eine Variablenaktion hinzu.",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/Treppenhauslichtsteuerung" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/Treppenhauslichtsteuerung"
}
}
}
1 change: 1 addition & 0 deletions USBMapper/form.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"elements":
[
{"type": "Label", "label": "This module is no longer maintained. The current version can be found here: https://github.com/symcon/USBMapper"},
{ "type": "Label", "label": "This module is only functional with Linux and Raspberry Pi" },
{
"type": "List",
Expand Down
4 changes: 3 additions & 1 deletion USBMapper/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"de": {
"Devices": "Geräte",
"Set port": "Gesetzter Port",
"This module is only functional with Linux and Raspberry Pi": "Dieses Modul funktioniert nur unter Linux und Raspberry Pi"
"This module is only functional with Linux and Raspberry Pi": "Dieses Modul funktioniert nur unter Linux und Raspberry Pi",
"This module is no longer maintained. The current version can be found here: https://github.com/symcon/USBMapper" : "Dieses Modul wird nicht mehr gepflegt. Die aktuelle Version ist hier zu finden: https://github.com/symcon/USBMapper"

}
}
}
Loading

0 comments on commit ec3888f

Please sign in to comment.