iobroker.tibberlink 0.4.2 → 1.1.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 CHANGED
@@ -15,160 +15,152 @@
15
15
 
16
16
  [![NPM](https://nodei.co/npm/iobroker.tibberlink.png?downloads=true)](https://nodei.co/npm/iobroker.tibberlink/)
17
17
 
18
- ## Adapter for using TIBBER energy data in iOBroker
19
-
20
- Adapter for linking data from your Tibber account API to be used in ioBroker
21
-
22
- If you're not a Tibber user right now, it's greatly appreciated when you're using my reveral link:
18
+ ## Adapter for utilizing TIBBER energy data in ioBroker
19
+ This adapter connects data from your Tibber account API for use in ioBroker. It can be used for single or multiple homes.
23
20
 
21
+ If you're not a Tibber user currently, it would be greatly appreciated if you use my referral link:
24
22
  [https://invite.tibber.com/2gwuign3.](https://invite.tibber.com/2gwuign3.)
25
23
 
26
- ## Configuration
27
-
28
- 1. Create a new instance of the adapter
29
- 2. You will also need an API token from Tibber. Get it here: [https://developer.tibber.com/](https://developer.tibber.com/)
30
- 3. Fill in your Tibber API token -> create minimum one line Live Feed Configuration (choose the "None available")
31
- 4. Save the settings and leave configaration to get adapter restarted (your home(s) will be polled from Tibber server now)
32
- 5. Go back to config screen and choose the home(s) to also pull live data from your Tibber Pulse or choose home(s) and disable feed - (!! Only working if hardware is installed and Tibber server verified connection to Pulse)
33
- 6. Save the settings
24
+ ## Standard Configuration
25
+ + Create a new instance of the adapter
26
+ + You will also need an API token from Tibber. Get it here: [https://developer.tibber.com/](https://developer.tibber.com/)
27
+ + Enter your Tibber API token in the standard settings and create at least one line for live feed configuration (select "None available").
28
+ + Save the settings and exit the configaration to restart the adapter (your home(s) will now be queried from the Tibber server).
29
+ + Return to the configuration screen and select the homes from which you want to pull real-time data from your Tibber Pulse or select homes and disable the feed - (!! Only works if hardware is installed and the Tibber server has verified the connection to Pulse).
30
+ + Save the settings.
31
+
32
+ ## Calculator Configuration
33
+ + Since the Tibber connection is up and running, you can also use the Calculator to include some automation add-ons in the TibberLink adapter.
34
+ + The Calculator works with channels. Each channel is linked to a selected home.
35
+ + Channels can be activated or deactivated in a corresponding state.
36
+ + All states of a calculator channel are placed near the homes states, named by the channel number.
37
+ + The behavior of a channel is defined by its type: "best cost"; "best single hours" - not implemented yet; "best hours block" - not implemented yet.
38
+ + Each channel has an external state as output, which can be chosen in the settings tab. This state could be, for example, "0_userdata.0.example_state" or any other writable external state.
39
+ + The values to be written to the output state can be defined in "value YES" and "value NO," e.g., "true" for boolean states, or a number or text to be written.
40
+ + Outputs:
41
+ + "Best cost": Uses the "TriggerPrice" state as input - output is "YES" every hour the current Tibber energy cost is below the trigger price.
42
+ + "Best single hours" - not implemented yet.
43
+ + "Best hours block" - not implemented yet.
34
44
 
35
45
  ## Notes
36
-
37
- This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for informations on how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
46
+ This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and information on how to disable the error reporting; see the [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.
38
47
 
39
48
  ## Changelog
40
-
41
49
  ! Note that missing version entries are typically dependency updates for improved security.
42
50
 
43
- ### 0.4.2 (2023-10-03)
51
+ ### 1.1.0 (2023-10-14)
52
+ + (HombachC) implement tibber calculator mode "best price" (#16)
53
+ + (HombachC) precised pull times of current cost
54
+ + (HombachC) reduced error messages (#80)
55
+ + (HombachC) extend documentation
56
+ + (HombachC) update adapter-core
57
+
58
+ ### 1.0.0 (2023-10-05)
59
+ + (HombachC) Increase to the first major release, as now a stable level is reached
60
+ + (HombachC) Code cleanup
44
61
 
62
+ ### 0.4.2 (2023-10-03)
45
63
  - (HombachC) fixed error with polling multiple homes live data (#108)
46
64
  - (HombachC) Lots of dependency updates; code optimizations
47
65
 
48
66
  ### 0.4.1 (2023-09-24)
49
-
50
67
  - (HombachC) Hardened 2 typeerrors uppon sentry recognition
51
68
  - (HombachC) Fix error with not deleted averages of tomorrow pricing (#95)
52
69
  - (HombachC) preparations for tibber calculator
53
70
 
54
71
  ### 0.4.0 (2023-09-20)
55
-
56
72
  - (HombachC) Added daily average price values (#89)
57
73
 
58
74
  ### 0.3.3 (2023-09-17)
59
-
60
75
  - (HombachC) Fixed false positive connection message (#87)
61
76
  - (HombachC) Updated translations with ChatGPT
62
77
  - (HombachC) preparations for tibber calculator
63
78
 
64
79
  ### 0.3.2 (2023-09-14)
65
-
66
80
  - (HombachC) Fixed error when starting adapter first time (#82)
67
81
  - (HombachC) Fixed error in admin config from 0.3.0 (#81)
68
82
 
69
83
  ### 0.3.1 (2023-09-13)
70
-
71
84
  - (HombachC) Mitigate error in admin config from 0.3.0 (#81)
72
85
  - (HombachC) Change logging of TibberFeed errors from type error to type warn - because of too many downtimes of Tibber server (#80)
73
86
 
74
87
  ### 0.3.0 (2023-09-12)
75
-
76
88
  - (HombachC) BREAKING: change Pulse usage to be configurable for all homes seperately (#41)
77
89
  - (HombachC) optimize code again to mitigate set state timing for long JSON states (#68)
78
90
  - (HombachC) preparations for tibber calculator
79
91
 
80
92
  ### 0.2.7 (2023-09-07)
81
-
82
93
  - (HombachC) reducing polls at Tibber server by precheck of current price data
83
94
  - (HombachC) preparations for tibber calculator
84
95
 
85
96
  ### 0.2.6 (2023-09-04)
86
-
87
97
  - (HombachC) fix error with boolean states
88
98
 
89
99
  ### 0.2.5 (2023-09-03)
90
-
91
100
  - (HombachC) optimize code to mitigate set state timing for long JSON states (#68)
92
101
 
93
102
  ### 0.2.4 (2023-08-30)
94
-
95
103
  - (HombachC) enable correct price poll also for adapter running in different timezones (#63)
96
104
 
97
105
  ### 0.2.3 (2023-08-27)
98
-
99
106
  - (HombachC) fix error in 0.2.2 in start conditions of adapter
100
107
 
101
108
  ### 0.2.2 (2023-08-24)
102
-
103
109
  - (HombachC) reducing polls at Tibber server by precheck of known data
104
110
  - (HombachC) code optimizations
105
111
  - (HombachC) fix config screen (#55)
106
112
 
107
113
  ### 0.2.1 (2023-08-21)
108
-
109
114
  - (HombachC) double timeout for Tibber server queries
110
115
 
111
116
  ### 0.2.0 (2023-08-18)
112
-
113
117
  - (HombachC) introduces JSONs for prices sorted by price ascending
114
118
  - (HombachC) fix stupid error for obsolete next day pricing (#23, #50)
115
119
 
116
120
  ### 0.1.10 (2023-08-15)
117
-
118
121
  - (HombachC) bump dependencies, code cleanups
119
122
  - (HombachC) preparations for tibber calculator
120
123
  - (HombachC) mitigate multi homes & pulse problems (#41)
121
124
  - (HombachC) add documentation to config screen (#47)
122
125
 
123
126
  ### 0.1.9 (2023-08-14)
124
-
125
127
  - (HombachC) optimizing fetching homes list (#32) after Tibber server error, restart adapter in case of trouble
126
128
 
127
129
  ### 0.1.8 (2023-08-12)
128
-
129
130
  - (HombachC) bump dev-dependencies, fix eslint/prettier issue
130
131
 
131
132
  ### 0.1.7 (2023-08-11)
132
-
133
133
  - (HombachC) code cleanup, fix error for obsolete next day pricing (#23)
134
134
  - (HombachC) add another try/catch while fetching homes list (#32)
135
135
 
136
136
  ### 0.1.6 (2023-07-30)
137
-
138
137
  - (HombachC) add units for live data, bump adapter-core to 3.x
139
138
 
140
139
  ### 0.1.5 (2023-07-18)
141
-
142
140
  - (HombachC) fix error in sentry logging
143
141
 
144
142
  ### 0.1.4 (2023-07-17)
145
-
146
143
  - (HombachC) BREAKING: encrypted API-Token in ioBroker
147
144
  - (HombachC) rearranged configuration options
148
145
  - (HombachC) fixed bug in state generation
149
146
 
150
147
  ### 0.1.3 (2023-07-17)
151
-
152
148
  - (HombachC) all log messages in English
153
149
  - (HombachC) remove unused state change handler
154
150
  - (HombachC) fixed state roles
155
151
 
156
152
  ### 0.1.2 (2023-07-17)
157
-
158
153
  - (HombachC) round grid consumption meter values to Wh accuracy
159
154
  - (HombachC) hide unused checkboxes in config
160
155
  - (HombachC) fix snyc and appveyor
161
156
 
162
157
  ### 0.1.1 (2023-07-16)
163
-
164
158
  - (HombachC) remove release script and dev-server
165
159
 
166
160
  ### 0.1.0 (2023-07-14)
167
-
168
161
  - (HombachC) initial version
169
162
 
170
163
  ## License
171
-
172
164
  GNU General Public License v3.0 only
173
165
 
174
166
  Copyright (c) 2023 Hombach <TibberLink@homba.ch>
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Wählen Sie alle Felder aus, die Sie in den Feed-Daten laden möchten (Leistung und Zeitstempel sind Standard):",
9
9
  "s_PhasesExplanation": "Spannungs- und Stromwerte - auf mehreren Zählern sind diese Werte nicht Teil des Datenrahmens, daher können die Werte null sein. Es können andere Abweichungen aufgrund der konkreten Zähler-Firmware auftreten. Nullwerte generieren überhaupt keinen Status in Ihren ioBroker-Objekten.",
10
10
  "s_CalculatorSettings": "Automatisierungs-Einstellungen",
11
- "s_CalculatorChannels": "Automatisierungs-Kanäle - Noch nicht implementiert",
12
- "s_UseCalculator": "Automatisierung verwenden - Noch nicht implementiert",
11
+ "s_CalculatorChannels": "Automatisierungs-Kanäle",
12
+ "s_UseCalculator": "Automatisierung verwenden",
13
13
  "s_ChannelHome": "Kanal Zuhause",
14
14
  "s_ChannelType": "Kanaltyp",
15
- "s_BestCost": "Beste Kosten - Nicht implementiert",
15
+ "s_BestCost": "Beste Kosten",
16
16
  "s_BestSingleHours": "Beste Einzelstunden - Nicht implementiert",
17
17
  "s_BestHoursBlock": "Beste Stundenblöcke - Nicht implementiert",
18
18
  "s_Active": "Aktiv",
19
19
  "s_TargetState": "Ziel State",
20
20
  "s_ValueYES": "Wert JA",
21
- "s_ValueNO": "Wert NEIN"
21
+ "s_ValueNO": "Wert NEIN",
22
+ "s_CalculatorHelp1": "Kanäle können in einem entsprechenden Status aktiviert oder deaktiviert werden.",
23
+ "s_CalculatorHelp2": "Alle Zustände eines Rechnerkanals sind in der Nähe der Homes-States platziert und werden nach der Kanalnummer benannt.",
24
+ "s_CalculatorHelp3": "Das Verhalten eines Kanals wird durch seinen Typ definiert: 'Beste Kosten'; 'Beste Einzelstunden' - noch nicht implementiert; 'Beste Stundenblock' - noch nicht implementiert.",
25
+ "s_CalculatorHelp4": "Jeder Kanal hat einen externen State als Ausgabe, der im Einstellungs-Tab ausgewählt werden kann. Dieser State könnte beispielsweise '0_userdata.0.beispiel_zustand' oder ein anderer beschreibbarer externer State sein.",
26
+ "s_CalculatorHelp5": "Die Werte, die in den Ausgabe-State geschrieben werden sollen, können in 'Wert JA' und 'Wert NEIN' definiert werden, z. B. 'true' für boolesche States oder eine Zahl oder Text, die geschrieben werden soll.",
27
+ "s_CalculatorHelp6": "Ausgaben:",
28
+ "s_CalculatorHelp7": "'Beste Kosten': Verwendet den 'TriggerPrice'-State als Eingabe - die Ausgabe ist 'JA', wenn der aktuelle Tibber-Energiepreis stündlich unter dem Triggerpreis liegt.",
29
+ "s_CalculatorHelp8": "'Beste Einzelstunden' - noch nicht implementiert.",
30
+ "s_CalculatorHelp9": "'Beste Stundenblock' - noch nicht implementiert."
22
31
  }
@@ -7,16 +7,25 @@
7
7
  "s_PulseActive": "use Tibber pulse for this home",
8
8
  "s_SelectFieldsForFeed": "Select all fields you want to load in feed data (power and timestamp are default):",
9
9
  "s_PhasesExplanation": "Voltage and current values - on several meters these values are not part of the data frame, therefore the values might be null. There can be other deviations based on concrete meter firmware. Null values won't generate a state in your ioBroker objects at all.",
10
- "s_CalculatorSettings": "Calculator settings",
11
- "s_CalculatorChannels": "Calculator Channels - Not yet implemented",
12
- "s_UseCalculator": "Use Calculator - Not yet implemented",
10
+ "s_CalculatorSettings": "Calculator settings",
11
+ "s_CalculatorChannels": "Calculator Channels",
12
+ "s_UseCalculator": "Use Calculator",
13
13
  "s_ChannelHome": "Channel Home",
14
14
  "s_ChannelType": "Channel Type",
15
- "s_BestCost": "best cost - not implemented",
15
+ "s_BestCost": "best cost",
16
16
  "s_BestSingleHours": "best single hours - not implemented",
17
17
  "s_BestHoursBlock": "best hours block- not implemented",
18
18
  "s_Active": "Active",
19
19
  "s_TargetState": "Target State",
20
20
  "s_ValueYES": "Value YES",
21
- "s_ValueNO": "Value NO"
21
+ "s_ValueNO": "Value NO",
22
+ "s_CalculatorHelp1": "Channels can be activated or deactivated in a corresponding state.",
23
+ "s_CalculatorHelp2": "All states of a calculator channel are placed near the homes states, named by the channel number.",
24
+ "s_CalculatorHelp3": "The behavior of a channel is defined by its type: 'best cost'; 'best single hours' - not implemented yet; 'best hours block' - not implemented yet.",
25
+ "s_CalculatorHelp4": "Each channel has an external state as output, which can be chosen in the settings tab. This state could be, for example, '0_userdata.0.example_state' or any other writable external state.",
26
+ "s_CalculatorHelp5": "The values to be written to the output state can be defined in 'value YES' and 'value NO,' e.g., 'true' for boolean states, or a number or text to be written.",
27
+ "s_CalculatorHelp6": "Outputs:",
28
+ "s_CalculatorHelp7": "'Best cost': Uses the 'TriggerPrice' state as input - output is 'YES' every hour the current Tibber energy cost is below the trigger price.",
29
+ "s_CalculatorHelp8": "'Best single hours' - not implemented yet.",
30
+ "s_CalculatorHelp9": "'Best hours block' - not implemented yet."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Selecciona todos los campos que deseas cargar en los datos del feed (la potencia y la marca de tiempo son los valores predeterminados):",
9
9
  "s_PhasesExplanation": "Valores de voltaje y corriente - en varios medidores, estos valores no forman parte del marco de datos, por lo que los valores pueden ser nulos. Puede haber otras desviaciones basadas en el firmware del medidor concreto. Los valores nulos no generarán un estado en tus objetos ioBroker.",
10
10
  "s_CalculatorSettings": "Configuración de automatización",
11
- "s_CalculatorChannels": "Canales de automatización - Aún no implementados",
12
- "s_UseCalculator": "Usar automatización - Aún no implementada",
11
+ "s_CalculatorChannels": "Canales de automatización",
12
+ "s_UseCalculator": "Usar automatización",
13
13
  "s_ChannelHome": "Canal Casa",
14
14
  "s_ChannelType": "Tipo de canal",
15
- "s_BestCost": "Mejor costo - No implementado",
15
+ "s_BestCost": "Mejor costo",
16
16
  "s_BestSingleHours": "Mejores horas individuales - No implementadas",
17
17
  "s_BestHoursBlock": "Mejor bloque de horas - No implementado",
18
18
  "s_Active": "Activo",
19
19
  "s_TargetState": "Estado objetivo",
20
20
  "s_ValueYES": "Valor SÍ",
21
- "s_ValueNO": "Valor NO"
21
+ "s_ValueNO": "Valor NO",
22
+ "s_CalculatorHelp1": "Los canales pueden activarse o desactivarse en un Estado correspondiente.",
23
+ "s_CalculatorHelp2": "Todos los estados de un canal de calculadora se colocan cerca de los States de las viviendas y se nombran según el número del canal.",
24
+ "s_CalculatorHelp3": "El comportamiento de un canal se define por su tipo: 'mejor costo'; 'mejores horas individuales' - aún no implementadas; 'mejor bloque de horas' - aún no implementado.",
25
+ "s_CalculatorHelp4": "Cada canal tiene un Estado externo como salida, que se puede elegir en la pestaña de configuración. Este Estado podría ser, por ejemplo, '0_userdata.0.example_state' u cualquier otro Estado externo escribible.",
26
+ "s_CalculatorHelp5": "Los valores que se deben escribir en el Estado de salida pueden definirse en 'valor SÍ' y 'valor NO', por ejemplo, 'true' para Estados booleanos o un número o texto a escribir.",
27
+ "s_CalculatorHelp6": "Salidas:",
28
+ "s_CalculatorHelp7": "'Mejor costo': Utiliza el estado 'PrecioGatillo' como entrada; la salida es 'SÍ' cada hora en que el costo actual de la energía Tibber esté por debajo del precio de gatillo.",
29
+ "s_CalculatorHelp8": "'Mejores horas individuales' - aún no implementado.",
30
+ "s_CalculatorHelp9": "'Mejor bloque de horas' - aún no implementado."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Sélectionnez tous les champs que vous souhaitez charger dans les données du flux (la puissance et l'horodatage sont les valeurs par défaut) :",
9
9
  "s_PhasesExplanation": "Valeurs de tension et de courant - sur plusieurs compteurs, ces valeurs ne font pas partie du cadre de données, donc les valeurs peuvent être nulles. Il peut y avoir d'autres écarts en fonction du firmware du compteur concret. Les valeurs nulles ne généreront aucun état dans vos objets ioBroker.",
10
10
  "s_CalculatorSettings": "Paramètres d'automatisation",
11
- "s_CalculatorChannels": "Canaux d'automatisation - Pas encore implémentés",
12
- "s_UseCalculator": "Utiliser l'automatisation - Pas encore implémenté",
11
+ "s_CalculatorChannels": "Canaux d'automatisation",
12
+ "s_UseCalculator": "Utiliser l'automatisation",
13
13
  "s_ChannelHome": "Canal Maison",
14
14
  "s_ChannelType": "Type de canal",
15
- "s_BestCost": "Meilleur coût - Non implémenté",
15
+ "s_BestCost": "Meilleur coût",
16
16
  "s_BestSingleHours": "Meilleures heures individuelles - Non implémentées",
17
17
  "s_BestHoursBlock": "Meilleur bloc d'heures - Non implémenté",
18
18
  "s_Active": "Actif",
19
19
  "s_TargetState": "État cible",
20
20
  "s_ValueYES": "Valeur OUI",
21
- "s_ValueNO": "Valeur NON"
21
+ "s_ValueNO": "Valeur NON",
22
+ "s_CalculatorHelp1": "Les canaux peuvent être activés ou désactivés dans un État correspondant.",
23
+ "s_CalculatorHelp2": "Tous les états d'un canal de calculatrice sont placés près des States des maisons et portent le nom du numéro du canal.",
24
+ "s_CalculatorHelp3": "Le comportement d'un canal est défini par son type : 'meilleur coût' ; 'meilleures heures individuelles' - pas encore implémentées ; 'meilleur bloc d'heures' - pas encore implémenté.",
25
+ "s_CalculatorHelp4": "Chaque canal dispose d'un état externe en tant que sortie, qui peut être choisi dans l'onglet des paramètres. Cet état pourrait être, par exemple, '0_userdata.0.example_state' ou tout autre état externe inscriptible.",
26
+ "s_CalculatorHelp5": "Les valeurs à écrire dans l'état de sortie peuvent être définies dans 'valeur OUI' et 'valeur NON', par exemple 'true' pour les états booléens, ou un nombre ou un texte à écrire.",
27
+ "s_CalculatorHelp6": "Sorties:",
28
+ "s_CalculatorHelp7": "'Meilleur coût': Utilise l'état 'TriggerPrice' en tant qu'entrée - la sortie est 'OUI' chaque heure où le coût actuel de l'énergie Tibber est inférieur au prix déclencheur.",
29
+ "s_CalculatorHelp8": "'Meilleures heures individuelles' - pas encore implémentées.",
30
+ "s_CalculatorHelp9": "'Meilleur bloc d'heures' - pas encore implémenté."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Seleziona tutti i campi che desideri caricare nei dati del feed (potenza e timestamp sono i valori predefiniti):",
9
9
  "s_PhasesExplanation": "Valori di tensione e corrente - su diversi contatori questi valori non fanno parte del frame dati, quindi i valori potrebbero essere nulli. Potrebbero esserci altre deviazioni basate sul firmware del contatore concreto. I valori nulli non genereranno uno stato nei tuoi oggetti ioBroker.",
10
10
  "s_CalculatorSettings": "Impostazioni di automazione",
11
- "s_CalculatorChannels": "Canali di automazione - Non ancora implementati",
12
- "s_UseCalculator": "Utilizza l'automazione - Non ancora implementata",
11
+ "s_CalculatorChannels": "Canali di automazione",
12
+ "s_UseCalculator": "Utilizza l'automazione",
13
13
  "s_ChannelHome": "Canale Casa",
14
14
  "s_ChannelType": "Tipo di canale",
15
- "s_BestCost": "Miglior costo - Non implementato",
15
+ "s_BestCost": "Miglior costo",
16
16
  "s_BestSingleHours": "Migliori ore singole - Non implementate",
17
17
  "s_BestHoursBlock": "Miglior blocco di ore - Non implementato",
18
18
  "s_Active": "Attivo",
19
19
  "s_TargetState": "Stato obiettivo",
20
- "s_ValueYES": "Valore S�",
21
- "s_ValueNO": "Valore NO"
20
+ "s_ValueYES": "Valore SI",
21
+ "s_ValueNO": "Valore NO",
22
+ "s_CalculatorHelp1": "I canali possono essere attivati o disattivati in uno Stato corrispondente.",
23
+ "s_CalculatorHelp2": "Tutti gli stati di un canale del calcolatore sono posizionati vicino agli States delle case e denominati con il numero del canale.",
24
+ "s_CalculatorHelp3": "Il comportamento di un canale è definito dal suo tipo: 'miglior costo'; 'migliori ore singole' - non ancora implementate; 'miglior blocco di ore' - non ancora implementato.",
25
+ "s_CalculatorHelp4": "Ogni canale ha uno stato esterno come uscita, che può essere scelto nella scheda delle impostazioni. Questo stato potrebbe essere, ad esempio, '0_userdata.0.example_state' o qualsiasi altro stato esterno scrivibile.",
26
+ "s_CalculatorHelp5": "I valori da scrivere nello stato di uscita possono essere definiti in 'valore SÌ' e 'valore NO', ad esempio 'true' per gli stati booleani, o un numero o un testo da scrivere.",
27
+ "s_CalculatorHelp6": "Uscite:",
28
+ "s_CalculatorHelp7": "'Miglior costo': Utilizza lo stato 'TriggerPrice' come ingresso - l'uscita è 'SÌ' ogni ora in cui il costo dell'energia Tibber attuale è inferiore al prezzo di scatto.",
29
+ "s_CalculatorHelp8": "'Migliori ore singole' - non ancora implementate.",
30
+ "s_CalculatorHelp9": "'Miglior blocco di ore' - non ancora implementato."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Selecteer alle velden die u wilt laden in de feedgegevens (vermogen en tijdstempel zijn de standaardwaarden):",
9
9
  "s_PhasesExplanation": "Spannings- en stroomwaarden - op verschillende meters maken deze waarden geen deel uit van het gegevensframe, dus de waarden kunnen nul zijn. Er kunnen andere afwijkingen zijn op basis van de concrete meterfirmware. Nulwaarden genereren helemaal geen status in uw ioBroker-objecten.",
10
10
  "s_CalculatorSettings": "Automatiseringsinstellingen",
11
- "s_CalculatorChannels": "Automatiseringskanalen - Nog niet ge�mplementeerd",
12
- "s_UseCalculator": "Automatisering gebruiken - Nog niet ge�mplementeerd",
11
+ "s_CalculatorChannels": "Automatiseringskanalen",
12
+ "s_UseCalculator": "Automatisering gebruiken",
13
13
  "s_ChannelHome": "Kanaal Thuis",
14
14
  "s_ChannelType": "Kanaaltype",
15
- "s_BestCost": "Beste kostprijs - Niet ge�mplementeerd",
16
- "s_BestSingleHours": "Beste enkele uren - Niet ge�mplementeerd",
17
- "s_BestHoursBlock": "Beste urenreeks - Niet ge�mplementeerd",
15
+ "s_BestCost": "Beste kostprijs",
16
+ "s_BestSingleHours": "Beste enkele uren - Niet ge�mplementeerd",
17
+ "s_BestHoursBlock": "Beste urenreeks - Niet ge�mplementeerd",
18
18
  "s_Active": "Actief",
19
19
  "s_TargetState": "Doelstaat",
20
20
  "s_ValueYES": "Waarde JA",
21
- "s_ValueNO": "Waarde NEE"
21
+ "s_ValueNO": "Waarde NEE",
22
+ "s_CalculatorHelp1": "Kanalen kunnen worden geactiveerd of gedeactiveerd in een overeenkomstige Staat.",
23
+ "s_CalculatorHelp2": "Alle staten van een rekenmachinekanaal worden in de buurt van de Homes-States geplaatst en worden genoemd naar het kanaalnummer.",
24
+ "s_CalculatorHelp3": "Het gedrag van een kanaal wordt bepaald door het type: 'beste kosten'; 'beste enkele uren' - nog niet geïmplementeerd; 'beste urenblok' - nog niet geïmplementeerd.",
25
+ "s_CalculatorHelp4": "Elk kanaal heeft een extern State als uitvoer, die kan worden gekozen in het instellingen tabblad. Dit State kan bijvoorbeeld '0_userdata.0.example_state' zijn of enige andere beschrijfbare externe State.",
26
+ "s_CalculatorHelp5": "De waarden die naar de uitvoer State moeten worden geschreven, kunnen worden gedefinieerd in 'waarde JA' en 'waarde NEE', bijvoorbeeld 'true' voor booleaanse States, of een getal of tekst om te schrijven.",
27
+ "s_CalculatorHelp6": "Uitgangen:",
28
+ "s_CalculatorHelp7": "'Beste kosten': Gebruikt de 'TriggerPrijs'-staat als invoer - de uitvoer is 'JA' elk uur dat de huidige Tibber energiekosten lager zijn dan de triggerprijs.",
29
+ "s_CalculatorHelp8": "'Beste enkele uren' - nog niet geïmplementeerd.",
30
+ "s_CalculatorHelp9": "'Beste uren blok' - nog niet geïmplementeerd."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Wybierz wszystkie pola, które chcesz załadować do danych zasilania (moc i znacznik czasu są domyślnymi wartościami):",
9
9
  "s_PhasesExplanation": "Wartości napięcia i prądu - na kilku licznikach te wartości nie są częścią ramki danych, dlatego wartości mogą być zerowe. Mogą wystąpić inne odstępstwa w zależności od konkretnego oprogramowania licznika. Zera nie generują stanu w twoich obiektach ioBroker.",
10
10
  "s_CalculatorSettings": "Ustawienia automatyzacji",
11
- "s_CalculatorChannels": "Kanały automatyzacji - Jeszcze nie zaimplementowane",
12
- "s_UseCalculator": "Użyj automatyzacji - Jeszcze nie zaimplementowane",
11
+ "s_CalculatorChannels": "Kanały automatyzacji",
12
+ "s_UseCalculator": "Użyj automatyzacji",
13
13
  "s_ChannelHome": "Kanał domowy",
14
14
  "s_ChannelType": "Typ kanału",
15
- "s_BestCost": "Najlepszy koszt - Nie zaimplementowane",
15
+ "s_BestCost": "Najlepszy koszt",
16
16
  "s_BestSingleHours": "Najlepsze pojedyncze godziny - Nie zaimplementowane",
17
17
  "s_BestHoursBlock": "Najlepszy blok godzin - Nie zaimplementowane",
18
18
  "s_Active": "Aktywny",
19
19
  "s_TargetState": "Stan docelowy",
20
20
  "s_ValueYES": "Wartość TAK",
21
- "s_ValueNO": "Wartość NIE"
21
+ "s_ValueNO": "Wartość NIE",
22
+ "s_CalculatorHelp1": "Kanały można aktywować lub dezaktywować w odpowiednim Stanie.",
23
+ "s_CalculatorHelp2": "Wszystkie stany kanału kalkulatora są umieszczane w pobliżu States domów i są nazwane numerem kanału.",
24
+ "s_CalculatorHelp3": "Zachowanie kanału jest określane przez jego typ: 'najlepszy koszt'; 'najlepsze pojedyncze godziny' - jeszcze nie zaimplementowane; 'najlepszy blok godzin' - jeszcze nie zaimplementowane.",
25
+ "s_CalculatorHelp4": "Każdy kanał ma zewnętrzny State jako wyjście, który można wybrać w karcie ustawień. Stan ten może być na przykład '0_userdata.0.example_state' lub inny zapisywalny zewnętrzny State.",
26
+ "s_CalculatorHelp5": "Wartości do zapisania w stanie wyjściowym można zdefiniować w 'wartość TAK' i 'wartość NIE', na przykład 'true' dla stanów logicznych lub liczba lub tekst do zapisania.",
27
+ "s_CalculatorHelp6": "Wyjścia:",
28
+ "s_CalculatorHelp7": "'Najlepszy koszt': Korzysta ze stanu 'CenaSpustowa' jako wejścia - wyjście to 'TAK' za każdą godzinę, gdy aktualny koszt energii Tibber jest poniżej ceny spustowej.",
29
+ "s_CalculatorHelp8": "'Najlepsze pojedyncze godziny' - jeszcze nie zaimplementowano.",
30
+ "s_CalculatorHelp9": "'Najlepszy blok godzin' - jeszcze nie zaimplementowano."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Selecione todos os campos que deseja carregar nos dados do feed (potência e carimbo de data/hora são os valores padrão):",
9
9
  "s_PhasesExplanation": "Valores de tensão e corrente - em vários medidores, esses valores não fazem parte do quadro de dados, portanto, os valores podem ser nulos. Pode haver outras variações com base no firmware do medidor concreto. Valores nulos não gerarão um estado em seus objetos ioBroker.",
10
10
  "s_CalculatorSettings": "Configurações de automação",
11
- "s_CalculatorChannels": "Canais de automação - Ainda não implementados",
12
- "s_UseCalculator": "Usar automação - Ainda não implementado",
11
+ "s_CalculatorChannels": "Canais de automação",
12
+ "s_UseCalculator": "Usar automação",
13
13
  "s_ChannelHome": "Canal Casa",
14
14
  "s_ChannelType": "Tipo de canal",
15
- "s_BestCost": "Melhor custo - Não implementado",
15
+ "s_BestCost": "Melhor custo",
16
16
  "s_BestSingleHours": "Melhores horas individuais - Não implementadas",
17
17
  "s_BestHoursBlock": "Melhor bloco de horas - Não implementado",
18
18
  "s_Active": "Ativo",
19
19
  "s_TargetState": "Estado alvo",
20
20
  "s_ValueYES": "Valor SIM",
21
- "s_ValueNO": "Valor NÃO"
21
+ "s_ValueNO": "Valor NÃO",
22
+ "s_CalculatorHelp1": "Os canais podem ser ativados ou desativados em um Estado correspondente.",
23
+ "s_CalculatorHelp2": "Todos os estados de um canal de calculadora são colocados perto dos Estados das residências, com nomes baseados no número do canal.",
24
+ "s_CalculatorHelp3": "O comportamento de um canal é definido pelo seu tipo: 'Melhores custos'; 'Melhores horas individuais' - ainda não implementado; 'Melhor bloco de horas' - ainda não implementado.",
25
+ "s_CalculatorHelp4": "Cada canal possui um Estado externo como saída, que pode ser escolhido na aba de configurações. Este Estado poderia ser, por exemplo, '0_userdata.0.example_state' ou qualquer outro Estado externo gravável.",
26
+ "s_CalculatorHelp5": "Os valores a serem escritos no Estado de saída podem ser definidos em 'valor SIM' e 'valor NÃO', por exemplo, 'true' para Estados booleanos ou um número ou texto a ser escrito.",
27
+ "s_CalculatorHelp6": "Saídas:",
28
+ "s_CalculatorHelp7": "'Melhor custo': Usa o estado 'TriggerPrice' como entrada - a saída é 'SIM' a cada hora em que o custo de energia atual do Tibber estiver abaixo do preço de gatilho.",
29
+ "s_CalculatorHelp8": "'Melhores horas individuais' - ainda não implementado.",
30
+ "s_CalculatorHelp9": "'Melhor bloco de horas' - ainda não implementado."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Выберите все поля, которые вы хотите загрузить в данные потока (мощность и временная метка - значения по умолчанию):",
9
9
  "s_PhasesExplanation": "Значения напряжения и тока - на нескольких счетчиках эти значения не являются частью данных, поэтому значения могут быть нулевыми. Могут быть и другие отклонения в зависимости от прошивки конкретного счетчика. Нулевые значения не будут генерировать состояние в ваших объектах ioBroker.",
10
10
  "s_CalculatorSettings": "Настройки автоматизации",
11
- "s_CalculatorChannels": "Каналы автоматизации - Пока не реализованы",
12
- "s_UseCalculator": "Использовать автоматизацию - Пока не реализовано",
11
+ "s_CalculatorChannels": "Каналы автоматизации",
12
+ "s_UseCalculator": "Использовать автоматизацию",
13
13
  "s_ChannelHome": "Канал Дом",
14
14
  "s_ChannelType": "Тип канала",
15
- "s_BestCost": "Лучшие затраты - Не реализовано",
15
+ "s_BestCost": "Лучшие затраты",
16
16
  "s_BestSingleHours": "Лучшие одиночные часы - Не реализовано",
17
17
  "s_BestHoursBlock": "Лучший блок часов - Не реализовано",
18
18
  "s_Active": "Активен",
19
19
  "s_TargetState": "Целевое состояние",
20
20
  "s_ValueYES": "Значение ДА",
21
- "s_ValueNO": "Значение НЕТ"
21
+ "s_ValueNO": "Значение НЕТ",
22
+ "s_CalculatorHelp1": "Каналы можно активировать или деактивировать в соответствующем статусе.",
23
+ "s_CalculatorHelp2": "Все состояния калькуляторного канала размещаются рядом со State-состояниями домов, названными номером канала.",
24
+ "s_CalculatorHelp3": "Поведение канала определяется его типом: 'Лучшие затраты'; 'Лучшие одиночные часы' - еще не реализованы; 'Лучший блок часов' - еще не реализован.",
25
+ "s_CalculatorHelp4": "У каждого канала есть внешнее State в качестве выхода, которое можно выбрать во вкладке настроек. Этот State может быть, например, '0_userdata.0.example_state' или любое другое записываемое внешнее State.",
26
+ "s_CalculatorHelp5": "Значения, которые должны быть записаны в выходной State, могут быть определены в 'Значение ДА' и 'Значение НЕТ', например, 'true' для логических State или число или текст для записи.",
27
+ "s_CalculatorHelp6": "Выходы:",
28
+ "s_CalculatorHelp7": "'Лучшие затраты': Использует состояние 'TriggerPrice' в качестве входа - выход - 'ДА' каждый час, когда текущая стоимость энергии Tibber ниже уровня срабатывания.",
29
+ "s_CalculatorHelp8": "'Лучшие часы' - пока не реализовано.",
30
+ "s_CalculatorHelp9": "'Лучший часовой блок' - пока не реализовано."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "Виберіть всі поля, які ви хочете завантажити в дані потоку (потужність і мітка часу - значення за замовчуванням):",
9
9
  "s_PhasesExplanation": "Значення напруги і струму - на декількох лічильниках ці значення не є частиною кадру даних, тому значення можуть бути нульовими. Можуть бути інші відхилення в залежності від прошивки конкретного лічильника. Нульові значення не будуть генерувати стан в ваших об'єктах ioBroker.",
10
10
  "s_CalculatorSettings": "Налаштування автоматизації",
11
- "s_CalculatorChannels": "Канали автоматизації - Ще не реалізовані",
12
- "s_UseCalculator": "Використовувати автоматизацію - Ще не реалізовано",
11
+ "s_CalculatorChannels": "Канали автоматизації",
12
+ "s_UseCalculator": "Використовувати автоматизацію",
13
13
  "s_ChannelHome": "Канал Дім",
14
14
  "s_ChannelType": "Тип каналу",
15
- "s_BestCost": "Кращі витрати - Не реалізовано",
15
+ "s_BestCost": "Кращі витрати",
16
16
  "s_BestSingleHours": "Кращі окремі години - Не реалізовано",
17
17
  "s_BestHoursBlock": "Кращий блок годин - Не реалізовано",
18
18
  "s_Active": "Активний",
19
19
  "s_TargetState": "Цільовий стан",
20
20
  "s_ValueYES": "Значення ТАК",
21
- "s_ValueNO": "Значення НІ"
21
+ "s_ValueNO": "Значення НІ",
22
+ "s_CalculatorHelp1": "Канали можуть бути активовані або деактивовані в відповідному Статусі.",
23
+ "s_CalculatorHelp2": "Усі стани калькуляторного каналу розташовані поруч з State-станами будинків і мають назву за номером каналу.",
24
+ "s_CalculatorHelp3": "Поведінка каналу визначається його типом: 'найкращі витрати'; 'найкращі одиночні години' - ще не реалізовані; 'найкращий блок годин' - ще не реалізований.",
25
+ "s_CalculatorHelp4": "У кожного каналу є зовнішній State у вигляді виходу, який можна вибрати в вкладці налаштувань. Цей State може бути, наприклад, '0_userdata.0.example_state' або будь-який інший записуваний зовнішній State.",
26
+ "s_CalculatorHelp5": "Значення, які мають бути записані в вихідний State, можуть бути визначені в 'значення ТАК' і 'значення НІ', наприклад, 'true' для булевих State, або число або текст для запису.",
27
+ "s_CalculatorHelp6": "Виходи:",
28
+ "s_CalculatorHelp7": "'Найкращі витрати': Використовує стан 'Ціна-спуск' в якості входу - вихід - 'ТАК' кожну годину, коли поточна вартість енергії Tibber нижча за ціною спуску.",
29
+ "s_CalculatorHelp8": "'Кращі години' - ще не реалізовано.",
30
+ "s_CalculatorHelp9": "'Кращий годинний блок' - ще не реалізовано."
22
31
  }
@@ -8,15 +8,24 @@
8
8
  "s_SelectFieldsForFeed": "选择要加载到数据流中的所有字段(功率和时间戳是默认值):",
9
9
  "s_PhasesExplanation": "电压和电流值 - 在多个电表上,这些值不是数据帧的一部分,因此值可能为null。具体电表固件可能存在其他偏差。null值不会在您的ioBroker对象中生成状态。",
10
10
  "s_CalculatorSettings": "自动化设置",
11
- "s_CalculatorChannels": "自动化通道 - 尚未实施",
12
- "s_UseCalculator": "使用自动化 - 尚未实施",
11
+ "s_CalculatorChannels": "自动化通道",
12
+ "s_UseCalculator": "使用自动化",
13
13
  "s_ChannelHome": "家庭通道",
14
14
  "s_ChannelType": "通道类型",
15
- "s_BestCost": "最佳成本 - 未实施",
15
+ "s_BestCost": "最佳成本",
16
16
  "s_BestSingleHours": "最佳单小时 - 未实施",
17
17
  "s_BestHoursBlock": "最佳小时块 - 未实施",
18
18
  "s_Active": "活跃",
19
19
  "s_TargetState": "目标状态",
20
20
  "s_ValueYES": "值 是",
21
- "s_ValueNO": "值 否"
21
+ "s_ValueNO": "值 否",
22
+ "s_CalculatorHelp1": "通道可以在相应的状态下激活或停用。",
23
+ "s_CalculatorHelp2": "计算器通道的所有状态都放置在Homes-States附近,并以通道号命名。",
24
+ "s_CalculatorHelp3": "通道的行为由其类型定义:'最佳成本';'最佳单小时' - 尚未实施;'最佳小时块' - 尚未实施。",
25
+ "s_CalculatorHelp4": "每个通道都有一个外部 State 作为输出,可以在设置选项卡中选择。这个 State 可以是,例如,'0_userdata.0.example_state' 或任何其他可写的外部 State。",
26
+ "s_CalculatorHelp5": "要写入输出 State 的值可以在 '值是' 和 '值不是' 中定义,例如布尔 State 的 'true',或要写入的数字或文本。",
27
+ "s_CalculatorHelp6": "输出:",
28
+ "s_CalculatorHelp7": "“最佳成本”:使用“触发价格”状态作为输入 - 每小时输出为“是”,当前的Tibber能源成本低于触发价格。",
29
+ "s_CalculatorHelp8": "“最佳单个小时” - 尚未实施。",
30
+ "s_CalculatorHelp9": "“最佳小时块” - 尚未实施。"
22
31
  }
@@ -208,7 +208,6 @@
208
208
  "lg": 4
209
209
  },
210
210
 
211
-
212
211
  "_phases": {
213
212
  "type": "staticText",
214
213
  "hidden": "!data.TibberAPIToken",
@@ -266,12 +265,9 @@
266
265
  "md": 6,
267
266
  "lg": 4
268
267
  }
269
-
270
268
  }
271
269
  },
272
270
 
273
-
274
-
275
271
  "_CalculatorTab": {
276
272
  "type": "panel",
277
273
  "label": "s_CalculatorSettings",
@@ -333,22 +329,13 @@
333
329
  "width": "20%",
334
330
  "default": ""
335
331
  },
336
- {
337
- "type": "checkbox",
338
- "title": "s_Active",
339
- "attr": "chActive",
340
- "filter": false,
341
- "sort": false,
342
- "width": "5%",
343
- "default": false
344
- },
345
332
  {
346
333
  "type": "objectId",
347
334
  "title": "s_TargetState",
348
335
  "attr": "chTargetState",
349
336
  "filter": false,
350
337
  "sort": false,
351
- "width": "30%",
338
+ "width": "35%",
352
339
  "default": ""
353
340
  },
354
341
  {
@@ -372,10 +359,17 @@
372
359
  "default": ""
373
360
  }
374
361
  ]
375
- }
376
-
362
+ },
363
+ "_calculatorhelp1": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp1", "newLine": true },
364
+ "_calculatorhelp2": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp2", "newLine": true },
365
+ "_calculatorhelp3": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp3", "newLine": true },
366
+ "_calculatorhelp4": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp4", "newLine": true },
367
+ "_calculatorhelp5": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp5", "newLine": true },
368
+ "_calculatorhelp6": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp6", "newLine": true },
369
+ "_calculatorhelp7": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp7", "newLine": true },
370
+ "_calculatorhelp8": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp8", "newLine": true },
371
+ "_calculatorhelp9": { "type": "staticText", "hidden": "!data.UseCalculator", "label": "s_CalculatorHelp9", "newLine": true }
377
372
  }
378
373
  }
379
-
380
374
  }
381
375
  }