iobroker.ebus 3.6.3 → 3.6.7

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 CHANGED
@@ -76,6 +76,16 @@ in /opt/iobroker/node_modules/iobroker.ebus/lib/scripts you can find a scripts t
76
76
  Placeholder for the next version (at the beginning of the line):
77
77
  ### **WORK IN PROGRESS**
78
78
  -->
79
+ ### 3.6.7 (2025-09-06)
80
+ * (René) dependencies updated and bug fix based on adapter checker
81
+
82
+ ### 3.6.6 (2025-08-22)
83
+ * (René) see issue #430: bug fix
84
+
85
+ ### 3.6.4 (2025-08-22)
86
+ * (René) see issue #430: for history complete datapoint names without instance (e.g. ebus.0) must be used
87
+ * (Galileo53) change some logs
88
+
79
89
  ### 3.6.3 (2025-06-27)
80
90
  * (René) get version info for ebusd from github if locally not available
81
91
  * (René) update dependencies
@@ -25,7 +25,7 @@
25
25
  "find parameter": "Parameter suchen",
26
26
  "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",
27
27
  "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.",
28
- "hint_ebusd_history": "Liste aller Datenpunktnamen, die mit dem ebus-History-Widget verwendet werden sollen.",
28
+ "hint_ebusd_history": "Liste aller Datenpunktnamen, die mit dem ebus-History-Widget verwendet werden sollen. ACHTUNG: kompletter Datenpunkt-Name ohne Instanz (z.Bsp. ebus.0)",
29
29
  "hint_ebusd_polled": "Liste aller Datenpunktnamen, die vom Adapter aktv abgefragt werden sollen.",
30
30
  "historyDP": "historyDP",
31
31
  "historyDP configuration": "Verlaufsdatenpunkt-Konfiguration",
@@ -1,53 +1,53 @@
1
1
  {
2
- "Circuit4Find": "Circuit in which parameters are searched ",
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
- "History4Vis2_help": "if you use the new Vis-2 and the general diagram widget in weather-and-heating-widgets ",
7
- "IP of system where ebusd runs": "IP of system where ebusd runs",
8
- "Main settings": "Main settings",
9
- "Update hint": "",
10
- "Update hint ebusd": "update hint ebusd",
11
- "active": "active",
12
- "addParameter": "additional parameter",
13
- "available version": "available version",
14
- "circuit": "circuit",
15
- "configuration": "configuration",
16
- "current installed version": "current installed version",
17
- "details of HTTP paramter on ebusd wiki": "details of HTTP parameter on ebusd wiki",
18
- "ebus_adapter_settings": "ebus adapter settings",
19
- "ebusd configuration": "ebusd configuration",
20
- "enable DP": "enable DP",
21
- "enable parameter": "enable parameter",
22
- "enter DP name": "enter DP name",
23
- "enter additional parameter (optional)": "enter additional parameter (optional)",
24
- "enter circuit": "enter circuit",
25
- "find parameter": "find parameter",
26
- "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.",
27
- "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.",
28
- "hint_ebusd_history": "list of all datapoint names which should be used with ebus history widget. ",
29
- "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.",
30
- "historyDP": "historyDP",
31
- "historyDP configuration": "history DP configuration",
32
- "link to ebusd wiki with installation instruction": "link to ebusd wiki with installation instruction",
33
- "maxretries": "maximum number of retries to send a command ",
34
- "name": "name",
35
- "optional HTTP parameter": "optional HTTP parameter",
36
- "optional HTTP parameter configuration": "optional HTTP parameter configuration",
37
- "optional parameter name": "optional parameter name",
38
- "optional parameter value": "optional parameter value",
39
- "page-ebusd": "ebusd",
40
- "page_historyDP": "history datapoints",
41
- "page_polledDP": "polled datapoints",
42
- "parse_timeout": "download and poll timeout [seconds]",
43
- "please update your ebusd, follow instructions on link below": "please update your ebusd, follow instructions on link below",
44
- "polledDP": "polledDP",
45
- "polledDP configuration": "polled DP configuration",
46
- "readInterval": "interval to read data from ebusd [min]",
47
- "supported version": "supported version",
48
- "target_HTTPPort": "HTTP Port to read data",
49
- "target_IP": "target IP",
50
- "target_TelnetPort": "TCP (Telnet) Port to write data",
51
- "useBoolean4Onoff": "use boolean instead string for datapoints with on/off values ",
52
- "useBoolean4Onoff_help": "this changes the original string value to a boolean type"
2
+ "Circuit4Find": "Circuit in which parameters are searched ",
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
+ "History4Vis2_help": "if you use the new Vis-2 and the general diagram widget in weather-and-heating-widgets ",
7
+ "IP of system where ebusd runs": "IP of system where ebusd runs",
8
+ "Main settings": "Main settings",
9
+ "Update hint": "",
10
+ "Update hint ebusd": "update hint ebusd",
11
+ "active": "active",
12
+ "addParameter": "additional parameter",
13
+ "available version": "available version",
14
+ "circuit": "circuit",
15
+ "configuration": "configuration",
16
+ "current installed version": "current installed version",
17
+ "details of HTTP paramter on ebusd wiki": "details of HTTP parameter on ebusd wiki",
18
+ "ebus_adapter_settings": "ebus adapter settings",
19
+ "ebusd configuration": "ebusd configuration",
20
+ "enable DP": "enable DP",
21
+ "enable parameter": "enable parameter",
22
+ "enter DP name": "enter DP name",
23
+ "enter additional parameter (optional)": "enter additional parameter (optional)",
24
+ "enter circuit": "enter circuit",
25
+ "find parameter": "find parameter",
26
+ "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.",
27
+ "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.",
28
+ "hint_ebusd_history": "list of all datapoint names which should be used with ebus history widget. Attention: Use the complete datapoint name without instance (e.g. ebus.0) ",
29
+ "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.",
30
+ "historyDP": "historyDP",
31
+ "historyDP configuration": "history DP configuration",
32
+ "link to ebusd wiki with installation instruction": "link to ebusd wiki with installation instruction",
33
+ "maxretries": "maximum number of retries to send a command ",
34
+ "name": "name",
35
+ "optional HTTP parameter": "optional HTTP parameter",
36
+ "optional HTTP parameter configuration": "optional HTTP parameter configuration",
37
+ "optional parameter name": "optional parameter name",
38
+ "optional parameter value": "optional parameter value",
39
+ "page-ebusd": "ebusd",
40
+ "page_historyDP": "history datapoints",
41
+ "page_polledDP": "polled datapoints",
42
+ "parse_timeout": "download and poll timeout [seconds]",
43
+ "please update your ebusd, follow instructions on link below": "please update your ebusd, follow instructions on link below",
44
+ "polledDP": "polledDP",
45
+ "polledDP configuration": "polled DP configuration",
46
+ "readInterval": "interval to read data from ebusd [min]",
47
+ "supported version": "supported version",
48
+ "target_HTTPPort": "HTTP Port to read data",
49
+ "target_IP": "target IP",
50
+ "target_TelnetPort": "TCP (Telnet) Port to write data",
51
+ "useBoolean4Onoff": "use boolean instead string for datapoints with on/off values ",
52
+ "useBoolean4Onoff_help": "this changes the original string value to a boolean type"
53
53
  }
@@ -25,7 +25,6 @@
25
25
  "find parameter": "encontrar parámetro",
26
26
  "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",
27
27
  "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.",
28
- "hint_ebusd_history": "lista de todos los nombres de puntos de datos que deben usarse con el widget de historial de ebus.",
29
28
  "hint_ebusd_polled": "lista de todos los nombres de puntos de datos que deben consultarse desde el adaptador. ",
30
29
  "historyDP": "puntos de datos históricos",
31
30
  "historyDP configuration": "configuración histórica DP",
@@ -49,5 +48,6 @@
49
48
  "target_IP": "IP objetivo",
50
49
  "target_TelnetPort": "target telnet Port para escribir datos",
51
50
  "useBoolean4Onoff": "use booleano en lugar de cadena para puntos de datos con valores de encendido / apagado",
52
- "useBoolean4Onoff_help": "Esto cambia el valor de la cadena original a un tipo booleano"
51
+ "useBoolean4Onoff_help": "Esto cambia el valor de la cadena original a un tipo booleano",
52
+ "hint_ebusd_history": "Lista de todos los nombres de punto de datos que deben usarse con el widget EBUS History. Atención: use el nombre de punto de datos completo sin instancia (por ejemplo, EBUS.0)"
53
53
  }
@@ -522,7 +522,7 @@
522
522
  "text": "historyDP configuration",
523
523
  "size": 2
524
524
  },
525
- "table_historyDP": {
525
+ "HistoryDPs": {
526
526
  "type": "table",
527
527
  "newLine": true,
528
528
  "xs": 12,
@@ -536,7 +536,7 @@
536
536
  {
537
537
  "type": "text",
538
538
  "attr": "name",
539
- "width": "16% ",
539
+ "width": "60% ",
540
540
  "title": "name",
541
541
  "tooltip": "enter DP name",
542
542
  "filter": false,
package/admin/words.js CHANGED
@@ -15,6 +15,7 @@ systemDictionary = {
15
15
  "History4Vis2_help": { "en": "if you use the new Vis-2 and the general diagram widget in weather-and-heating-widgets ", "de": "Wenn Sie das neue Vis-2 und das allgemeine Diagramm-Widget in Wetter- und Heizwidgets verwenden", "ru": "Если вы используете новый виджет VIS-2 и общих диаграмм в погодных и нагревающих сланцах", "pt": "Se você usar o novo widget Vis-2 e o diagrama geral em Widgets climáticos e de aquecimento", "nl": "Als u de nieuwe VIS-2 en de algemene diagramwidget gebruikt in weers-en-verwarmingsbidgets", "fr": "Si vous utilisez le nouveau Vis-2 et le widget de diagramme général dans les intempéries et la chaleur-Widgets", "it": "Se usi il nuovo VIS-2 e il widget del diagramma generale nei widget meteorologici e riscaldanti", "es": "Si usa el nuevo VIS-2 y el widget del diagrama general en widgets de clima y calentamiento", "pl": "Jeśli użyjesz nowego widżetu VIS-2 i ogólnego schematu w widżetach pogodowych i ogrzewających", "uk": "Якщо ви використовуєте новий віджет VIS-2 та загальну діаграму в погоді та нагріванні", "zh-cn": "如果您在天气和加热范围内使用新的Vis-2和一般图小部件"},
16
16
  "IP of system where ebusd runs": { "en": "IP of system where ebusd runs", "de": "IP des Systems, bei dem EBUSD ausgeführt wird", "ru": "IP системы, где работает EBUSD", "pt": "IP do sistema onde o EBUSD funciona", "nl": "IP van systeem waar EBUSD loopt", "fr": "IP du système où EBUSD fonctionne", "it": "IP del sistema in cui EBUSD funziona", "es": "IP del sistema donde se ejecuta EBUSD", "pl": "IP systemu, w którym działa EBUSD", "uk": "IP системи, де працює ebusd", "zh-cn": "EBUSD运行的系统的IP"},
17
17
  "Main settings": { "en": "Main settings", "de": "Allgemeine Einstellungen", "ru": "Основные настройки", "pt": "Configurações principais", "nl": "Belangrijkste instellingen", "fr": "Paramètres principaux", "it": "Impostazioni principali", "es": "Configuraciones principales", "pl": "Główne ustawienia", "uk": "Основні налаштування", "zh-cn": "主要设置"},
18
+ "Update hint": { "en": "", "de": "", "ru": "Обновление подсказка", "pt": "Atualizar dica", "nl": "Update hint", "fr": "mettre à jour l'indice", "it": "Suggerimento di aggiornamento", "es": "actualizar sugerencia", "pl": "aktualizacja wskazówka", "uk": "Оновіть підказку", "zh-cn": "更新提示"},
18
19
  "Update hint ebusd": { "en": "update hint ebusd", "de": "Updatehinweis für ebusd", "ru": "Обновление подсказка ebusd", "pt": "Atualizar dica EBUSD", "nl": "Update hint ebusd", "fr": "Mettre à jour l'indice eBUSD", "it": "Aggiorna il suggerimento EBUSD", "es": "Actualizar sugerencia EBUSD", "pl": "Aktualizuj wskazówkę ebusd", "uk": "Оновіть підказку ebusd", "zh-cn": "更新提示ebusd"},
19
20
  "active": { "en": "active", "de": "aktiv", "ru": "активный", "pt": "ativo", "nl": "actief", "fr": "actif", "it": "attivo", "es": "activo", "pl": "aktywny", "uk": "активний", "zh-cn": "积极的"},
20
21
  "addParameter": { "en": "additional parameter", "de": "zusätzliche Parameter", "ru": "дополнительный параметр", "pt": "parâmetro adicional", "nl": "extra parameter", "fr": "paramètre supplémentaire", "it": "parametro aggiuntivo", "es": "parámetro adicional", "pl": "dodatkowy parametr", "uk": "додатковий параметр", "zh-cn": "附加参数"},
@@ -33,7 +34,7 @@ systemDictionary = {
33
34
  "find parameter": { "en": "find parameter", "de": "Parameter suchen", "ru": "найти параметр", "pt": "encontrar parâmetro", "nl": "parameter vinden", "fr": "trouver un paramètre", "it": "trova parametro", "es": "encontrar parámetro", "pl": "znajdź parametr", "uk": "знайти параметр", "zh-cn": "查找参数"},
34
35
  "hint_ebusd": { "en": "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.", "de": "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", "ru": "для интерфейса ebusd вам необходимо запустить ebusd, вкл. все необходимые конфигурации. Этот адаптер использует HTML для чтения данных из ebusd и TCP для записи в ebusd", "pt": "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", "nl": "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", "fr": "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", "it": "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", "es": "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", "pl": "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", "uk": "вам потрібен запущений ebusd з усіма необхідними налаштуваннями. Цей адаптер використовує HTML для читання даних з ebusd. Він використовує TCP (Telnet) для запису в ebusd.", "zh-cn": "对于ebusd接口,您需要一个正在运行的ebusd incl。"},
35
36
  "hint_ebusd2": { "en": "here you can add additional parameters for HTTP request. Please do it only if you know what you do, otherwise leave everything deactivated.", "de": "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.", "ru": "здесь вы можете добавить дополнительные параметры для HTTP-запроса. Пожалуйста, делайте это только в том случае, если вы знаете, что делаете, в противном случае оставьте все отключенным.", "pt": "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.", "nl": "hier kunt u aanvullende parameters voor HTTP-verzoeken toevoegen. Doe dit alleen als u weet wat u doet, anders laat u alles gedeactiveerd.", "fr": "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é.", "it": "qui puoi aggiungere parametri aggiuntivi per la richiesta HTTP. Per favore fatelo solo se sapete cosa fate, altrimenti lasciate tutto disattivato.", "es": "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.", "pl": "tutaj możesz dodać dodatkowe parametry żądania HTTP. Zrób to tylko wtedy, gdy wiesz, co robisz, w przeciwnym razie pozostaw wszystko dezaktywowane.", "uk": "тут ви можете додати додаткові параметри для HTTP-запиту. Будь ласка, робіть це, лише якщо знаєте, що робите, інакше залиште все дезактивованим.", "zh-cn": "在这里您可以为 HTTP 请求添加附加参数。请仅在您知道自己在做什么的情况下才执行此操作,否则请停用所有内容。"},
36
- "hint_ebusd_history": { "en": "list of all datapoint names which should be used with ebus history widget. ", "de": "Liste aller Datenpunktnamen, die mit dem ebus-History-Widget verwendet werden sollen.", "ru": "список всех имен точек данных, которые следует использовать с виджетом истории ebus.", "pt": "lista de todos os nomes de pontos de dados que devem ser usados ​​com o widget de histórico do ebus.", "nl": "lijst met alle datapuntnamen die moeten worden gebruikt met de ebus-geschiedeniswidget.", "fr": "liste de tous les noms de points de données qui doivent être utilisés avec le widget historique ebus.", "it": "elenco di tutti i nomi dei punti dati che dovrebbero essere utilizzati con il widget cronologia ebus.", "es": "lista de todos los nombres de puntos de datos que deben usarse con el widget de historial de ebus.", "pl": "lista wszystkich nazw punktów danych, które powinny być używane z widżetem historii ebus.", "uk": "список усіх назв точок даних, які слід використовувати з віджетом історії ebus.", "zh-cn": "应与 ebus 历史小部件一起使用的所有数据点名称的列表。"},
37
+ "hint_ebusd_history": { "en": "list of all datapoint names which should be used with ebus history widget. Attention: Use the complete datapoint name without instance (e.g. ebus.0) ", "de": "Liste aller Datenpunktnamen, die mit dem ebus-History-Widget verwendet werden sollen. ACHTUNG: kompletter Datenpunkt-Name ohne Instanz (z.Bsp. ebus.0)", "ru": "список всех имен точек данных, которые следует использовать с виджетом истории ebus.", "pt": "lista de todos os nomes de pontos de dados que devem ser usados ​​com o widget de histórico do ebus.", "nl": "lijst met alle datapuntnamen die moeten worden gebruikt met de ebus-geschiedeniswidget.", "fr": "liste de tous les noms de points de données qui doivent être utilisés avec le widget historique ebus.", "it": "elenco di tutti i nomi dei punti dati che dovrebbero essere utilizzati con il widget cronologia ebus.", "es": "Lista de todos los nombres de punto de datos que deben usarse con el widget EBUS History. Atención: use el nombre de punto de datos completo sin instancia (por ejemplo, EBUS.0)", "pl": "lista wszystkich nazw punktów danych, które powinny być używane z widżetem historii ebus.", "uk": "список усіх назв точок даних, які слід використовувати з віджетом історії ebus.", "zh-cn": "应与 ebus 历史小部件一起使用的所有数据点名称的列表。"},
37
38
  "hint_ebusd_polled": { "en": "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.", "de": "Liste aller Datenpunktnamen, die vom Adapter aktv abgefragt werden sollen.", "ru": "список всех имен точек данных, которые должны быть опрошены от адаптера. ", "pt": "lista de todos os nomes de pontos de dados que devem ser pesquisados ​​no adaptador. ", "nl": "lijst met alle datapuntnamen die van de adapter moeten worden opgevraagd. ", "fr": "liste de tous les noms de points de données qui doivent être interrogés à partir de l'adaptateur. ", "it": "elenco di tutti i nomi dei punti dati che devono essere interrogati dall'adattatore. ", "es": "lista de todos los nombres de puntos de datos que deben consultarse desde el adaptador. ", "pl": "lista wszystkich nazw punktów danych, które powinny być odpytywane z adaptera. ", "uk": "список усіх імен точок даних, які повинні бути опитані з адаптера. Не додавайте точки даних, які вже опитуються з ebusd. Схема та додатковий параметр необов'язкові.", "zh-cn": "应从适配器轮询的所有数据点名称的列表。"},
38
39
  "historyDP": { "en": "historyDP", "de": "historyDP", "ru": "исторические данные", "pt": "pontos de dados de história", "nl": "geschiedenis datapunten", "fr": "points de données d'historique", "it": "punti dati della cronologia", "es": "puntos de datos históricos", "pl": "punkty danych historii", "uk": "історії даних", "zh-cn": "历史数据点"},
39
40
  "historyDP configuration": { "en": "history DP configuration", "de": "Verlaufsdatenpunkt-Konfiguration", "ru": "конфигурация историиDP", "pt": "configuração do histórico DP", "nl": "historyDP-configuratie", "fr": "configuration historiqueDP", "it": "configurazione della cronologia DP", "es": "configuración histórica DP", "pl": "konfiguracja historiiDP", "uk": "конфігурація historyDP", "zh-cn": "历史DP配置"},
@@ -58,5 +59,4 @@ systemDictionary = {
58
59
  "target_TelnetPort": { "en": "TCP (Telnet) Port to write data", "de": "TCP (Telnet) Port zum Schreiben von Daten", "ru": "целевой порт telnet для записи данных", "pt": "destino telnet porta para escrever dados", "nl": "doel telnet-poort om gegevens te schrijven", "fr": "Port telnet cible pour écrire des données", "it": "Porta telnet target per scrivere dati", "es": "target telnet Port para escribir datos", "pl": "docelowy port telnet do zapisu danych", "uk": "target telnet Порт для запису даних", "zh-cn": "目标telnet用于写入数据的端口"},
59
60
  "useBoolean4Onoff": { "en": "use boolean instead string for datapoints with on/off values ", "de": "Boolean anstelle Strings für Datenpunkte mit Ein-/Aus-Werten verwenden", "ru": "используйте логическое значение вместо строки для точек данных со значениями включения / выключения", "pt": "use booleano em vez de string para pontos de dados com valores on / off", "nl": "gebruik in plaats daarvan booleaanse string voor datapunten met aan/uit-waarden", "fr": "utiliser une chaîne booléenne à la place pour les points de données avec des valeurs activées/désactivées", "it": "usa la stringa booleana invece per i punti dati con valori on/off", "es": "use booleano en lugar de cadena para puntos de datos con valores de encendido / apagado", "pl": "użyj wartości logicznej zamiast ciągu dla punktów danych z wartościami włączonymi / wyłączonymi", "uk": "використовуйте логічне значення замість рядка для точок даних зі значеннями on/off", "zh-cn": "对具有开/关值的数据点使用布尔值代替字符串"},
60
61
  "useBoolean4Onoff_help": { "en": "this changes the original string value to a boolean type", "de": "Dies ändert den ursprünglichen String-Wert in einen Booleschen Typ", "ru": "Это изменяет исходное значение строки на логический тип", "pt": "Isso muda o valor original da string para um tipo booleano", "nl": "Dit verandert de originele tekenreekswaarde in een Booleaans type", "fr": "Cela modifie la valeur de chaîne d'origine en un type booléen", "it": "Questo cambia il valore della stringa originale in un tipo booleano", "es": "Esto cambia el valor de la cadena original a un tipo booleano", "pl": "To zmienia oryginalną wartość ciągów na typ boolean", "uk": "Це змінює початкове значення рядка на булевий тип", "zh-cn": "这将原始字符串值更改为布尔类型"},
61
- "Update hint": { "en": "", "de": "", "ru": "Обновление подсказка", "pt": "Atualizar dica", "nl": "Update hint", "fr": "mettre à jour l'indice", "it": "Suggerimento di aggiornamento", "es": "actualizar sugerencia", "pl": "aktualizacja wskazówka", "uk": "Оновіть підказку", "zh-cn": "更新提示"},
62
62
  };
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "ebus",
4
- "version": "3.6.3",
4
+ "version": "3.6.7",
5
5
  "news": {
6
+ "3.6.7": {
7
+ "en": "dependencies updated and bug fix based on adapter checker",
8
+ "de": "abhängigkeiten aktualisiert und fehler beheben basierend auf adapter checker",
9
+ "ru": "обновленные зависимости и исправление ошибок на основе проверки адаптера",
10
+ "pt": "dependências atualizadas e correção de erros com base no verificador do adaptador",
11
+ "nl": "afhankelijkheden bijgewerkt en bug fix op basis van adaptercontrole",
12
+ "fr": "dépendances mises à jour et correction de bugs basée sur adaptateur checker",
13
+ "it": "dipendenze aggiornate e correzione bug in base all'adattatore checker",
14
+ "es": "dependencias actualizadas y corrección de errores basado en el control de adaptador",
15
+ "pl": "aktualizacja zależności i naprawianie błędów w oparciu o sprawdzacz adaptera",
16
+ "uk": "залежностей, оновлено і виправлення помилок на основі перевірки адаптера",
17
+ "zh-cn": "基于适配器检查器更新的依赖性和错误修正"
18
+ },
19
+ "3.6.6": {
20
+ "en": "see issue #430: bug fix",
21
+ "de": "siehe ausgabe #430: bugfix",
22
+ "ru": "проблема #430: исправление ошибок",
23
+ "pt": "ver problema # 430: correção de erros",
24
+ "nl": "zie probleem #430: foutherstel",
25
+ "fr": "voir problème #430: correction du bug",
26
+ "it": "vedi numero #430: correzione bug",
27
+ "es": "ver número #430: corrección de errores",
28
+ "pl": "zobacz numer # 430: błąd naprawić",
29
+ "uk": "переглянути проблему #430: виправлення помилок",
30
+ "zh-cn": "参见第430期: 错误修正"
31
+ },
6
32
  "3.6.3": {
7
33
  "en": "get version info for ebusd from github if locally not available\nupdate dependencies\nnew testing",
8
34
  "de": "versionsinformationen für ebusd von github erhalten, wenn lokal nicht verfügbar\naktualisierung der abhängigkeiten\nneue tests",
@@ -54,45 +80,6 @@
54
80
  "pl": "nowa obsługiwana wersja ebusd to 25.1\ninformacje o wersji dodane w admin",
55
81
  "uk": "нова підтримана версія ebusd 25.1\nдодано інформацію про версію в адмін",
56
82
  "zh-cn": "新支持的ebusd版本为25.1\n在管理员中添加的版本信息"
57
- },
58
- "3.5.2": {
59
- "en": "changes requested by adapter checker\ndependencies updated",
60
- "de": "änderungen, die von adapter checker angefordert werden\naktualisierte abhängigkeiten",
61
- "ru": "изменения, запрошенные adapter checker\nобновленные зависимости",
62
- "pt": "alterações solicitadas pelo verificador do adaptador\ndependências atualizadas",
63
- "nl": "wijzigingen gevraagd door adaptercontrole\nafhankelijkheden bijgewerkt",
64
- "fr": "modifications demandées par l'adaptateur checker\ndépendances mises à jour",
65
- "it": "modifiche richieste da adattatore checker\ndipendenze aggiornate",
66
- "es": "cambios solicitados por el adaptador\ndependencias actualizadas",
67
- "pl": "zmiany wymagane przez sprawdzacz adaptera\nzaktualizowane zależności",
68
- "uk": "зміни, які вимагаються перевіркою адаптера\nоновлені залежності",
69
- "zh-cn": "适配器检查器要求的更改\n更新依赖关系"
70
- },
71
- "3.5.1": {
72
- "en": "translations",
73
- "de": "übersetzungen",
74
- "ru": "перевод",
75
- "pt": "traduções",
76
- "nl": "vertalingen",
77
- "fr": "traductions",
78
- "it": "traduzioni",
79
- "es": "traducciones",
80
- "pl": "tłumaczenia",
81
- "uk": "переклади",
82
- "zh-cn": "翻译"
83
- },
84
- "3.5.0": {
85
- "en": "catch exceptions reportet by sentry\noption to disable check of last update time (see issue #391)",
86
- "de": "Ausnahmen reportet by sentry\noption zum deaktivieren der letzten aktualisierungszeit (siehe ausgabe #391)",
87
- "ru": "репортаж об исключениях улова\nвозможность отключить проверку последнего времени обновления (см. вопрос #391)",
88
- "pt": "captura exceções relatório por sentinela\nopção para desativar a verificação do último tempo de atualização (veja a edição #391)",
89
- "nl": "vangstuitzonderingen verslaget door de wacht\noptie om controle van de laatste updatetijd uit te schakelen (zie probleem #391)",
90
- "fr": "déclaration des exceptions de capture par sentinelle\noption pour désactiver la vérification de la dernière mise à jour (voir le numéro #391)",
91
- "it": "cattura le eccezioni reportet da mittente\nopzione per disabilitare il controllo dell'ultimo aggiornamento (vedere numero #391)",
92
- "es": "catch exceptions reportet by centry\nopción para desactivar el cheque de la última hora de actualización (ver número #391)",
93
- "pl": "połowów wyjątków reportet przez wartownik\nopcja wyłączenia sprawdzania czasu ostatniej aktualizacji (patrz numer # 391)",
94
- "uk": "виняток винятку по відправці\nможливість відключити перевірку останнього часу оновлення (див. проблему #391)",
95
- "zh-cn": "按哨兵分列的渔获量例外报告\n选项以禁用上次更新时间的检查(见第391期)"
96
83
  }
97
84
  },
98
85
  "titleLang": {
@@ -296,10 +283,30 @@
296
283
  ]
297
284
  },
298
285
  "title": {
299
- "en": "data structure might be changed"
286
+ "en": "data structure might be changed",
287
+ "de": "Die Datenstruktur kann geändert werden",
288
+ "ru": "Структура данных может быть изменена",
289
+ "pt": "A estrutura de dados pode ser alterada",
290
+ "nl": "Gegevensstructuur kan worden gewijzigd",
291
+ "fr": "La structure des données peut être modifiée",
292
+ "it": "La struttura dei dati potrebbe essere modificata",
293
+ "es": "La estructura de datos podría cambiarse",
294
+ "pl": "Struktura danych może zostać zmieniona",
295
+ "uk": "Структура даних може бути змінена",
296
+ "zh-cn": "数据结构可能会更改"
300
297
  },
301
298
  "text": {
302
- "en": "Due to new used parser data structure might be changed. Please verify your settings."
299
+ "en": "Due to new used parser data structure might be changed. Please verify your settings.",
300
+ "de": "Aufgrund der neuen gebrauchten Parser -Datenstruktur kann geändert werden. Bitte überprüfen Sie Ihre Einstellungen.",
301
+ "ru": "Из -за новой используемой структуры данных анализатора может быть изменена. Пожалуйста, проверьте свои настройки.",
302
+ "pt": "Devido à nova estrutura de dados do analisador usada pode ser alterada. Por favor, verifique suas configurações.",
303
+ "nl": "Vanwege de nieuwe gebruikte Parser -gegevensstructuur kan worden gewijzigd. Controleer uw instellingen.",
304
+ "fr": "En raison de la nouvelle structure de données de l'analyseur d'occasion, il peut être modifié. Veuillez vérifier vos paramètres.",
305
+ "it": "A causa della nuova struttura dati di parser utilizzata potrebbe essere modificata. Verifica le tue impostazioni.",
306
+ "es": "Debido a la nueva estructura de datos de analizador utilizado podría cambiarse. Verifique su configuración.",
307
+ "pl": "Ze względu na nową używaną strukturę danych parserów może zostać zmieniona. Sprawdź swoje ustawienia.",
308
+ "uk": "Через нову використану структуру даних аналізатора може бути змінено. Будь ласка, перевірте свої налаштування.",
309
+ "zh-cn": "由于新使用的解析器,数据结构可能会更改。请验证您的设置。"
303
310
  },
304
311
  "level": "warn",
305
312
  "buttons": [
package/main.js CHANGED
@@ -4,7 +4,7 @@
4
4
  *
5
5
  * Created: 15.09.2016 21:31:28
6
6
  * Author: Rene
7
-
7
+ *
8
8
 
9
9
  */
10
10
 
@@ -246,7 +246,7 @@ function FillHistoryVars() {
246
246
  ) {
247
247
  adapter.log.debug("use new object list for history vars");
248
248
  oHistoryVars = adapter.config.HistoryDPs;
249
- } else if (adapter.config.HistoryValues !== undefined && typeof adapter.config.HistoryValues === "string") {
249
+ } else if (adapter.config.HistoryValues !== undefined && typeof adapter.config.HistoryValues === "string") {
250
250
  //make it compatible to old versions
251
251
  adapter.log.debug("check old comma separeted list for history vars");
252
252
  const oHistory = adapter.config.HistoryValues.split(",");
@@ -254,7 +254,7 @@ function FillHistoryVars() {
254
254
  if (oHistory.length > 0) {
255
255
  for (let i = 0; i < oHistory.length; i++) {
256
256
  if (oHistory[i].length > 0) {
257
- console.log(`add ${ oHistory[i]}`);
257
+ console.log(`add ${oHistory[i]}`);
258
258
  const value = {
259
259
  name: oHistory[i],
260
260
  };
@@ -264,8 +264,37 @@ function FillHistoryVars() {
264
264
  }
265
265
  }
266
266
  } catch (e) {
267
- adapter.log.error(`exception in function FillHistoryVars [${ e }]`);
267
+ adapter.log.error(`exception in function FillHistoryVars [${e}]`);
268
268
  }
269
+
270
+ adapter.log.debug(`list of history vars ${JSON.stringify(oHistoryVars)}`);
271
+
272
+ //add a check, that complete dp without ebus.0 is used 2025-08-20
273
+
274
+ oHistoryVars.forEach((entry, index) => {
275
+ const hasDot = entry.name.includes(".");
276
+ const hasInstance = entry.name.includes("ebus.");
277
+ const hasValue = entry.name.includes("value");
278
+
279
+ adapter.log.debug("checking " + entry.name + " index " + index + " hasDot: " + hasDot + " hasInstance: " + hasInstance + " hasValue: " + hasValue);
280
+
281
+
282
+ if (!hasDot) {
283
+ adapter.log.warn("please check history variable: " + entry.name + " -> should contain the complete DP");
284
+ }
285
+
286
+ if (!hasValue) {
287
+ adapter.log.warn("please check history variable " + entry.name + " -> should contain 'value'");
288
+ }
289
+
290
+ if (hasInstance) {
291
+ adapter.log.warn("please check history variable " + entry.name + " -> should not contain instance name and instance number e.g. 'ebus.0' ");
292
+ }
293
+
294
+ });
295
+
296
+ //list of history vars [{"name":"ActualEnvironmentPower"},{"name":"YieldTotal"},{"name":"SourceTempInput"},{"name":"SourceTempOutput"},{"name":"HwcTemp"}]
297
+
269
298
  }
270
299
 
271
300
  let oHTTPParamsVars = [];
@@ -703,7 +732,7 @@ async function ebusd_ReceiveData() {
703
732
  //adapter.log.info("in version, value " + value);
704
733
  const versionInfo = value.split(".");
705
734
  if (versionInfo.length > 1) {
706
- adapter.log.info(`installed ebusd version is ${ versionInfo[0] }.${ versionInfo[1]}`);
735
+ adapter.log.debug(`installed ebusd version is ${ versionInfo[0] }.${ versionInfo[1]}`);
707
736
 
708
737
  ebusdVersion[0] = versionInfo[0];
709
738
  ebusdVersion[1] = versionInfo[1];
@@ -817,6 +846,20 @@ async function ebusd_ReceiveData() {
817
846
  //push to history
818
847
 
819
848
  for (let ii = 0; ii < oHistoryVars.length; ii++) {
849
+
850
+ //adapter.log.debug("check " + key + "==" + oHistoryVars[ii].name);
851
+
852
+ // check uih.messages.YieldThisYear.fields.energy_1.value==ActualEnvironmentPower
853
+
854
+ /*
855
+ ehp.messages.ActualEnvironmentPower.fields.value.value
856
+ ehp.messages.YieldTotal.fields.value.value
857
+ ehp.messages.SourceTempInput.fields.temp.value
858
+ ehp.messages.SourceTempOutput.fields.temp.value
859
+ ehp.messages.HwcTemp.fields.temp.value
860
+ */
861
+
862
+
820
863
  if (key === oHistoryVars[ii].name) {
821
864
  const sTemp = '{"' + key + '": "' + value + '"}';
822
865
  adapter.log.debug("push history " + sTemp);
@@ -831,7 +874,7 @@ async function ebusd_ReceiveData() {
831
874
 
832
875
  //adapter.log.debug(JSON.stringify(historyvalues));
833
876
 
834
- adapter.log.info("all http done");
877
+ adapter.log.debug("all http done");
835
878
 
836
879
  if (historyvalues.length > 0 && historydates.length > 0) {
837
880
  if (adapter.config.History4Vis2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.ebus",
3
- "version": "3.6.3",
3
+ "version": "3.6.7",
4
4
  "description": "ioBroker ebus Adapter",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -23,8 +23,8 @@
23
23
  "node": ">= 20"
24
24
  },
25
25
  "dependencies": {
26
- "@iobroker/adapter-core": "^3.2.3",
27
- "axios": "^1.10.0",
26
+ "@iobroker/adapter-core": "^3.3.2",
27
+ "axios": "^1.11.0",
28
28
  "net": "^1.0.2",
29
29
  "promise-socket": "^8.0.0"
30
30
  },
@@ -34,9 +34,9 @@
34
34
  "@alcalzone/release-script-plugin-license": "^3.7.0",
35
35
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
36
36
  "@iobroker/adapter-dev": "^1.4.0",
37
- "@iobroker/eslint-config": "^2.0.2",
37
+ "@iobroker/eslint-config": "^2.0.3",
38
38
  "@iobroker/testing": "^5.0.4",
39
- "chai": "^5.2.0",
39
+ "chai": "^6.0.1",
40
40
  "mocha": "^11.7.1"
41
41
  },
42
42
  "main": "main.js",
@@ -71,6 +71,7 @@
71
71
  "test:integration": "mocha test/integration --exit",
72
72
  "lint": "eslint -c eslint.config.mjs .",
73
73
  "translate": "translate-adapter",
74
+ "translate1": "translate-adapter adminLanguages2words",
74
75
  "release": "release-script"
75
76
  }
76
77
  }