iobroker.sbfspot 5.0.6 → 5.0.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
@@ -58,6 +58,11 @@ in /opt/iobroker/node_modules/iobroker.sbfspot/lib/scripts you can find a script
58
58
  Placeholder for the next version (at the beginning of the line):
59
59
  ### **WORK IN PROGRESS**
60
60
  -->
61
+ ### 5.0.7 (2026-07-09)
62
+ * (copilot) Adapter requires node.js >= 22 now
63
+ * (René) update dependencies
64
+ * (René) changes based on adapter checker
65
+
61
66
  ### 5.0.6 (2026-04-06)
62
67
  * (René) changes based on adapter checker
63
68
 
@@ -71,172 +76,7 @@ in /opt/iobroker/node_modules/iobroker.sbfspot/lib/scripts you can find a script
71
76
  * (René) see issue #510: read interval minimum reduced to 1 minute
72
77
  * (René) update dependencies + changes based on adapter checker
73
78
 
74
- ### 5.0.2 (2025-10-04)
75
- * (René) update dependencies + changes based on adapter checker
76
-
77
- ### 5.0.1 (2025-06-29)
78
- * (René) new testing
79
-
80
- ### 5.0.0 (2025-06-07)
81
- * (René) ATTENTION breaking change: adapter type changed from scheduled to daemon
82
- * (René) update hints added to admin
83
- * (René) suggestions from adapter checker
84
-
85
- ### 4.4.2 (2025-02-27)
86
- * (René) changes requested by adapter checker
87
- * (René) dependencies updated
88
-
89
- ### 4.4.1 (2024-12-15)
90
- * (René) translations
91
-
92
- ### 4.4.0 (2024-12-06)
93
- * (René) migration to admin 5 UI (jsonConfig)
94
-
95
- ### 4.3.5 (2024-11-24)
96
- * (René) see issue #417: test with nodejs@22
97
- * (René) issue #435: install widgets again
98
-
99
- ### 4.3.4 (2024-08-24)
100
- * (René) update dependencies
101
- * (René) bug fixes based on adapter checker recommendation
102
-
103
- ### 4.3.3 (2024-05-28)
104
- * (René) change of dependencies
105
- * (René) mySql dependency update
106
-
107
- ### 4.3.1 (2024-05-23)
108
- * (René) bug fix for data history in VIS-2
109
-
110
- ### 4.3.0 (2024-05-22)
111
- * (René) data history prepared for VIS-2: just a option here in the adapter and new widget (at this moment GeneralChart widget in vis-2-widgets-weather can be used)
112
-
113
- ### 4.2.4 (2024-01-13)
114
- * (René) upgrade better-sqlite
115
-
116
- ### 4.2.3 (2024-01-12)
117
- * (René) downgrade better-sqlite
118
-
119
- ### 4.2.2 (2024-01-12)
120
- * (René) dependencies updated
121
-
122
- ### 4.2.1 (2023-12-11)
123
- * (René) dependencies updated
124
-
125
- ### 4.2.0 (2023-12-11)
126
- * (René) dependencies updated
127
-
128
- ### 4.1.6 (2023-07-30)
129
- * (René) dependencies updated
130
-
131
- ### 4.1.4 (2023-04-07)
132
- * (René) dependencies updated
133
-
134
- ### 4.1.3 (2023-01-31)
135
- * (René) dependencies updated
136
-
137
- ### 4.1.2 (2022-08-20)
138
- * (René) bug fix in AddObject
139
-
140
- ### 4.1.1 (2022-08-18)
141
- * (René) tooltip in wizard added
142
- * (René) flot and dependencies updated
143
-
144
- ### 4.0.8 (2021-07-11)
145
- * (René) bug fix color of labels in widget
146
-
147
- ### 4.0.7 (2021-10-30)
148
- * (René) see issue #62: avoid endless loop
149
- * (René) update flot to 4.2.2
150
-
151
- ### 4.0.6 (2021-07-09)
152
- * (René) bug fix data types
153
-
154
- ### 4.0.5 (2021-03-21)
155
- * (René) dependencies updated
156
-
157
- ### 2.3.3 (2019-02-03)
158
- * (René) due to install problems downgrade of sqlite3 package
159
-
160
- ### 2.3.1 (2019-02-02)
161
- * (René) bug fix: with sqlite "today" data were not shown
162
-
163
- ### 2.3.0 (2019-01-20)
164
- * (René) support of compact mode
165
- * (René) add additional error information in log
166
-
167
- ### 2.2.5 (2018-11-26)
168
- * (René) upgrade packages
169
-
170
- ### 2.2.5 (2018-11-04)
171
- * (René) reset yield if no new value from today
172
-
173
- ### 2.2.4 (2018-08-19)
174
- * (René) bugfix for ticks on X
175
-
176
- ### 2.2.3
177
- * (René) the same as 2.2.2
178
-
179
- ### 2.2.2
180
- * (René) add timestamp of last update
181
-
182
- ### 2.2.1
183
- * (René) close of database connection after last query result is available (e.g. to support more than one inverter)
184
-
185
- ### 2.2.0
186
- * (Nis) background color and border
187
- * (René) bug fixes in admin3
188
-
189
- ### 2.1.0
190
- * (René) Support MariaDB
191
-
192
- ### 2.0.1
193
- * (René) Support of admin3
194
-
195
- ### 2.0.0
196
- * (René) since we always use one graph per widget, only one is supported now
197
- Attention: widget is not compatible with version 1.x.x; just check settings in widget after installation!
198
-
199
- ### 1.1.0
200
- * (René) autoscale of y axis
201
- * (René) color for y axis
202
- * (René) adjustable date format
203
-
204
- ### 1.0.1
205
- * (René) bug fix for sqlite
206
-
207
- ### 1.0.0
208
- * (René) first stable release
209
-
210
- ### 0.2.6
211
- * (René) bug fix for android app > 1.0.6
212
-
213
- ### 0.2.5
214
- * (René) use install date to calculate historical values
215
-
216
- ### 0.2.4
217
- * (René) logo changed
218
-
219
- ### 0.2.3
220
- * (René) adding historical data as datapoint (JSON)
221
- * (René) new vis widget to show historical data
222
-
223
- ### 0.2.2
224
- * (René) renamed to sbfspot
225
-
226
- ### 0.2.1
227
- * (René) index.html updated
228
-
229
- ### 0.2.0
230
- * (René) support of sqlite and license changed to MIT
231
-
232
- ### 0.1.1
233
- * (René) UTF8 coding
234
-
235
- ### 0.1.0
236
- * (René) first release
237
-
238
- ### 0.0.1
239
- * (René) initial release
79
+ [Older changelogs can be found there](CHANGELOG_OLD.md)
240
80
 
241
81
  ## License
242
82
  MIT License
@@ -2,14 +2,23 @@
2
2
  "Attention": "adapter, sbfspot und Datenbank sollten auf demselben System laufen",
3
3
  "GetDataOnlyWhenDaylight": "Daten nur bei Tageslicht abrufen",
4
4
  "History4Vis2": "History für VIS-2-Widgets erstellen",
5
+ "Main settings": "Haupteinstellungen",
6
+ "MariaDB": "MariaDB",
7
+ "Update hint": "Updatehinweis für SBFspot",
8
+ "available version": "verfügbare Version",
5
9
  "configuration": "Konfiguration",
10
+ "current installed version": "aktuell installierte Version",
11
+ "current istalled sbfspot version": "aktuell installierte sbfspot-Version",
6
12
  "install_date": "Installationsdatum der PV-Anlage",
7
13
  "install_date_desc": "verwendet für die Berechnung der History in vis Widget",
14
+ "link to sbfspot wiki with installation instruction": "Link zum SBFspot-Wiki mit Installationsanweisungen",
15
+ "mySQL": "mySQL",
8
16
  "mySQL, MariaDB configuration": "mySQL, MariaDB-Konfiguration",
9
17
  "page-mysql": "mySQL / MariaDB",
10
18
  "page-sqlite": "SQLite",
11
19
  "path_to_DB_file": "Pfad zur SQLite-Datenbankdatei",
12
20
  "path_to_DB_file_descr": "geben Sie den kompletten Pfad inkl. Datenbankdateiname an, z.B. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "Intervall zum Lesen von Daten aus der SBFspot-Datenbank [min]",
13
22
  "sbfspot_DB_IP": "Datenbank-IP",
14
23
  "sbfspot_DB_IP_descr": "Sie können \"localhost\" als IP verwenden",
15
24
  "sbfspot_DB_databasename": "Datenbank-Name",
@@ -18,15 +27,9 @@
18
27
  "sbfspot_DB_port_descr": "Standard 3306",
19
28
  "sbfspot_DB_user": "Benutzer der Datenbank",
20
29
  "sbfspot_adapter_settings": "sbfspot Adapter Einstellungen",
30
+ "sqlite": "sqlite",
21
31
  "sqlite configuration": "SQLite-Konfiguration",
22
- "type_of_DB": "Type der Datenbank",
23
- "used to calculate statistics": "Wird zur Berechnung statistischer Daten verwendet",
24
-
25
-
26
- "current installed version": "aktuell installierte Version",
27
- "available version": "verfügbare Version",
28
32
  "supported version": "derzeit vom Adapter unterstützte Version",
29
- "Update hint": "Updatehinweis für SBFspot",
30
- "link to sbfspot wiki with installation instruction": "Link zum SBFspot-Wiki mit Installationsanweisungen",
31
- "readIntervalsbfspot": "Intervall zum Lesen von Daten aus der SBFspot-Datenbank [min]"
33
+ "type_of_DB": "Type der Datenbank",
34
+ "used to calculate statistics": "Wird zur Berechnung statistischer Daten verwendet"
32
35
  }
@@ -2,14 +2,21 @@
2
2
  "Attention": "adapter, sbfspot and database should run on the same system",
3
3
  "GetDataOnlyWhenDaylight": "get data only when daylight",
4
4
  "History4Vis2": "Create history value for VIS-2 widget",
5
+ "MariaDB": "MariaDB",
6
+ "Update hint": "update hint",
7
+ "available version": "available version",
5
8
  "configuration": "configuration",
9
+ "current installed version": "current installed version",
6
10
  "install_date": "install date PV-System",
7
11
  "install_date_desc": "used for calculation of history in vis widget",
12
+ "link to sbfspot wiki with installation instruction": "link to SBFspot wiki with installation instruction",
13
+ "mySQL": "mySQL",
8
14
  "mySQL, MariaDB configuration": "mySQL, MariaDB configuration",
9
15
  "page-mysql": "mySQL / MariaDB",
10
16
  "page-sqlite": "SQLite",
11
17
  "path_to_DB_file": "path to SQLite database file",
12
18
  "path_to_DB_file_descr": "enter the complete path incl. database file name e.g. /home/pi/sbfspot/smadata/SBFspot.db",
19
+ "readIntervalsbfspot": "interval to read data from SBFspot database [min]",
13
20
  "sbfspot_DB_IP": "database IP",
14
21
  "sbfspot_DB_IP_descr": "you can use 'localhost' as IP",
15
22
  "sbfspot_DB_databasename": "database name",
@@ -18,15 +25,13 @@
18
25
  "sbfspot_DB_port_descr": "default 3306",
19
26
  "sbfspot_DB_user": "database user",
20
27
  "sbfspot_adapter_settings": "sbfspot adapter settings",
28
+ "sqlite": "sqlite",
21
29
  "sqlite configuration": "SQLite configuration",
30
+ "supported version": "supported version",
22
31
  "type_of_DB": "type of database",
23
32
  "used to calculate statistics": "used to calculate statistic data",
33
+ "Main settings": "Main settings",
34
+ "current istalled sbfspot version": "current installed sbfspot version"
24
35
 
25
36
 
26
- "current installed version": "current installed version",
27
- "available version": "available version",
28
- "supported version": "supported version",
29
- "Update hint": "update hint",
30
- "link to sbfspot wiki with installation instruction": "link to SBFspot wiki with installation instruction",
31
- "readIntervalsbfspot": "interval to read data from SBFspot database [min]"
32
37
  }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "adaptador, sbfspot y base de datos deben ejecutarse en el mismo sistema",
3
+ "GetDataOnlyWhenDaylight": "obtener datos solo cuando la luz del día",
4
+ "History4Vis2": "Crear valor de historial para el widget VIS-2",
5
+ "Main settings": "Configuraciones principales",
6
+ "MariaDB": "mariadb",
7
+ "Update hint": "sugerencia de actualización",
8
+ "available version": "versión disponible",
9
+ "configuration": "configuración",
10
+ "current installed version": "versión instalada actual",
11
+ "current istalled sbfspot version": "versión actual de sbfspot instalada",
12
+ "install_date": "fecha de instalación PV-System",
13
+ "install_date_desc": "utilizado para el cálculo de la historia en el widget vis",
14
+ "link to sbfspot wiki with installation instruction": "enlace a la wiki de SBFspot con instrucciones de instalación",
15
+ "mySQL": "MySQL",
16
+ "mySQL, MariaDB configuration": "mySQL, configuración de MariaDB",
17
+ "page-mysql": "mySQL/MariaDB",
18
+ "page-sqlite": "SQLite",
19
+ "path_to_DB_file": "ruta al archivo de base de datos sqlite",
20
+ "path_to_DB_file_descr": "ingrese la ruta completa incl. nombre de archivo de base de datos, p. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "intervalo para leer datos de la base de datos SBFspot [min]",
22
+ "sbfspot_DB_IP": "base de datos IP",
23
+ "sbfspot_DB_IP_descr": "puedes usar 'localhost' como IP",
24
+ "sbfspot_DB_databasename": "nombre de la base de datos",
25
+ "sbfspot_DB_password": "contraseña de la base de datos",
26
+ "sbfspot_DB_port": "Puerto de base de datos",
27
+ "sbfspot_DB_port_descr": "predeterminado 3306",
28
+ "sbfspot_DB_user": "usuario de la base de datos",
29
+ "sbfspot_adapter_settings": "Configuración del adaptador sbfspot",
30
+ "sqlite": "sqlite",
31
+ "sqlite configuration": "configuración SQLite",
32
+ "supported version": "versión compatible",
33
+ "type_of_DB": "tipo de base de datos",
34
+ "used to calculate statistics": "utilizado para calcular datos estadísticos"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "L'adaptateur, sbfspot et la base de données doivent fonctionner sur le même système",
3
+ "GetDataOnlyWhenDaylight": "obtenir des données uniquement lorsque la lumière du jour",
4
+ "History4Vis2": "Créer une valeur historique pour le widget VIS-2",
5
+ "Main settings": "Paramètres principaux",
6
+ "MariaDB": "MariaDB",
7
+ "Update hint": "astuce de mise à jour",
8
+ "available version": "version disponible",
9
+ "configuration": "configuration",
10
+ "current installed version": "version actuellement installée",
11
+ "current istalled sbfspot version": "version actuelle de sbfspot installée",
12
+ "install_date": "date d'installation PV-System",
13
+ "install_date_desc": "utilisé pour le calcul de l'histoire dans vis widget",
14
+ "link to sbfspot wiki with installation instruction": "lien vers le wiki SBFspot avec instructions d'installation",
15
+ "mySQL": "mySQL",
16
+ "mySQL, MariaDB configuration": "configuration mySQL, MariaDB",
17
+ "page-mysql": "MySQL / MariaDB",
18
+ "page-sqlite": "SQLite",
19
+ "path_to_DB_file": "chemin vers le fichier de base de données sqlite",
20
+ "path_to_DB_file_descr": "entrez le chemin complet incl. nom de fichier de base de données, par ex. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "intervalle de lecture des données de la base de données SBFspot [min]",
22
+ "sbfspot_DB_IP": "base de données IP",
23
+ "sbfspot_DB_IP_descr": "vous pouvez utiliser 'localhost' comme adresse IP",
24
+ "sbfspot_DB_databasename": "Nom de la base de données",
25
+ "sbfspot_DB_password": "Mot de passe de base de données",
26
+ "sbfspot_DB_port": "Port de base de données",
27
+ "sbfspot_DB_port_descr": "par défaut 3306",
28
+ "sbfspot_DB_user": "utilisateur de base de données",
29
+ "sbfspot_adapter_settings": "Paramètres de l'adaptateur sbfspot",
30
+ "sqlite": "SQLite",
31
+ "sqlite configuration": "Configuration SQLite",
32
+ "supported version": "version prise en charge",
33
+ "type_of_DB": "type de base de données",
34
+ "used to calculate statistics": "utilisé pour calculer des données statistiques"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "adattatore, sbfspot e database dovrebbero essere eseguiti sullo stesso sistema",
3
+ "GetDataOnlyWhenDaylight": "ottenere i dati solo alla luce del giorno",
4
+ "History4Vis2": "Crea un valore di cronologia per il widget VIS-2",
5
+ "Main settings": "Impostazioni principali",
6
+ "MariaDB": "MariaDB",
7
+ "Update hint": "suggerimento di aggiornamento",
8
+ "available version": "versione disponibile",
9
+ "configuration": "configurazione",
10
+ "current installed version": "versione attualmente installata",
11
+ "current istalled sbfspot version": "versione sbfspot attualmente installata",
12
+ "install_date": "installare data PV-System",
13
+ "install_date_desc": "utilizzato per il calcolo della cronologia nel widget vis",
14
+ "link to sbfspot wiki with installation instruction": "collegamento alla wiki di SBFspot con le istruzioni di installazione",
15
+ "mySQL": "mySQL",
16
+ "mySQL, MariaDB configuration": "mySQL, configurazione MariaDB",
17
+ "page-mysql": "mySQL/MariaDB",
18
+ "page-sqlite": "SQLite",
19
+ "path_to_DB_file": "percorso per il file di database sqlite",
20
+ "path_to_DB_file_descr": "inserisci il percorso completo incl. nome del file di database, ad es. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "intervallo per leggere i dati dal database SBFspot [min]",
22
+ "sbfspot_DB_IP": "IP del databaseL",
23
+ "sbfspot_DB_IP_descr": "puoi usare 'localhost' come IP",
24
+ "sbfspot_DB_databasename": "nome del database",
25
+ "sbfspot_DB_password": "password del database",
26
+ "sbfspot_DB_port": "Porta del database",
27
+ "sbfspot_DB_port_descr": "predefinito 3306",
28
+ "sbfspot_DB_user": "utente del database",
29
+ "sbfspot_adapter_settings": "impostazioni dell'adattatore sbfspot",
30
+ "sqlite": "sqlite",
31
+ "sqlite configuration": "Configurazione SQLite",
32
+ "supported version": "versione supportata",
33
+ "type_of_DB": "tipo di database",
34
+ "used to calculate statistics": "utilizzato per calcolare i dati statistici"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "adapter, sbfspot en database moeten op hetzelfde systeem worden uitgevoerd",
3
+ "GetDataOnlyWhenDaylight": "krijg alleen gegevens bij daglicht",
4
+ "History4Vis2": "Creëer geschiedeniswaarde voor VIS-2 widget",
5
+ "Main settings": "Belangrijkste instellingen",
6
+ "MariaDB": "MariaDB",
7
+ "Update hint": "update-tip",
8
+ "available version": "beschikbare versie",
9
+ "configuration": "configuratie",
10
+ "current installed version": "huidige geïnstalleerde versie",
11
+ "current istalled sbfspot version": "huidige geïnstalleerde sbfspot-versie",
12
+ "install_date": "installeer datum PV-systeem",
13
+ "install_date_desc": "gebruikt voor de berekening van de geschiedenis in vis widget",
14
+ "link to sbfspot wiki with installation instruction": "link naar SBFspot wiki met installatie-instructies",
15
+ "mySQL": "mySQL",
16
+ "mySQL, MariaDB configuration": "mySQL, MariaDB-configuratie",
17
+ "page-mysql": "mySQL / MariaDB",
18
+ "page-sqlite": "SQLiet",
19
+ "path_to_DB_file": "pad naar sqlite databasebestand",
20
+ "path_to_DB_file_descr": "vul het complete pad in incl. databasebestandsnaam, b.v. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "interval voor het lezen van gegevens uit de SBFspot-database [min]",
22
+ "sbfspot_DB_IP": "database IP",
23
+ "sbfspot_DB_IP_descr": "u kunt 'localhost' als IP gebruiken",
24
+ "sbfspot_DB_databasename": "databasenaam",
25
+ "sbfspot_DB_password": "database wachtwoord",
26
+ "sbfspot_DB_port": "MariaDB databasepoort",
27
+ "sbfspot_DB_port_descr": "standaard 3306",
28
+ "sbfspot_DB_user": "mySQL-databasegebruiker",
29
+ "sbfspot_adapter_settings": "sbfspot-adapterinstellingen",
30
+ "sqlite": "sqlite",
31
+ "sqlite configuration": "SQLite-configuratie",
32
+ "supported version": "ondersteunde versie",
33
+ "type_of_DB": "type database",
34
+ "used to calculate statistics": "gebruikt om statistische gegevens te berekenen"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "adapter, sbfspot i baza danych powinny działać w tym samym systemie",
3
+ "GetDataOnlyWhenDaylight": "odbieraj dane tylko przy świetle dziennym",
4
+ "History4Vis2": "Utwórz wartość historii dla widżetu VIS-2",
5
+ "Main settings": "Główne ustawienia",
6
+ "MariaDB": "MariaDB",
7
+ "Update hint": "podpowiedź aktualizacji",
8
+ "available version": "dostępna wersja",
9
+ "configuration": "konfiguracja",
10
+ "current installed version": "aktualnie zainstalowana wersja",
11
+ "current istalled sbfspot version": "aktualnie zainstalowana wersja sbfspot",
12
+ "install_date": "data instalacji PV-System",
13
+ "install_date_desc": "służy do obliczania historii w widgecie vis",
14
+ "link to sbfspot wiki with installation instruction": "link do wiki SBFspot z instrukcją instalacji",
15
+ "mySQL": "MySQL",
16
+ "mySQL, MariaDB configuration": "konfiguracja mySQL, MariaDB",
17
+ "page-mysql": "mySQL/MariaDB",
18
+ "page-sqlite": "SQLite",
19
+ "path_to_DB_file": "ścieżka do pliku bazy danych sqlite",
20
+ "path_to_DB_file_descr": "wprowadź pełną ścieżkę włącznie nazwa pliku bazy danych, np. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "interwał odczytu danych z bazy SBFspot [min]",
22
+ "sbfspot_DB_IP": "IP bazy danych",
23
+ "sbfspot_DB_IP_descr": "możesz użyć \"localhost\" jako IP",
24
+ "sbfspot_DB_databasename": "nazwa bazy danych",
25
+ "sbfspot_DB_password": "Hasło bazy danychL",
26
+ "sbfspot_DB_port": "Port bazy danych",
27
+ "sbfspot_DB_port_descr": "domyślnie 3306",
28
+ "sbfspot_DB_user": "użytkownik bazy danych",
29
+ "sbfspot_adapter_settings": "Ustawienia adaptera sbfspot",
30
+ "sqlite": "sqlite",
31
+ "sqlite configuration": "Konfiguracja SQLite",
32
+ "supported version": "obsługiwana wersja",
33
+ "type_of_DB": "typ bazy danych",
34
+ "used to calculate statistics": "używany do obliczania danych statystycznych"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "adaptador, sbfspot e banco de dados devem ser executados no mesmo sistema",
3
+ "GetDataOnlyWhenDaylight": "obtenha dados somente quando a luz do dia",
4
+ "History4Vis2": "Criar valor histórico para o widget VIS-2",
5
+ "Main settings": "Configurações principais",
6
+ "MariaDB": "Maria DB",
7
+ "Update hint": "dica de atualização",
8
+ "available version": "versão disponível",
9
+ "configuration": "configuração",
10
+ "current installed version": "versão atual instalada",
11
+ "current istalled sbfspot version": "versão atual do sbfspot instalada",
12
+ "install_date": "data de instalação PV-System",
13
+ "install_date_desc": "usado para calcular o histórico no vis widget",
14
+ "link to sbfspot wiki with installation instruction": "link para wiki do SBFspot com instruções de instalação",
15
+ "mySQL": "MySQL",
16
+ "mySQL, MariaDB configuration": "MySQL, configuração MariaDB",
17
+ "page-mysql": "MySQL/MariaDB",
18
+ "page-sqlite": "SQLite",
19
+ "path_to_DB_file": "caminho para o arquivo de banco de dados sqlite",
20
+ "path_to_DB_file_descr": "insira o caminho completo incl. nome do arquivo do banco de dados, e. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "intervalo para leitura de dados do banco de dados SBFspot [min]",
22
+ "sbfspot_DB_IP": "banco de dadosL",
23
+ "sbfspot_DB_IP_descr": "você pode usar 'localhost' como IP",
24
+ "sbfspot_DB_databasename": "Nome do banco de dados",
25
+ "sbfspot_DB_password": "senha do banco de dados",
26
+ "sbfspot_DB_port": "Porta da base de dados",
27
+ "sbfspot_DB_port_descr": "padrão 3306",
28
+ "sbfspot_DB_user": "usuário do banco de dados",
29
+ "sbfspot_adapter_settings": "Configurações do adaptador sbfspot",
30
+ "sqlite": "sqlite",
31
+ "sqlite configuration": "Configuração SQLite",
32
+ "supported version": "versão suportada",
33
+ "type_of_DB": "tipo de banco de dados",
34
+ "used to calculate statistics": "usado para calcular dados estatísticos"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "адаптер, sbfspot и база данных должны работать в одной системе",
3
+ "GetDataOnlyWhenDaylight": "получать данные только при дневном свете",
4
+ "History4Vis2": "Создать значение истории для виджета VIS-2",
5
+ "Main settings": "Основные настройки",
6
+ "MariaDB": "МарияДБ",
7
+ "Update hint": "подсказка по обновлению",
8
+ "available version": "доступная версия",
9
+ "configuration": "конфигурация",
10
+ "current installed version": "текущая установленная версия",
11
+ "current istalled sbfspot version": "текущая установленная версия sbfspot",
12
+ "install_date": "дата установки PV-система",
13
+ "install_date_desc": "используется для расчета истории в виджетах",
14
+ "link to sbfspot wiki with installation instruction": "ссылка на вики SBFspot с инструкцией по установке",
15
+ "mySQL": "MySQL",
16
+ "mySQL, MariaDB configuration": "MySQL, конфигурация MariaDB",
17
+ "page-mysql": "MySQL/МарияДБ",
18
+ "page-sqlite": "SQLite",
19
+ "path_to_DB_file": "путь к файлу базы данных sqlite",
20
+ "path_to_DB_file_descr": "введите полный путь, включая. имя файла базы данных, например. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "интервал чтения данных из базы данных SBFspot [мин]",
22
+ "sbfspot_DB_IP": "IP-адрес",
23
+ "sbfspot_DB_IP_descr": "вы можете использовать «localhost» в качестве IP-адреса",
24
+ "sbfspot_DB_databasename": "Имя базы данных",
25
+ "sbfspot_DB_password": "пароль базы данных",
26
+ "sbfspot_DB_port": "Порт базы данных",
27
+ "sbfspot_DB_port_descr": "по умолчанию 3306",
28
+ "sbfspot_DB_user": "Пользователь базы данных ",
29
+ "sbfspot_adapter_settings": "Настройки адаптера sbfspot",
30
+ "sqlite": "Склайт",
31
+ "sqlite configuration": "Конфигурация SQLite",
32
+ "supported version": "поддерживаемая версия",
33
+ "type_of_DB": "тип базы данных",
34
+ "used to calculate statistics": "используется для расчета статистических данных"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "адаптер, sbfspot і база даних повинні працювати в одній системі",
3
+ "GetDataOnlyWhenDaylight": "отримувати дані тільки вдень",
4
+ "History4Vis2": "Створення значення історії для віджета VIS-2",
5
+ "Main settings": "Основні налаштування",
6
+ "MariaDB": "MariaDB",
7
+ "Update hint": "підказка оновлення",
8
+ "available version": "доступна версія",
9
+ "configuration": "конфігурація",
10
+ "current installed version": "поточна встановлена ​​версія",
11
+ "current istalled sbfspot version": "поточна встановлена ​​версія sbfspot",
12
+ "install_date": "дата встановлення PV-системи",
13
+ "install_date_desc": "використовується для обчислення історії у віджеті vis",
14
+ "link to sbfspot wiki with installation instruction": "посилання на вікі SBFspot з інструкціями зі встановлення",
15
+ "mySQL": "mySQL",
16
+ "mySQL, MariaDB configuration": "конфігурація mySQL, MariaDB",
17
+ "page-mysql": "mySQL / MariaDB",
18
+ "page-sqlite": "SQLite",
19
+ "path_to_DB_file": "шлях до файлу бази даних sqlite",
20
+ "path_to_DB_file_descr": "введіть повний шлях, вкл. назва файлу бази даних, напр. /home/pi/sbfspot/smadata/SBFspot.db",
21
+ "readIntervalsbfspot": "інтервал читання даних із бази даних SBFspot [хв]",
22
+ "sbfspot_DB_IP": "IP бази даних",
23
+ "sbfspot_DB_IP_descr": "ви можете використовувати 'localhost' як IP",
24
+ "sbfspot_DB_databasename": "ім'я бази даних",
25
+ "sbfspot_DB_password": "пароль бази даних",
26
+ "sbfspot_DB_port": "порт бази даних",
27
+ "sbfspot_DB_port_descr": "за замовчуванням 3306",
28
+ "sbfspot_DB_user": "користувач бази даних",
29
+ "sbfspot_adapter_settings": "налаштування адаптера sbfspot",
30
+ "sqlite": "sqlite",
31
+ "sqlite configuration": "Конфігурація SQLite",
32
+ "supported version": "підтримувана версія",
33
+ "type_of_DB": "тип бази даних",
34
+ "used to calculate statistics": "використовується для розрахунку статистичних даних"
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "Attention": "适配器,sbfspot和数据库应在同一系统上运行",
3
+ "GetDataOnlyWhenDaylight": "仅在白天时获取数据",
4
+ "History4Vis2": "为 VIS-2 小部件创建历史值",
5
+ "Main settings": "主要设置",
6
+ "MariaDB": "玛丽亚数据库",
7
+ "Update hint": "更新提示",
8
+ "available version": "可用版本",
9
+ "configuration": "配置",
10
+ "current installed version": "当前安装的版本",
11
+ "current istalled sbfspot version": "当前安装的 sbfspot 版本",
12
+ "install_date": "安装日期PV-System",
13
+ "install_date_desc": "用于计算vis小部件中的历史记录",
14
+ "link to sbfspot wiki with installation instruction": "链接到 SBFspot wiki 以及安装说明",
15
+ "mySQL": "mysql",
16
+ "mySQL, MariaDB configuration": "mySQL、MariaDB 配置",
17
+ "page-mysql": "mysql / 玛丽亚数据库",
18
+ "page-sqlite": "SQLite",
19
+ "path_to_DB_file": "sqlite数据库文件的路径",
20
+ "path_to_DB_file_descr": "输入完整的路径,包括",
21
+ "readIntervalsbfspot": "从 SBFspot 数据库读取数据的时间间隔 [min]",
22
+ "sbfspot_DB_IP": "数据库IP",
23
+ "sbfspot_DB_IP_descr": "您可以使用“本地主机”作为IP",
24
+ "sbfspot_DB_databasename": "数据库名称",
25
+ "sbfspot_DB_password": "数据库密码",
26
+ "sbfspot_DB_port": "数据库端口",
27
+ "sbfspot_DB_port_descr": "默认值3306",
28
+ "sbfspot_DB_user": "数据库用户",
29
+ "sbfspot_adapter_settings": "sbfspot适配器设置",
30
+ "sqlite": "sqlite",
31
+ "sqlite configuration": "SQLite配置",
32
+ "supported version": "支持的版本",
33
+ "type_of_DB": "数据库类型",
34
+ "used to calculate statistics": "用于计算统计数据"
35
+ }
@@ -177,15 +177,15 @@
177
177
  "label": "type_of_DB",
178
178
  "options": [
179
179
  {
180
- "label": { "en": "mySQL" },
180
+ "label": "mySQL" ,
181
181
  "value": "mySQL"
182
182
  },
183
183
  {
184
- "label": { "en": "MariaDB" },
184
+ "label": "MariaDB",
185
185
  "value": "MariaDB"
186
186
  },
187
187
  {
188
- "label": { "en": "sqlite" },
188
+ "label": "sqlite",
189
189
  "value": "sqlite"
190
190
  }
191
191
  ],