iobroker.schlueter-thermostat 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -13
- package/admin/i18n/de.json +39 -0
- package/admin/i18n/en.json +39 -0
- package/admin/i18n/es.json +39 -0
- package/admin/i18n/fr.json +39 -0
- package/admin/i18n/it.json +39 -0
- package/admin/i18n/nl.json +39 -0
- package/admin/i18n/pl.json +39 -0
- package/admin/i18n/pt.json +39 -0
- package/admin/i18n/ru.json +39 -0
- package/admin/i18n/uk.json +39 -0
- package/admin/i18n/zh-cn.json +39 -0
- package/admin/jsonConfig.json +2 -2
- package/io-package.json +27 -27
- package/lib/notificationManager.js +9 -8
- package/main.js +2 -13
- package/package.json +5 -5
- package/admin/i18n/de/translations.json +0 -36
- package/admin/i18n/en/translations.json +0 -38
- package/admin/i18n/es/translations.json +0 -37
- package/admin/i18n/fr/translations.json +0 -37
- package/admin/i18n/it/translations.json +0 -37
- package/admin/i18n/nl/translations.json +0 -37
- package/admin/i18n/pl/translations.json +0 -37
- package/admin/i18n/pt/translations.json +0 -37
- package/admin/i18n/ru/translations.json +0 -37
- package/admin/i18n/uk/translations.json +0 -37
- package/admin/i18n/zh-cn/translations.json +0 -37
package/README.md
CHANGED
|
@@ -111,6 +111,12 @@ flowchart TB
|
|
|
111
111
|
Placeholder for the next version (at the beginning of the line):
|
|
112
112
|
### **WORK IN PROGRESS**
|
|
113
113
|
-->
|
|
114
|
+
### 0.7.4 (2026-06-05)
|
|
115
|
+
* (copilot) Fixes for Repo Checker
|
|
116
|
+
|
|
117
|
+
### 0.7.3 (2026-05-25)
|
|
118
|
+
* (copilot) Fixes for Repo Checker
|
|
119
|
+
|
|
114
120
|
### 0.7.2 (2026-05-23)
|
|
115
121
|
* (copilot) Add Icons for Notifications
|
|
116
122
|
|
|
@@ -122,19 +128,7 @@ flowchart TB
|
|
|
122
128
|
|
|
123
129
|
- (claude) Add Notification Manager
|
|
124
130
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
- (patricknitsch) Update Icon and Online State automatically when Folder exists
|
|
128
|
-
|
|
129
|
-
### 0.6.2 (2026-05-14)
|
|
130
|
-
|
|
131
|
-
- (patricknitsch) Fix Header Style when Device is offline
|
|
132
|
-
- (patricknitsch) Add Icon and Online State on each Thermostat
|
|
133
|
-
- (patricknitsch) Update Readme and Doc
|
|
134
|
-
|
|
135
|
-
##
|
|
136
|
-
|
|
137
|
-
## License
|
|
131
|
+
Older changelog entries can be found in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).#### License
|
|
138
132
|
|
|
139
133
|
MIT License
|
|
140
134
|
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "API-Schlüssel",
|
|
3
|
+
"Customer ID": "Kunden-ID",
|
|
4
|
+
"Energy History (0=current)": "Energieverlauf (0=aktuell)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Energieansichtstyp (2=Woche, 3=Monat, 4=Jahr)",
|
|
6
|
+
"Legacy Cleanup": "Legacy-Bereinigung",
|
|
7
|
+
"Main": "Haupt",
|
|
8
|
+
"Notifications": "Benachrichtigungen",
|
|
9
|
+
"OCD5 Base URL": "OCD5-Basis-URL",
|
|
10
|
+
"OWD5 Base URL": "OWD5-Basis-URL",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Nur OWD5-Cloud. Geräte werden pro GroupId erstellt. Rückschreiben verwendet Group/UpdateGroup. Energie verwendet EnergyUsage/GetEnergyUsage mit ThermostatID (Thermostaten[].Id).",
|
|
12
|
+
"Password": "Passwort",
|
|
13
|
+
"Poll interval (seconds)": "Abfrageintervall (Sekunden)",
|
|
14
|
+
"Software Version": "Softwareversion",
|
|
15
|
+
"Username": "Benutzername",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Synology-Chat-Kanal",
|
|
17
|
+
"notifyDevicePushoverLabel": "Pushover-Gerät (optional)",
|
|
18
|
+
"notifyEmailSubjectLabel": "E-Mail-Betreff",
|
|
19
|
+
"notifyEmailToLabel": "E-Mail-Empfänger",
|
|
20
|
+
"notifyEnabledLabel": "Benachrichtigungen aktivieren",
|
|
21
|
+
"notifyEventsHeader": "Benachrichtigungsereignisse",
|
|
22
|
+
"notifyHint": "Benachrichtigungen aktivieren und gewünschte Anbieter auswählen. Der Adapter erkennt laufende Instanzen automatisch – keine Instanznummer erforderlich.",
|
|
23
|
+
"notifyInstanceLabel": "Instanz (automatisch wenn leer)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Cloud-Verbindung verloren",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Cloud-Verbindung wiederhergestellt",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Thermostat offline",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Thermostat online (Wiederherstellung)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Signal-Telefonnummer (optional)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "WhatsApp-Telefonnummer (optional)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Pushover-Titel",
|
|
31
|
+
"notifyUseEmailLabel": "E-Mail verwenden",
|
|
32
|
+
"notifyUseMatrixLabel": "Matrix verwenden",
|
|
33
|
+
"notifyUsePushoverLabel": "Pushover verwenden",
|
|
34
|
+
"notifyUseSignalLabel": "Signal verwenden",
|
|
35
|
+
"notifyUseSynoChatLabel": "Synology Chat verwenden",
|
|
36
|
+
"notifyUseTelegramLabel": "Telegram verwenden",
|
|
37
|
+
"notifyUseWhatsappLabel": "WhatsApp verwenden",
|
|
38
|
+
"notifyUserTelegramLabel": "Telegram-Benutzer / Chat-ID (optional)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "API Key",
|
|
3
|
+
"Customer ID": "Customer ID",
|
|
4
|
+
"Energy History (0=current)": "Energy History (0=current)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Energy ViewType (2=week,3=month,4=year)",
|
|
6
|
+
"Legacy Cleanup": "Legacy Cleanup",
|
|
7
|
+
"Main": "Main",
|
|
8
|
+
"Notifications": "Notifications",
|
|
9
|
+
"OCD5 Base URL": "OCD5 Base URL",
|
|
10
|
+
"OWD5 Base URL": "OWD5 Base URL",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).",
|
|
12
|
+
"Password": "Password",
|
|
13
|
+
"Poll interval (seconds)": "Poll interval (seconds)",
|
|
14
|
+
"Software Version": "Software Version",
|
|
15
|
+
"Username": "Username",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Synology Chat channel",
|
|
17
|
+
"notifyDevicePushoverLabel": "Pushover device (optional)",
|
|
18
|
+
"notifyEmailSubjectLabel": "Email subject",
|
|
19
|
+
"notifyEmailToLabel": "Email recipient",
|
|
20
|
+
"notifyEnabledLabel": "Enable notifications",
|
|
21
|
+
"notifyEventsHeader": "Notification events",
|
|
22
|
+
"notifyHint": "Enable notifications and select the desired providers. The adapter automatically detects running instances – no instance number required.",
|
|
23
|
+
"notifyInstanceLabel": "Instance (auto-detect if empty)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Cloud connection lost",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Cloud connection recovered",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Thermostat offline",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Thermostat online (recovery)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Signal phone number (optional)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "WhatsApp phone number (optional)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Pushover title",
|
|
31
|
+
"notifyUseEmailLabel": "Use Email",
|
|
32
|
+
"notifyUseMatrixLabel": "Use Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "Use Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "Use Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "Use Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "Use Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "Use WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Telegram user / chat ID (optional)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "Clave API",
|
|
3
|
+
"Customer ID": "ID de cliente",
|
|
4
|
+
"Energy History (0=current)": "Historial de energía (0=actual)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Tipo de vista de energía (2=semana,3=mes,4=año)",
|
|
6
|
+
"Legacy Cleanup": "Limpieza heredada",
|
|
7
|
+
"Main": "Principal",
|
|
8
|
+
"Notifications": "Notificaciones",
|
|
9
|
+
"OCD5 Base URL": "URL base de OCD5",
|
|
10
|
+
"OWD5 Base URL": "URL básica de OWD5",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Solo nube OWD5. Los dispositivos se crean por GroupId. La reescritura utiliza Grupo/Grupo de actualización. La energía utiliza EnergyUsage/GetEnergyUsage con ThermostatID (Thermostats[].Id).",
|
|
12
|
+
"Password": "Contraseña",
|
|
13
|
+
"Poll interval (seconds)": "Intervalo de encuesta (segundos)",
|
|
14
|
+
"Software Version": "Versión de software",
|
|
15
|
+
"Username": "Nombre de usuario",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Canal de Synology Chat",
|
|
17
|
+
"notifyDevicePushoverLabel": "Dispositivo Pushover (opcional)",
|
|
18
|
+
"notifyEmailSubjectLabel": "Asunto del correo",
|
|
19
|
+
"notifyEmailToLabel": "Destinatario de correo",
|
|
20
|
+
"notifyEnabledLabel": "Activar notificaciones",
|
|
21
|
+
"notifyEventsHeader": "Eventos de notificación",
|
|
22
|
+
"notifyHint": "Activa las notificaciones y selecciona los proveedores deseados. El adaptador detecta instancias en ejecución automáticamente – no se requiere número de instancia.",
|
|
23
|
+
"notifyInstanceLabel": "Instancia (automático si vacío)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Conexión en la nube perdida",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Conexión en la nube recuperada",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Termostato desconectado",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Termostato en línea (recuperación)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Número de teléfono Signal (opcional)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "Número de teléfono WhatsApp (opcional)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Título de Pushover",
|
|
31
|
+
"notifyUseEmailLabel": "Usar correo electrónico",
|
|
32
|
+
"notifyUseMatrixLabel": "Usar Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "Usar Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "Usar Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "Usar Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "Usar Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "Usar WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Usuario / ID de chat de Telegram (opcional)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "Clé API",
|
|
3
|
+
"Customer ID": "Numéro client",
|
|
4
|
+
"Energy History (0=current)": "Historique énergétique (0=actuel)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Type de vue énergétique (2=semaine,3=mois,4=année)",
|
|
6
|
+
"Legacy Cleanup": "Nettoyage hérité",
|
|
7
|
+
"Main": "Principal",
|
|
8
|
+
"Notifications": "Notifications",
|
|
9
|
+
"OCD5 Base URL": "URL de base OCD5",
|
|
10
|
+
"OWD5 Base URL": "URL de base OWD5",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Cloud OWD5 uniquement. Les appareils sont créés par GroupId. La réécriture utilise Group/UpdateGroup. L'énergie utilise EnergyUsage/GetEnergyUsage avec ThermostatID (Thermostats[].Id).",
|
|
12
|
+
"Password": "Mot de passe",
|
|
13
|
+
"Poll interval (seconds)": "Intervalle d'interrogation (secondes)",
|
|
14
|
+
"Software Version": "Version du logiciel",
|
|
15
|
+
"Username": "Nom d'utilisateur",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Canal Synology Chat",
|
|
17
|
+
"notifyDevicePushoverLabel": "Appareil Pushover (optionnel)",
|
|
18
|
+
"notifyEmailSubjectLabel": "Objet email",
|
|
19
|
+
"notifyEmailToLabel": "Destinataire email",
|
|
20
|
+
"notifyEnabledLabel": "Activer les notifications",
|
|
21
|
+
"notifyEventsHeader": "Événements de notification",
|
|
22
|
+
"notifyHint": "Activez les notifications et sélectionnez les fournisseurs souhaités. L'adaptateur détecte automatiquement les instances en cours d'exécution – aucun numéro d'instance requis.",
|
|
23
|
+
"notifyInstanceLabel": "Instance (auto si vide)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Connexion cloud perdue",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Connexion cloud rétablie",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Thermostat hors ligne",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Thermostat en ligne (rétablissement)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Numéro de téléphone Signal (optionnel)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "Numéro de téléphone WhatsApp (optionnel)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Titre Pushover",
|
|
31
|
+
"notifyUseEmailLabel": "Utiliser Email",
|
|
32
|
+
"notifyUseMatrixLabel": "Utiliser Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "Utiliser Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "Utiliser Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "Utiliser Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "Utiliser Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "Utiliser WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Utilisateur / ID de chat Telegram (optionnel)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "Chiave API",
|
|
3
|
+
"Customer ID": "ID cliente",
|
|
4
|
+
"Energy History (0=current)": "Cronologia energia (0=corrente)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Tipo di visualizzazione energia (2=settimana,3=mese,4=anno)",
|
|
6
|
+
"Legacy Cleanup": "Pulizia legacy",
|
|
7
|
+
"Main": "Principale",
|
|
8
|
+
"Notifications": "Notifiche",
|
|
9
|
+
"OCD5 Base URL": "URL di base OCD5",
|
|
10
|
+
"OWD5 Base URL": "URL di base OWD5",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Solo cloud OWD5. I dispositivi vengono creati per GroupId. Il writeback utilizza Group/UpdateGroup. Energia utilizza EnergyUsage/GetEnergyUsage con ThermostatID (Thermostats[].Id).",
|
|
12
|
+
"Password": "Password",
|
|
13
|
+
"Poll interval (seconds)": "Intervallo di polling (secondi)",
|
|
14
|
+
"Software Version": "Versione del software",
|
|
15
|
+
"Username": "Nome utente",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Canale Synology Chat",
|
|
17
|
+
"notifyDevicePushoverLabel": "Dispositivo Pushover (opzionale)",
|
|
18
|
+
"notifyEmailSubjectLabel": "Oggetto email",
|
|
19
|
+
"notifyEmailToLabel": "Destinatario email",
|
|
20
|
+
"notifyEnabledLabel": "Attiva notifiche",
|
|
21
|
+
"notifyEventsHeader": "Eventi di notifica",
|
|
22
|
+
"notifyHint": "Attiva le notifiche e seleziona i provider desiderati. L'adattatore rileva automaticamente le istanze in esecuzione – nessun numero di istanza richiesto.",
|
|
23
|
+
"notifyInstanceLabel": "Istanza (automatica se vuota)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Connessione cloud persa",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Connessione cloud ripristinata",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Termostato offline",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Termostato online (ripristino)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Numero di telefono Signal (opzionale)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "Numero di telefono WhatsApp (opzionale)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Titolo Pushover",
|
|
31
|
+
"notifyUseEmailLabel": "Usa Email",
|
|
32
|
+
"notifyUseMatrixLabel": "Usa Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "Usa Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "Usa Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "Usa Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "Usa Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "Usa WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Utente / ID chat Telegram (opzionale)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "API-sleutel",
|
|
3
|
+
"Customer ID": "Klant-ID",
|
|
4
|
+
"Energy History (0=current)": "Energiegeschiedenis (0=huidig)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Energie ViewType (2=week,3=maand,4=jaar)",
|
|
6
|
+
"Legacy Cleanup": "Legacy-opruiming",
|
|
7
|
+
"Main": "Hoofd",
|
|
8
|
+
"Notifications": "Meldingen",
|
|
9
|
+
"OCD5 Base URL": "OCD5-basis-URL",
|
|
10
|
+
"OWD5 Base URL": "OWD5-basis-URL",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Alleen OWD5-cloud. Apparaten worden aangemaakt per GroupId. Terugschrijven maakt gebruik van Group/UpdateGroup. Energie gebruikt EnergyUsage/GetEnergyUsage met ThermostatID (Thermostaten[].Id).",
|
|
12
|
+
"Password": "Wachtwoord",
|
|
13
|
+
"Poll interval (seconds)": "Poll-interval (seconden)",
|
|
14
|
+
"Software Version": "Softwareversie",
|
|
15
|
+
"Username": "Gebruikersnaam",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Synology Chat-kanaal",
|
|
17
|
+
"notifyDevicePushoverLabel": "Pushover-apparaat (optioneel)",
|
|
18
|
+
"notifyEmailSubjectLabel": "E-mailonderwerp",
|
|
19
|
+
"notifyEmailToLabel": "E-mailontvanger",
|
|
20
|
+
"notifyEnabledLabel": "Meldingen inschakelen",
|
|
21
|
+
"notifyEventsHeader": "Meldingsgebeurtenissen",
|
|
22
|
+
"notifyHint": "Schakel meldingen in en selecteer de gewenste providers. De adapter detecteert actieve instanties automatisch – geen instantienummer vereist.",
|
|
23
|
+
"notifyInstanceLabel": "Instantie (auto als leeg)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Cloudverbinding verbroken",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Cloudverbinding hersteld",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Thermostaat offline",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Thermostaat online (herstel)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Signal-telefoonnummer (optioneel)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "WhatsApp-telefoonnummer (optioneel)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Pushover-titel",
|
|
31
|
+
"notifyUseEmailLabel": "E-mail gebruiken",
|
|
32
|
+
"notifyUseMatrixLabel": "Matrix gebruiken",
|
|
33
|
+
"notifyUsePushoverLabel": "Pushover gebruiken",
|
|
34
|
+
"notifyUseSignalLabel": "Signal gebruiken",
|
|
35
|
+
"notifyUseSynoChatLabel": "Synology Chat gebruiken",
|
|
36
|
+
"notifyUseTelegramLabel": "Telegram gebruiken",
|
|
37
|
+
"notifyUseWhatsappLabel": "WhatsApp gebruiken",
|
|
38
|
+
"notifyUserTelegramLabel": "Telegram-gebruiker / chat-ID (optioneel)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "Klucz API",
|
|
3
|
+
"Customer ID": "Identyfikator klienta",
|
|
4
|
+
"Energy History (0=current)": "Historia energii (0=prąd)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Typ widoku energii (2=tydzień,3=miesiąc,4=rok)",
|
|
6
|
+
"Legacy Cleanup": "Czyszczenie starszych danych",
|
|
7
|
+
"Main": "Główne",
|
|
8
|
+
"Notifications": "Powiadomienia",
|
|
9
|
+
"OCD5 Base URL": "Podstawowy adres URL OCD5",
|
|
10
|
+
"OWD5 Base URL": "Podstawowy adres URL OWD5",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Tylko chmura OWD5. Urządzenia są tworzone według GroupId. Zapisywanie zwrotne używa grupy/aktualizacji grupy. Energia wykorzystuje EnergyUsage/GetEnergyUsage z ThermostatID (Termostaty[].Id).",
|
|
12
|
+
"Password": "Hasło",
|
|
13
|
+
"Poll interval (seconds)": "Interwał sondowania (sekundy)",
|
|
14
|
+
"Software Version": "Wersja oprogramowania",
|
|
15
|
+
"Username": "Nazwa użytkownika",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Kanał Synology Chat",
|
|
17
|
+
"notifyDevicePushoverLabel": "Urządzenie Pushover (opcjonalnie)",
|
|
18
|
+
"notifyEmailSubjectLabel": "Temat email",
|
|
19
|
+
"notifyEmailToLabel": "Odbiorca email",
|
|
20
|
+
"notifyEnabledLabel": "Włącz powiadomienia",
|
|
21
|
+
"notifyEventsHeader": "Zdarzenia powiadomień",
|
|
22
|
+
"notifyHint": "Włącz powiadomienia i wybierz pożądanych dostawców. Adapter automatycznie wykrywa działające instancje – numer instancji nie jest wymagany.",
|
|
23
|
+
"notifyInstanceLabel": "Instancja (auto jeśli pusta)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Utracono połączenie z chmurą",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Połączenie z chmurą przywrócone",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Termostat offline",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Termostat online (odzyskanie)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Numer telefonu Signal (opcjonalnie)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "Numer telefonu WhatsApp (opcjonalnie)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Tytuł Pushover",
|
|
31
|
+
"notifyUseEmailLabel": "Użyj Email",
|
|
32
|
+
"notifyUseMatrixLabel": "Użyj Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "Użyj Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "Użyj Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "Użyj Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "Użyj Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "Użyj WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Użytkownik / ID czatu Telegram (opcjonalnie)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "Chave de API",
|
|
3
|
+
"Customer ID": "ID do cliente",
|
|
4
|
+
"Energy History (0=current)": "Histórico de Energia (0=atual)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Energy ViewType (2=semana,3=mês,4=ano)",
|
|
6
|
+
"Legacy Cleanup": "Limpeza legada",
|
|
7
|
+
"Main": "Principal",
|
|
8
|
+
"Notifications": "Notificações",
|
|
9
|
+
"OCD5 Base URL": "URL base do OCD5",
|
|
10
|
+
"OWD5 Base URL": "URL base OWD5",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Apenas nuvem OWD5. Os dispositivos são criados por GroupId. Writeback usa Grupo/UpdateGroup. A energia usa EnergyUsage/GetEnergyUsage com ThermostatID (Termostatos[].Id).",
|
|
12
|
+
"Password": "Senha",
|
|
13
|
+
"Poll interval (seconds)": "Intervalo de pesquisa (segundos)",
|
|
14
|
+
"Software Version": "Versão do software",
|
|
15
|
+
"Username": "Nome de usuário",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Canal do Synology Chat",
|
|
17
|
+
"notifyDevicePushoverLabel": "Dispositivo Pushover (opcional)",
|
|
18
|
+
"notifyEmailSubjectLabel": "Assunto do email",
|
|
19
|
+
"notifyEmailToLabel": "Destinatário de email",
|
|
20
|
+
"notifyEnabledLabel": "Ativar notificações",
|
|
21
|
+
"notifyEventsHeader": "Eventos de notificação",
|
|
22
|
+
"notifyHint": "Ative as notificações e selecione os provedores desejados. O adaptador deteta instâncias em execução automaticamente – número de instância não necessário.",
|
|
23
|
+
"notifyInstanceLabel": "Instância (automático se vazio)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Ligação à nuvem perdida",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Ligação à nuvem recuperada",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Termostato offline",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Termostato online (recuperação)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Número de telefone Signal (opcional)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "Número de telefone WhatsApp (opcional)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Título do Pushover",
|
|
31
|
+
"notifyUseEmailLabel": "Usar Email",
|
|
32
|
+
"notifyUseMatrixLabel": "Usar Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "Usar Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "Usar Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "Usar Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "Usar Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "Usar WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Utilizador / ID de chat do Telegram (opcional)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "API-ключ",
|
|
3
|
+
"Customer ID": "Идентификатор клиента",
|
|
4
|
+
"Energy History (0=current)": "История энергопотребления (0=текущая)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Energy ViewType (2=неделя, 3=месяц, 4=год)",
|
|
6
|
+
"Legacy Cleanup": "Очистка устаревших данных",
|
|
7
|
+
"Main": "Основное",
|
|
8
|
+
"Notifications": "Уведомления",
|
|
9
|
+
"OCD5 Base URL": "Базовый URL-адрес OCD5",
|
|
10
|
+
"OWD5 Base URL": "Базовый URL-адрес OWD5",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Только облако OWD5. Устройства создаются по GroupId. Обратная запись использует Group/UpdateGroup. Energy использует EnergyUsage/GetEnergyUsage с ThermostatID (Thermostats[].Id).",
|
|
12
|
+
"Password": "Пароль",
|
|
13
|
+
"Poll interval (seconds)": "Интервал опроса (секунды)",
|
|
14
|
+
"Software Version": "Версия программного обеспечения",
|
|
15
|
+
"Username": "Имя пользователя",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Канал Synology Chat",
|
|
17
|
+
"notifyDevicePushoverLabel": "Устройство Pushover (необязательно)",
|
|
18
|
+
"notifyEmailSubjectLabel": "Тема email",
|
|
19
|
+
"notifyEmailToLabel": "Получатель email",
|
|
20
|
+
"notifyEnabledLabel": "Включить уведомления",
|
|
21
|
+
"notifyEventsHeader": "События уведомлений",
|
|
22
|
+
"notifyHint": "Включите уведомления и выберите нужных провайдеров. Адаптер автоматически обнаруживает запущенные экземпляры – номер экземпляра не требуется.",
|
|
23
|
+
"notifyInstanceLabel": "Экземпляр (авто если пусто)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "Соединение с облаком потеряно",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "Соединение с облаком восстановлено",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Термостат офлайн",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Термостат онлайн (восстановление)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Номер телефона Signal (необязательно)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "Номер телефона WhatsApp (необязательно)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Заголовок Pushover",
|
|
31
|
+
"notifyUseEmailLabel": "Использовать Email",
|
|
32
|
+
"notifyUseMatrixLabel": "Использовать Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "Использовать Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "Использовать Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "Использовать Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "Использовать Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "Использовать WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Пользователь / ID чата Telegram (необязательно)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "Ключ API",
|
|
3
|
+
"Customer ID": "ID клієнта",
|
|
4
|
+
"Energy History (0=current)": "Історія енергоспоживання (0=поточна)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "Energy ViewType (2=тиждень,3=місяць,4=рік)",
|
|
6
|
+
"Legacy Cleanup": "Очищення застарілих даних",
|
|
7
|
+
"Main": "Основне",
|
|
8
|
+
"Notifications": "Сповіщення",
|
|
9
|
+
"OCD5 Base URL": "Базова URL-адреса OCD5",
|
|
10
|
+
"OWD5 Base URL": "Базова URL-адреса OWD5",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Лише хмара OWD5. Пристрої створюються для GroupId. Writeback використовує Group/UpdateGroup. Energy використовує EnergyUsage/GetEnergyUsage з ThermostatID (Thermostats[].Id).",
|
|
12
|
+
"Password": "Пароль",
|
|
13
|
+
"Poll interval (seconds)": "Інтервал опитування (секунди)",
|
|
14
|
+
"Software Version": "Версія програмного забезпечення",
|
|
15
|
+
"Username": "Ім'я користувача",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Канал Synology Chat",
|
|
17
|
+
"notifyDevicePushoverLabel": "Пристрій Pushover (необов'язково)",
|
|
18
|
+
"notifyEmailSubjectLabel": "Тема email",
|
|
19
|
+
"notifyEmailToLabel": "Отримувач email",
|
|
20
|
+
"notifyEnabledLabel": "Увімкнути сповіщення",
|
|
21
|
+
"notifyEventsHeader": "Події сповіщень",
|
|
22
|
+
"notifyHint": "Увімкніть сповіщення та оберіть бажаних провайдерів. Адаптер автоматично визначає запущені екземпляри – номер екземпляра не потрібен.",
|
|
23
|
+
"notifyInstanceLabel": "Екземпляр (авто якщо порожньо)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "З'єднання з хмарою втрачено",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "З'єднання з хмарою відновлено",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "Термостат офлайн",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "Термостат онлайн (відновлення)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Номер телефону Signal (необов'язково)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "Номер телефону WhatsApp (необов'язково)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Заголовок Pushover",
|
|
31
|
+
"notifyUseEmailLabel": "Використовувати Email",
|
|
32
|
+
"notifyUseMatrixLabel": "Використовувати Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "Використовувати Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "Використовувати Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "Використовувати Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "Використовувати Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "Використовувати WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Користувач / ID чату Telegram (необов'язково)"
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"API Key": "API密钥",
|
|
3
|
+
"Customer ID": "客户编号",
|
|
4
|
+
"Energy History (0=current)": "能源历史(0=当前)",
|
|
5
|
+
"Energy ViewType (2=week,3=month,4=year)": "能源视图类型(2=周,3=月,4=年)",
|
|
6
|
+
"Legacy Cleanup": "旧版清理",
|
|
7
|
+
"Main": "主要",
|
|
8
|
+
"Notifications": "通知",
|
|
9
|
+
"OCD5 Base URL": "OCD5 基本 URL",
|
|
10
|
+
"OWD5 Base URL": "OWD5 基本 URL",
|
|
11
|
+
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "仅限 OWD5 云。设备是根据 GroupId 创建的。 Writeback使用Group/UpdateGroup。能源使用 EnergyUsage/GetEnergyUsage 和 ThermostatID (Thermostats[].Id)。",
|
|
12
|
+
"Password": "密码",
|
|
13
|
+
"Poll interval (seconds)": "轮询间隔(秒)",
|
|
14
|
+
"Software Version": "软件版本",
|
|
15
|
+
"Username": "用户名",
|
|
16
|
+
"notifyChannelSynoChatLabel": "Synology Chat 频道",
|
|
17
|
+
"notifyDevicePushoverLabel": "Pushover 设备(可选)",
|
|
18
|
+
"notifyEmailSubjectLabel": "电子邮件主题",
|
|
19
|
+
"notifyEmailToLabel": "电子邮件收件人",
|
|
20
|
+
"notifyEnabledLabel": "启用通知",
|
|
21
|
+
"notifyEventsHeader": "通知事件",
|
|
22
|
+
"notifyHint": "启用通知并选择所需的服务提供商。适配器自动检测正在运行的实例 – 无需实例编号。",
|
|
23
|
+
"notifyInstanceLabel": "实例(空则自动检测)",
|
|
24
|
+
"notifyOnCloudOfflineLabel": "云连接断开",
|
|
25
|
+
"notifyOnCloudRecoveredLabel": "云连接已恢复",
|
|
26
|
+
"notifyOnThermostatOfflineLabel": "温控器离线",
|
|
27
|
+
"notifyOnThermostatOnlineLabel": "温控器在线(恢复)",
|
|
28
|
+
"notifyPhoneSignalLabel": "Signal 电话号码(可选)",
|
|
29
|
+
"notifyPhoneWhatsappLabel": "WhatsApp 电话号码(可选)",
|
|
30
|
+
"notifyTitlePushoverLabel": "Pushover 标题",
|
|
31
|
+
"notifyUseEmailLabel": "使用电子邮件",
|
|
32
|
+
"notifyUseMatrixLabel": "使用 Matrix",
|
|
33
|
+
"notifyUsePushoverLabel": "使用 Pushover",
|
|
34
|
+
"notifyUseSignalLabel": "使用 Signal",
|
|
35
|
+
"notifyUseSynoChatLabel": "使用 Synology Chat",
|
|
36
|
+
"notifyUseTelegramLabel": "使用 Telegram",
|
|
37
|
+
"notifyUseWhatsappLabel": "使用 WhatsApp",
|
|
38
|
+
"notifyUserTelegramLabel": "Telegram 用户 / 聊天 ID(可选)"
|
|
39
|
+
}
|
package/admin/jsonConfig.json
CHANGED
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "schlueter-thermostat",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.4",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.7.4": {
|
|
7
|
+
"en": "Fixes for Repo Checker",
|
|
8
|
+
"de": "Fixes für Repo Checker",
|
|
9
|
+
"ru": "Обсуждение Repo Checker",
|
|
10
|
+
"pt": "Correcções para o Verificador de Repo",
|
|
11
|
+
"nl": "Fixes voor Repo Checker",
|
|
12
|
+
"fr": "Corrections pour Repo Checker",
|
|
13
|
+
"it": "Riparazioni per Checker Repo",
|
|
14
|
+
"es": "Fijas para el Checker Repo",
|
|
15
|
+
"pl": "Fixes for Repo Checker",
|
|
16
|
+
"uk": "Виправлення для репо-перевірки",
|
|
17
|
+
"zh-cn": "Repo 检查器的修复"
|
|
18
|
+
},
|
|
19
|
+
"0.7.3": {
|
|
20
|
+
"en": "Fixes for Repo Checker",
|
|
21
|
+
"de": "Fixes für Repo Checker",
|
|
22
|
+
"ru": "Обсуждение Repo Checker",
|
|
23
|
+
"pt": "Correcções para o Verificador de Repo",
|
|
24
|
+
"nl": "Fixes voor Repo Checker",
|
|
25
|
+
"fr": "Corrections pour Repo Checker",
|
|
26
|
+
"it": "Riparazioni per Checker Repo",
|
|
27
|
+
"es": "Fijas para el Checker Repo",
|
|
28
|
+
"pl": "Fixes for Repo Checker",
|
|
29
|
+
"uk": "Виправлення для репо-перевірки",
|
|
30
|
+
"zh-cn": "Repo 检查器的修复"
|
|
31
|
+
},
|
|
6
32
|
"0.7.2": {
|
|
7
33
|
"en": "Add Icons for Notifications",
|
|
8
34
|
"de": "Icons for Notifications hinzufügen",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "Napraw styl nagłówka, gdy urządzenie jest offline\nDodaj ikonę i tylko stan na każdym termostacie\nAktualizuj Readme i Doc",
|
|
68
94
|
"uk": "Фіксований стиль заголовка при вимкненні пристрою\nДодати іконку і тільки стан на кожному термостаті\nОновлення Readme і Doc",
|
|
69
95
|
"zh-cn": "设备下线时修正标题样式\n在每个自动调温器上添加图标和唯一的状态\n更新 Readme 和 Doc"
|
|
70
|
-
},
|
|
71
|
-
"0.6.1": {
|
|
72
|
-
"en": "Add Measurement in DM Info\nUpdate Admin Dependency >= 7.6.23 for Device Manager\nFirst Important Note: From 0.5.3 to 0.6.X the Sensor Overview is removed but visible. Thats a Bug from js-controller and should be fixed with 7.1.3\nSecond Important Note: If you come from 0.5.3 you'll need to re-enter your API key because of removed Encryption. Use from Doc.",
|
|
73
|
-
"de": "Messung in DM Info hinzufügen\nAdminabhängigkeit aktualisieren >= 7.6.23 für Gerätemanager\nErste wichtige Anmerkung: Von 0.5.3 bis 0.6.X wird die Sensor-Übersicht entfernt, aber sichtbar. Dass ein Bug von js-controller und sollte mit 7.1.3 behoben werden\nZweiter wichtiger Hinweis: Wenn Sie von 0.5.3 kommen, müssen Sie Ihre API-Schlüssel wegen entfernter Verschlüsselung neu eingeben. Verwendung von Doc.",
|
|
74
|
-
"ru": "Добавить измерение в DM Info\nЗависимость от администратора >= 7.6.23 для диспетчера устройств\nПервое важное примечание: От 0,5.3 до 0.6.X Обзор датчика удаляется, но виден. Это баг от js-контроллера и должен быть исправлен с помощью 7.1.3\nВторое важное примечание: если вы используете 0.5.3, вам необходимо повторно ввести ключ API из-за удаленного шифрования. Пользуйтесь Док.",
|
|
75
|
-
"pt": "Adicionar medição na informação do DM\nAtualizar dependência de administração >= 7.6.23 para Gerenciador de Dispositivos\nPrimeira Nota Importante: De 0.5.3 a 0.6.X a Visão Geral do Sensor é removida, mas visível. Esse é um Bug do js-controller e deve ser corrigido com 7.1.3\nSegunda Nota Importante: Se você vier de 0.5.3 você precisará entrar novamente em sua chave API por causa da criptografia removida. Use do Doc.",
|
|
76
|
-
"nl": "Meting toevoegen in DM Info\nAdmin Afhankelijkheid bijwerken >= 7.6.23 voor Apparaatbeheer\nEerste belangrijke opmerking: Van 0.5.3 tot 0.6.X wordt de sensoroverzicht verwijderd maar zichtbaar. Dat is een bug van js-controller en moet worden bevestigd met 7.1.3\nTweede belangrijke opmerking: Als u van 0.5.3 komt, moet u uw API-sleutel opnieuw invoeren vanwege verwijderde Encryptie. Gebruik van Doc.",
|
|
77
|
-
"fr": "Ajouter la mesure dans DM Info\nMettre à jour Admin Dependency >= 7.6.23 pour le Gestionnaire de périphériques\nPremière note importante : De 0.5.3 à 0.6.X le capteur est enlevé mais visible. C'est un Bug de js-controller et doit être corrigé avec 7.1.3\nDeuxième remarque importante : Si vous venez de 0.5.3, vous devrez entrer à nouveau votre clé API en raison du chiffrement supprimé. Utilisation de Doc.",
|
|
78
|
-
"it": "Aggiungi misura in DM Info\nAggiorna la dipendenza da admin >= 7.6.23 per Gestione dispositivi\nPrima nota importante: da 0.5.3 a 0.6.X la Panoramica del sensore viene rimossa ma visibile. Che un Bug da js-controller e dovrebbe essere fissato con 7,1.3\nSeconda nota importante: Se si arriva da 0.5.3 è necessario ri-inserire la chiave API a causa della crittografia rimossa. Uso da Doc.",
|
|
79
|
-
"es": "Añadir Medición en DM Info\nActualizar la dependencia de los administradores = 7.6.23 para el administrador de dispositivos\nPrimera nota importante: De 0.5.3 a 0.6.X el Sensor Resúmenes es eliminado pero visible. Eso es un error de js-controller y debe ser fijado con 7.1.3\nSegunda nota importante: Si vienes de 0,5.3 tendrás que volver a introducir tu clave de API debido a la codificación eliminada. Uso de Doc.",
|
|
80
|
-
"pl": "Dodaj pomiar w DM Info\nAktualizacja Admin Dependency > = 7.6.23 dla Device Manager\nPierwsza ważna uwaga: Od 0.5.3 do 0.6.X Przegląd czujników jest usuwany, ale widoczny. To błąd ze sterownika js- i powinien być naprawiony z 7.1.3\nDruga ważna uwaga: Jeśli pochodzisz z 0.5.3 musisz ponownie wprowadzić swój klucz API ze względu na usunięte szyfrowanie. Użyj od Doca.",
|
|
81
|
-
"uk": "Додати вимірювання в DM інформація\nОновлення залежності адміністратора >= 7.6.23 для диспетчера пристроїв\nFirst Важливо Примітка: Від 0.5.3 до 0.6.X Огляд датчика видалено, але видимо. Що таке Буга від js-controller і слід зафіксувати 7.1.3\nДруге значення Примітка: Якщо ви приїжджаєте з 0.5.3 вам потрібно буде повторно керувати ключем API через вилучене шифрування. Використовуйте з Doc.",
|
|
82
|
-
"zh-cn": "在 DM 信息中添加测量\n更新设备管理器的依赖性QQ 7.6.23\n第一重要注释:从0.5.3到0.6.X 传感器概览被删除但可见. 这是来自js控制器的虫子,应该用7.1.3来固定\n第二重要注意:如果来自0.5.3,由于已删除的加密,需要重新输入您的API密钥. 从医生处使用."
|
|
83
|
-
},
|
|
84
|
-
"0.6.0": {
|
|
85
|
-
"en": "Integrate Adapter in ioBroker Device Manager\nRemove Tab\nRemoved Encryption and Protection from Api-Key because it's a global key --> fill in ApiKey again after Update",
|
|
86
|
-
"de": "Integrieren Sie Adapter in ioBroker Device Manager\nEntfernen Tab\nEntfernte Verschlüsselung und Schutz von Api-Key, weil es ein globaler Schlüssel ist --> füllen Sie ApiKey erneut nach Update",
|
|
87
|
-
"ru": "Интеграция адаптера в диспетчер устройств ioBroker\nУдалить Tab\nУдален шифрование и защита от Api-Key, потому что это глобальный ключ -> заполните ApiKey снова после обновления",
|
|
88
|
-
"pt": "Integrar o Adaptador no Gerenciador de Dispositivos ioBroker\nRemover aba\nCriptografia e proteção removidas do Api-Key porque é uma chave global --> preencha o ApiKey novamente após a atualização",
|
|
89
|
-
"nl": "Adapter integreren in ioBroker Device Manager\nTabblad verwijderen\nVerwijderde versleuteling en bescherming van Api-Key omdat het een globale sleutel --> ApiKey opnieuw invullen na Update",
|
|
90
|
-
"fr": "Intégrer l'adaptateur dans ioBroker Device Manager\nSupprimer l'onglet\nSupprimé le chiffrement et la protection de Api-Key parce que c'est une clé globale --> remplir ApiKey à nouveau après la mise à jour",
|
|
91
|
-
"it": "Integrare l'adattatore in ioBroker Device Manager\nRimuovi la scheda\nEliminato Crittografia e Protezione da Api-Key perché è una chiave globale --> riempire ApiKey di nuovo dopo l'aggiornamento",
|
|
92
|
-
"es": "Integrar el adaptador en ioBroker Device Manager\nQuitar Tab\nCifrado y protección eliminados de Api-Key porque es una clave global -- prenda rellenar en ApiKey de nuevo después de actualización",
|
|
93
|
-
"pl": "Zintegruj adapter w menedżerze urządzeń joBroker\nUsuń kartę\nUsunięto szyfrowanie i ochronę z Api- Key, ponieważ jest to klucz globalny -- > wypełnić ApiKey ponownie po aktualizacji",
|
|
94
|
-
"uk": "Інтеграція адаптера в ioBroker Manager\nВидалити вкладку\nВилучено шифрування та захист від Api-Key, оскільки це глобальний ключ --> заповніть ApiKey знову після оновлення",
|
|
95
|
-
"zh-cn": "在 ioBroker 设备管理器中整合适配器\n删除标签\n从 Api- Key 中删除加密和保护, 因为它是一个全局密钥 -- > 在更新后再次填写 ApiKey"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -72,13 +72,14 @@ async function sendNotification(adapter, text) {
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
const cfg = adapter.config;
|
|
75
|
+
const notificationText = `schlueter-thermostat:\n ${text}`;
|
|
75
76
|
|
|
76
77
|
// ── Telegram ──────────────────────────────────────────────────────────────
|
|
77
78
|
if (cfg.notifyUseTelegram) {
|
|
78
79
|
try {
|
|
79
80
|
const instanceId = await resolveInstance(adapter, 'telegram', cfg.notifyInstanceTelegram);
|
|
80
81
|
if (instanceId) {
|
|
81
|
-
const payload = { text };
|
|
82
|
+
const payload = { text: notificationText };
|
|
82
83
|
if (cfg.notifyUserTelegram) {
|
|
83
84
|
payload.user = cfg.notifyUserTelegram;
|
|
84
85
|
}
|
|
@@ -98,7 +99,7 @@ async function sendNotification(adapter, text) {
|
|
|
98
99
|
const instanceId = await resolveInstance(adapter, 'pushover', cfg.notifyInstancePushover);
|
|
99
100
|
if (instanceId) {
|
|
100
101
|
const payload = {
|
|
101
|
-
message:
|
|
102
|
+
message: notificationText,
|
|
102
103
|
title: cfg.notifyTitlePushover || 'Schlüter Thermostat',
|
|
103
104
|
};
|
|
104
105
|
if (cfg.notifyDevicePushover) {
|
|
@@ -119,7 +120,7 @@ async function sendNotification(adapter, text) {
|
|
|
119
120
|
try {
|
|
120
121
|
const instanceId = await resolveInstance(adapter, 'whatsapp-cmb', cfg.notifyInstanceWhatsapp);
|
|
121
122
|
if (instanceId) {
|
|
122
|
-
const payload = { text };
|
|
123
|
+
const payload = { text: notificationText };
|
|
123
124
|
if (cfg.notifyPhoneWhatsapp) {
|
|
124
125
|
payload.phone = cfg.notifyPhoneWhatsapp;
|
|
125
126
|
}
|
|
@@ -139,7 +140,7 @@ async function sendNotification(adapter, text) {
|
|
|
139
140
|
const instanceId = await resolveInstance(adapter, 'email', cfg.notifyInstanceEmail);
|
|
140
141
|
if (instanceId) {
|
|
141
142
|
const payload = {
|
|
142
|
-
text,
|
|
143
|
+
text: notificationText,
|
|
143
144
|
subject: cfg.notifyEmailSubject || 'Schlüter Thermostat',
|
|
144
145
|
};
|
|
145
146
|
if (cfg.notifyEmailTo) {
|
|
@@ -160,7 +161,7 @@ async function sendNotification(adapter, text) {
|
|
|
160
161
|
try {
|
|
161
162
|
const instanceId = await resolveInstance(adapter, 'signal-cmb', cfg.notifyInstanceSignal);
|
|
162
163
|
if (instanceId) {
|
|
163
|
-
const payload = { text };
|
|
164
|
+
const payload = { text: notificationText };
|
|
164
165
|
if (cfg.notifyPhoneSignal) {
|
|
165
166
|
payload.phone = cfg.notifyPhoneSignal;
|
|
166
167
|
}
|
|
@@ -179,7 +180,7 @@ async function sendNotification(adapter, text) {
|
|
|
179
180
|
try {
|
|
180
181
|
const instanceId = await resolveInstance(adapter, 'matrix-org', cfg.notifyInstanceMatrix);
|
|
181
182
|
if (instanceId) {
|
|
182
|
-
await adapter.sendToAsync(instanceId, 'send', { text });
|
|
183
|
+
await adapter.sendToAsync(instanceId, 'send', { text: notificationText });
|
|
183
184
|
adapter.log.debug(`Notification sent via Matrix (${instanceId})`);
|
|
184
185
|
} else {
|
|
185
186
|
adapter.log.warn('sendNotification: no matrix-org instance found/configured.');
|
|
@@ -196,9 +197,9 @@ async function sendNotification(adapter, text) {
|
|
|
196
197
|
if (instanceId) {
|
|
197
198
|
const channel = cfg.notifyChannelSynoChat;
|
|
198
199
|
if (channel) {
|
|
199
|
-
await adapter.setForeignStateAsync(`${instanceId}.${channel}.message`,
|
|
200
|
+
await adapter.setForeignStateAsync(`${instanceId}.${channel}.message`, notificationText);
|
|
200
201
|
} else {
|
|
201
|
-
await adapter.setForeignStateAsync(`${instanceId}.#.message`,
|
|
202
|
+
await adapter.setForeignStateAsync(`${instanceId}.#.message`, notificationText);
|
|
202
203
|
}
|
|
203
204
|
adapter.log.debug(`Notification sent via Synology Chat (${instanceId})`);
|
|
204
205
|
} else {
|
package/main.js
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
// - Outgoing EndTimes for comfort/boost -> sent as thermostat-local no-Z using TimeZone (sec)
|
|
33
33
|
// ============================================================================
|
|
34
34
|
|
|
35
|
+
const { setTimeout: delay } = require('node:timers/promises');
|
|
35
36
|
const utils = require('@iobroker/adapter-core');
|
|
36
37
|
const { OJClient } = require('./lib/oj-client');
|
|
37
38
|
const { safeId } = require('./lib/util');
|
|
@@ -774,19 +775,7 @@ class SchlueterThermostat extends utils.Adapter {
|
|
|
774
775
|
// Wait for in-flight poll (best effort)
|
|
775
776
|
const p = this.pollPromise;
|
|
776
777
|
if (p) {
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
const timeoutPromise = new Promise(resolve => {
|
|
780
|
-
// Use native setTimeout to avoid:
|
|
781
|
-
// "setTimeout called, but adapter is shutting down"
|
|
782
|
-
timeoutId = setTimeout(resolve, 5000);
|
|
783
|
-
});
|
|
784
|
-
|
|
785
|
-
await Promise.race([p, timeoutPromise]);
|
|
786
|
-
|
|
787
|
-
if (timeoutId) {
|
|
788
|
-
clearTimeout(timeoutId);
|
|
789
|
-
}
|
|
778
|
+
await Promise.race([p, delay(5000, undefined, { ref: false })]);
|
|
790
779
|
}
|
|
791
780
|
|
|
792
781
|
callback();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.schlueter-thermostat",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"description": "Floor heating controlled with Ditra Heat Thermostat",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "patricknitsch",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@iobroker/adapter-core": "^3.3.2",
|
|
27
27
|
"@iobroker/dm-utils": "^3.0.19",
|
|
28
|
-
"axios": "^1.16.
|
|
28
|
+
"axios": "^1.16.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@alcalzone/release-script": "^5.2.
|
|
31
|
+
"@alcalzone/release-script": "^5.2.1",
|
|
32
32
|
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
33
33
|
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
34
34
|
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@iobroker/dev-server": "^0.8.0",
|
|
37
37
|
"@iobroker/eslint-config": "^2.3.4",
|
|
38
38
|
"@iobroker/testing": "^5.2.2",
|
|
39
|
-
"@tsconfig/
|
|
39
|
+
"@tsconfig/node22": "^22.0.5",
|
|
40
40
|
"@types/iobroker": "npm:@iobroker/types@^7.1.0",
|
|
41
|
-
"@types/node": "^
|
|
41
|
+
"@types/node": "^22.0.0",
|
|
42
42
|
"typescript": "~5.9.3"
|
|
43
43
|
},
|
|
44
44
|
"main": "main.js",
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "API-Schlüssel",
|
|
3
|
-
"Customer ID": "Kunden-ID",
|
|
4
|
-
"Energy History (0=current)": "Energieverlauf (0=aktuell)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Energieansichtstyp (2=Woche, 3=Monat, 4=Jahr)",
|
|
6
|
-
"OCD5 Base URL": "OCD5-Basis-URL",
|
|
7
|
-
"OWD5 Base URL": "OWD5-Basis-URL",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Nur OWD5-Cloud. Geräte werden pro GroupId erstellt. Rückschreiben verwendet Group/UpdateGroup. Energie verwendet EnergyUsage/GetEnergyUsage mit ThermostatID (Thermostaten[].Id).",
|
|
9
|
-
"Password": "Passwort",
|
|
10
|
-
"Poll interval (seconds)": "Abfrageintervall (Sekunden)",
|
|
11
|
-
"Software Version": "Softwareversion",
|
|
12
|
-
"Username": "Benutzername",
|
|
13
|
-
"notifyHint": "Benachrichtigungen aktivieren und gewünschte Anbieter auswählen. Der Adapter erkennt laufende Instanzen automatisch – keine Instanznummer erforderlich.",
|
|
14
|
-
"notifyEnabledLabel": "Benachrichtigungen aktivieren",
|
|
15
|
-
"notifyEventsHeader": "Benachrichtigungsereignisse",
|
|
16
|
-
"notifyOnThermostatOfflineLabel": "Thermostat offline",
|
|
17
|
-
"notifyOnThermostatOnlineLabel": "Thermostat online (Wiederherstellung)",
|
|
18
|
-
"notifyOnCloudOfflineLabel": "Cloud-Verbindung verloren",
|
|
19
|
-
"notifyOnCloudRecoveredLabel": "Cloud-Verbindung wiederhergestellt",
|
|
20
|
-
"notifyUseTelegramLabel": "Telegram verwenden",
|
|
21
|
-
"notifyUserTelegramLabel": "Telegram-Benutzer / Chat-ID (optional)",
|
|
22
|
-
"notifyUsePushoverLabel": "Pushover verwenden",
|
|
23
|
-
"notifyTitlePushoverLabel": "Pushover-Titel",
|
|
24
|
-
"notifyDevicePushoverLabel": "Pushover-Gerät (optional)",
|
|
25
|
-
"notifyUseWhatsappLabel": "WhatsApp verwenden",
|
|
26
|
-
"notifyPhoneWhatsappLabel": "WhatsApp-Telefonnummer (optional)",
|
|
27
|
-
"notifyUseEmailLabel": "E-Mail verwenden",
|
|
28
|
-
"notifyEmailToLabel": "E-Mail-Empfänger",
|
|
29
|
-
"notifyEmailSubjectLabel": "E-Mail-Betreff",
|
|
30
|
-
"notifyUseSignalLabel": "Signal verwenden",
|
|
31
|
-
"notifyPhoneSignalLabel": "Signal-Telefonnummer (optional)",
|
|
32
|
-
"notifyUseMatrixLabel": "Matrix verwenden",
|
|
33
|
-
"notifyUseSynoChatLabel": "Synology Chat verwenden",
|
|
34
|
-
"notifyChannelSynoChatLabel": "Synology-Chat-Kanal",
|
|
35
|
-
"notifyInstanceLabel": "Instanz (automatisch wenn leer)"
|
|
36
|
-
}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"OWD5 Base URL": "OWD5 Base URL",
|
|
3
|
-
"OCD5 Base URL": "OCD5 Base URL",
|
|
4
|
-
"Username": "Username",
|
|
5
|
-
"Password": "Password",
|
|
6
|
-
"Software Version": "Software Version",
|
|
7
|
-
"Customer ID": "Customer ID",
|
|
8
|
-
"API Key": "API Key",
|
|
9
|
-
"Poll interval (seconds)": "Poll interval (seconds)",
|
|
10
|
-
"Energy History (0=current)": "Energy History (0=current)",
|
|
11
|
-
"Energy ViewType (2=week,3=month,4=year)": "Energy ViewType (2=week,3=month,4=year)",
|
|
12
|
-
"Legacy Cleanup (1=enabled,0=disabled)": "Legacy Cleanup (1=enabled,0=disabled)",
|
|
13
|
-
"Time zone for timestamps": "Time zone for timestamps",
|
|
14
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).",
|
|
15
|
-
"notifyHint": "Enable notifications and select the desired providers. The adapter automatically detects running instances – no instance number required.",
|
|
16
|
-
"notifyEnabledLabel": "Enable notifications",
|
|
17
|
-
"notifyEventsHeader": "Notification events",
|
|
18
|
-
"notifyOnThermostatOfflineLabel": "Thermostat offline",
|
|
19
|
-
"notifyOnThermostatOnlineLabel": "Thermostat online (recovery)",
|
|
20
|
-
"notifyOnCloudOfflineLabel": "Cloud connection lost",
|
|
21
|
-
"notifyOnCloudRecoveredLabel": "Cloud connection recovered",
|
|
22
|
-
"notifyUseTelegramLabel": "Use Telegram",
|
|
23
|
-
"notifyUserTelegramLabel": "Telegram user / chat ID (optional)",
|
|
24
|
-
"notifyUsePushoverLabel": "Use Pushover",
|
|
25
|
-
"notifyTitlePushoverLabel": "Pushover title",
|
|
26
|
-
"notifyDevicePushoverLabel": "Pushover device (optional)",
|
|
27
|
-
"notifyUseWhatsappLabel": "Use WhatsApp",
|
|
28
|
-
"notifyPhoneWhatsappLabel": "WhatsApp phone number (optional)",
|
|
29
|
-
"notifyUseEmailLabel": "Use Email",
|
|
30
|
-
"notifyEmailToLabel": "Email recipient",
|
|
31
|
-
"notifyEmailSubjectLabel": "Email subject",
|
|
32
|
-
"notifyUseSignalLabel": "Use Signal",
|
|
33
|
-
"notifyPhoneSignalLabel": "Signal phone number (optional)",
|
|
34
|
-
"notifyUseMatrixLabel": "Use Matrix",
|
|
35
|
-
"notifyUseSynoChatLabel": "Use Synology Chat",
|
|
36
|
-
"notifyChannelSynoChatLabel": "Synology Chat channel",
|
|
37
|
-
"notifyInstanceLabel": "Instance (auto-detect if empty)"
|
|
38
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "Clave API",
|
|
3
|
-
"Customer ID": "ID de cliente",
|
|
4
|
-
"Energy History (0=current)": "Historial de energía (0=actual)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Tipo de vista de energía (2=semana,3=mes,4=año)",
|
|
6
|
-
"OCD5 Base URL": "URL base de OCD5",
|
|
7
|
-
"OWD5 Base URL": "URL básica de OWD5",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Solo nube OWD5. Los dispositivos se crean por GroupId. La reescritura utiliza Grupo/Grupo de actualización. La energía utiliza EnergyUsage/GetEnergyUsage con ThermostatID (Thermostats[].Id).",
|
|
9
|
-
"Password": "Contraseña",
|
|
10
|
-
"Poll interval (seconds)": "Intervalo de encuesta (segundos)",
|
|
11
|
-
"Software Version": "Versión de software",
|
|
12
|
-
"Username": "Nombre de usuario",
|
|
13
|
-
"Username / Email": "Nombre de usuario/correo electrónico",
|
|
14
|
-
"notifyHint": "Activa las notificaciones y selecciona los proveedores deseados. El adaptador detecta instancias en ejecución automáticamente – no se requiere número de instancia.",
|
|
15
|
-
"notifyEnabledLabel": "Activar notificaciones",
|
|
16
|
-
"notifyEventsHeader": "Eventos de notificación",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "Termostato desconectado",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "Termostato en línea (recuperación)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "Conexión en la nube perdida",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "Conexión en la nube recuperada",
|
|
21
|
-
"notifyUseTelegramLabel": "Usar Telegram",
|
|
22
|
-
"notifyUserTelegramLabel": "Usuario / ID de chat de Telegram (opcional)",
|
|
23
|
-
"notifyUsePushoverLabel": "Usar Pushover",
|
|
24
|
-
"notifyTitlePushoverLabel": "Título de Pushover",
|
|
25
|
-
"notifyDevicePushoverLabel": "Dispositivo Pushover (opcional)",
|
|
26
|
-
"notifyUseWhatsappLabel": "Usar WhatsApp",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "Número de teléfono WhatsApp (opcional)",
|
|
28
|
-
"notifyUseEmailLabel": "Usar correo electrónico",
|
|
29
|
-
"notifyEmailToLabel": "Destinatario de correo",
|
|
30
|
-
"notifyEmailSubjectLabel": "Asunto del correo",
|
|
31
|
-
"notifyUseSignalLabel": "Usar Signal",
|
|
32
|
-
"notifyPhoneSignalLabel": "Número de teléfono Signal (opcional)",
|
|
33
|
-
"notifyUseMatrixLabel": "Usar Matrix",
|
|
34
|
-
"notifyUseSynoChatLabel": "Usar Synology Chat",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Canal de Synology Chat",
|
|
36
|
-
"notifyInstanceLabel": "Instancia (automático si vacío)"
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "Clé API",
|
|
3
|
-
"Customer ID": "Numéro client",
|
|
4
|
-
"Energy History (0=current)": "Historique énergétique (0=actuel)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Type de vue énergétique (2=semaine,3=mois,4=année)",
|
|
6
|
-
"OCD5 Base URL": "URL de base OCD5",
|
|
7
|
-
"OWD5 Base URL": "URL de base OWD5",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Cloud OWD5 uniquement. Les appareils sont créés par GroupId. La réécriture utilise Group/UpdateGroup. L'énergie utilise EnergyUsage/GetEnergyUsage avec ThermostatID (Thermostats[].Id).",
|
|
9
|
-
"Password": "Mot de passe",
|
|
10
|
-
"Poll interval (seconds)": "Intervalle d'interrogation (secondes)",
|
|
11
|
-
"Software Version": "Version du logiciel",
|
|
12
|
-
"Username": "Nom d'utilisateur",
|
|
13
|
-
"Username / Email": "Nom d'utilisateur / E-mail",
|
|
14
|
-
"notifyHint": "Activez les notifications et sélectionnez les fournisseurs souhaités. L'adaptateur détecte automatiquement les instances en cours d'exécution – aucun numéro d'instance requis.",
|
|
15
|
-
"notifyEnabledLabel": "Activer les notifications",
|
|
16
|
-
"notifyEventsHeader": "Événements de notification",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "Thermostat hors ligne",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "Thermostat en ligne (rétablissement)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "Connexion cloud perdue",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "Connexion cloud rétablie",
|
|
21
|
-
"notifyUseTelegramLabel": "Utiliser Telegram",
|
|
22
|
-
"notifyUserTelegramLabel": "Utilisateur / ID de chat Telegram (optionnel)",
|
|
23
|
-
"notifyUsePushoverLabel": "Utiliser Pushover",
|
|
24
|
-
"notifyTitlePushoverLabel": "Titre Pushover",
|
|
25
|
-
"notifyDevicePushoverLabel": "Appareil Pushover (optionnel)",
|
|
26
|
-
"notifyUseWhatsappLabel": "Utiliser WhatsApp",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "Numéro de téléphone WhatsApp (optionnel)",
|
|
28
|
-
"notifyUseEmailLabel": "Utiliser Email",
|
|
29
|
-
"notifyEmailToLabel": "Destinataire email",
|
|
30
|
-
"notifyEmailSubjectLabel": "Objet email",
|
|
31
|
-
"notifyUseSignalLabel": "Utiliser Signal",
|
|
32
|
-
"notifyPhoneSignalLabel": "Numéro de téléphone Signal (optionnel)",
|
|
33
|
-
"notifyUseMatrixLabel": "Utiliser Matrix",
|
|
34
|
-
"notifyUseSynoChatLabel": "Utiliser Synology Chat",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Canal Synology Chat",
|
|
36
|
-
"notifyInstanceLabel": "Instance (auto si vide)"
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "Chiave API",
|
|
3
|
-
"Customer ID": "ID cliente",
|
|
4
|
-
"Energy History (0=current)": "Cronologia energia (0=corrente)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Tipo di visualizzazione energia (2=settimana,3=mese,4=anno)",
|
|
6
|
-
"OCD5 Base URL": "URL di base OCD5",
|
|
7
|
-
"OWD5 Base URL": "URL di base OWD5",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Solo cloud OWD5. I dispositivi vengono creati per GroupId. Il writeback utilizza Group/UpdateGroup. Energia utilizza EnergyUsage/GetEnergyUsage con ThermostatID (Thermostats[].Id).",
|
|
9
|
-
"Password": "Password",
|
|
10
|
-
"Poll interval (seconds)": "Intervallo di polling (secondi)",
|
|
11
|
-
"Software Version": "Versione del software",
|
|
12
|
-
"Username": "Nome utente",
|
|
13
|
-
"Username / Email": "Nome utente/e-mail",
|
|
14
|
-
"notifyHint": "Attiva le notifiche e seleziona i provider desiderati. L'adattatore rileva automaticamente le istanze in esecuzione – nessun numero di istanza richiesto.",
|
|
15
|
-
"notifyEnabledLabel": "Attiva notifiche",
|
|
16
|
-
"notifyEventsHeader": "Eventi di notifica",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "Termostato offline",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "Termostato online (ripristino)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "Connessione cloud persa",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "Connessione cloud ripristinata",
|
|
21
|
-
"notifyUseTelegramLabel": "Usa Telegram",
|
|
22
|
-
"notifyUserTelegramLabel": "Utente / ID chat Telegram (opzionale)",
|
|
23
|
-
"notifyUsePushoverLabel": "Usa Pushover",
|
|
24
|
-
"notifyTitlePushoverLabel": "Titolo Pushover",
|
|
25
|
-
"notifyDevicePushoverLabel": "Dispositivo Pushover (opzionale)",
|
|
26
|
-
"notifyUseWhatsappLabel": "Usa WhatsApp",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "Numero di telefono WhatsApp (opzionale)",
|
|
28
|
-
"notifyUseEmailLabel": "Usa Email",
|
|
29
|
-
"notifyEmailToLabel": "Destinatario email",
|
|
30
|
-
"notifyEmailSubjectLabel": "Oggetto email",
|
|
31
|
-
"notifyUseSignalLabel": "Usa Signal",
|
|
32
|
-
"notifyPhoneSignalLabel": "Numero di telefono Signal (opzionale)",
|
|
33
|
-
"notifyUseMatrixLabel": "Usa Matrix",
|
|
34
|
-
"notifyUseSynoChatLabel": "Usa Synology Chat",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Canale Synology Chat",
|
|
36
|
-
"notifyInstanceLabel": "Istanza (automatica se vuota)"
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "API-sleutel",
|
|
3
|
-
"Customer ID": "Klant-ID",
|
|
4
|
-
"Energy History (0=current)": "Energiegeschiedenis (0=huidig)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Energie ViewType (2=week,3=maand,4=jaar)",
|
|
6
|
-
"OCD5 Base URL": "OCD5-basis-URL",
|
|
7
|
-
"OWD5 Base URL": "OWD5-basis-URL",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Alleen OWD5-cloud. Apparaten worden aangemaakt per GroupId. Terugschrijven maakt gebruik van Group/UpdateGroup. Energie gebruikt EnergyUsage/GetEnergyUsage met ThermostatID (Thermostaten[].Id).",
|
|
9
|
-
"Password": "Wachtwoord",
|
|
10
|
-
"Poll interval (seconds)": "Poll-interval (seconden)",
|
|
11
|
-
"Software Version": "Softwareversie",
|
|
12
|
-
"Username": "Gebruikersnaam",
|
|
13
|
-
"Username / Email": "Gebruikersnaam / E-mailadres",
|
|
14
|
-
"notifyHint": "Schakel meldingen in en selecteer de gewenste providers. De adapter detecteert actieve instanties automatisch – geen instantienummer vereist.",
|
|
15
|
-
"notifyEnabledLabel": "Meldingen inschakelen",
|
|
16
|
-
"notifyEventsHeader": "Meldingsgebeurtenissen",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "Thermostaat offline",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "Thermostaat online (herstel)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "Cloudverbinding verbroken",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "Cloudverbinding hersteld",
|
|
21
|
-
"notifyUseTelegramLabel": "Telegram gebruiken",
|
|
22
|
-
"notifyUserTelegramLabel": "Telegram-gebruiker / chat-ID (optioneel)",
|
|
23
|
-
"notifyUsePushoverLabel": "Pushover gebruiken",
|
|
24
|
-
"notifyTitlePushoverLabel": "Pushover-titel",
|
|
25
|
-
"notifyDevicePushoverLabel": "Pushover-apparaat (optioneel)",
|
|
26
|
-
"notifyUseWhatsappLabel": "WhatsApp gebruiken",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "WhatsApp-telefoonnummer (optioneel)",
|
|
28
|
-
"notifyUseEmailLabel": "E-mail gebruiken",
|
|
29
|
-
"notifyEmailToLabel": "E-mailontvanger",
|
|
30
|
-
"notifyEmailSubjectLabel": "E-mailonderwerp",
|
|
31
|
-
"notifyUseSignalLabel": "Signal gebruiken",
|
|
32
|
-
"notifyPhoneSignalLabel": "Signal-telefoonnummer (optioneel)",
|
|
33
|
-
"notifyUseMatrixLabel": "Matrix gebruiken",
|
|
34
|
-
"notifyUseSynoChatLabel": "Synology Chat gebruiken",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Synology Chat-kanaal",
|
|
36
|
-
"notifyInstanceLabel": "Instantie (auto als leeg)"
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "Klucz API",
|
|
3
|
-
"Customer ID": "Identyfikator klienta",
|
|
4
|
-
"Energy History (0=current)": "Historia energii (0=prąd)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Typ widoku energii (2=tydzień,3=miesiąc,4=rok)",
|
|
6
|
-
"OCD5 Base URL": "Podstawowy adres URL OCD5",
|
|
7
|
-
"OWD5 Base URL": "Podstawowy adres URL OWD5",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Tylko chmura OWD5. Urządzenia są tworzone według GroupId. Zapisywanie zwrotne używa grupy/aktualizacji grupy. Energia wykorzystuje EnergyUsage/GetEnergyUsage z ThermostatID (Termostaty[].Id).",
|
|
9
|
-
"Password": "Hasło",
|
|
10
|
-
"Poll interval (seconds)": "Interwał sondowania (sekundy)",
|
|
11
|
-
"Software Version": "Wersja oprogramowania",
|
|
12
|
-
"Username": "Nazwa użytkownika",
|
|
13
|
-
"Username / Email": "Nazwa użytkownika / e-mail",
|
|
14
|
-
"notifyHint": "Włącz powiadomienia i wybierz pożądanych dostawców. Adapter automatycznie wykrywa działające instancje – numer instancji nie jest wymagany.",
|
|
15
|
-
"notifyEnabledLabel": "Włącz powiadomienia",
|
|
16
|
-
"notifyEventsHeader": "Zdarzenia powiadomień",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "Termostat offline",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "Termostat online (odzyskanie)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "Utracono połączenie z chmurą",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "Połączenie z chmurą przywrócone",
|
|
21
|
-
"notifyUseTelegramLabel": "Użyj Telegram",
|
|
22
|
-
"notifyUserTelegramLabel": "Użytkownik / ID czatu Telegram (opcjonalnie)",
|
|
23
|
-
"notifyUsePushoverLabel": "Użyj Pushover",
|
|
24
|
-
"notifyTitlePushoverLabel": "Tytuł Pushover",
|
|
25
|
-
"notifyDevicePushoverLabel": "Urządzenie Pushover (opcjonalnie)",
|
|
26
|
-
"notifyUseWhatsappLabel": "Użyj WhatsApp",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "Numer telefonu WhatsApp (opcjonalnie)",
|
|
28
|
-
"notifyUseEmailLabel": "Użyj Email",
|
|
29
|
-
"notifyEmailToLabel": "Odbiorca email",
|
|
30
|
-
"notifyEmailSubjectLabel": "Temat email",
|
|
31
|
-
"notifyUseSignalLabel": "Użyj Signal",
|
|
32
|
-
"notifyPhoneSignalLabel": "Numer telefonu Signal (opcjonalnie)",
|
|
33
|
-
"notifyUseMatrixLabel": "Użyj Matrix",
|
|
34
|
-
"notifyUseSynoChatLabel": "Użyj Synology Chat",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Kanał Synology Chat",
|
|
36
|
-
"notifyInstanceLabel": "Instancja (auto jeśli pusta)"
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "Chave de API",
|
|
3
|
-
"Customer ID": "ID do cliente",
|
|
4
|
-
"Energy History (0=current)": "Histórico de Energia (0=atual)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Energy ViewType (2=semana,3=mês,4=ano)",
|
|
6
|
-
"OCD5 Base URL": "URL base do OCD5",
|
|
7
|
-
"OWD5 Base URL": "URL base OWD5",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Apenas nuvem OWD5. Os dispositivos são criados por GroupId. Writeback usa Grupo/UpdateGroup. A energia usa EnergyUsage/GetEnergyUsage com ThermostatID (Termostatos[].Id).",
|
|
9
|
-
"Password": "Senha",
|
|
10
|
-
"Poll interval (seconds)": "Intervalo de pesquisa (segundos)",
|
|
11
|
-
"Software Version": "Versão do software",
|
|
12
|
-
"Username": "Nome de usuário",
|
|
13
|
-
"Username / Email": "Nome de usuário/e-mail",
|
|
14
|
-
"notifyHint": "Ative as notificações e selecione os provedores desejados. O adaptador deteta instâncias em execução automaticamente – número de instância não necessário.",
|
|
15
|
-
"notifyEnabledLabel": "Ativar notificações",
|
|
16
|
-
"notifyEventsHeader": "Eventos de notificação",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "Termostato offline",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "Termostato online (recuperação)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "Ligação à nuvem perdida",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "Ligação à nuvem recuperada",
|
|
21
|
-
"notifyUseTelegramLabel": "Usar Telegram",
|
|
22
|
-
"notifyUserTelegramLabel": "Utilizador / ID de chat do Telegram (opcional)",
|
|
23
|
-
"notifyUsePushoverLabel": "Usar Pushover",
|
|
24
|
-
"notifyTitlePushoverLabel": "Título do Pushover",
|
|
25
|
-
"notifyDevicePushoverLabel": "Dispositivo Pushover (opcional)",
|
|
26
|
-
"notifyUseWhatsappLabel": "Usar WhatsApp",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "Número de telefone WhatsApp (opcional)",
|
|
28
|
-
"notifyUseEmailLabel": "Usar Email",
|
|
29
|
-
"notifyEmailToLabel": "Destinatário de email",
|
|
30
|
-
"notifyEmailSubjectLabel": "Assunto do email",
|
|
31
|
-
"notifyUseSignalLabel": "Usar Signal",
|
|
32
|
-
"notifyPhoneSignalLabel": "Número de telefone Signal (opcional)",
|
|
33
|
-
"notifyUseMatrixLabel": "Usar Matrix",
|
|
34
|
-
"notifyUseSynoChatLabel": "Usar Synology Chat",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Canal do Synology Chat",
|
|
36
|
-
"notifyInstanceLabel": "Instância (automático se vazio)"
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "API-ключ",
|
|
3
|
-
"Customer ID": "Идентификатор клиента",
|
|
4
|
-
"Energy History (0=current)": "История энергопотребления (0=текущая)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Energy ViewType (2=неделя, 3=месяц, 4=год)",
|
|
6
|
-
"OCD5 Base URL": "Базовый URL-адрес OCD5",
|
|
7
|
-
"OWD5 Base URL": "Базовый URL-адрес OWD5",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Только облако OWD5. Устройства создаются по GroupId. Обратная запись использует Group/UpdateGroup. Energy использует EnergyUsage/GetEnergyUsage с ThermostatID (Thermostats[].Id).",
|
|
9
|
-
"Password": "Пароль",
|
|
10
|
-
"Poll interval (seconds)": "Интервал опроса (секунды)",
|
|
11
|
-
"Software Version": "Версия программного обеспечения",
|
|
12
|
-
"Username": "Имя пользователя",
|
|
13
|
-
"Username / Email": "Имя пользователя / адрес электронной почты",
|
|
14
|
-
"notifyHint": "Включите уведомления и выберите нужных провайдеров. Адаптер автоматически обнаруживает запущенные экземпляры – номер экземпляра не требуется.",
|
|
15
|
-
"notifyEnabledLabel": "Включить уведомления",
|
|
16
|
-
"notifyEventsHeader": "События уведомлений",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "Термостат офлайн",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "Термостат онлайн (восстановление)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "Соединение с облаком потеряно",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "Соединение с облаком восстановлено",
|
|
21
|
-
"notifyUseTelegramLabel": "Использовать Telegram",
|
|
22
|
-
"notifyUserTelegramLabel": "Пользователь / ID чата Telegram (необязательно)",
|
|
23
|
-
"notifyUsePushoverLabel": "Использовать Pushover",
|
|
24
|
-
"notifyTitlePushoverLabel": "Заголовок Pushover",
|
|
25
|
-
"notifyDevicePushoverLabel": "Устройство Pushover (необязательно)",
|
|
26
|
-
"notifyUseWhatsappLabel": "Использовать WhatsApp",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "Номер телефона WhatsApp (необязательно)",
|
|
28
|
-
"notifyUseEmailLabel": "Использовать Email",
|
|
29
|
-
"notifyEmailToLabel": "Получатель email",
|
|
30
|
-
"notifyEmailSubjectLabel": "Тема email",
|
|
31
|
-
"notifyUseSignalLabel": "Использовать Signal",
|
|
32
|
-
"notifyPhoneSignalLabel": "Номер телефона Signal (необязательно)",
|
|
33
|
-
"notifyUseMatrixLabel": "Использовать Matrix",
|
|
34
|
-
"notifyUseSynoChatLabel": "Использовать Synology Chat",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Канал Synology Chat",
|
|
36
|
-
"notifyInstanceLabel": "Экземпляр (авто если пусто)"
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "Ключ API",
|
|
3
|
-
"Customer ID": "ID клієнта",
|
|
4
|
-
"Energy History (0=current)": "Історія енергоспоживання (0=поточна)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "Energy ViewType (2=тиждень,3=місяць,4=рік)",
|
|
6
|
-
"OCD5 Base URL": "Базова URL-адреса OCD5",
|
|
7
|
-
"OWD5 Base URL": "Базова URL-адреса OWD5",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "Лише хмара OWD5. Пристрої створюються для GroupId. Writeback використовує Group/UpdateGroup. Energy використовує EnergyUsage/GetEnergyUsage з ThermostatID (Thermostats[].Id).",
|
|
9
|
-
"Password": "Пароль",
|
|
10
|
-
"Poll interval (seconds)": "Інтервал опитування (секунди)",
|
|
11
|
-
"Software Version": "Версія програмного забезпечення",
|
|
12
|
-
"Username": "Ім'я користувача",
|
|
13
|
-
"Username / Email": "Ім'я користувача/Електронна пошта",
|
|
14
|
-
"notifyHint": "Увімкніть сповіщення та оберіть бажаних провайдерів. Адаптер автоматично визначає запущені екземпляри – номер екземпляра не потрібен.",
|
|
15
|
-
"notifyEnabledLabel": "Увімкнути сповіщення",
|
|
16
|
-
"notifyEventsHeader": "Події сповіщень",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "Термостат офлайн",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "Термостат онлайн (відновлення)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "З'єднання з хмарою втрачено",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "З'єднання з хмарою відновлено",
|
|
21
|
-
"notifyUseTelegramLabel": "Використовувати Telegram",
|
|
22
|
-
"notifyUserTelegramLabel": "Користувач / ID чату Telegram (необов'язково)",
|
|
23
|
-
"notifyUsePushoverLabel": "Використовувати Pushover",
|
|
24
|
-
"notifyTitlePushoverLabel": "Заголовок Pushover",
|
|
25
|
-
"notifyDevicePushoverLabel": "Пристрій Pushover (необов'язково)",
|
|
26
|
-
"notifyUseWhatsappLabel": "Використовувати WhatsApp",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "Номер телефону WhatsApp (необов'язково)",
|
|
28
|
-
"notifyUseEmailLabel": "Використовувати Email",
|
|
29
|
-
"notifyEmailToLabel": "Отримувач email",
|
|
30
|
-
"notifyEmailSubjectLabel": "Тема email",
|
|
31
|
-
"notifyUseSignalLabel": "Використовувати Signal",
|
|
32
|
-
"notifyPhoneSignalLabel": "Номер телефону Signal (необов'язково)",
|
|
33
|
-
"notifyUseMatrixLabel": "Використовувати Matrix",
|
|
34
|
-
"notifyUseSynoChatLabel": "Використовувати Synology Chat",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Канал Synology Chat",
|
|
36
|
-
"notifyInstanceLabel": "Екземпляр (авто якщо порожньо)"
|
|
37
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"API Key": "API密钥",
|
|
3
|
-
"Customer ID": "客户编号",
|
|
4
|
-
"Energy History (0=current)": "能源历史(0=当前)",
|
|
5
|
-
"Energy ViewType (2=week,3=month,4=year)": "能源视图类型(2=周,3=月,4=年)",
|
|
6
|
-
"OCD5 Base URL": "OCD5 基本 URL",
|
|
7
|
-
"OWD5 Base URL": "OWD5 基本 URL",
|
|
8
|
-
"OWD5 cloud only. Devices are created per GroupId. Writeback uses Group/UpdateGroup. Energy uses EnergyUsage/GetEnergyUsage with ThermostatID (Thermostats[].Id).": "仅限 OWD5 云。设备是根据 GroupId 创建的。 Writeback使用Group/UpdateGroup。能源使用 EnergyUsage/GetEnergyUsage 和 ThermostatID (Thermostats[].Id)。",
|
|
9
|
-
"Password": "密码",
|
|
10
|
-
"Poll interval (seconds)": "轮询间隔(秒)",
|
|
11
|
-
"Software Version": "软件版本",
|
|
12
|
-
"Username": "用户名",
|
|
13
|
-
"Username / Email": "用户名/电子邮件",
|
|
14
|
-
"notifyHint": "启用通知并选择所需的服务提供商。适配器自动检测正在运行的实例 – 无需实例编号。",
|
|
15
|
-
"notifyEnabledLabel": "启用通知",
|
|
16
|
-
"notifyEventsHeader": "通知事件",
|
|
17
|
-
"notifyOnThermostatOfflineLabel": "温控器离线",
|
|
18
|
-
"notifyOnThermostatOnlineLabel": "温控器在线(恢复)",
|
|
19
|
-
"notifyOnCloudOfflineLabel": "云连接断开",
|
|
20
|
-
"notifyOnCloudRecoveredLabel": "云连接已恢复",
|
|
21
|
-
"notifyUseTelegramLabel": "使用 Telegram",
|
|
22
|
-
"notifyUserTelegramLabel": "Telegram 用户 / 聊天 ID(可选)",
|
|
23
|
-
"notifyUsePushoverLabel": "使用 Pushover",
|
|
24
|
-
"notifyTitlePushoverLabel": "Pushover 标题",
|
|
25
|
-
"notifyDevicePushoverLabel": "Pushover 设备(可选)",
|
|
26
|
-
"notifyUseWhatsappLabel": "使用 WhatsApp",
|
|
27
|
-
"notifyPhoneWhatsappLabel": "WhatsApp 电话号码(可选)",
|
|
28
|
-
"notifyUseEmailLabel": "使用电子邮件",
|
|
29
|
-
"notifyEmailToLabel": "电子邮件收件人",
|
|
30
|
-
"notifyEmailSubjectLabel": "电子邮件主题",
|
|
31
|
-
"notifyUseSignalLabel": "使用 Signal",
|
|
32
|
-
"notifyPhoneSignalLabel": "Signal 电话号码(可选)",
|
|
33
|
-
"notifyUseMatrixLabel": "使用 Matrix",
|
|
34
|
-
"notifyUseSynoChatLabel": "使用 Synology Chat",
|
|
35
|
-
"notifyChannelSynoChatLabel": "Synology Chat 频道",
|
|
36
|
-
"notifyInstanceLabel": "实例(空则自动检测)"
|
|
37
|
-
}
|