iobroker.ebus 3.3.8 → 3.5.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2017-2024 René G. <info@rg-engineering.eu>
3
+ Copyright (c) 2017-2025 René G. <info@rg-engineering.eu>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -69,6 +69,14 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
69
69
  Placeholder for the next version (at the beginning of the line):
70
70
  ### **WORK IN PROGRESS**
71
71
  -->
72
+ ### 3.5.0 (2025-01-27)
73
+ * (René) catch exceptions reportet by sentry
74
+ * (René) option to disable check of last update time (see issue #391)
75
+
76
+ ### 3.4.0 (2024-12-10)
77
+ * (René) migration to jsonConfig
78
+ * (René) see issue #383: add optionally parameters to HTTP call
79
+
72
80
  ### 3.3.8 (2024-11-24)
73
81
  * (René) update dependencies
74
82
  * (René) issue #381: install widgets again
@@ -227,7 +235,7 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
227
235
  ## License
228
236
  MIT License
229
237
 
230
- Copyright (c) 2017-2024 René G. <info@rg-engineering.eu>
238
+ Copyright (c) 2017-2025 René G. <info@rg-engineering.eu>
231
239
 
232
240
  Permission is hereby granted, free of charge, to any person obtaining a copy
233
241
  of this software and associated documentation files (the "Software"), to deal
@@ -1,21 +1,43 @@
1
1
  {
2
- "Circuit4Find": "Gerät, in der nach Parametern gesucht wird",
3
- "History4Vis2": "Erstellen Sie einen Verlaufswert für das VIS-2-Widget",
2
+ "Circuit4Find": "Gerät, in dem nach Parametern gesucht wird",
3
+ "DisableTimeUpdateCheck": "Zeit der letzten Aktualisierung nicht prüfen",
4
+ "DisableTimeUpdateCheckHelp": "Wird verwendet, um unerwünschte Warnungen im Protokoll über nicht aktualisierte Datenpunkten zu vermeiden",
5
+ "History4Vis2": "Kompatibilität der Verlaufswerte für das (neue) VIS-2-Widget",
6
+ "Main settings": "Allgemeine Einstellungen",
4
7
  "active": "aktiv",
5
8
  "addParameter": "zusätzliche Parameter",
6
9
  "circuit": "Gerät",
10
+ "configuration": "Konfiguration",
11
+ "details of HTTP paramter on ebusd wiki": "Details zu den HTTP-Parametern im ebusd-Wiki",
7
12
  "ebus_adapter_settings": "ebus Adaptereinstellungen",
8
- "hint_ebusd": "Für den Adapter wird ein laufender ebusd incl. alle notwendigen Konfigurationen benötigt. Dieser Adapter verwendet HTML, um Daten von ebusd zu lesen und TCP, um auf ebusd zu schreiben",
13
+ "ebusd configuration": "ebusd-Konfiguration",
14
+ "enable DP": "DP aktivieren",
15
+ "enable parameter": "Parameter aktivieren",
16
+ "enter DP name": "Geben Sie den DP-Namen ein",
17
+ "enter additional parameter (optional)": "Geben Sie zusätzliche (optionale) Parameter ein",
18
+ "enter circuit": "Geben Sie den Geräte-Namen ein",
19
+ "find parameter": "Parameter suchen",
20
+ "hint_ebusd": "Für den Adapter wird ein laufender ebusd incl. aller notwendigen Konfigurationen benötigt. Dieser Adapter verwendet HTML, um Daten von ebusd zu lesen und TCP (Telnet), um auf ebusd zu schreiben",
21
+ "hint_ebusd2": "Hier können Sie zusätzliche Parameter für HTTP-Anfragen hinzufügen. Bitte tun Sie es nur, wenn Sie wissen, was Sie tun, ansonsten lassen Sie alles deaktiviert.",
9
22
  "hint_ebusd_history": "Liste aller Datenpunktnamen, die mit dem ebus-History-Widget verwendet werden sollen.",
10
- "hint_ebusd_polled": "Liste aller Datenpunktnamen, die vom Adapter abgefragt werden sollen.",
11
- "historyDP": "Verlaufsdatenpunkte",
23
+ "hint_ebusd_polled": "Liste aller Datenpunktnamen, die vom Adapter aktv abgefragt werden sollen.",
24
+ "historyDP": "historyDP",
25
+ "historyDP configuration": "Verlaufsdatenpunkt-Konfiguration",
12
26
  "maxretries": "maximale Anzahl von Wiederholungen, um einen Befehl zu senden",
13
27
  "name": "Name",
28
+ "optional HTTP parameter": "optionale HTTP Parameter",
29
+ "optional HTTP parameter configuration": "optionale HTTP-Parameterkonfiguration",
30
+ "optional parameter name": "optionaler Parameter-Name",
31
+ "optional parameter value": "optionaler Parameter-Wert",
32
+ "page-ebusd": "ebusd",
33
+ "page_historyDP": "Verlaufsdatenpunkte",
34
+ "page_polledDP": "abgefragte Datenpunkte",
14
35
  "parse_timeout": "Download und Abfrage-Timeout [Sekunden]",
15
- "polledDP": "abgefragte Datenpunkte",
36
+ "polledDP": "polledDP",
37
+ "polledDP configuration": "abgefragte Datenpunkt-Konfiguration",
16
38
  "readInterval": "Intervall zum Lesen von Daten aus ebusd [min]",
17
- "target_HTTPPort": "target HTTP Port zum Lesen von Daten",
18
- "target_IP": "Ziel-IP",
19
- "target_TelnetPort": "Telnet Port zum Schreiben von Daten",
39
+ "target_HTTPPort": "HTTP Port zum Lesen von Daten",
40
+ "target_IP": "IP-Adresse",
41
+ "target_TelnetPort": "TCP (Telnet) Port zum Schreiben von Daten",
20
42
  "useBoolean4Onoff": "Boolean anstelle Strings für Datenpunkte mit Ein-/Aus-Werten verwenden"
21
43
  }
@@ -1,21 +1,43 @@
1
1
  {
2
2
  "Circuit4Find": "Circuit in which parameters are searched ",
3
- "History4Vis2": "Create history value for VIS-2 widget",
3
+ "DisableTimeUpdateCheck": "Disable Time Update Check",
4
+ "DisableTimeUpdateCheckHelp": "used to avoid unwanted warnings in log about unupdated data points",
5
+ "History4Vis2": "compatibility to history value for (new) VIS-2 widget",
6
+ "Main settings": "Main settings",
4
7
  "active": "active",
5
8
  "addParameter": "additional parameter",
6
9
  "circuit": "circuit",
10
+ "configuration": "configuration",
11
+ "details of HTTP paramter on ebusd wiki": "details of HTTP parameter on ebusd wiki",
7
12
  "ebus_adapter_settings": "ebus adapter settings",
13
+ "ebusd configuration": "ebusd configuration",
14
+ "enable DP": "enable DP",
15
+ "enable parameter": "enable parameter",
16
+ "enter DP name": "enter DP name",
17
+ "enter additional parameter (optional)": "enter additional parameter (optional)",
18
+ "enter circuit": "enter circuit",
19
+ "find parameter": "find parameter",
8
20
  "hint_ebusd": "you need an running ebusd inclusive all necessary configurations. This adapter uses HTML to read data from ebusd. It uses TCP (Telnet) to write to ebusd.",
21
+ "hint_ebusd2": "here you can add additional parameters for HTTP request. Please do it only if you know what you do, otherwise leave everything deactivated.",
9
22
  "hint_ebusd_history": "list of all datapoint names which should be used with ebus history widget. ",
10
23
  "hint_ebusd_polled": "list of all datapoint names which should be polled from adapter. Do not add datapoints which are already polled from ebusd. Circuit and additional parameter are optionally.",
11
- "historyDP": "history datapoints",
24
+ "historyDP": "historyDP",
25
+ "historyDP configuration": "history DP configuration",
12
26
  "maxretries": "maximum number of retries to send a command ",
13
27
  "name": "name",
28
+ "optional HTTP parameter": "optional HTTP parameter",
29
+ "optional HTTP parameter configuration": "optional HTTP parameter configuration",
30
+ "optional parameter name": "optional parameter name",
31
+ "optional parameter value": "optional parameter value",
32
+ "page-ebusd": "ebusd",
33
+ "page_historyDP": "history datapoints",
34
+ "page_polledDP": "polled datapoints",
14
35
  "parse_timeout": "download and poll timeout [seconds]",
15
- "polledDP": "polled datapoints",
36
+ "polledDP": "polledDP",
37
+ "polledDP configuration": "polled DP configuration",
16
38
  "readInterval": "interval to read data from ebusd [min]",
17
- "target_HTTPPort": "target HTTP Port to read data",
39
+ "target_HTTPPort": "HTTP Port to read data",
18
40
  "target_IP": "target IP",
19
- "target_TelnetPort": "target telnet Port to write data",
41
+ "target_TelnetPort": "TCP (Telnet) Port to write data",
20
42
  "useBoolean4Onoff": "use boolean instead string for datapoints with on/off values "
21
43
  }
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "Circuito en el que se buscan parámetros",
3
+ "DisableTimeUpdateCheck": "Desactivar la verificación de la actualización del tiempo",
4
+ "DisableTimeUpdateCheckHelp": "Se usa para evitar advertencias no deseadas en el registro sobre puntos de datos no superpuestos",
3
5
  "History4Vis2": "Crear valor de historial para el widget VIS-2",
6
+ "Main settings": "Configuraciones principales",
4
7
  "active": "activo",
5
8
  "addParameter": "parámetro adicional",
6
9
  "circuit": "circuito",
10
+ "configuration": "configuración",
11
+ "details of HTTP paramter on ebusd wiki": "detalles del parámetro HTTP en ebusd wiki",
7
12
  "ebus_adapter_settings": "configuración del adaptador ebus",
13
+ "ebusd configuration": "configuración ebusd",
14
+ "enable DP": "habilitar DP",
15
+ "enable parameter": "habilitar parámetro",
16
+ "enter DP name": "ingrese el nombre del PD",
17
+ "enter additional parameter (optional)": "ingrese un parámetro adicional (opcional)",
18
+ "enter circuit": "entrar al circuito",
19
+ "find parameter": "encontrar parámetro",
8
20
  "hint_ebusd": "para la interfaz ebusd necesita un ebusd eb todas las configuraciones necesarias. Este adaptador usa HTML para leer datos de ebusd y TCP para escribir en ebusd",
21
+ "hint_ebusd2": "aquí puede agregar parámetros adicionales para la solicitud HTTP. Por favor hazlo sólo si sabes lo que haces, de lo contrario deja todo desactivado.",
9
22
  "hint_ebusd_history": "lista de todos los nombres de puntos de datos que deben usarse con el widget de historial de ebus.",
10
23
  "hint_ebusd_polled": "lista de todos los nombres de puntos de datos que deben consultarse desde el adaptador. ",
11
24
  "historyDP": "puntos de datos históricos",
25
+ "historyDP configuration": "configuración histórica DP",
12
26
  "maxretries": "número máximo de reintentos para enviar un comando",
13
27
  "name": "nombre",
28
+ "optional HTTP parameter": "parámetro HTTP opcional",
29
+ "optional HTTP parameter configuration": "configuración de parámetros HTTP opcional",
30
+ "optional parameter name": "nombre de parámetro opcional",
31
+ "optional parameter value": "valor de parámetro opcional",
32
+ "page-ebusd": "ebusd",
33
+ "page_historyDP": "puntos de datos de la historia",
34
+ "page_polledDP": "puntos de datos encuestados",
14
35
  "parse_timeout": "tiempo de espera de descarga y encuesta [segundos]",
15
36
  "polledDP": "puntos de datos sondeados",
37
+ "polledDP configuration": "configuración de polledDP",
16
38
  "readInterval": "intervalo para leer datos de ebusd [min]",
17
39
  "target_HTTPPort": "target HTTP Port para leer datos",
18
40
  "target_IP": "IP objetivo",
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "Circuit dans lequel les paramètres sont recherchés",
3
+ "DisableTimeUpdateCheck": "Désactiver le chèque de mise à jour du temps",
4
+ "DisableTimeUpdateCheckHelp": "Utilisé pour éviter les avertissements indésirables dans le journal sur les points de données unpudés",
3
5
  "History4Vis2": "Créer une valeur historique pour le widget VIS-2",
6
+ "Main settings": "Paramètres principaux",
4
7
  "active": "actif",
5
8
  "addParameter": "paramètre supplémentaire",
6
9
  "circuit": "circuit",
10
+ "configuration": "configuration",
11
+ "details of HTTP paramter on ebusd wiki": "détails du paramètre HTTP sur le wiki ebusd",
7
12
  "ebus_adapter_settings": "Paramètres de l'adaptateur ebus",
13
+ "ebusd configuration": "configuration ebusd",
14
+ "enable DP": "activer DP",
15
+ "enable parameter": "activer le paramètre",
16
+ "enter DP name": "entrez le nom du DP",
17
+ "enter additional parameter (optional)": "entrez un paramètre supplémentaire (facultatif)",
18
+ "enter circuit": "entrer dans le circuit",
19
+ "find parameter": "trouver un paramètre",
8
20
  "hint_ebusd": "Pour l'interface ebusd, vous avez besoin d'un ebusd en cours d'exécution. toutes les configurations nécessaires. Cet adaptateur utilise le HTML pour lire les données d'ebusd et TCP pour écrire sur ebusd",
21
+ "hint_ebusd2": "ici, vous pouvez ajouter des paramètres supplémentaires pour la requête HTTP. Veuillez ne le faire que si vous savez ce que vous faites, sinon laissez tout désactivé.",
9
22
  "hint_ebusd_history": "liste de tous les noms de points de données qui doivent être utilisés avec le widget historique ebus.",
10
23
  "hint_ebusd_polled": "liste de tous les noms de points de données qui doivent être interrogés à partir de l'adaptateur. ",
11
24
  "historyDP": "points de données d'historique",
25
+ "historyDP configuration": "configuration historiqueDP",
12
26
  "maxretries": "nombre maximum de tentatives pour envoyer une commande",
13
27
  "name": "Nom",
28
+ "optional HTTP parameter": "paramètre HTTP facultatif",
29
+ "optional HTTP parameter configuration": "configuration des paramètres HTTP en option",
30
+ "optional parameter name": "nom du paramètre facultatif",
31
+ "optional parameter value": "valeur du paramètre facultatif",
32
+ "page-ebusd": "ébusd",
33
+ "page_historyDP": "points de données historiques",
34
+ "page_polledDP": "points de données interrogés",
14
35
  "parse_timeout": "délai de téléchargement et d'interrogation [secondes]",
15
36
  "polledDP": "points de données interrogés",
37
+ "polledDP configuration": "configuration DP interrogée",
16
38
  "readInterval": "intervalle de lecture des données depuis ebusd [min]",
17
39
  "target_HTTPPort": "Port HTTP cible pour lire les données",
18
40
  "target_IP": "cible IP",
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "Circuito in cui vengono cercati i parametri",
3
+ "DisableTimeUpdateCheck": "Disabilita Time Aggiornamento Aggiornamento",
4
+ "DisableTimeUpdateCheckHelp": "utilizzato per evitare avvisi indesiderati nel registro relativi a punti dati non aggiornati",
3
5
  "History4Vis2": "Crea un valore di cronologia per il widget VIS-2",
6
+ "Main settings": "Impostazioni principali",
4
7
  "active": "attivo",
5
8
  "addParameter": "parametro aggiuntivo",
6
9
  "circuit": "circuito",
10
+ "configuration": "configurazione",
11
+ "details of HTTP paramter on ebusd wiki": "dettagli del parametro HTTP sul wiki ebusd",
7
12
  "ebus_adapter_settings": "impostazioni dell'adattatore ebus",
13
+ "ebusd configuration": "configurazione ebusd",
14
+ "enable DP": "abilitare DP",
15
+ "enable parameter": "abilitare il parametro",
16
+ "enter DP name": "inserire il nome DP",
17
+ "enter additional parameter (optional)": "inserisci parametro aggiuntivo (facoltativo)",
18
+ "enter circuit": "entrare nel circuito",
19
+ "find parameter": "trova parametro",
8
20
  "hint_ebusd": "per l'interfaccia ebusd hai bisogno di un ebusd in esecuzione incl. tutte le configurazioni necessarie Questo adattatore utilizza l'HTML per leggere i dati da ebusd e TCP per scrivere su ebusd",
21
+ "hint_ebusd2": "qui puoi aggiungere parametri aggiuntivi per la richiesta HTTP. Per favore fatelo solo se sapete cosa fate, altrimenti lasciate tutto disattivato.",
9
22
  "hint_ebusd_history": "elenco di tutti i nomi dei punti dati che dovrebbero essere utilizzati con il widget cronologia ebus.",
10
23
  "hint_ebusd_polled": "elenco di tutti i nomi dei punti dati che devono essere interrogati dall'adattatore. ",
11
24
  "historyDP": "punti dati della cronologia",
25
+ "historyDP configuration": "configurazione della cronologia DP",
12
26
  "maxretries": "numero massimo di tentativi per inviare un comando",
13
27
  "name": "nome",
28
+ "optional HTTP parameter": "parametro HTTP opzionale",
29
+ "optional HTTP parameter configuration": "configurazione opzionale dei parametri HTTP",
30
+ "optional parameter name": "nome del parametro opzionale",
31
+ "optional parameter value": "valore del parametro opzionale",
32
+ "page-ebusd": "ebusd",
33
+ "page_historyDP": "punti dati storici",
34
+ "page_polledDP": "punti dati interrogati",
14
35
  "parse_timeout": "download e polling timeout [secondi]",
15
36
  "polledDP": "punti dati interrogati",
37
+ "polledDP configuration": "configurazione polledDP",
16
38
  "readInterval": "intervallo per leggere i dati da ebusd [min]",
17
39
  "target_HTTPPort": "Porta HTTP di destinazione per leggere i dati",
18
40
  "target_IP": "IP di destinazione",
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "Circuit waarin parameters worden gezocht",
3
+ "DisableTimeUpdateCheck": "Schakel Tijdupdatecontrole uit",
4
+ "DisableTimeUpdateCheckHelp": "gebruikt om ongewenste waarschuwingen in het logboek over niet-bijgewerkte gegevenspunten te voorkomen",
3
5
  "History4Vis2": "Creëer geschiedeniswaarde voor VIS-2 widget",
6
+ "Main settings": "Belangrijkste instellingen",
4
7
  "active": "actief",
5
8
  "addParameter": "extra parameter",
6
9
  "circuit": "stroomkring",
10
+ "configuration": "configuratie",
11
+ "details of HTTP paramter on ebusd wiki": "details van de HTTP-parameter op ebusd wiki",
7
12
  "ebus_adapter_settings": "ebus-adapterinstellingen",
13
+ "ebusd configuration": "ebusd-configuratie",
14
+ "enable DP": "DP inschakelen",
15
+ "enable parameter": "parameter inschakelen",
16
+ "enter DP name": "voer DP-naam in",
17
+ "enter additional parameter (optional)": "voer aanvullende parameter in (optioneel)",
18
+ "enter circuit": "circuit betreden",
19
+ "find parameter": "parameter vinden",
8
20
  "hint_ebusd": "voor ebusd-interface heeft u een lopende ebusd nodig. alle noodzakelijke configuraties. Deze adapter gebruikt HTML om gegevens van ebusd en TCP te lezen om naar ebusd te schrijven",
21
+ "hint_ebusd2": "hier kunt u aanvullende parameters voor HTTP-verzoeken toevoegen. Doe dit alleen als u weet wat u doet, anders laat u alles gedeactiveerd.",
9
22
  "hint_ebusd_history": "lijst met alle datapuntnamen die moeten worden gebruikt met de ebus-geschiedeniswidget.",
10
23
  "hint_ebusd_polled": "lijst met alle datapuntnamen die van de adapter moeten worden opgevraagd. ",
11
24
  "historyDP": "geschiedenis datapunten",
25
+ "historyDP configuration": "historyDP-configuratie",
12
26
  "maxretries": "maximum aantal pogingen om een ​​opdracht te verzenden",
13
27
  "name": "naam",
28
+ "optional HTTP parameter": "optionele HTTP-parameter",
29
+ "optional HTTP parameter configuration": "optionele HTTP-parameterconfiguratie",
30
+ "optional parameter name": "optionele parameternaam",
31
+ "optional parameter value": "optionele parameterwaarde",
32
+ "page-ebusd": "ebusd",
33
+ "page_historyDP": "historische datapunten",
34
+ "page_polledDP": "ondervraagde datapunten",
14
35
  "parse_timeout": "downloaden en poll time-out [seconden]",
15
36
  "polledDP": "opgevraagde datapunten",
37
+ "polledDP configuration": "polledDP-configuratie",
16
38
  "readInterval": "interval om gegevens van ebusd te lezen [min]",
17
39
  "target_HTTPPort": "doel HTTP-poort om gegevens te lezen",
18
40
  "target_IP": "doel-IP",
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "Obwód, w którym szukane są parametry",
3
+ "DisableTimeUpdateCheck": "Wyłącz sprawdzanie aktualizacji czasu",
4
+ "DisableTimeUpdateCheckHelp": "używany do uniknięcia niechcianych ostrzeżeń w dzienniku o nieaktualizowanych punktach danych",
3
5
  "History4Vis2": "Utwórz wartość historii dla widżetu VIS-2",
6
+ "Main settings": "Główne ustawienia",
4
7
  "active": "aktywny",
5
8
  "addParameter": "dodatkowy parametr",
6
9
  "circuit": "okrążenie",
10
+ "configuration": "konfiguracja",
11
+ "details of HTTP paramter on ebusd wiki": "szczegóły parametru HTTP na wiki ebusd",
7
12
  "ebus_adapter_settings": "ustawienia adaptera ebus",
13
+ "ebusd configuration": "konfiguracja ebusda",
14
+ "enable DP": "włącz DP",
15
+ "enable parameter": "włącz parametr",
16
+ "enter DP name": "wprowadź nazwę DP",
17
+ "enter additional parameter (optional)": "wprowadź dodatkowy parametr (opcjonalnie)",
18
+ "enter circuit": "wejść do obwodu",
19
+ "find parameter": "znajdź parametr",
8
20
  "hint_ebusd": "do interfejsu ebusd potrzebny jest działający ebusd w tym. wszystkie niezbędne konfiguracje. Ten adapter używa HTML do odczytu danych z ebusd i TCP w celu zapisania do ebusd",
21
+ "hint_ebusd2": "tutaj możesz dodać dodatkowe parametry żądania HTTP. Zrób to tylko wtedy, gdy wiesz, co robisz, w przeciwnym razie pozostaw wszystko dezaktywowane.",
9
22
  "hint_ebusd_history": "lista wszystkich nazw punktów danych, które powinny być używane z widżetem historii ebus.",
10
23
  "hint_ebusd_polled": "lista wszystkich nazw punktów danych, które powinny być odpytywane z adaptera. ",
11
24
  "historyDP": "punkty danych historii",
25
+ "historyDP configuration": "konfiguracja historiiDP",
12
26
  "maxretries": "maksymalna liczba ponownych prób wysłania polecenia",
13
27
  "name": "Nazwa",
28
+ "optional HTTP parameter": "opcjonalny parametr HTTP",
29
+ "optional HTTP parameter configuration": "opcjonalna konfiguracja parametrów HTTP",
30
+ "optional parameter name": "opcjonalna nazwa parametru",
31
+ "optional parameter value": "opcjonalna wartość parametru",
32
+ "page-ebusd": "ebusd",
33
+ "page_historyDP": "punkty danych historycznych",
34
+ "page_polledDP": "odpytywane punkty danych",
14
35
  "parse_timeout": "czas pobierania i odpytywania [sekundy]",
15
36
  "polledDP": "odpytywane punkty danych",
37
+ "polledDP configuration": "konfiguracja polledDP",
16
38
  "readInterval": "interwał odczytu danych z ebusd [min]",
17
39
  "target_HTTPPort": "docelowy port HTTP do odczytu danych",
18
40
  "target_IP": "docelowy adres IP",
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "Circuito no qual se pesquisam parâmetros",
3
+ "DisableTimeUpdateCheck": "Desativar verificação de atualização de horário",
4
+ "DisableTimeUpdateCheckHelp": "Usado para evitar avisos indesejados no log sobre pontos de dados não legais",
3
5
  "History4Vis2": "Criar valor histórico para o widget VIS-2",
6
+ "Main settings": "Configurações principais",
4
7
  "active": "ativo",
5
8
  "addParameter": "parâmetro adicional",
6
9
  "circuit": "o circuito",
10
+ "configuration": "configuração",
11
+ "details of HTTP paramter on ebusd wiki": "detalhes do parâmetro HTTP no wiki ebusd",
7
12
  "ebus_adapter_settings": "Configurações do adaptador ebus",
13
+ "ebusd configuration": "configuração ebusd",
14
+ "enable DP": "habilitar DP",
15
+ "enable parameter": "ativar parâmetro",
16
+ "enter DP name": "insira o nome do DP",
17
+ "enter additional parameter (optional)": "insira parâmetro adicional (opcional)",
18
+ "enter circuit": "entrar no circuito",
19
+ "find parameter": "encontrar parâmetro",
8
20
  "hint_ebusd": "Para a interface ebusd, você precisa de um ebusd executado. todas as configurações necessárias. Este adaptador usa HTML para ler dados de ebusd e TCP para escrever em ebusd",
21
+ "hint_ebusd2": "aqui você pode adicionar parâmetros adicionais para solicitação HTTP. Por favor, faça isso apenas se você souber o que faz, caso contrário deixe tudo desativado.",
9
22
  "hint_ebusd_history": "lista de todos os nomes de pontos de dados que devem ser usados ​​com o widget de histórico do ebus.",
10
23
  "hint_ebusd_polled": "lista de todos os nomes de pontos de dados que devem ser pesquisados ​​no adaptador. ",
11
24
  "historyDP": "pontos de dados de história",
25
+ "historyDP configuration": "configuração do histórico DP",
12
26
  "maxretries": "número máximo de tentativas para enviar um comando",
13
27
  "name": "nome",
28
+ "optional HTTP parameter": "parâmetro HTTP opcional",
29
+ "optional HTTP parameter configuration": "configuração de parâmetro HTTP opcional",
30
+ "optional parameter name": "nome do parâmetro opcional",
31
+ "optional parameter value": "valor do parâmetro opcional",
32
+ "page-ebusd": "ebusd",
33
+ "page_historyDP": "pontos de dados históricos",
34
+ "page_polledDP": "pontos de dados pesquisados",
14
35
  "parse_timeout": "tempo de download e poll timeout [segundos]",
15
36
  "polledDP": "pontos de dados sondados",
37
+ "polledDP configuration": "configuração polledDP",
16
38
  "readInterval": "intervalo para ler dados de ebusd [min]",
17
39
  "target_HTTPPort": "porta HTTP de destino para ler dados",
18
40
  "target_IP": "IP alvo",
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "Цепь, в которой ищутся параметры",
3
+ "DisableTimeUpdateCheck": "Отключить проверку времени",
4
+ "DisableTimeUpdateCheckHelp": "Используется, чтобы избежать нежелательных предупреждений в журнале о незаконных точках данных",
3
5
  "History4Vis2": "Создать значение истории для виджета VIS-2",
6
+ "Main settings": "Основные настройки",
4
7
  "active": "активный",
5
8
  "addParameter": "дополнительный параметр",
6
9
  "circuit": "схема",
10
+ "configuration": "конфигурация",
11
+ "details of HTTP paramter on ebusd wiki": "подробности параметра HTTP на вики ebusd",
7
12
  "ebus_adapter_settings": "настройки адаптера ebus",
13
+ "ebusd configuration": "конфигурация ebusd",
14
+ "enable DP": "включить ДП",
15
+ "enable parameter": "включить параметр",
16
+ "enter DP name": "введите имя DP",
17
+ "enter additional parameter (optional)": "введите дополнительный параметр (необязательно)",
18
+ "enter circuit": "войти в схему",
19
+ "find parameter": "найти параметр",
8
20
  "hint_ebusd": "для интерфейса ebusd вам необходимо запустить ebusd, вкл. все необходимые конфигурации. Этот адаптер использует HTML для чтения данных из ebusd и TCP для записи в ebusd",
21
+ "hint_ebusd2": "здесь вы можете добавить дополнительные параметры для HTTP-запроса. Пожалуйста, делайте это только в том случае, если вы знаете, что делаете, в противном случае оставьте все отключенным.",
9
22
  "hint_ebusd_history": "список всех имен точек данных, которые следует использовать с виджетом истории ebus.",
10
23
  "hint_ebusd_polled": "список всех имен точек данных, которые должны быть опрошены от адаптера. ",
11
24
  "historyDP": "исторические данные",
25
+ "historyDP configuration": "конфигурация историиDP",
12
26
  "maxretries": "максимальное количество попыток отправки команды",
13
27
  "name": "имя",
28
+ "optional HTTP parameter": "необязательный параметр HTTP",
29
+ "optional HTTP parameter configuration": "дополнительная конфигурация параметров HTTP",
30
+ "optional parameter name": "необязательное имя параметра",
31
+ "optional parameter value": "необязательное значение параметра",
32
+ "page-ebusd": "эбусд",
33
+ "page_historyDP": "точки данных истории",
34
+ "page_polledDP": "опрошенные точки данных",
14
35
  "parse_timeout": "время ожидания загрузки и опроса [секунд]",
15
36
  "polledDP": "опрошенные точки данных",
37
+ "polledDP configuration": "конфигурация polledDP",
16
38
  "readInterval": "интервал чтения данных из ebusd [мин]",
17
39
  "target_HTTPPort": "целевой HTTP-порт для чтения данных",
18
40
  "target_IP": "целевой IP-адрес",
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "Схема, в якій здійснюється пошук параметрів",
3
+ "DisableTimeUpdateCheck": "Вимкнути перевірку оновлення часу",
4
+ "DisableTimeUpdateCheckHelp": "Використовується для уникнення небажаних попереджень у журналі про неофіційні точки даних",
3
5
  "History4Vis2": "Створення значення історії для віджета VIS-2",
6
+ "Main settings": "Основні налаштування",
4
7
  "active": "активний",
5
8
  "addParameter": "додатковий параметр",
6
9
  "circuit": "схема",
10
+ "configuration": "конфігурація",
11
+ "details of HTTP paramter on ebusd wiki": "деталі параметра HTTP на вікі ebusd",
7
12
  "ebus_adapter_settings": "налаштування адаптера ebus",
13
+ "ebusd configuration": "конфігурація ebusd",
14
+ "enable DP": "увімкнути DP",
15
+ "enable parameter": "параметр увімкнення",
16
+ "enter DP name": "введіть назву DP",
17
+ "enter additional parameter (optional)": "введіть додатковий параметр (необов'язково)",
18
+ "enter circuit": "увійти в схему",
19
+ "find parameter": "знайти параметр",
8
20
  "hint_ebusd": "вам потрібен запущений ebusd з усіма необхідними налаштуваннями. Цей адаптер використовує HTML для читання даних з ebusd. Він використовує TCP (Telnet) для запису в ebusd.",
21
+ "hint_ebusd2": "тут ви можете додати додаткові параметри для HTTP-запиту. Будь ласка, робіть це, лише якщо знаєте, що робите, інакше залиште все дезактивованим.",
9
22
  "hint_ebusd_history": "список усіх назв точок даних, які слід використовувати з віджетом історії ebus.",
10
23
  "hint_ebusd_polled": "список усіх імен точок даних, які повинні бути опитані з адаптера. Не додавайте точки даних, які вже опитуються з ebusd. Схема та додатковий параметр необов'язкові.",
11
24
  "historyDP": "історії даних",
25
+ "historyDP configuration": "конфігурація historyDP",
12
26
  "maxretries": "максимальна кількість повторів для надсилання команди",
13
27
  "name": "назва",
28
+ "optional HTTP parameter": "необов'язковий параметр HTTP",
29
+ "optional HTTP parameter configuration": "додаткова конфігурація параметрів HTTP",
30
+ "optional parameter name": "ім'я необов'язкового параметра",
31
+ "optional parameter value": "необов'язкове значення параметра",
32
+ "page-ebusd": "ebusd",
33
+ "page_historyDP": "історії даних",
34
+ "page_polledDP": "опитувані точки даних",
14
35
  "parse_timeout": "час очікування завантаження та опитування [секунди]",
15
36
  "polledDP": "опитувані точки даних",
37
+ "polledDP configuration": "конфігурація polledDP",
16
38
  "readInterval": "інтервал читання даних з ebusd [хв]",
17
39
  "target_HTTPPort": "цільовий порт HTTP для читання даних",
18
40
  "target_IP": "цільовий IP",
@@ -1,18 +1,40 @@
1
1
  {
2
2
  "Circuit4Find": "搜索参数的电路",
3
+ "DisableTimeUpdateCheck": "禁用时间更新检查",
4
+ "DisableTimeUpdateCheckHelp": "用于避免日志中出现有关未更新数据点的不必要的警告",
3
5
  "History4Vis2": "为 VIS-2 小部件创建历史值",
6
+ "Main settings": "主要设置",
4
7
  "active": "积极的",
5
8
  "addParameter": "附加参数",
6
9
  "circuit": "电路",
10
+ "configuration": "配置",
11
+ "details of HTTP paramter on ebusd wiki": "ebusd wiki 上 HTTP 参数的详细信息",
7
12
  "ebus_adapter_settings": "ebus适配器设置",
13
+ "ebusd configuration": "总线配置",
14
+ "enable DP": "启用DP",
15
+ "enable parameter": "使能参数",
16
+ "enter DP name": "输入 DP 名称",
17
+ "enter additional parameter (optional)": "输入附加参数(可选)",
18
+ "enter circuit": "进入电路",
19
+ "find parameter": "查找参数",
8
20
  "hint_ebusd": "对于ebusd接口,您需要一个正在运行的ebusd incl。",
21
+ "hint_ebusd2": "在这里您可以为 HTTP 请求添加附加参数。请仅在您知道自己在做什么的情况下才执行此操作,否则请停用所有内容。",
9
22
  "hint_ebusd_history": "应与 ebus 历史小部件一起使用的所有数据点名称的列表。",
10
23
  "hint_ebusd_polled": "应从适配器轮询的所有数据点名称的列表。",
11
24
  "historyDP": "历史数据点",
25
+ "historyDP configuration": "历史DP配置",
12
26
  "maxretries": "发送命令的最大重试次数",
13
27
  "name": "姓名",
28
+ "optional HTTP parameter": "可选的 HTTP 参数",
29
+ "optional HTTP parameter configuration": "可选的HTTP参数配置",
30
+ "optional parameter name": "可选参数名称",
31
+ "optional parameter value": "可选参数值",
32
+ "page-ebusd": "电子总线",
33
+ "page_historyDP": "历史数据点",
34
+ "page_polledDP": "轮询数据点",
14
35
  "parse_timeout": "下载和轮询超时[秒]",
15
36
  "polledDP": "轮询数据点",
37
+ "polledDP configuration": "polledDP配置",
16
38
  "readInterval": "从 ebusd 读取数据的间隔 [分钟]",
17
39
  "target_HTTPPort": "目标HTTP端口以读取数据",
18
40
  "target_IP": "目标IP",