iobroker.tibberlink 4.3.0 → 4.4.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/README.md +16 -76
- package/admin/CalculatorTab.jsonConfig.json +13 -0
- package/admin/i18n/de.json +100 -0
- package/admin/i18n/{en/translations.json → en.json} +74 -71
- package/admin/i18n/{es/translations.json → es.json} +74 -68
- package/admin/i18n/{fr/translations.json → fr.json} +74 -68
- package/admin/i18n/{it/translations.json → it.json} +74 -68
- package/admin/i18n/{nl/translations.json → nl.json} +74 -68
- package/admin/i18n/{pl/translations.json → pl.json} +74 -68
- package/admin/i18n/{pt/translations.json → pt.json} +74 -68
- package/admin/i18n/{ru/translations.json → ru.json} +74 -68
- package/admin/i18n/{uk/translations.json → uk.json} +74 -68
- package/admin/i18n/{zh-cn/translations.json → zh-cn.json} +74 -68
- package/admin/jsonConfig.json +46 -2
- package/build/lib/projectUtils.js +13 -116
- package/build/lib/projectUtils.js.map +1 -1
- package/build/lib/tibberAPICaller.js +96 -174
- package/build/lib/tibberAPICaller.js.map +1 -1
- package/build/lib/tibberCalculator.js +96 -411
- package/build/lib/tibberCalculator.js.map +1 -1
- package/build/lib/tibberCharts.js +29 -37
- package/build/lib/tibberCharts.js.map +1 -1
- package/build/lib/tibberLocal.js +7 -192
- package/build/lib/tibberLocal.js.map +1 -1
- package/build/lib/tibberPulse.js +58 -99
- package/build/lib/tibberPulse.js.map +1 -1
- package/build/main.js +24 -111
- package/build/main.js.map +1 -1
- package/io-package.json +284 -286
- package/package.json +86 -80
- package/admin/i18n/de/translations.json +0 -94
- package/build/lib/tools.js +0 -76
- package/build/lib/tools.js.map +0 -1
package/README.md
CHANGED
|
@@ -160,6 +160,22 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
|
|
|
160
160
|
|
|
161
161
|
## Changelog
|
|
162
162
|
|
|
163
|
+
### 4.4.0 (2025-03-01)
|
|
164
|
+
|
|
165
|
+
- (HombachC) add generation time cutoffs for graph outputs (#643)
|
|
166
|
+
- (HombachC) set admin to minimum 7.4.10 as recommended by ioBroker (#651)
|
|
167
|
+
- (HombachC) Code optimisations, preparations to switch to ESM module
|
|
168
|
+
- (HombachC) bump cron to 4.x.x (#648)
|
|
169
|
+
- (HombachC) bump axios from 1.8.x (#664)
|
|
170
|
+
|
|
171
|
+
### 4.3.1 (2025-02-23)
|
|
172
|
+
|
|
173
|
+
- (HombachC) Bump "@iobroker/adapter-dev" to 1.4.0 (#653)
|
|
174
|
+
- (HombachC) start using "@alcalzone/release-script" (#650)
|
|
175
|
+
- (HombachC) add option to enable/disable FlexCharts-JSON for each channel (#642)
|
|
176
|
+
- (HombachC) fix logging for multiple homes (#647)
|
|
177
|
+
- (HombachC) fix encrypted element "tibberBridgePassword" (#652)
|
|
178
|
+
|
|
163
179
|
### 4.3.0 (2025-02-09)
|
|
164
180
|
|
|
165
181
|
- (HombachC) added ioBroker.FlexCharts - JSON
|
|
@@ -177,82 +193,6 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
|
|
|
177
193
|
|
|
178
194
|
- (HombachC) max API-Token lenght now 80 to meet newest Tibber accounts (#627)
|
|
179
195
|
|
|
180
|
-
### 4.2.1 (2025-01-08)
|
|
181
|
-
|
|
182
|
-
- (HombachC) fix missing translation
|
|
183
|
-
|
|
184
|
-
### 4.2.0 (2025-01-08)
|
|
185
|
-
|
|
186
|
-
- (HombachC) fix error in BestHoursBlock LTF intruduced in 4.x (#618)
|
|
187
|
-
- (HombachC) add new calculator channels 'BestPercentage' and 'BestPercentageLTF' (#616)
|
|
188
|
-
- (HombachC) add outputJSON for 'BestSingleHours', 'BestHoursBlock', 'BestPercentage', 'BestCost' and their LTF variants (#592)
|
|
189
|
-
- (HombachC) fixed some i18n translations
|
|
190
|
-
- (HombachC) year 2025 changes
|
|
191
|
-
- (HombachC) code optimization
|
|
192
|
-
|
|
193
|
-
### 4.1.1 (2024-12-21)
|
|
194
|
-
|
|
195
|
-
- (HombachC) code cleanup
|
|
196
|
-
- (HombachC) fix translations
|
|
197
|
-
- (HombachC) fix chai-as-promised
|
|
198
|
-
|
|
199
|
-
### 4.1.0 (2024-12-15)
|
|
200
|
-
|
|
201
|
-
- (HombachC) enable local poll also without Token (#613)
|
|
202
|
-
- (HombachC) split jsonConfig.json to multiple files
|
|
203
|
-
- (HombachC) fix typo in translation handling
|
|
204
|
-
- (HombachC) bump cron
|
|
205
|
-
|
|
206
|
-
### 4.0.0 (2024-12-08)
|
|
207
|
-
|
|
208
|
-
- (HombachC) BREAKING: dropped support for ioBroker.admin < 7.0.0 because of ioBroker Responsive Design Initiative (#544)
|
|
209
|
-
- (HombachC) redesigned admin tab for calculator
|
|
210
|
-
- (HombachC) optimize translations, added more tooltips
|
|
211
|
-
- (HombachC) fix repeated calculation of LTF channels (#593)
|
|
212
|
-
- (HombachC) added BlockStart / BlockEnd as date string (#516)
|
|
213
|
-
- (HombachC) throttle sentry messaging
|
|
214
|
-
- (HombachC) add prices yesterday (#600)
|
|
215
|
-
|
|
216
|
-
### 3.5.4 (2024-12-01)
|
|
217
|
-
|
|
218
|
-
- (HombachC) add warning when LTF stop time isn't same or next day and provide docu
|
|
219
|
-
- (HombachC) fix error in calculator channel 'best single hours' (#594)
|
|
220
|
-
- (HombachC) intruduce 'iobroker/eslint-config' (#591)
|
|
221
|
-
- (HombachC) performance optimizations
|
|
222
|
-
- (HombachC) dependency updates
|
|
223
|
-
|
|
224
|
-
### 3.5.3 (2024-11-23)
|
|
225
|
-
|
|
226
|
-
- (HombachC) fix edge case in output state setup and usage
|
|
227
|
-
- (HombachC) optimzed state subscription
|
|
228
|
-
- (HombachC) update deprecated state calls
|
|
229
|
-
- (HombachC) add await to delObjectAsync
|
|
230
|
-
- (HombachC) harmonize project tools
|
|
231
|
-
- (HombachC) dependency updates
|
|
232
|
-
|
|
233
|
-
### 3.5.2 (2024-10-30)
|
|
234
|
-
|
|
235
|
-
- (HombachC) add verification for YES/NO 2 values in calculator (#547)
|
|
236
|
-
- (HombachC) optimized responsive design (#544)
|
|
237
|
-
- (HombachC) migrate eslint to >9.x
|
|
238
|
-
- (HombachC) switch to ES2022 code
|
|
239
|
-
- (HombachC) adapted to new API constraints (#546)
|
|
240
|
-
- (HombachC) replace deprecated setStateAsync by setState
|
|
241
|
-
|
|
242
|
-
### 3.5.1 (2024-10-05)
|
|
243
|
-
|
|
244
|
-
- (HombachC) changed to less feed disconnection warnings in log (#445)
|
|
245
|
-
- (HombachC) fix error in output2 of smart battery buffer (#538)
|
|
246
|
-
- (HombachC) update deprecated state calls
|
|
247
|
-
- (HombachC) dependency updates
|
|
248
|
-
|
|
249
|
-
### 3.5.0 (2024-10-02)
|
|
250
|
-
|
|
251
|
-
- (HombachC) update adapter core
|
|
252
|
-
- (HombachC) fix error in SML decoder
|
|
253
|
-
- (HombachC) add 2 new SML scale factor codes (#535)
|
|
254
|
-
- (HombachC) dependency updates
|
|
255
|
-
|
|
256
196
|
### Old Changes see [CHANGELOG OLD](CHANGELOG_OLD.md)
|
|
257
197
|
|
|
258
198
|
## License
|
|
@@ -180,6 +180,19 @@
|
|
|
180
180
|
"lg": 6,
|
|
181
181
|
"xl": 6,
|
|
182
182
|
"hidden": "data.chType !== 7"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"type": "checkbox",
|
|
186
|
+
"label": "LBL_chGraphEnabled",
|
|
187
|
+
"tooltip": "TTIP_chGraphEnabled",
|
|
188
|
+
"attr": "chGraphEnabled",
|
|
189
|
+
"default": "false",
|
|
190
|
+
"xs": 12,
|
|
191
|
+
"sm": 12,
|
|
192
|
+
"md": 6,
|
|
193
|
+
"lg": 4,
|
|
194
|
+
"xl": 4,
|
|
195
|
+
"newLine": true
|
|
183
196
|
}
|
|
184
197
|
]
|
|
185
198
|
},
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
{
|
|
2
|
+
"LBL_CalculatorList": "Rechnerkanäle",
|
|
3
|
+
"LBL_CalculatorTab": "Rechnereinstellungen",
|
|
4
|
+
"LBL_EChartsLink": "Informationen zur Verwendung von ECharts finden Sie unter diesem Link",
|
|
5
|
+
"LBL_FlexChartsLink": "Informationen zur Verwendung von ioBroker FlexCharts finden Sie unter diesem Link",
|
|
6
|
+
"LBL_GraphsTab": "Einstellungen für die Diagrammausgabe",
|
|
7
|
+
"LBL_HomesList": "Konfiguration von Pulse-Live-Datenströmen",
|
|
8
|
+
"LBL_LocalPulseTab": "Einstellungen für die lokale Pulsumfrage",
|
|
9
|
+
"LBL_PulseList": "Local Pulse zum Abfragen von Daten von:",
|
|
10
|
+
"LBL_StandardTab": "Standardeinstellungen",
|
|
11
|
+
"LBL_TibberAPIToken": "Tibber-API-Token",
|
|
12
|
+
"LBL_UseCalculator": "Verwenden Sie Automatisierungsrechnerkanäle",
|
|
13
|
+
"LBL_calculatorhelp1": "Kanäle können basierend auf einem entsprechenden benannten Status aktiviert oder deaktiviert werden.",
|
|
14
|
+
"LBL_calculatorhelp10": "„Bester Stundenblock“: Gibt „JA“ während des kostengünstigsten Stundenblocks aus, mit der im „AmountHours“-Objekt angegebenen Dauer.",
|
|
15
|
+
"LBL_calculatorhelp11": "„Beste Kosten LTF“: „Beste Kosten“ innerhalb eines begrenzten Zeitrahmens (LTF).",
|
|
16
|
+
"LBL_calculatorhelp12": "„Beste Einzelstunden LTF“: „Beste Einzelstunden“ innerhalb eines begrenzten Zeitrahmens (LTF).",
|
|
17
|
+
"LBL_calculatorhelp13": "„Bester Stundenblock LTF“: „Beste Stunden-Block“ innerhalb eines begrenzten Zeitrahmens (LTF)",
|
|
18
|
+
"LBL_calculatorhelp14": "„Intelligenter Batteriepuffer“: Verwendet den Parameter „EfficiencyLoss“, um den Effizienzverlust des Batteriesystems anzugeben. Der Parameter „AmountHours“ definiert die gewünschte Stundenzahl für die Batterieladung. Der Rechner aktiviert während der angegebenen „AmountHours“ der günstigsten Stunden die Batterieladung ('Wert JA') und deaktiviert die Batteriespeisung ('Wert 2 NEIN'). Umgekehrt wird in den Stunden mit den höchsten Kosten die Batterieladung deaktiviert („Wert NEIN“) und die Batteriespeisung aktiviert („Wert 2 JA“), sofern die Kosten den höchsten Gesamtpreis unter den günstigsten Stunden übersteigen. Während der restlichen Normalstunden, in denen eine Energiepufferung durch die Batterie wirtschaftlich nicht sinnvoll ist, werden beide Ausgänge abgeschaltet.",
|
|
19
|
+
"LBL_calculatorhelp15": "„Bester Prozentsatz“: Gibt „JA“ während der günstigsten Stunde und allen anderen Stunden aus, in denen der Preis innerhalb des im Einstellungsstatus „Prozentsatz“ angegebenen Prozentbereichs liegt.",
|
|
20
|
+
"LBL_calculatorhelp16": "„Bester Prozentsatz LTF“: „Bester Prozentsatz“ innerhalb eines begrenzten Zeitrahmens (LTF).",
|
|
21
|
+
"LBL_calculatorhelp17": "<b>LTF-Kanäle:</b> Diese funktionieren ähnlich wie Standardkanäle, sind jedoch nur innerhalb eines durch die Statusobjekte „StartTime“ und „StopTime“ definierten Zeitrahmens aktiv. Nach „StopTime“ wird der Kanal automatisch deaktiviert. „StartTime“ und „StopTime“ können sich über zwei Kalendertage erstrecken, da Tibber keine Daten über ein 48-Stunden-Fenster hinaus bereitstellt. Beide Zustände erfordern eine Datums-/Uhrzeitzeichenfolge im ISO-8601-Format mit einem Zeitzonenversatz, z. B. „2024-12-24T18:00:00.000+01:00“.",
|
|
22
|
+
"LBL_calculatorhelp18": "Darüber hinaus enthalten die LTF-Kanäle einen neuen Statusparameter namens „RepeatDays“, der standardmäßig 0 ist. Wenn „RepeatDays“ auf eine positive Ganzzahl gesetzt ist, wiederholt der Kanal seinen Zyklus, indem er sowohl „StartTime“ als auch „StopTime“ um die angegebene Zahl erhöht Tage nach Erreichen von „StopTime“. Setzen Sie beispielsweise „RepeatDays“ für eine tägliche Wiederholung auf 1.",
|
|
23
|
+
"LBL_calculatorhelp2": "Alle Zustände eines Rechnerkanals werden in der Nähe der Heimatzustände positioniert und mit der Kanalnummer gekennzeichnet.",
|
|
24
|
+
"LBL_calculatorhelp3": "Das Verhalten eines Kanals wird durch seinen Typ bestimmt: „Beste Kosten“, „Beste Einzelstunden“, „Bester Stundenblock“ oder „Intelligenter Batteriepuffer“.",
|
|
25
|
+
"LBL_calculatorhelp4": "Jeder Kanal stellt als Ausgang einen externen Zustand zur Verfügung, der im Reiter „Einstellungen“ ausgewählt werden kann. Dieser Status könnte beispielsweise „0_userdata.0.example_state“ oder ein anderer beschreibbarer externer Status sein.",
|
|
26
|
+
"LBL_calculatorhelp5": "Wenn kein externer Ausgangszustand ausgewählt ist, wird ein interner Zustand innerhalb des Kanalbereichs generiert.",
|
|
27
|
+
"LBL_calculatorhelp6": "Die in den Ausgabezustand zu schreibenden Werte können als „Wert JA“ und „Wert NEIN“ definiert werden, beispielsweise „true“ für boolesche Zustände oder eine zu schreibende Zahl oder ein zu schreibender Text.",
|
|
28
|
+
"LBL_calculatorhelp7": "<b>Ausgaben:</b> Die folgenden Ausgabeparameter sind definiert:",
|
|
29
|
+
"LBL_calculatorhelp8": "„Beste Kosten“: Verwendet das „TriggerPrice“-Objekt als Eingabe und generiert jede Stunde eine „YES“-Ausgabe, wenn die aktuellen Tibber-Energiekosten unter dem Triggerpreis liegen.",
|
|
30
|
+
"LBL_calculatorhelp9": "„Beste Einzelstunden“: Erzeugt während der günstigsten Stunden eine „JA“-Ausgabe mit der im „AmountHours“-Objekt definierten Stundenzahl.",
|
|
31
|
+
"LBL_chGraphEnabled": "JSON für die generierte Grafik",
|
|
32
|
+
"LBL_feedDataDetailHeader": "Wählen Sie alle Felder aus, die Sie in die Live-Feed-Daten laden möchten (Leistung und Zeitstempel sind standardmäßig aktiviert):",
|
|
33
|
+
"LBL_helpLink": "Adapterdokumentation anzeigen",
|
|
34
|
+
"LBL_item_UseLocalPulseData": "Verwenden Sie die direkte Abfrage lokaler Tibber-Impulse – seien Sie vorsichtig!",
|
|
35
|
+
"LBL_item_chHomeID": "Wählen Sie Kanal-Home-ID",
|
|
36
|
+
"LBL_item_chName": "Kanalname",
|
|
37
|
+
"LBL_item_chTargetState": "Zielzustand",
|
|
38
|
+
"LBL_item_chTargetState2": "Zielzustand 2",
|
|
39
|
+
"LBL_item_chType": "Kanaltyp",
|
|
40
|
+
"LBL_item_chType_option_1": "Beste Kosten",
|
|
41
|
+
"LBL_item_chType_option_2": "Beste Einzelstunden",
|
|
42
|
+
"LBL_item_chType_option_3": "Bester Stundenblock",
|
|
43
|
+
"LBL_item_chType_option_4": "Beste Kosten LTF",
|
|
44
|
+
"LBL_item_chType_option_5": "Beste Einzelstunden LTF",
|
|
45
|
+
"LBL_item_chType_option_6": "Bester Stundenblock LTF",
|
|
46
|
+
"LBL_item_chType_option_7": "Intelligenter Batteriepuffer",
|
|
47
|
+
"LBL_item_chType_option_8": "Bester Prozentsatz",
|
|
48
|
+
"LBL_item_chType_option_9": "Bester Prozentsatz LTF",
|
|
49
|
+
"LBL_item_chValueOff": "Wert NEIN",
|
|
50
|
+
"LBL_item_chValueOff2": "Wert NEIN 2",
|
|
51
|
+
"LBL_item_chValueOn": "Wert JA",
|
|
52
|
+
"LBL_item_chValueOn2": "Wert JA 2",
|
|
53
|
+
"LBL_item_feedActive": "Verwenden Sie Tibber Pulse Feed",
|
|
54
|
+
"LBL_item_homeID": "Tibber-Home",
|
|
55
|
+
"LBL_item_localpulsehelp1": "Verwenden Sie Ihre Tibber Bridge(s), um Daten direkt lokal von Ihren Tibber Pulse-Modul(en) abzufragen.",
|
|
56
|
+
"LBL_item_localpulsehelp2": "Damit es funktioniert, müssen Sie die Weboberfläche der Bridge so ändern, dass sie dauerhaft aktiviert bleibt.",
|
|
57
|
+
"LBL_item_localpulsehelp3": "marq24 hat hier eine hervorragende Beschreibung für seine HomeAssistant-Integration bereitgestellt:",
|
|
58
|
+
"LBL_item_localpulsehelp4": "https://github.com/marq24/ha-tibber-pulse-local",
|
|
59
|
+
"LBL_item_numberConsAnnual": "Jahre",
|
|
60
|
+
"LBL_item_numberConsDaily": "Tage",
|
|
61
|
+
"LBL_item_numberConsHourly": "Std",
|
|
62
|
+
"LBL_item_numberConsMonthly": "Monate",
|
|
63
|
+
"LBL_item_numberConsWeekly": "Wochen",
|
|
64
|
+
"LBL_item_priceDataPollActive": "Nutzen Sie die Tibber-Preisdatenabfrage",
|
|
65
|
+
"LBL_item_statsActive": "Historische Verbrauchsdaten abrufen",
|
|
66
|
+
"LBL_item_tibberBridgePassword": "Bridge-Passwort",
|
|
67
|
+
"LBL_item_tibberBridgeRawDataInterval": "Abfrageintervall",
|
|
68
|
+
"LBL_item_tibberBridgeUrl": "Bridge-Netzwerkadresse",
|
|
69
|
+
"LBL_item_tibberPulseLocalNodeId": "Pulse NodeID",
|
|
70
|
+
"LBL_phases": "Spannungs- und Stromwerte – Bei mehreren Messgeräten sind diese Werte möglicherweise nicht im Datenrahmen enthalten, was möglicherweise zu Nullwerten führt. Abhängig von der spezifischen Firmware des Messgeräts können weitere Abweichungen auftreten. Nullwerte generieren keinen Status in Ihren ioBroker-Objekten.",
|
|
71
|
+
"LBL_referralLink": "Wenn Sie noch kein Tibber-Benutzer sind, würde ich mich sehr freuen, wenn Sie meinen Empfehlungslink verwenden könnten.",
|
|
72
|
+
"LBL_templateFlexGraph01": "Sie können diese Demo -Vorlage für Flexcharts verwenden. Kopieren Sie einfach den Code in den Editor ein.",
|
|
73
|
+
"TTIP_chGraphEnabled": "Wether JSON gibt Grafiken wie Flexcharts aus",
|
|
74
|
+
"TTIP_item_chHomeID": "Wählen Sie das Home aus, dem dieser Kanal zugeordnet werden soll.",
|
|
75
|
+
"TTIP_item_chName": "Kanalname, um Ihre Bundesstaaten leichter identifizieren zu können.",
|
|
76
|
+
"TTIP_item_chTargetState": "Wählen Sie den Zielausgangszustand für diesen Kanal aus. Wenn keine angegeben wird, wird eine im Channel-Ordner erstellt.",
|
|
77
|
+
"TTIP_item_chTargetState2": "Wählen Sie den zweiten Zielausgangszustand für diesen Kanal. Wenn keine angegeben wird, wird im Channel-Ordner ein neues erstellt.",
|
|
78
|
+
"TTIP_item_chType": "Wählen Sie den Operationstyp für den Kanal aus.",
|
|
79
|
+
"TTIP_item_chValueOff": "Die in den Ausgabezustand zu schreibenden Werte können als „Wert JA“ und „Wert NEIN“ definiert werden, beispielsweise „true“ für boolesche Zustände oder eine zu schreibende Zahl oder ein zu schreibender Text.",
|
|
80
|
+
"TTIP_item_chValueOff2": "Die in den zweiten Ausgabezustand zu schreibenden Werte können als „Wert JA 2“ und „Wert NEIN 2“ definiert werden, beispielsweise „true“ für boolesche Zustände oder eine zu schreibende Zahl oder ein zu schreibender Text.",
|
|
81
|
+
"TTIP_item_chValueOn": "Die in den Ausgabezustand zu schreibenden Werte können als „Wert JA“ und „Wert NEIN“ definiert werden, beispielsweise „true“ für boolesche Zustände oder eine zu schreibende Zahl oder ein zu schreibender Text.",
|
|
82
|
+
"TTIP_item_chValueOn2": "Die in den zweiten Ausgabezustand zu schreibenden Werte können als „Wert JA 2“ und „Wert NEIN 2“ definiert werden, beispielsweise „true“ für boolesche Zustände oder eine zu schreibende Zahl oder ein zu schreibender Text.",
|
|
83
|
+
"TTIP_item_feedActive": "Verwenden Sie den Tibber Pulse-Feed für Live-Verbrauchsdaten",
|
|
84
|
+
"TTIP_item_homeID": "Die ID dieses Tibber-Homes",
|
|
85
|
+
"TTIP_item_numberConsAnnual": "Anzahl der vergangenen Jahre, die abgerufen werden sollen",
|
|
86
|
+
"TTIP_item_numberConsDaily": "Anzahl der vergangenen Tage, die abgerufen werden sollen",
|
|
87
|
+
"TTIP_item_numberConsHourly": "Anzahl der vergangenen Stunden, die abgerufen werden sollen",
|
|
88
|
+
"TTIP_item_numberConsMonthly": "Anzahl der vergangenen Monate, die abgerufen werden sollen",
|
|
89
|
+
"TTIP_item_numberConsWeekly": "Anzahl der vergangenen Wochen, die abgerufen werden sollen",
|
|
90
|
+
"TTIP_item_priceDataPollActive": "Nutzen Sie die Tibber-Preisdatenabfrage",
|
|
91
|
+
"TTIP_item_statsActive": "Rufen Sie historische Verbrauchsdaten für dieses Home ab",
|
|
92
|
+
"TTIP_item_tibberBridgePassword": "Das Passwort für Ihre lokale Tibber Bridge, wie auf der Hardware angegeben.",
|
|
93
|
+
"TTIP_item_tibberBridgeRawDataInterval": "Das Intervall (in Millisekunden) für die Abfrage Ihrer Bridge nach Pulse-Daten.",
|
|
94
|
+
"TTIP_item_tibberBridgeUrl": "Name Ihrer Bridge oder ihre IP-Adresse (standardmäßig „tibber-host“).",
|
|
95
|
+
"TTIP_item_tibberPulseLocalNodeId": "Die Knoten-ID, unter der Ihr Pulse auf der Bridge registriert ist.",
|
|
96
|
+
"LBL_FlexGraphPastCutOff": "FlexGraph in der Vergangenheit abgeschnitten",
|
|
97
|
+
"TTIP_FlexGraphPastCutOff": "Anzahl der Stunden, die in der Vergangenheit gezeigt werden sollen",
|
|
98
|
+
"LBL_FlexGraphFutureCutOff": "FlexGraph in der Zukunft abgeschnitten",
|
|
99
|
+
"TTIP_FlexGraphFutureCutOff": "Anzahl der Stunden, die in Zukunft gezeigt werden sollen"
|
|
100
|
+
}
|
|
@@ -1,37 +1,42 @@
|
|
|
1
1
|
{
|
|
2
|
+
"LBL_CalculatorList": "Calculator Channels",
|
|
3
|
+
"LBL_CalculatorTab": "Calculator Settings",
|
|
4
|
+
"LBL_EChartsLink": "For informations how to use ECharts see this link",
|
|
5
|
+
"LBL_FlexChartsLink": "For informations how to use ioBroker FlexCharts see this link",
|
|
6
|
+
"LBL_GraphsTab": "Graph Output Settings",
|
|
7
|
+
"LBL_HomesList": "Configuration of Pulse Live Data Streams",
|
|
8
|
+
"LBL_LocalPulseTab": "Local Pulse Poll Settings",
|
|
9
|
+
"LBL_PulseList": "Local Pulse to poll data from:",
|
|
2
10
|
"LBL_StandardTab": "Standard Settings",
|
|
3
11
|
"LBL_TibberAPIToken": "Tibber API Token",
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
12
|
+
"LBL_UseCalculator": "Use automation calculator channels",
|
|
13
|
+
"LBL_calculatorhelp1": "Channels can be activated or deactivated based on a corresponding named state.",
|
|
14
|
+
"LBL_calculatorhelp10": "'Best hours block': Outputs 'YES' during the most cost-effective block of hours, with the duration specified in the 'AmountHours' object.",
|
|
15
|
+
"LBL_calculatorhelp11": "'Best cost LTF': 'Best cost' within a Limited Time Frame (LTF).",
|
|
16
|
+
"LBL_calculatorhelp12": "'Best single hours LTF': 'Best single hours' within a Limited Time Frame (LTF).",
|
|
17
|
+
"LBL_calculatorhelp13": "'Best hours block LTF': 'Best hours block' within a Limited Time Frame (LTF)",
|
|
18
|
+
"LBL_calculatorhelp14": "'Smart Battery Buffer': Utilizes the 'EfficiencyLoss' parameter to specify the efficiency loss of the battery system. The 'AmountHours' parameter defines the desired number of hours for battery charging. The calculator will activate battery charging ('value YES') and deactivate battery feed ('value 2 NO') during the specified 'AmountHours' of the cheapest hours. Conversely, it will deactivate battery charging ('value NO') and activate battery feed ('value 2 YES') during the hours with the highest cost, provided the cost exceeds the highest total price among the cheapest hours. During the remaining normal hours, where energy buffering by the battery is not economically viable, both outputs will be turned off.",
|
|
19
|
+
"LBL_calculatorhelp15": "'Best percentage': Outputs 'YES' during the least expensive hour and any other hours where the price falls within the percentage range specified in the 'Percentage' settings state.",
|
|
20
|
+
"LBL_calculatorhelp16": "'Best percentage LTF': 'Best percentage' within a Limited Time Frame (LTF).",
|
|
21
|
+
"LBL_calculatorhelp17": "<b>LTF channels:</b> These function similarly to standard channels but are active only within a time frame defined by the 'StartTime' and 'StopTime' state objects. After 'StopTime,' the channel automatically deactivates. 'StartTime' and 'StopTime' can span two calendar days, as Tibber does not provide data beyond a 48-hour window. Both states require a date-time string in ISO-8601 format with a timezone offset, e.g., '2024-12-24T18:00:00.000+01:00'.",
|
|
22
|
+
"LBL_calculatorhelp18": "Additionally, the LTF channels include a new state parameter called 'RepeatDays,' which defaults to 0. When 'RepeatDays' is set to a positive integer, the channel repeats its cycle by incrementing both 'StartTime' and 'StopTime' by the specified number of days after 'StopTime' is reached. For example, set 'RepeatDays' to 1 for daily repetition.",
|
|
23
|
+
"LBL_calculatorhelp2": "All states of a calculator channel are positioned near the home states and are labeled with the channel number.",
|
|
24
|
+
"LBL_calculatorhelp3": "The behavior of a channel is determined by its type: 'Best Cost,' 'Best Single Hours,' 'Best Hours Block,' or 'Smart Battery Buffer.'",
|
|
25
|
+
"LBL_calculatorhelp4": "Each channel provides an external state as output, which can be selected in the settings tab. This state could be, for instance, '0_userdata.0.example_state' or any other writable external state.",
|
|
26
|
+
"LBL_calculatorhelp5": "If no external output state is selected, an internal state within the channel's range will be generated.",
|
|
27
|
+
"LBL_calculatorhelp6": "The values to be written to the output state can be defined as 'value YES' and 'value NO,' for example, 'true' for boolean states, or a number or text to be written.",
|
|
28
|
+
"LBL_calculatorhelp7": "<b>Outputs:</b> The following output parameters are defined:",
|
|
29
|
+
"LBL_calculatorhelp8": "'Best cost': Uses the 'TriggerPrice' object as input, generating a 'YES' output every hour when the current Tibber energy cost is below the trigger price.",
|
|
30
|
+
"LBL_calculatorhelp9": "'Best single hours': Generates a 'YES' output during the least expensive hours, with the number of hours defined in the 'AmountHours' object.",
|
|
31
|
+
"LBL_chGraphEnabled": "JSON for graph generated",
|
|
24
32
|
"LBL_feedDataDetailHeader": "Select all fields you want to load in the live-feed data (power and timestamp are enabled by default):",
|
|
25
|
-
"LBL_phases": "Voltage and current values - In the case of multiple meters, these values may not be included in the data frame, potentially resulting in null values. Other deviations may occur depending on the specific firmware of the meter. Null values will not generate a state in your ioBroker objects.",
|
|
26
33
|
"LBL_helpLink": "Show adapter documentation",
|
|
27
|
-
|
|
28
|
-
"LBL_CalculatorTab": "Calculator Settings",
|
|
29
|
-
"LBL_UseCalculator": "Use automation calculator channels",
|
|
30
|
-
"LBL_CalculatorList": "Calculator Channels",
|
|
34
|
+
"LBL_item_UseLocalPulseData": "Use direct polling of local Tibber Pulse(s) - proceed with caution!",
|
|
31
35
|
"LBL_item_chHomeID": "Select Channel Home ID",
|
|
32
|
-
"
|
|
36
|
+
"LBL_item_chName": "Channel Name",
|
|
37
|
+
"LBL_item_chTargetState": "Target State",
|
|
38
|
+
"LBL_item_chTargetState2": "Target State 2",
|
|
33
39
|
"LBL_item_chType": "Channel Type",
|
|
34
|
-
"TTIP_item_chType": "Select the operation type for the channel.",
|
|
35
40
|
"LBL_item_chType_option_1": "best cost",
|
|
36
41
|
"LBL_item_chType_option_2": "best single hours",
|
|
37
42
|
"LBL_item_chType_option_3": "best hours block",
|
|
@@ -41,57 +46,55 @@
|
|
|
41
46
|
"LBL_item_chType_option_7": "smart battery buffer",
|
|
42
47
|
"LBL_item_chType_option_8": "best percentage",
|
|
43
48
|
"LBL_item_chType_option_9": "best percentage LTF",
|
|
44
|
-
"LBL_item_chName": "Channel Name",
|
|
45
|
-
"TTIP_item_chName": "Channel name to help identify your states more easily.",
|
|
46
|
-
"LBL_item_chTargetState": "Target State",
|
|
47
|
-
"TTIP_item_chTargetState": "Select the target output state for this channel. If none is provided, one will be created within the Channel folder.",
|
|
48
|
-
"LBL_item_chValueOn": "Value YES",
|
|
49
|
-
"TTIP_item_chValueOn": "The values to be written to the output state can be defined as 'value YES' and 'value NO', for example, 'true' for boolean states, or a number or text to be written.",
|
|
50
49
|
"LBL_item_chValueOff": "Value NO",
|
|
51
|
-
"TTIP_item_chValueOff": "The values to be written to the output state can be defined as 'value YES' and 'value NO', for example, 'true' for boolean states, or a number or text to be written.",
|
|
52
|
-
"LBL_item_chTargetState2": "Target State 2",
|
|
53
|
-
"TTIP_item_chTargetState2": "Select the second target output state for this channel. If none is provided, a new one will be created within the Channel folder.",
|
|
54
|
-
"LBL_item_chValueOn2": "Value YES 2",
|
|
55
|
-
"TTIP_item_chValueOn2": "The values to be written to the second output state can be defined as 'value YES 2' and 'value NO 2', for example, 'true' for boolean states, or a number or text to be written.",
|
|
56
50
|
"LBL_item_chValueOff2": "Value NO 2",
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"LBL_calculatorhelp4": "Each channel provides an external state as output, which can be selected in the settings tab. This state could be, for instance, '0_userdata.0.example_state' or any other writable external state.",
|
|
62
|
-
"LBL_calculatorhelp5": "If no external output state is selected, an internal state within the channel's range will be generated.",
|
|
63
|
-
"LBL_calculatorhelp6": "The values to be written to the output state can be defined as 'value YES' and 'value NO,' for example, 'true' for boolean states, or a number or text to be written.",
|
|
64
|
-
"LBL_calculatorhelp7": "<b>Outputs:</b> The following output parameters are defined:",
|
|
65
|
-
"LBL_calculatorhelp8": "'Best cost': Uses the 'TriggerPrice' object as input, generating a 'YES' output every hour when the current Tibber energy cost is below the trigger price.",
|
|
66
|
-
"LBL_calculatorhelp9": "'Best single hours': Generates a 'YES' output during the least expensive hours, with the number of hours defined in the 'AmountHours' object.",
|
|
67
|
-
"LBL_calculatorhelp10": "'Best hours block': Outputs 'YES' during the most cost-effective block of hours, with the duration specified in the 'AmountHours' object.",
|
|
68
|
-
"LBL_calculatorhelp11": "'Best cost LTF': 'Best cost' within a Limited Time Frame (LTF).",
|
|
69
|
-
"LBL_calculatorhelp12": "'Best single hours LTF': 'Best single hours' within a Limited Time Frame (LTF).",
|
|
70
|
-
"LBL_calculatorhelp13": "'Best hours block LTF': 'Best hours block' within a Limited Time Frame (LTF)",
|
|
71
|
-
"LBL_calculatorhelp14": "'Smart Battery Buffer': Utilizes the 'EfficiencyLoss' parameter to specify the efficiency loss of the battery system. The 'AmountHours' parameter defines the desired number of hours for battery charging. The calculator will activate battery charging ('value YES') and deactivate battery feed ('value 2 NO') during the specified 'AmountHours' of the cheapest hours. Conversely, it will deactivate battery charging ('value NO') and activate battery feed ('value 2 YES') during the hours with the highest cost, provided the cost exceeds the highest total price among the cheapest hours. During the remaining normal hours, where energy buffering by the battery is not economically viable, both outputs will be turned off.",
|
|
72
|
-
"LBL_calculatorhelp15": "'Best percentage': Outputs 'YES' during the least expensive hour and any other hours where the price falls within the percentage range specified in the 'Percentage' settings state.",
|
|
73
|
-
"LBL_calculatorhelp16": "'Best percentage LTF': 'Best percentage' within a Limited Time Frame (LTF).",
|
|
74
|
-
"LBL_calculatorhelp17": "<b>LTF channels:</b> These function similarly to standard channels but are active only within a time frame defined by the 'StartTime' and 'StopTime' state objects. After 'StopTime,' the channel automatically deactivates. 'StartTime' and 'StopTime' can span two calendar days, as Tibber does not provide data beyond a 48-hour window. Both states require a date-time string in ISO-8601 format with a timezone offset, e.g., '2024-12-24T18:00:00.000+01:00'.",
|
|
75
|
-
"LBL_calculatorhelp18": "Additionally, the LTF channels include a new state parameter called 'RepeatDays,' which defaults to 0. When 'RepeatDays' is set to a positive integer, the channel repeats its cycle by incrementing both 'StartTime' and 'StopTime' by the specified number of days after 'StopTime' is reached. For example, set 'RepeatDays' to 1 for daily repetition.",
|
|
76
|
-
|
|
77
|
-
"LBL_GraphsTab": "Graph Output Settings",
|
|
78
|
-
"LBL_templateFlexGraph01": "You could use this demo template for FlexCharts - just copy paste the code to the editor",
|
|
79
|
-
"LBL_EChartsLink": "For informations how to use ECharts see this link",
|
|
80
|
-
"LBL_FlexChartsLink": "For informations how to use ioBroker FlexCharts see this link",
|
|
81
|
-
|
|
82
|
-
"LBL_LocalPulseTab": "Local Pulse Poll Settings",
|
|
83
|
-
"LBL_item_UseLocalPulseData": "Use direct polling of local Tibber Pulse(s) - proceed with caution!",
|
|
51
|
+
"LBL_item_chValueOn": "Value YES",
|
|
52
|
+
"LBL_item_chValueOn2": "Value YES 2",
|
|
53
|
+
"LBL_item_feedActive": "Use Tibber Pulse Feed",
|
|
54
|
+
"LBL_item_homeID": "Tibber Home",
|
|
84
55
|
"LBL_item_localpulsehelp1": "Use your Tibber Bridge(s) to directly poll data from your Tibber Pulse module(s) locally.",
|
|
85
56
|
"LBL_item_localpulsehelp2": "To make it work, you need to modify the Bridge's web interface to keep it permanently enabled.",
|
|
86
57
|
"LBL_item_localpulsehelp3": "marq24 has provided an excellent description of how to do this for his Home Assistant integration here:",
|
|
87
58
|
"LBL_item_localpulsehelp4": "https://github.com/marq24/ha-tibber-pulse-local",
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
59
|
+
"LBL_item_numberConsAnnual": "Years",
|
|
60
|
+
"LBL_item_numberConsDaily": "Days",
|
|
61
|
+
"LBL_item_numberConsHourly": "Hours",
|
|
62
|
+
"LBL_item_numberConsMonthly": "Months",
|
|
63
|
+
"LBL_item_numberConsWeekly": "Weeks",
|
|
64
|
+
"LBL_item_priceDataPollActive": "Use Tibber Price Data Poll",
|
|
65
|
+
"LBL_item_statsActive": "Retrieve historical consumption data",
|
|
91
66
|
"LBL_item_tibberBridgePassword": "Bridge password",
|
|
92
|
-
"
|
|
67
|
+
"LBL_item_tibberBridgeRawDataInterval": "Poll interval",
|
|
68
|
+
"LBL_item_tibberBridgeUrl": "Bridge Network Address",
|
|
93
69
|
"LBL_item_tibberPulseLocalNodeId": "Pulse NodeID",
|
|
70
|
+
"LBL_phases": "Voltage and current values - In the case of multiple meters, these values may not be included in the data frame, potentially resulting in null values. Other deviations may occur depending on the specific firmware of the meter. Null values will not generate a state in your ioBroker objects.",
|
|
71
|
+
"LBL_referralLink": "If you're not yet a Tibber user, I would greatly appreciate it if you could use my referral link.",
|
|
72
|
+
"LBL_templateFlexGraph01": "You could use this demo template for FlexCharts - just copy paste the code to the editor",
|
|
73
|
+
"TTIP_chGraphEnabled": "Wether JSON outputs graphics like FlexCharts will be generated for this calculator channel",
|
|
74
|
+
"TTIP_item_chHomeID": "Select the home to which this channel should be attached.",
|
|
75
|
+
"TTIP_item_chName": "Channel name to help identify your states more easily.",
|
|
76
|
+
"TTIP_item_chTargetState": "Select the target output state for this channel. If none is provided, one will be created within the Channel folder.",
|
|
77
|
+
"TTIP_item_chTargetState2": "Select the second target output state for this channel. If none is provided, a new one will be created within the Channel folder.",
|
|
78
|
+
"TTIP_item_chType": "Select the operation type for the channel.",
|
|
79
|
+
"TTIP_item_chValueOff": "The values to be written to the output state can be defined as 'value YES' and 'value NO', for example, 'true' for boolean states, or a number or text to be written.",
|
|
80
|
+
"TTIP_item_chValueOff2": "The values to be written to the second output state can be defined as 'value YES 2' and 'value NO 2', for example, 'true' for boolean states, or a number or text to be written.",
|
|
81
|
+
"TTIP_item_chValueOn": "The values to be written to the output state can be defined as 'value YES' and 'value NO', for example, 'true' for boolean states, or a number or text to be written.",
|
|
82
|
+
"TTIP_item_chValueOn2": "The values to be written to the second output state can be defined as 'value YES 2' and 'value NO 2', for example, 'true' for boolean states, or a number or text to be written.",
|
|
83
|
+
"TTIP_item_feedActive": "Use Tibber Pulse feed for live consumption data",
|
|
84
|
+
"TTIP_item_homeID": "The home ID of this Tibber home",
|
|
85
|
+
"TTIP_item_numberConsAnnual": "Number of past years to be retrieved",
|
|
86
|
+
"TTIP_item_numberConsDaily": "Number of past days to be retrieved",
|
|
87
|
+
"TTIP_item_numberConsHourly": "Number of past hours to be retrieved",
|
|
88
|
+
"TTIP_item_numberConsMonthly": "Number of past months to be retrieved",
|
|
89
|
+
"TTIP_item_numberConsWeekly": "Number of past weeks to be retrieved",
|
|
90
|
+
"TTIP_item_priceDataPollActive": "Use Tibber price data poll",
|
|
91
|
+
"TTIP_item_statsActive": "Retrieve historical consumption data for this home",
|
|
92
|
+
"TTIP_item_tibberBridgePassword": "The password for your local Tibber Bridge, as provided on the hardware.",
|
|
93
|
+
"TTIP_item_tibberBridgeRawDataInterval": "The interval, in milliseconds, for polling your Bridge for Pulse data.",
|
|
94
|
+
"TTIP_item_tibberBridgeUrl": "Name of your Bridge or its IP address (defaults to 'tibber-host').",
|
|
94
95
|
"TTIP_item_tibberPulseLocalNodeId": "The node ID where your Pulse is registered on the Bridge.",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
96
|
+
"LBL_FlexGraphPastCutOff": "FlexGraph past hours cut off",
|
|
97
|
+
"TTIP_FlexGraphPastCutOff": "number of hours to be shown in the past",
|
|
98
|
+
"LBL_FlexGraphFutureCutOff": "FlexGraph future hours cut off",
|
|
99
|
+
"TTIP_FlexGraphFutureCutOff": "number of hours to be shown in the future"
|
|
97
100
|
}
|