iobroker.tibberlink 3.5.4 → 4.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 +139 -239
- package/admin/CalculatorTab.jsonConfig.json +356 -0
- package/admin/LocalPulseTab.jsonConfig.json +114 -0
- package/admin/i18n/de/translations.json +89 -0
- package/admin/i18n/en/translations.json +92 -0
- package/admin/i18n/es/translations.json +89 -0
- package/admin/i18n/fr/translations.json +89 -0
- package/admin/i18n/it/translations.json +89 -0
- package/admin/i18n/nl/translations.json +89 -0
- package/admin/i18n/pl/translations.json +89 -0
- package/admin/i18n/pt/translations.json +89 -0
- package/admin/i18n/ru/translations.json +89 -0
- package/admin/i18n/uk/translations.json +89 -0
- package/admin/i18n/zh-cn/translations.json +89 -0
- package/admin/jsonConfig.json +37 -1398
- package/build/lib/tibberAPICaller.js +1 -0
- package/build/lib/tibberAPICaller.js.map +1 -1
- package/build/lib/tibberCalculator.js +63 -8
- package/build/lib/tibberCalculator.js.map +1 -1
- package/build/lib/tools.js +0 -24
- package/build/lib/tools.js.map +1 -1
- package/build/main.js +25 -18
- package/build/main.js.map +1 -1
- package/io-package.json +294 -309
- package/package.json +11 -9
- package/admin/jsonConfigNEW.json +0 -1933
package/README.md
CHANGED
|
@@ -35,40 +35,40 @@ If you're not currently a Tibber user, I would greatly appreciate it if you coul
|
|
|
35
35
|
|
|
36
36
|
## Standard Configuration
|
|
37
37
|
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
-
|
|
38
|
+
- Begin by creating a new instance of the adapter.
|
|
39
|
+
- You'll also require an API token from Tibber, which you can obtain here: [Tibber Developer API](https://developer.tibber.com).
|
|
40
|
+
- Enter your Tibber API token in the standard settings and configure at least one line for live feed settings (select "None available").
|
|
41
|
+
- Save the settings and exit the configuration to restart the adapter; this step allows your home(s) to be queried the first time from the Tibber server.
|
|
42
|
+
- Return to the configuration screen and select the homes from which you wish to fetch real-time data using your Tibber Pulse. You can also select homes and disable the feed (Note: This works only if the hardware is installed and the Tibber server has verified the connection to Pulse).
|
|
43
|
+
- Note: If you have more than one home actively in your Tibber account you have to add all of them to get rid of error message caused by potentially not needed homes. Add them all and disable the options.
|
|
44
|
+
- You have the option to deactivate the retrieval of price data for today and tomorrow, for instance, if you only intend to utilize Pulse live feeds
|
|
45
|
+
- Optionally, you can enable the retrieval of historical consumption data. Please specify the number of datasets for hours, days, weeks, months, and years. You can use "0" to disable one or more of these intervals based on your preferences.
|
|
46
|
+
- Note: It's essential to be mindful of the dataset size, as excessively large requests may result in a lack of response from the Tibber Server. We recommend experimenting with the dataset size to ensure optimal functionality. Adjusting the intervals and dataset numbers can help strike the right balance between obtaining insightful data and maintaining server responsiveness. E.g. 48 is a quite good amount for hours.
|
|
47
|
+
- Save the settings.
|
|
48
48
|
|
|
49
49
|
## Calculator Configuration
|
|
50
50
|
|
|
51
|
-
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
|
|
57
|
-
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
63
|
-
-
|
|
64
|
-
-
|
|
65
|
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
|
|
71
|
-
-
|
|
51
|
+
- Now that the Tibber connection is up and running, you can also leverage the Calculator to incorporate additional automation features into the TibberLink adapter.
|
|
52
|
+
- The Calculator operates using channels, with each channel linked to a selected home.
|
|
53
|
+
- These channels can be activated or deactivated based on corresponding states.
|
|
54
|
+
- These states are designed to serve as external, dynamic inputs for TibberLink, allowing you to, for example, adjust the marginal cost ("TriggerPrice") from an external source or disable the calculator channel ("Active").
|
|
55
|
+
- The states of a calculator channel are positioned adjacent to the home states and named according to the channel number. Hereby the channelname choosen in admin screen is shown here to better identify your configurations.
|
|
56
|
+

|
|
57
|
+
- The behavior of each channel is determined by its type: "best cost (LTF)", "best single hours (LTF)", "best hours block (LTF)" or "smart battery buffer".
|
|
58
|
+
- Each channel populates one or two external states as output, which has to be selected in the settings tab. For instance, this state might be "0_userdata.0.example_state" or any other writeable external state.
|
|
59
|
+
- If no external output state is selected, an internal state within the channel's range will be created.
|
|
60
|
+
- 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.
|
|
61
|
+
- Outputs:
|
|
62
|
+
- "Best cost": Utilizes the "TriggerPrice" state as input, producing a "YES" output every hour when the current Tibber energy cost is below the trigger price.
|
|
63
|
+
- "Best single hours": Generates a "YES" output during the least expensive hours, with the number defined in the "AmountHours" state.
|
|
64
|
+
- "Best hours block": Outputs "YES" during the most cost-effective block of hours, with the number of hours specified in the "AmountHours" state.
|
|
65
|
+
Additionally, the average total cost in the determined block is written to a state "AverageTotalCost" nearby the input states of this channel. Also start and end hour of the block is written to "BlockStartFullHour" and "BlockEndFullHour" as a result of the calculation.
|
|
66
|
+
- "Best cost LTF": "Best cost" within a Limited Time Frame (LTF).
|
|
67
|
+
- "Best single hours LTF": "Best single hours" within a Limited Time Frame (LTF).
|
|
68
|
+
- "Best hours block LTF": "Best hours block" within a Limited Time Frame (LTF).
|
|
69
|
+
- "Smart Battery Buffer": Utilize the "EfficiencyLoss" parameter to specify the efficiency loss of the battery system. The "EfficiencyLoss" parameter can range from 0 to 1, where 0 represents no efficiency loss and 1 represents complete efficiency loss. For example, a value of 0.25 indicates a 25% efficiency loss for a charge/discharge cycle.
|
|
70
|
+
Use the "AmountHours" parameter to input 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" cheapest hours. Conversely, it will deactivate battery charging ("value NO") and activate battery feed ("value 2 YES") during hours with the highest cost, provided the cost is higher than the highest total price among the cheap hours. In the remaining normal hours where energy buffering by the battery is not economically viable, both outputs will be switched off.
|
|
71
|
+
- LTF channels: These operate 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'." Additionally, the LTF channels feature a new state parameter called 'RepeatDays,' which defaults to 0. When 'RepeatDays' is set to a positive integer, the channel will repeat 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.
|
|
72
72
|
|
|
73
73
|
### Hints
|
|
74
74
|
|
|
@@ -106,294 +106,194 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
|
|
|
106
106
|
|
|
107
107
|
## Changelog
|
|
108
108
|
|
|
109
|
+
### 4.1.0 (2024-12-15)
|
|
110
|
+
|
|
111
|
+
- (HombachC) enable local poll also without Token (#613)
|
|
112
|
+
- (HombachC) split jsonConfig.json to multiple files
|
|
113
|
+
- (HombachC) fix typo in translation handling
|
|
114
|
+
- (HombachC) bump cron
|
|
115
|
+
|
|
116
|
+
### 4.0.0 (2024-12-08)
|
|
117
|
+
|
|
118
|
+
- (HombachC) BREAKING: dropped support for ioBroker.admin < 7.0.0 because of ioBroker Responsive Design Initiative (#544)
|
|
119
|
+
- (HombachC) redesigned admin tab for calculator
|
|
120
|
+
- (HombachC) optimize translations, added more tooltips
|
|
121
|
+
- (HombachC) fix repeated calculation of LTF channels (#593)
|
|
122
|
+
- (HombachC) added BlockStart / BlockEnd as date string (#516)
|
|
123
|
+
- (HombachC) throttle sentry messaging
|
|
124
|
+
- (HombachC) add prices yesterday (#600)
|
|
125
|
+
|
|
109
126
|
### 3.5.4 (2024-12-01)
|
|
110
127
|
|
|
111
|
-
-
|
|
112
|
-
-
|
|
113
|
-
-
|
|
114
|
-
-
|
|
115
|
-
-
|
|
128
|
+
- (HombachC) add warning when LTF stop time isn't same or next day and provide docu
|
|
129
|
+
- (HombachC) fix error in calculator channel 'best single hours' (#594)
|
|
130
|
+
- (HombachC) intruduce 'iobroker/eslint-config' (#591)
|
|
131
|
+
- (HombachC) performance optimizations
|
|
132
|
+
- (HombachC) dependency updates
|
|
116
133
|
|
|
117
134
|
### 3.5.3 (2024-11-23)
|
|
118
135
|
|
|
119
|
-
-
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
136
|
+
- (HombachC) fix edge case in output state setup and usage
|
|
137
|
+
- (HombachC) optimzed state subscription
|
|
138
|
+
- (HombachC) update deprecated state calls
|
|
139
|
+
- (HombachC) add await to delObjectAsync
|
|
140
|
+
- (HombachC) harmonize project tools
|
|
141
|
+
- (HombachC) dependency updates
|
|
125
142
|
|
|
126
143
|
### 3.5.2 (2024-10-30)
|
|
127
144
|
|
|
128
|
-
-
|
|
129
|
-
-
|
|
130
|
-
-
|
|
131
|
-
-
|
|
132
|
-
-
|
|
133
|
-
-
|
|
145
|
+
- (HombachC) add verification for YES/NO 2 values in calculator (#547)
|
|
146
|
+
- (HombachC) optimized responsive design (#544)
|
|
147
|
+
- (HombachC) migrate eslint to >9.x
|
|
148
|
+
- (HombachC) switch to ES2022 code
|
|
149
|
+
- (HombachC) adapted to new API constraints (#546)
|
|
150
|
+
- (HombachC) replace deprecated setStateAsync by setState
|
|
134
151
|
|
|
135
152
|
### 3.5.1 (2024-10-05)
|
|
136
153
|
|
|
137
|
-
-
|
|
138
|
-
-
|
|
139
|
-
-
|
|
140
|
-
-
|
|
154
|
+
- (HombachC) changed to less feed disconnection warnings in log (#445)
|
|
155
|
+
- (HombachC) fix error in output2 of smart battery buffer (#538)
|
|
156
|
+
- (HombachC) update deprecated state calls
|
|
157
|
+
- (HombachC) dependency updates
|
|
141
158
|
|
|
142
159
|
### 3.5.0 (2024-10-02)
|
|
143
160
|
|
|
144
|
-
-
|
|
145
|
-
-
|
|
146
|
-
-
|
|
147
|
-
-
|
|
161
|
+
- (HombachC) update adapter core
|
|
162
|
+
- (HombachC) fix error in SML decoder
|
|
163
|
+
- (HombachC) add 2 new SML scale factor codes (#535)
|
|
164
|
+
- (HombachC) dependency updates
|
|
148
165
|
|
|
149
166
|
### 3.4.10 (2024-09-16)
|
|
150
167
|
|
|
151
|
-
-
|
|
152
|
-
-
|
|
168
|
+
- (HombachC) add verification of poll interval (#518)
|
|
169
|
+
- (HombachC) bumb date-fns to 4.0.0
|
|
153
170
|
|
|
154
171
|
### 3.4.9 (2024-09-15)
|
|
155
172
|
|
|
156
|
-
-
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
-
|
|
160
|
-
-
|
|
173
|
+
- (HombachC) add adjustable Bridge poll intervall (#518)
|
|
174
|
+
- (HombachC) add node.js 22 to the adapter testing (#519)
|
|
175
|
+
- (HombachC) add docu link to config screen (#504)
|
|
176
|
+
- (HombachC) repository cleanup
|
|
177
|
+
- (HombachC) dependency updates
|
|
161
178
|
|
|
162
179
|
### 3.4.8 (2024-08-16)
|
|
163
180
|
|
|
164
|
-
-
|
|
165
|
-
-
|
|
181
|
+
- (HombachC) updated axios because of vulnerability
|
|
182
|
+
- (HombachC) added tests for Node.js 22
|
|
166
183
|
|
|
167
184
|
### 3.4.7 (2024-08-10)
|
|
168
185
|
|
|
169
|
-
-
|
|
170
|
-
-
|
|
186
|
+
- (HombachC) adapter checker detected optimizations (#493)
|
|
187
|
+
- (HombachC) improved error message (#490)
|
|
171
188
|
|
|
172
189
|
### 3.4.6 (2024-08-07)
|
|
173
190
|
|
|
174
|
-
-
|
|
175
|
-
-
|
|
191
|
+
- (HombachC) Catch wrong OBIS Codes, probably caused by Pulse communication errors
|
|
192
|
+
- (HombachC) code cleanup
|
|
176
193
|
|
|
177
194
|
### 3.4.5 (2024-07-31)
|
|
178
195
|
|
|
179
|
-
-
|
|
180
|
-
-
|
|
181
|
-
-
|
|
182
|
-
-
|
|
183
|
-
-
|
|
184
|
-
-
|
|
196
|
+
- (HombachC) decode meter mode 4 for local Tipper Pulse poll (#477)
|
|
197
|
+
- (HombachC) decode meter mode 1 for local Tipper Pulse poll (#478)
|
|
198
|
+
- (HombachC) fixed wrong Pulse local status names (voltage)
|
|
199
|
+
- (HombachC) add docu on local Pulse poll config screen (#479)
|
|
200
|
+
- (HombachC) code cleanup
|
|
201
|
+
- (HombachC) bump dependencies
|
|
185
202
|
|
|
186
203
|
### 3.4.4 (2024-07-28)
|
|
187
204
|
|
|
188
|
-
-
|
|
205
|
+
- (HombachC) local poll of data - change units Wh to kWh and round to 0,1kWh (#469)
|
|
189
206
|
|
|
190
207
|
### 3.4.3 (2024-07-14)
|
|
191
208
|
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
-
|
|
197
|
-
-
|
|
198
|
-
-
|
|
209
|
+
- (HombachC) added unit to Pulse temperature and round to 0,1°C
|
|
210
|
+
- (HombachC) added unit to Pulse battery voltage and round to 100mV
|
|
211
|
+
- (HombachC) added unit to Pulse uptime
|
|
212
|
+
- (HombachC) added state with Pulse uptime as human readable string
|
|
213
|
+
- (HombachC) reinitialize some TibberLocal states upon adapter startup
|
|
214
|
+
- (HombachC) code optimisation
|
|
215
|
+
- (HombachC) bump dependencies
|
|
199
216
|
|
|
200
217
|
### 3.4.2 (2024-07-13)
|
|
201
218
|
|
|
202
|
-
-
|
|
203
|
-
-
|
|
204
|
-
-
|
|
219
|
+
- (HombachC) fix typos in units
|
|
220
|
+
- (HombachC) fix type mismatch for state objects (#455)
|
|
221
|
+
- (HombachC) code optimisation
|
|
205
222
|
|
|
206
223
|
### 3.4.1 (2024-07-13)
|
|
207
224
|
|
|
208
|
-
-
|
|
209
|
-
-
|
|
225
|
+
- (HombachC) fix logging error
|
|
226
|
+
- (HombachC) bump dependencies
|
|
210
227
|
|
|
211
228
|
### 3.4.0 (2024-07-12)
|
|
212
229
|
|
|
213
|
-
-
|
|
230
|
+
- (HombachC) add mode for local poll of Pulse data (#201)
|
|
214
231
|
|
|
215
232
|
### 3.3.3 (2024-07-04)
|
|
216
233
|
|
|
217
|
-
-
|
|
218
|
-
-
|
|
234
|
+
- (HombachC) fix sentry notified possible error
|
|
235
|
+
- (HombachC) try to fix startup error (#444)
|
|
219
236
|
|
|
220
237
|
### 3.3.2 (2024-06-21)
|
|
221
238
|
|
|
222
|
-
-
|
|
223
|
-
-
|
|
239
|
+
- (HombachC) fix 2 security issues in dependencies
|
|
240
|
+
- (HombachC) fix sentry notified possible error
|
|
224
241
|
|
|
225
242
|
### 3.3.1 (2024-06-13)
|
|
226
243
|
|
|
227
|
-
-
|
|
228
|
-
-
|
|
244
|
+
- (HombachC) fix small sentry discovered error (#418)
|
|
245
|
+
- (HombachC) added note for multihomes to documentation (#422)
|
|
229
246
|
|
|
230
247
|
### 3.3.0 (2024-06-05)
|
|
231
248
|
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
-
|
|
249
|
+
- (HombachC) implements optional, obsolete api call for total historical cost, incl. grid fees (#405)
|
|
250
|
+
- (HombachC) Updates @iobroker/adapter-core from 3.1.6
|
|
251
|
+
- (HombachC) Updates @iobroker/types from 5.0.19 to 6.0.0
|
|
235
252
|
|
|
236
253
|
### 3.2.1 (2024-06-03)
|
|
237
254
|
|
|
238
|
-
-
|
|
255
|
+
- (HombachC) added unique endpoint string
|
|
239
256
|
|
|
240
257
|
### 3.2.0 (2024-06-03)
|
|
241
258
|
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
-
|
|
245
|
-
-
|
|
246
|
-
-
|
|
259
|
+
- (HombachC) IMPORTANT: adapter components had been blocked by Tibber - you have to update!
|
|
260
|
+
- (HombachC) bump base dependencies
|
|
261
|
+
- (HombachC) adapter will use internal output states for calculator if none defined in configuration (#325)
|
|
262
|
+
- (HombachC) implement first run mode in calculator to reduce system load
|
|
263
|
+
- (HombachC) internal optimisations
|
|
247
264
|
|
|
248
265
|
### 3.1.2 (2024-05-20)
|
|
249
266
|
|
|
250
|
-
-
|
|
251
|
-
-
|
|
267
|
+
- (HombachC) deleting unused temp home objects after adapter config (#393)
|
|
268
|
+
- (HombachC) bump dependencies
|
|
252
269
|
|
|
253
270
|
### 3.1.1 (2024-05-16)
|
|
254
271
|
|
|
255
|
-
-
|
|
256
|
-
-
|
|
257
|
-
-
|
|
272
|
+
- (HombachC) throttle down reconnection speed
|
|
273
|
+
- (HombachC) logging optimizations (#396; #217)
|
|
274
|
+
- (HombachC) adaptations to newer environment (#394; #395)
|
|
258
275
|
|
|
259
276
|
### 3.1.0 (2024-05-07)
|
|
260
277
|
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
-
|
|
264
|
-
-
|
|
265
|
-
-
|
|
278
|
+
- (HombachC) enable manual control of configured outputs when automation is deactivated (#334)
|
|
279
|
+
- (HombachC) fix not working LTF Channel when using too short LTF (#383)
|
|
280
|
+
- (HombachC) code optimisations
|
|
281
|
+
- (HombachC) update adapter-core to 3.1.4
|
|
282
|
+
- (HombachC) bump dependencies
|
|
266
283
|
|
|
267
284
|
### 3.0.1 (2024-04-20)
|
|
268
285
|
|
|
269
|
-
-
|
|
270
|
-
-
|
|
286
|
+
- (HombachC) updated adapter testing
|
|
287
|
+
- (HombachC) bump dependencies
|
|
271
288
|
|
|
272
289
|
### 3.0.0 (2024-04-15)
|
|
273
290
|
|
|
274
|
-
-
|
|
275
|
-
-
|
|
276
|
-
-
|
|
277
|
-
-
|
|
278
|
-
-
|
|
279
|
-
-
|
|
280
|
-
|
|
281
|
-
### 2.3.2 (2024-03-17)
|
|
282
|
-
|
|
283
|
-
- (HombachC) code optimizations
|
|
284
|
-
- (HombachC) fix undefined force mode (#349)
|
|
285
|
-
- (HombachC) fix poll of not existing current price state (#348)
|
|
286
|
-
- (HombachC) fix current price poll when configured as not to poll (#350)
|
|
287
|
-
- (HombachC) bump dependencies
|
|
288
|
-
|
|
289
|
-
### 2.3.1 (2024-03-10)
|
|
290
|
-
|
|
291
|
-
- (HombachC) BREAKING: Calculator channels of type 'smart battery buffer' will now switch outputs to 'OFF' only once, directly after setting the channel to Active=false (#332)
|
|
292
|
-
- (HombachC) Fixed error in jsonConfig.json (#329)
|
|
293
|
-
- (HombachC) deleted feed disconnect debug-message, cause warn message already exists
|
|
294
|
-
- (HombachC) bump typescript-eslint to gen 7
|
|
295
|
-
- (HombachC) bump dependencies
|
|
296
|
-
|
|
297
|
-
### 2.2.2 (2024-02-19)
|
|
298
|
-
|
|
299
|
-
- (HombachC) simplify internal state handling
|
|
300
|
-
- (HombachC) shorten home string in Calculator screen (#317)
|
|
301
|
-
- (HombachC) fix feedback loop trap (#321)
|
|
302
|
-
- (HombachC) add some tooltips to config screen (#317)
|
|
303
|
-
|
|
304
|
-
### 2.2.1 (2024-02-08)
|
|
305
|
-
|
|
306
|
-
- (HombachC) fix edge case problems with defect feed data from Tibber server (#312)
|
|
307
|
-
- (HombachC) bump dependencies
|
|
308
|
-
|
|
309
|
-
### 2.2.0 (2024-02-04)
|
|
310
|
-
|
|
311
|
-
- (HombachC) add data points for BestHoursBlock results - period and average cost (#240)
|
|
312
|
-
- (HombachC) fixed wrong error message texts
|
|
313
|
-
- (HombachC) fix some possible edge cases in internal support functions
|
|
314
|
-
- (HombachC) internal code docu optimization
|
|
315
|
-
- (HombachC) bump dependencies
|
|
316
|
-
|
|
317
|
-
### 2.1.1 (2024-01-27)
|
|
318
|
-
|
|
319
|
-
- (HombachC) fix reconnect error for Pulse feed (#300)
|
|
320
|
-
- (HombachC) new error message handler
|
|
321
|
-
- (HombachC) internal code docu optimization
|
|
322
|
-
|
|
323
|
-
### 2.1.0 (2024-01-21)
|
|
324
|
-
|
|
325
|
-
- (HombachC) add repeatablity for LTF channels (#289)
|
|
326
|
-
- (HombachC) tweak Smart Battery Buffer documentation
|
|
327
|
-
|
|
328
|
-
### 2.0.1 (2024-01-15)
|
|
329
|
-
|
|
330
|
-
- (HombachC) modify timing in Tibber Pulse feed connect (#271)
|
|
331
|
-
- (HombachC) bump dependencies
|
|
332
|
-
|
|
333
|
-
### 2.0.0 (2023-12-23)
|
|
334
|
-
|
|
335
|
-
- (HombachC) BREAKING: dropped support for js-controller 3.x (#247)
|
|
336
|
-
- (HombachC) diversificate Tibber server polls to prevent potential DDoS reactions (#252)
|
|
337
|
-
- (HombachC) add data point for averageRemaining of todays prices (#254)
|
|
338
|
-
- (HombachC) add 2 data points for last successfull update of today and tomorrow prices (#261)
|
|
339
|
-
- (HombachC) year 2024 changes
|
|
340
|
-
- (HombachC) fix small error in dynamic feed timing
|
|
341
|
-
- (HombachC) bump dependencies
|
|
342
|
-
|
|
343
|
-
### 1.8.1 (2023-12-16)
|
|
344
|
-
|
|
345
|
-
- (HombachC) add notice about changes in configuration
|
|
346
|
-
|
|
347
|
-
### 1.8.0 (2023-12-14)
|
|
348
|
-
|
|
349
|
-
- (HombachC) implement optional disable of price pull (#232)
|
|
350
|
-
- (HombachC) implement price categorization algorithm for battery buffer applications (#193)
|
|
351
|
-
- (HombachC) Fix 2 errors in pull of prices tomorrow (#235, #232)
|
|
352
|
-
- (HombachC) changed Tibber link in config
|
|
353
|
-
|
|
354
|
-
### 1.7.2 (2023-12-07)
|
|
355
|
-
|
|
356
|
-
- (HombachC) implemented dynamic raise of feed reconnect (#225)
|
|
357
|
-
- (HombachC) small bugfix in pricecalls
|
|
358
|
-
- (HombachC) first changes for "smart battery buffer" (#193)
|
|
359
|
-
- (HombachC) update typescript to 5.3.3
|
|
360
|
-
|
|
361
|
-
### 1.7.1 (2023-12-04)
|
|
362
|
-
|
|
363
|
-
- (HombachC) added hint for consumption data in documentation (#223)
|
|
364
|
-
- (HombachC) mitigate error handling (#217)
|
|
365
|
-
- (HombachC) added description to object Features/RealTimeConsumptionEnabled (#224)
|
|
366
|
-
- (HombachC) bump dependencies
|
|
367
|
-
|
|
368
|
-
### 1.7.0 (2023-11-30)
|
|
369
|
-
|
|
370
|
-
- (HombachC) implement getting historical consumption data from Tibber Server (#163)
|
|
371
|
-
- (HombachC) fix error in adapter unload
|
|
372
|
-
- (HombachC) some code optimisations
|
|
373
|
-
|
|
374
|
-
### 1.6.1 (2023-11-26)
|
|
375
|
-
|
|
376
|
-
- (HombachC) cleanup in documentation and translation handling
|
|
377
|
-
|
|
378
|
-
### 1.6.0 (2023-11-26)
|
|
379
|
-
|
|
380
|
-
- (HombachC) fixed major bug in 1.5.0, not working calculator channels (#212)
|
|
381
|
-
- (HombachC) implement limit calculations to a time frame (#153)
|
|
382
|
-
- (HombachC) fix error of missing price data upon not working tibber server connect at adapter start (#204)
|
|
383
|
-
- (HombachC) fixed possible error with wrong price date in multi home systems
|
|
384
|
-
- (HombachC) fixed possible type error, notified by Sentry
|
|
385
|
-
- (HombachC) added some documentation for inverse use of channels (#202)
|
|
386
|
-
- (HombachC) added Sentry statistics
|
|
387
|
-
- (HombachC) optimize translation handling
|
|
388
|
-
- (HombachC) bump dependencies
|
|
389
|
-
|
|
390
|
-
### 1.5.0 (2023-11-13)
|
|
391
|
-
|
|
392
|
-
- (HombachC) implement calculator channel names (#186)
|
|
393
|
-
- (HombachC) fix error in cron jobs (#190)
|
|
394
|
-
- (HombachC) remove not used calculator channel state objects (#188)
|
|
395
|
-
- (HombachC) code optimizations
|
|
396
|
-
- (HombachC) optimize translation handling
|
|
291
|
+
- (HombachC) BREAKING: dropped support for node.js 16 (#368)
|
|
292
|
+
- (HombachC) BREAKING: js-controller >= 5 is required
|
|
293
|
+
- (HombachC) changed to tier 2 as data provider
|
|
294
|
+
- (HombachC) corrected io-package.json according to new schema (#368)
|
|
295
|
+
- (HombachC) update typescript to 5.4.5
|
|
296
|
+
- (HombachC) update adapter-core to 3.0.6
|
|
397
297
|
|
|
398
298
|
### Old Changes see [CHANGELOG OLD](CHANGELOG_OLD.md)
|
|
399
299
|
|