iobroker.lorawan 1.19.21 → 1.19.22
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 +5 -879
- package/io-package.json +14 -14
- package/lib/modules/bridge.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,6 +23,9 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
23
23
|
Placeholder for the next version (at the beginning of the line):
|
|
24
24
|
### **WORK IN PROGRESS**
|
|
25
25
|
-->
|
|
26
|
+
### 1.19.22 (2026-01-13)
|
|
27
|
+
* (BenAhrdt) change Check getForeigenObjectAsync to foreignObjectExists (chek config objects)
|
|
28
|
+
|
|
26
29
|
### 1.19.21 (2026-01-13)
|
|
27
30
|
* (BenAhrdt) add color Termperature mode to foreign light config
|
|
28
31
|
|
|
@@ -60,885 +63,8 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
|
|
|
60
63
|
### 1.19.10 (2026-01-05)
|
|
61
64
|
* (BenAhrdt) bugfix reading state
|
|
62
65
|
|
|
63
|
-
###
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### 1.19.8 (2026-01-05)
|
|
67
|
-
* (BenAhrdt) implement Link to device
|
|
68
|
-
|
|
69
|
-
### 1.19.7 (2026-01-04)
|
|
70
|
-
* (BenAhrdt) improve available logic
|
|
71
|
-
|
|
72
|
-
### 1.19.6 (2026-01-04)
|
|
73
|
-
* (BenAhrdt) add available bit
|
|
74
|
-
|
|
75
|
-
### 1.19.5 (2026-01-04)
|
|
76
|
-
* (BenAhrdt) change nameing and handling of device_class (result for roles)
|
|
77
|
-
|
|
78
|
-
### 1.19.4 (2026-01-04)
|
|
79
|
-
* (BenAhrdt) change buildSafeStateId (domain)
|
|
80
|
-
|
|
81
|
-
### 1.19.3 (2026-01-04)
|
|
82
|
-
* (BenAhrdt) add version and domain to automation
|
|
83
|
-
|
|
84
|
-
### 1.19.2 (2026-01-03)
|
|
85
|
-
* (BenAhrdt) bugfix filldownlink
|
|
86
|
-
|
|
87
|
-
### 1.19.1 (2026-01-03)
|
|
88
|
-
* (BenAhrdt) bugfix device and replace debug logs for silly
|
|
89
|
-
|
|
90
|
-
### 1.19.0 (2026-01-03)
|
|
91
|
-
* (BenAhrdt) remove Bridgetype Smarthome
|
|
92
|
-
* (BenAhrdt) add firt possibility to generate devices from Bridge to Iob
|
|
93
|
-
|
|
94
|
-
### 1.18.63 (2026-01-01)
|
|
95
|
-
* (BenAhrdt) return to await calls in checkAll (bridge)
|
|
96
|
-
|
|
97
|
-
### 1.18.62 (2026-01-01)
|
|
98
|
-
* (BenAhrdt) Promise the foreign functions in Promise.all
|
|
99
|
-
|
|
100
|
-
### 1.18.61 (2026-01-01)
|
|
101
|
-
* (BenAhrdt) set chunksize to 32
|
|
102
|
-
|
|
103
|
-
### 1.18.60 (2026-01-01)
|
|
104
|
-
* (BenAhrdt) bugfix errorlogging
|
|
105
|
-
|
|
106
|
-
### 1.18.59 (2026-01-01)
|
|
107
|
-
* (BenAhrdt) Chuck checkAllStatesForBridgeWork for better performance
|
|
108
|
-
|
|
109
|
-
### 1.18.58 (2025-12-31)
|
|
110
|
-
* (BenAhrdt) serialize and cache the config messagens
|
|
111
|
-
|
|
112
|
-
### 1.18.57 (2025-12-31)
|
|
113
|
-
* (BenAhrdt) cache Infos in config for more performance
|
|
114
|
-
|
|
115
|
-
### 1.18.56 (2025-12-30)
|
|
116
|
-
* (BenAhrdt) remoove namespace twice remooved
|
|
117
|
-
* (BenAhrdt) serialize getConfigStates
|
|
118
|
-
|
|
119
|
-
### 1.18.55 (2025-12-29)
|
|
120
|
-
* (BenAhrdt) bugfix folderinclusion
|
|
121
|
-
|
|
122
|
-
### 1.18.54 (2025-12-29)
|
|
123
|
-
* (BenAhrdt) add '.' to folders in config selection
|
|
124
|
-
|
|
125
|
-
### 1.18.53 (2025-12-29)
|
|
126
|
-
* (BenAhrdt) add possibility to add folders to
|
|
127
|
-
|
|
128
|
-
### 1.18.52 (2025-12-29)
|
|
129
|
-
* (BenAhrdt) add possibility to set Devicesuffix in LoraWAN States
|
|
130
|
-
|
|
131
|
-
### 1.18.51 (2025-12-20)
|
|
132
|
-
* (BenAhrdt) add "Temperatur" to autmatic assign
|
|
133
|
-
|
|
134
|
-
### 1.18.50 (2025-12-16)
|
|
135
|
-
* (BenAhrdt) filter in Debug mode (dev tool)
|
|
136
|
-
|
|
137
|
-
### 1.18.49 (2025-12-16)
|
|
138
|
-
* (BenAhrdt) Read and send always all light attributes
|
|
139
|
-
|
|
140
|
-
### 1.18.48 (2025-12-16)
|
|
141
|
-
* (BenAhrdt) Set the selection to usedNames (application and device)
|
|
142
|
-
|
|
143
|
-
### 1.18.47 (2025-12-09)
|
|
144
|
-
* (BenAhrdt) CustomSend becomes possibility for different order of parameters.
|
|
145
|
-
payloadInHex, port, confirmed, priority, push (push is written as string 'push')
|
|
146
|
-
|
|
147
|
-
### 1.18.46 (2025-12-06)
|
|
148
|
-
* (BenAhrdt) CustomSend has been extended to include the option of direct push.
|
|
149
|
-
|
|
150
|
-
### 1.18.45 (2025-12-04)
|
|
151
|
-
* (BenAhrdt) improve showing Adapter state (yellw / green)
|
|
152
|
-
|
|
153
|
-
### 1.18.44 (2025-12-02)
|
|
154
|
-
* (BenAhrdt) add mixed to possible value types in config
|
|
155
|
-
|
|
156
|
-
### 1.18.43 (2025-12-02)
|
|
157
|
-
* (BenAhrdt) specific filter at objectId selection in config
|
|
158
|
-
|
|
159
|
-
### 1.18.42 (2025-12-01)
|
|
160
|
-
* (BenAhrdt) change gate to garage_door in binary_sensor
|
|
161
|
-
|
|
162
|
-
### 1.18.41 (2025-12-01)
|
|
163
|
-
* (BenAhrdt) change sending the payload in case of light
|
|
164
|
-
|
|
165
|
-
### 1.18.40 (2025-12-01)
|
|
166
|
-
* (BenAhrdt) change hash
|
|
167
|
-
|
|
168
|
-
### 1.18.39 (2025-11-30)
|
|
169
|
-
* (BenAhrdt) build more roles for contactsensors, in case of role. (window, door, gate ...)
|
|
170
|
-
|
|
171
|
-
### 1.18.38 (2025-11-30)
|
|
172
|
-
* (BenAhrdt) add device class to cover in config
|
|
173
|
-
|
|
174
|
-
### 1.18.37 (2025-11-30)
|
|
175
|
-
* (BenAhrdt) add tilt to cover config
|
|
176
|
-
|
|
177
|
-
### 1.18.36 (2025-11-29)
|
|
178
|
-
* (BenAhrdt) fist possibillity to change unlatch on lock entity
|
|
179
|
-
* (BenAhrdt) Add version to discovery
|
|
180
|
-
* (BenAhrdt) Add via device to discovery
|
|
181
|
-
|
|
182
|
-
### 1.18.35 (2025-11-28)
|
|
183
|
-
* (BenAhrdt) internal code improovment for better reading
|
|
184
|
-
|
|
185
|
-
### 1.18.34 (2025-11-28)
|
|
186
|
-
* (BenAhrdt) translation changed
|
|
187
|
-
|
|
188
|
-
### 1.18.33 (2025-11-28)
|
|
189
|
-
* (BenAhrdt) change state in Lock entity
|
|
190
|
-
|
|
191
|
-
### 1.18.32 (2025-11-28)
|
|
192
|
-
* (BenAhrdt) Changes in cover and add Lock
|
|
193
|
-
|
|
194
|
-
### 1.18.31 (2025-11-27)
|
|
195
|
-
* (BenAhrdt) Bugfix state at light effekts in case of 0
|
|
196
|
-
|
|
197
|
-
### 1.18.30 (2025-11-27)
|
|
198
|
-
* (BenAhrdt) setting dataExchange to 2 entitie (FromIob & ToIob)
|
|
199
|
-
|
|
200
|
-
### 1.18.29 (2025-11-27)
|
|
201
|
-
* (BenAhrdt) set ack = true, before push dataExchange
|
|
202
|
-
|
|
203
|
-
### 1.18.28 (2025-11-27)
|
|
204
|
-
* (BenAhrdt) assign comment 'from bridge' to state, if the value is set by bridge
|
|
205
|
-
|
|
206
|
-
### 1.18.27 (2025-11-27)
|
|
207
|
-
* (BenAhrdt) wright incomming dataexchange with ack = true
|
|
208
|
-
|
|
209
|
-
### 1.18.26 (2025-11-27)
|
|
210
|
-
* (BenAhrdt) remove more logging for testing
|
|
211
|
-
|
|
212
|
-
### 1.18.25 (2025-11-27)
|
|
213
|
-
* (BenAhrdt) remove logging for testing
|
|
214
|
-
|
|
215
|
-
### 1.18.24 (2025-11-27)
|
|
216
|
-
* (BenAhrdt) add dataExchange between Adapter and Bridge-Partner (Complex JSON possible)
|
|
217
|
-
|
|
218
|
-
### 1.18.23 (2025-11-26)
|
|
219
|
-
* (BenAhrdt) Notify Adapter Version to Bridge with connection
|
|
220
|
-
|
|
221
|
-
### 1.18.22 (2025-11-26)
|
|
222
|
-
* (BenAhrdt) Bugfix message to brige with discovered device
|
|
223
|
-
|
|
224
|
-
### 1.18.21 (2025-11-26)
|
|
225
|
-
* (BenAhrdt) Bugfix reading value for light in puslish
|
|
226
|
-
|
|
227
|
-
### 1.18.20 (2025-11-26)
|
|
228
|
-
* (BenAhrdt) Dont write discovery multiple in internal object (in case of reconnect bridge)
|
|
229
|
-
|
|
230
|
-
### 1.18.19 (2025-11-26)
|
|
231
|
-
* (BenAhrdt) possibility to publish one id in spezial and normal entity
|
|
232
|
-
|
|
233
|
-
### 1.18.18 (2025-11-25)
|
|
234
|
-
* (BenAhrdt) Bugfix limit sitch topic to state_topic
|
|
235
|
-
|
|
236
|
-
### 1.18.17 (2025-11-25)
|
|
237
|
-
* (BenAhrdt) Bugfix limit switch closed
|
|
238
|
-
|
|
239
|
-
### 1.18.16 (2025-11-25)
|
|
240
|
-
* (BenAhrdt) change cover states into lower case
|
|
241
|
-
|
|
242
|
-
### 1.18.15 (2025-11-25)
|
|
243
|
-
* (BenAhrdt) add '#' to normalized String
|
|
244
|
-
|
|
245
|
-
### 1.18.14 (2025-11-25)
|
|
246
|
-
* (BenAhrdt) add Cover to special devices
|
|
247
|
-
|
|
248
|
-
### 1.18.13 (2025-11-23)
|
|
249
|
-
* (BenAhrdt) Bugfix: wrong subscribtion of fx ids
|
|
250
|
-
|
|
251
|
-
### 1.18.12 (2025-11-23)
|
|
252
|
-
* (BenAhrdt) Bugfix fx in case of number
|
|
253
|
-
|
|
254
|
-
### 1.18.11 (2025-11-23)
|
|
255
|
-
* (BenAhrdt) Bugfix fx for published ids
|
|
256
|
-
|
|
257
|
-
### 1.18.10 (2025-11-23)
|
|
258
|
-
* (BenAhrdt) Effects for Lights in common.states
|
|
259
|
-
|
|
260
|
-
### 1.18.9 (2025-11-23)
|
|
261
|
-
* (BenAhrdt) Automactic Scale of light brightness in case of common.max in state
|
|
262
|
-
|
|
263
|
-
### 1.18.8 (2025-11-23)
|
|
264
|
-
* (BenAhrdt) Bugfix: no notification in case of no bridge is used
|
|
265
|
-
|
|
266
|
-
### 1.18.7 (2025-11-22)
|
|
267
|
-
* (BenAhrdt) Add light to possible special devices
|
|
268
|
-
|
|
269
|
-
### 1.18.6 (2025-11-21)
|
|
270
|
-
* (BenAhrdt) set role color to entity_category config
|
|
271
|
-
|
|
272
|
-
### 1.18.5 (2025-11-21)
|
|
273
|
-
* (BenAhrdt) add mixed to type text for color values
|
|
274
|
-
|
|
275
|
-
### 1.18.4 (2025-11-08)
|
|
276
|
-
* (BenAhrdt) Change unique id for lorawan internal standard states
|
|
277
|
-
* (BenAhrdt) Change sequence of dicovery and check downlinks at startup
|
|
278
|
-
|
|
279
|
-
### 1.18.3 (2025-11-06)
|
|
280
|
-
* (BenAhrdt) Add possibility to switch the LoraWAN communication off (origin)
|
|
281
|
-
|
|
282
|
-
### 1.18.2 (2025-11-04)
|
|
283
|
-
* (BenAhrdt) Change Topicformat from device_state to device/state
|
|
284
|
-
|
|
285
|
-
### 1.18.1 (2025-11-03)
|
|
286
|
-
* (BenAhrdt) Add Bridge Type Smarthome
|
|
287
|
-
* (BenAhrdt) Bugfix subscribed Topics
|
|
288
|
-
* (BenAhrdt) Bugfix on case of objectid starts with '.'
|
|
289
|
-
|
|
290
|
-
### 1.18.0 (2025-10-19)
|
|
291
|
-
* (BenAhrdt) New NPM Auorisation
|
|
292
|
-
|
|
293
|
-
### 1.17.19 (2025-10-07)
|
|
294
|
-
* (BenAhrdt) improve Bridge Handling
|
|
295
|
-
|
|
296
|
-
### 1.17.18 (2025-10-06)
|
|
297
|
-
* (BenAhrdt) push NextSend
|
|
298
|
-
|
|
299
|
-
### 1.17.17 (2025-10-04)
|
|
300
|
-
* (BenAhrdt) serialize appending Data on NextSend
|
|
301
|
-
* (BenAhrdt) update assignhandler (SensorTemperature)
|
|
302
|
-
|
|
303
|
-
### 1.17.16 (2025-09-25)
|
|
304
|
-
* (BenAhrdt) bring state_off topic to humidifier
|
|
305
|
-
|
|
306
|
-
### 1.17.15 (2025-09-25)
|
|
307
|
-
* (BenAhrdt) notifi new discover in case of oldDiscoveredDevices
|
|
308
|
-
* (BenAhrdt) bugfix debug logging
|
|
309
|
-
|
|
310
|
-
### 1.17.14 (2025-09-24)
|
|
311
|
-
* (BenAhrdt) add humidifier to foreign States
|
|
312
|
-
|
|
313
|
-
### 1.17.13 (2025-09-24)
|
|
314
|
-
* (BenAhrdt) Bugfix discover new devices
|
|
315
|
-
|
|
316
|
-
### 1.17.12 (2025-09-24)
|
|
317
|
-
* (BenAhrdt) Virtual Mode in default selected for Climate Entities
|
|
318
|
-
* (BenAhrdt) improve hidden attribute for climate entitie in LoRaWAN
|
|
319
|
-
* (BenAhrdt) change discovery delete {} => ''
|
|
320
|
-
|
|
321
|
-
### 1.17.11 (2025-09-23)
|
|
322
|
-
* (BenAhrdt) dont fillDownlinks in case of not implemented messagetype
|
|
323
|
-
* (BenAhrdt) type of json ids changed to string
|
|
324
|
-
|
|
325
|
-
### 1.17.10 (2025-09-23)
|
|
326
|
-
* (BenAhrdt) Update topics und qnique ids
|
|
327
|
-
|
|
328
|
-
### 1.17.9 (2025-09-20)
|
|
329
|
-
* (BenAhrdt) setdefault defiveidentifier for lorawan bridge function to used Device Id
|
|
330
|
-
|
|
331
|
-
### 1.17.8 (2025-09-20)
|
|
332
|
-
* (BenAhrdt) normalize [] () & {} into _
|
|
333
|
-
|
|
334
|
-
### 1.17.7 (2025-09-19)
|
|
335
|
-
* (BenAhrdt) Virtal Mode for Foreign climate entities available
|
|
336
|
-
|
|
337
|
-
### 1.17.6 (2025-09-19)
|
|
338
|
-
* (BenAhrdt) Check foreign state id in climate improved
|
|
339
|
-
|
|
340
|
-
### 1.17.5 (2025-09-19)
|
|
341
|
-
* (BenAhrdt) Improve quere for foreign states in discover foreign climate
|
|
342
|
-
|
|
343
|
-
### 1.17.4 (2025-09-19)
|
|
344
|
-
* (BenAhrdt) More debuglogging for Foreign Climate error
|
|
345
|
-
|
|
346
|
-
### 1.17.3 (2025-09-19)
|
|
347
|
-
* (BenAhrdt) Bugfix calling Foreign climate ids
|
|
348
|
-
|
|
349
|
-
### 1.17.2 (2025-09-19)
|
|
350
|
-
* (BenAhrdt) Bugfix nameing of foreign states
|
|
351
|
-
|
|
352
|
-
### 1.17.1 (2025-09-19)
|
|
353
|
-
* (BenAhrdt) Bugfix xs in jsonconfig
|
|
354
|
-
|
|
355
|
-
### 1.17.0 (2025-09-19)
|
|
356
|
-
* (BenAhrdt) Add Climate Entity configuration to foreign states
|
|
357
|
-
|
|
358
|
-
### 1.16.12 (2025-09-18)
|
|
359
|
-
* (BenAhrdt) delete devices in bridge (discover empty) after changing the device_identifier
|
|
360
|
-
|
|
361
|
-
### 1.16.11 (2025-09-18)
|
|
362
|
-
* (BenAhrdt) dont use bridge enum within namespace of adapter
|
|
363
|
-
* (BenAhrdt) Improve Namebuilding of foreign states to bridge
|
|
364
|
-
|
|
365
|
-
### 1.16.10 (2025-09-18)
|
|
366
|
-
* (BenAhrdt) bugfix change query of Bridgeurl to LoRaWAN url
|
|
367
|
-
|
|
368
|
-
### 1.16.9 (2025-09-18)
|
|
369
|
-
* (BenAhrdt) bring connectiontest to bridge config
|
|
370
|
-
* (BenAhrdt) Bugfixing deaktivate LNS connection search in case of empty url
|
|
371
|
-
* (BenAhrdt) Bugfixing defaultvalues for json states.
|
|
372
|
-
|
|
373
|
-
### 1.16.8 (2025-09-17)
|
|
374
|
-
* (BenAhrdt) Bring enum selection in config
|
|
375
|
-
|
|
376
|
-
### 1.16.7 (2025-09-17)
|
|
377
|
-
* (BenAhrdt) Bugfix deleting discovered devices
|
|
378
|
-
* (BenAhrdt) build in devug logging to find bug in devicename
|
|
379
|
-
|
|
380
|
-
### 1.16.6 (2025-09-17)
|
|
381
|
-
* (BenAhrdt) Change detection of new Discovery from LoRaWAN devices
|
|
382
|
-
|
|
383
|
-
### 1.16.5 (2025-09-17)
|
|
384
|
-
* (BenAhrdt) Bugfix in notifications to Bridge (new device dicovered) => namespace not set
|
|
385
|
-
|
|
386
|
-
### 1.16.4 (2025-09-17)
|
|
387
|
-
* (BenAhrdt) Bridge import foreign states till Adapter is running
|
|
388
|
-
* (BenAhrdt) Bridge delete foreign states till Adapter is running
|
|
389
|
-
|
|
390
|
-
### 1.16.3 (2025-09-16)
|
|
391
|
-
* (BenAhrdt) nameing of foreign Devices in Bridge
|
|
392
|
-
|
|
393
|
-
### 1.16.2 (2025-09-16)
|
|
394
|
-
* (BenAhrdt) bugfix namespace also by calling work from directoryhandler
|
|
395
|
-
|
|
396
|
-
### 1.16.1 (2025-09-16)
|
|
397
|
-
* (BenAhrdt) bugfix namespace also by notifications
|
|
398
|
-
|
|
399
|
-
### 1.16.0 (2025-09-16)
|
|
400
|
-
* (BenAhrdt) possibility to insert foreign states to bridge by using enum.functions.bridge
|
|
401
|
-
|
|
402
|
-
### 1.15.8 (2025-09-16)
|
|
403
|
-
* (BenAhrdt) remove await from some callings
|
|
404
|
-
|
|
405
|
-
### 1.15.7 (2025-09-15)
|
|
406
|
-
* (BenAhrdt) solve publishing intern
|
|
407
|
-
|
|
408
|
-
### 1.15.6 (2025-09-15)
|
|
409
|
-
* (BenAhrdt) improve handling of state device in case of subfolders
|
|
410
|
-
|
|
411
|
-
### 1.15.5 (2025-09-15)
|
|
412
|
-
* (BenAhrdt) Bugfix logging removed
|
|
413
|
-
|
|
414
|
-
### 1.15.4 (2025-09-15)
|
|
415
|
-
* (BenAhrdt) Bugfix send state topics retain
|
|
416
|
-
* (BenAhrdt) Bugfix with stateending
|
|
417
|
-
|
|
418
|
-
### 1.15.3 (2025-09-15)
|
|
419
|
-
* (BenAhrdt) dont translate the selected state in bridge config
|
|
420
|
-
|
|
421
|
-
### 1.15.2 (2025-09-15)
|
|
422
|
-
* (BenAhrdt) change wording of notifications
|
|
423
|
-
* (BenAhrdt) import diagnostic and config fpr entity_type
|
|
424
|
-
* (BenAhrdt) change extSernsorTemperature in ExtSernsorTemperature
|
|
425
|
-
|
|
426
|
-
### 1.15.1 (2025-09-14)
|
|
427
|
-
* (BenAhrdt) Send Trigger retain = false
|
|
428
|
-
|
|
429
|
-
### 1.15.0 (2025-09-14)
|
|
430
|
-
* (BenAhrdt) Bring notification for Bridge in Admin
|
|
431
|
-
* (BenAhrdt) Notify different trigger to Bridge
|
|
432
|
-
|
|
433
|
-
### 1.14.9 (2025-09-13)
|
|
434
|
-
* (BenAhrdt) notifi new device discovered till Adapter running
|
|
435
|
-
|
|
436
|
-
### 1.14.8 (2025-09-13)
|
|
437
|
-
* (BenAhrdt) Add general, offline and online Notifications to the discovered devices
|
|
438
|
-
* (BenAhrdt) Add general Notifications to device called namespace of the Adapter
|
|
439
|
-
|
|
440
|
-
### 1.14.7 (2025-09-12)
|
|
441
|
-
* (BenAhrdt) Add Folders for Target Temperature in Heating Events
|
|
442
|
-
* (BenAhrdt) correct unit handling & Max valueCount in Tab
|
|
443
|
-
|
|
444
|
-
### 1.14.6 (2025-09-12)
|
|
445
|
-
* (BenAhrdt) more logging in debug mode
|
|
446
|
-
|
|
447
|
-
### 1.14.5 (2025-09-12)
|
|
448
|
-
* (BenAhrdt) Safe last 10 publish and subscribed values
|
|
449
|
-
|
|
450
|
-
### 1.14.4 (2025-09-11)
|
|
451
|
-
* (BenAhrdt) Return the virtual mode
|
|
452
|
-
|
|
453
|
-
### 1.14.3 (2025-09-11)
|
|
454
|
-
* (BenAhrdt) Change Nameing of Virtual ID for virtual_mode
|
|
455
|
-
|
|
456
|
-
### 1.14.2 (2025-09-11)
|
|
457
|
-
* (BenAhrdt) Bugfix Climate current_temperature topic
|
|
458
|
-
|
|
459
|
-
### 1.14.1 (2025-09-11)
|
|
460
|
-
* (BenAhrdt) Bugfix unique_id of climate entities
|
|
461
|
-
|
|
462
|
-
### 1.14.0 (2025-09-11)
|
|
463
|
-
* (BenAhrdt) normalize topics (without space, dot ....)
|
|
464
|
-
* (BenAhrdt) change topics into set and state topic
|
|
465
|
-
|
|
466
|
-
### 1.13.14 (2025-09-10)
|
|
467
|
-
* (BenAhrdt) Add assign more device_class and state_class in case of unit
|
|
468
|
-
|
|
469
|
-
### 1.13.13 (2025-09-09)
|
|
470
|
-
* (BenAhrdt) Bugfix unit of measurement
|
|
471
|
-
|
|
472
|
-
### 1.13.12 (2025-09-09)
|
|
473
|
-
* (BenAhrdt) Improve Statehandling and improve Key Length-handling
|
|
474
|
-
|
|
475
|
-
### 1.13.11 (2025-09-09)
|
|
476
|
-
* (BenAhrdt) Bugfix selction of States and state_class
|
|
477
|
-
|
|
478
|
-
### 1.13.10 (2025-09-09)
|
|
479
|
-
* (BenAhrdt) Change Timeformat in Info states and improov logging in case of Statechange
|
|
480
|
-
* (BenAhrdt) Add possibility to activate / deactivate cron for cyclic discovery
|
|
481
|
-
|
|
482
|
-
### 1.13.9 (2025-09-07)
|
|
483
|
-
* (BenAhrdt) Add time to State Information and improov translations.
|
|
484
|
-
|
|
485
|
-
### 1.13.8 (2025-09-07)
|
|
486
|
-
* (BenAhrdt) Add Tabfunctionality to Adapter (info to some states)
|
|
487
|
-
|
|
488
|
-
### 1.13.7 (2025-09-07)
|
|
489
|
-
* (BenAhrdt) More Informations in Tab
|
|
490
|
-
* (BenAhrdt) Additionals States for published ids & subscribed topics
|
|
491
|
-
|
|
492
|
-
### 1.13.6 (2025-09-06)
|
|
493
|
-
* (BenAhrdt) Bugfix handling in fillDownlink
|
|
494
|
-
|
|
495
|
-
### 1.13.5 (2025-09-06)
|
|
496
|
-
* (BenAhrdt) Show discovery topic(s) & messag(es) ind array
|
|
497
|
-
* (BenAhrdt) Add Tab to see Discovered, Published and Subscribed Ids.
|
|
498
|
-
* (BenAhrdt) Add Posibility to discover climate Entity
|
|
499
|
-
* (BenAhrdt) Retaining Discovery
|
|
500
|
-
|
|
501
|
-
### 1.13.4 (2025-09-04)
|
|
502
|
-
* (BenAhrdt) Bugfixing crc in Vicki Profile => ChildLock
|
|
503
|
-
|
|
504
|
-
### 1.13.3 (2025-09-04)
|
|
505
|
-
* (BenAhrdt) Add images to the new States
|
|
506
|
-
|
|
507
|
-
### 1.13.2 (2025-09-04)
|
|
508
|
-
* (BenAhrdt) Dont check connection to Bridge if not selected
|
|
509
|
-
* (BenAhrdt) Add the State discovered Ids
|
|
510
|
-
|
|
511
|
-
### 1.13.1 (2025-09-04)
|
|
512
|
-
* (BenAhrdt) More Debuglogging
|
|
513
|
-
* (BenAhrdt) General Nameing in the functions
|
|
514
|
-
* (BenAhrdt) Performance update fpr rediscover on cron.
|
|
515
|
-
|
|
516
|
-
### 1.13.0 (2025-09-03)
|
|
517
|
-
* (BenAhrdt) Build fist Version of own Bridge MQTT Client
|
|
518
|
-
|
|
519
|
-
### 1.12.1 (2025-09-01)
|
|
520
|
-
* (BenAhrdt) remove Bug with folder / state handling
|
|
521
|
-
|
|
522
|
-
### 1.12.0 (2025-09-01)
|
|
523
|
-
* (BenAhrdt) Custom Table for Config HA Bridge
|
|
524
|
-
|
|
525
|
-
### 1.11.10 (2025-08-31)
|
|
526
|
-
* (BenAhrdt) insert logging to object change
|
|
527
|
-
|
|
528
|
-
### 1.11.9 (2025-08-31)
|
|
529
|
-
* (BenAhrdt) build Custom Config for HA Bridge
|
|
530
|
-
|
|
531
|
-
### 1.11.8 (2025-08-30)
|
|
532
|
-
* (BenAhrdt) log adapterObjects at start
|
|
533
|
-
|
|
534
|
-
### 1.11.7 (2025-08-30)
|
|
535
|
-
* (BenAhrdt) more improov logging in case of deviceinformation at startup (debug)
|
|
536
|
-
|
|
537
|
-
### 1.11.6 (2025-08-30)
|
|
538
|
-
* (BenAhrdt) improov logging in case of deviceinformation at startup (debug)
|
|
539
|
-
|
|
540
|
-
### 1.11.5 (2025-08-29)
|
|
541
|
-
* (BenAhrdt) update Assignhandler
|
|
542
|
-
* (BenAhrdt) update Core dependencies
|
|
543
|
-
|
|
544
|
-
### 1.11.4 (2025-08-23)
|
|
545
|
-
* (BenAhrdt) set Custom Send payload to upper case
|
|
546
|
-
|
|
547
|
-
### 1.11.3 (2025-08-17)
|
|
548
|
-
* (BenAhrdt) replace german specific chars like ä => ae
|
|
549
|
-
|
|
550
|
-
### 1.11.2 (2025-08-17)
|
|
551
|
-
* (BenAhrdt) swap hidden logic
|
|
552
|
-
|
|
553
|
-
### 1.11.1 (2025-08-17)
|
|
554
|
-
* (BenAhrdt) add more hidden attributes to HA Bridge
|
|
555
|
-
|
|
556
|
-
### 1.11.0 (2025-08-17)
|
|
557
|
-
* (BenAhrdt) change dependencies
|
|
558
|
-
* (BenAhrdt) Add LoRaWAN 2 Home Assistant Bridge
|
|
559
|
-
|
|
560
|
-
### 1.10.22 (2025-07-27)
|
|
561
|
-
* (BenAhrdt) config notification and / or logging in case of connection state to LNS
|
|
562
|
-
|
|
563
|
-
### 1.10.21 (2025-07-27)
|
|
564
|
-
* (BenAhrdt) add extSersorTemperature unit "°C"
|
|
565
|
-
|
|
566
|
-
### 1.10.20 (2025-07-23)
|
|
567
|
-
* (BenAhrdt) backflip handling limits
|
|
568
|
-
|
|
569
|
-
### 1.10.19 (2025-07-23)
|
|
570
|
-
* (BenAhrdt) improove handling of limits for downlinks
|
|
571
|
-
|
|
572
|
-
### 1.10.18 (2025-07-23)
|
|
573
|
-
* (BenAhrdt) add role to valve openess in vicki
|
|
574
|
-
|
|
575
|
-
### 1.10.17 (2025-06-16)
|
|
576
|
-
* (BenAhrdt) bugfix profile for dnt-lw-etrv
|
|
577
|
-
|
|
578
|
-
### 1.10.16 (2025-06-16)
|
|
579
|
-
* (BenAhrdt) add profile for dnt-lw-etrv
|
|
580
|
-
|
|
581
|
-
### 1.10.15 (2025-06-16)
|
|
582
|
-
* (BenAhrdt) add some roles and Units
|
|
583
|
-
|
|
584
|
-
### 1.10.14 (2025-06-10)
|
|
585
|
-
* (BenAhrdt) bugfix jsonconfig schema
|
|
586
|
-
* (BenAhrdt) add some roles for uplink states
|
|
587
|
-
|
|
588
|
-
### 1.10.13 (2025-06-01)
|
|
589
|
-
* (BenAhrdt) update dependencie for mqtt in 5.13.0
|
|
590
|
-
|
|
591
|
-
### 1.10.12 (2025-05-30)
|
|
592
|
-
* (BenAhrdt) update Testing to 24.x
|
|
593
|
-
|
|
594
|
-
### 1.10.11 (2025-05-25)
|
|
595
|
-
* (BenAhrdt) Round to convert only integers to HEX
|
|
596
|
-
* (BenAhrdt) add roles for uplinks from dnt-lw-etrv
|
|
597
|
-
|
|
598
|
-
### 1.10.10 (2025-05-18)
|
|
599
|
-
* (BenAhrdt) update assignhandler
|
|
600
|
-
|
|
601
|
-
### 1.10.9 (2025-05-17)
|
|
602
|
-
* (BenAhrdt) correct lower case for targetTemperatureFloat
|
|
603
|
-
* (BenAhrdt) remove role switch in case of send with uplink and collect
|
|
604
|
-
|
|
605
|
-
### 1.10.8 (2025-05-17)
|
|
606
|
-
* (BenAhrdt) add some states for Mode
|
|
607
|
-
|
|
608
|
-
### 1.10.7 (2025-05-17)
|
|
609
|
-
* (BenAhrdt) add some roles
|
|
610
|
-
|
|
611
|
-
### 1.10.6 (2025-05-16)
|
|
612
|
-
* (BenAhrdt) change State Opened to role sensor.window for zigbee / matter stndard
|
|
613
|
-
|
|
614
|
-
### 1.10.5 (2025-05-15)
|
|
615
|
-
* (BenAhrdt) add role for Low Battery
|
|
616
|
-
* (BenAhrdt) add role value.battery to state BatteryPercent
|
|
617
|
-
|
|
618
|
-
### 1.10.4 (2025-05-15)
|
|
619
|
-
* (BenAhrdt) set new roles and bugfix role in downlink.control at startup
|
|
620
|
-
|
|
621
|
-
### 1.10.3 (2025-05-07)
|
|
622
|
-
* (BenAhrdt) set logging for custom send from warning to debug
|
|
623
|
-
|
|
624
|
-
### 1.10.2 (2025-05-04)
|
|
625
|
-
* (BenAhrdt) update dependencie to node >= 20
|
|
626
|
-
* (BenAhrdt) improove timestamp in deviceInformation, if its not present in message (eg. manualy send via TTN)
|
|
627
|
-
|
|
628
|
-
### 1.10.1 (2025-04-17)
|
|
629
|
-
* (BenAhrdt) Improove Custom Send
|
|
630
|
-
|
|
631
|
-
### 1.10.0 (2025-04-17)
|
|
632
|
-
* (BenAhrdt) Add CustomSend to Control folder
|
|
633
|
-
* (BenAhrdt) update Profile for 16ASPM
|
|
634
|
-
|
|
635
|
-
### 1.9.0 (2025-04-15)
|
|
636
|
-
* (BenAhrdt) Change default fpr push and replace
|
|
637
|
-
|
|
638
|
-
### 1.8.2 (2025-04-15)
|
|
639
|
-
* (BenAhrdt) Defaultvalues for push und replace (TTN)
|
|
640
|
-
|
|
641
|
-
### 1.8.1 (2025-04-06)
|
|
642
|
-
* (BenAhrdt) chaned format time in device info
|
|
643
|
-
|
|
644
|
-
### 1.8.0 (2025-04-06)
|
|
645
|
-
* (BenAhrdt) update dependencies and time / timestamp in deviceinfos
|
|
646
|
-
|
|
647
|
-
### 1.7.1 (2025-04-06)
|
|
648
|
-
* (BenAhrdt) change timewriting in deviceinfos at chirpstack
|
|
649
|
-
|
|
650
|
-
### 1.7.0 (2025-02-18)
|
|
651
|
-
* (BenAhrdt) add Volt to assignhandler with unit "V"
|
|
652
|
-
* (BenAhrdt) update dependency for admin and js-controller
|
|
653
|
-
* (BenAhrdt) update release script dependecie to 3.8
|
|
654
|
-
|
|
655
|
-
### 1.6.6 (2025-01-27)
|
|
656
|
-
* (BenAhrdt) start with known profiles
|
|
657
|
-
|
|
658
|
-
### 1.6.5 (2025-01-26)
|
|
659
|
-
* (BenAhrdt) export and import downlinkconmfigs with filemanager
|
|
660
|
-
|
|
661
|
-
### 1.6.4 (2025-01-21)
|
|
662
|
-
* (BenAhrdt) Set decoded Structure in deviceInfos (with Merge)
|
|
663
|
-
|
|
664
|
-
### 1.6.3 (2025-01-20)
|
|
665
|
-
* (BenAhrdt) Names of states changed (Downlink Raw)
|
|
666
|
-
* (BenAhrdt) Change setObjectNotExistsAsync to extendObjectAsync for Raw Data
|
|
667
|
-
|
|
668
|
-
### 1.6.2 (2025-01-15)
|
|
669
|
-
* (BenAhrdt) Bugfix creation of deviceinfo
|
|
670
|
-
|
|
671
|
-
### 1.6.1 (2025-01-10)
|
|
672
|
-
* (BenAhrdt) correction of role for state ExtenalTemperatur
|
|
673
|
-
|
|
674
|
-
### 1.6.0 (2024-12-05)
|
|
675
|
-
* (BenAhrdt) update eslint
|
|
676
|
-
|
|
677
|
-
### 1.5.7 (2024-11-26)
|
|
678
|
-
* (BenAhrdt) change header responsive
|
|
679
|
-
|
|
680
|
-
### 1.5.6 (2024-11-26)
|
|
681
|
-
* (BenAhrdt) add folder "uplink.remaining.version_ids" to writecommands
|
|
682
|
-
|
|
683
|
-
### 1.5.5 (2024-11-23)
|
|
684
|
-
* (BenAhrdt) add CRC-8
|
|
685
|
-
|
|
686
|
-
### 1.5.4 (2024-11-15)
|
|
687
|
-
* (BenAhrdt) add roles and fix responsive issues
|
|
688
|
-
|
|
689
|
-
### 1.5.3 (2024-10-30)
|
|
690
|
-
* (BenAhrdt) add roles
|
|
691
|
-
|
|
692
|
-
### 1.5.2 (2024-10-28)
|
|
693
|
-
* (BenAhrdt) add new standard types / add new Roles / update core to 3.2.2
|
|
694
|
-
|
|
695
|
-
### 1.5.1 (2024-10-17)
|
|
696
|
-
* (BenAhrdt) remove some wrong loggings
|
|
697
|
-
|
|
698
|
-
### 1.5.0 (2024-10-17)
|
|
699
|
-
* (BenAhrdt) add some notifications for devices back online
|
|
700
|
-
|
|
701
|
-
### 1.4.2 (2024-09-27)
|
|
702
|
-
* (BenAhrdt) add informations about delete an custom entry in config
|
|
703
|
-
|
|
704
|
-
### 1.4.1 (2024-09-25)
|
|
705
|
-
* (BenAhrdt) remove timestamp from role date (ttn timestamp im µs)
|
|
706
|
-
|
|
707
|
-
### 1.4.0 (2024-08-30)
|
|
708
|
-
* (BenAhrdt) function to assign properties
|
|
709
|
-
|
|
710
|
-
### 1.3.1 (2024-07-30)
|
|
711
|
-
* (BenAhrdt) implements example image
|
|
712
|
-
|
|
713
|
-
### 1.3.0 (2024-07-29)
|
|
714
|
-
* (BenAhrdt) Add "Custom"-Configuration
|
|
715
|
-
|
|
716
|
-
### 1.2.3 (2024-06-26)
|
|
717
|
-
* (BenAhrdt) Bugfix offlinenotification (calculation of diffenerce)
|
|
718
|
-
|
|
719
|
-
### 1.2.2 (2024-06-25)
|
|
720
|
-
* (BenAhrdt) Bugfix inf generate Deviceinfo at startup for chirpstack
|
|
721
|
-
|
|
722
|
-
### 1.2.1 (2024-06-24)
|
|
723
|
-
* (BenAhrdt) improof building of offlinenotification >= 25 hours
|
|
724
|
-
|
|
725
|
-
### 1.2.0 (2024-05-28)
|
|
726
|
-
* (BenAhrdt) change deviceInformations (keep old values in structure)
|
|
727
|
-
|
|
728
|
-
### 1.1.1 (2024-05-15)
|
|
729
|
-
* (BenAhrdt) mqtt dependencies updated for better keepalive
|
|
730
|
-
|
|
731
|
-
### 1.1.0 (2024-05-12)
|
|
732
|
-
* (BenAhrdt) implement keepalive in config
|
|
733
|
-
|
|
734
|
-
### 1.0.9 (2024-05-11)
|
|
735
|
-
* (BenAhrdt) remove debug warn logging
|
|
736
|
-
|
|
737
|
-
### 1.0.8 (2024-05-11)
|
|
738
|
-
* (BenAhrdt) set keepalive value to 0 => deactivate automatic reconnection
|
|
739
|
-
|
|
740
|
-
### 1.0.7 (2024-05-10)
|
|
741
|
-
* (BenAhrdt) setObjectAsynch bug after offline solved
|
|
742
|
-
|
|
743
|
-
### 1.0.6 (2024-05-10)
|
|
744
|
-
* (BenAhrdt) icons changed
|
|
745
|
-
* (BenAhrdt) device offline notofication placed in messagehandler.js
|
|
746
|
-
|
|
747
|
-
### 1.0.5 (2024-05-10)
|
|
748
|
-
* (BenAhrdt) device offline location changed
|
|
749
|
-
|
|
750
|
-
### 1.0.4 (2024-05-10)
|
|
751
|
-
* (BenAhrdt) changed icon and offline time
|
|
752
|
-
|
|
753
|
-
### 1.0.3 (2024-05-10)
|
|
754
|
-
* (BenAhrdt) notifications for connection and disconnection LNS added
|
|
755
|
-
* (BenAhrdt) notifiction for device offline added
|
|
756
|
-
|
|
757
|
-
### 1.0.2 (2024-03-27)
|
|
758
|
-
* (BenAhrdt) change some comments and logging
|
|
759
|
-
|
|
760
|
-
### 1.0.1 (2024-03-25)
|
|
761
|
-
* (BenAhrdt) support 2's complement
|
|
762
|
-
|
|
763
|
-
### 1.0.0 (2024-03-21)
|
|
764
|
-
* (BenAhrdt) implement wifi icons
|
|
765
|
-
|
|
766
|
-
### 0.6.6 (2024-03-11)
|
|
767
|
-
* (BenAhrdt) update Vicki device-config
|
|
768
|
-
|
|
769
|
-
### 0.6.5 (2024-03-08)
|
|
770
|
-
* (BenAhrdt) setObject changed into setObjectAsync
|
|
771
|
-
|
|
772
|
-
### 0.6.4 (2024-03-07)
|
|
773
|
-
* (BenAhrdt) Change writing of deviceinformations at Ttn
|
|
774
|
-
|
|
775
|
-
### 0.6.3 (2024-03-05)
|
|
776
|
-
* (BenAhrdt) def of deviceinformations changed
|
|
777
|
-
|
|
778
|
-
### 0.6.2 (2024-03-05)
|
|
779
|
-
* (BenAhrdt) seperate dp for deviceinformations
|
|
780
|
-
|
|
781
|
-
### 0.6.1 (2024-03-02)
|
|
782
|
-
* (BenAhrdt) better concept to write values and change setObjectNotExists to extendObject
|
|
783
|
-
|
|
784
|
-
### 0.6.0 (2024-03-02)
|
|
785
|
-
* (BenAhrdt) change concept of assigning roles, values and writecommands
|
|
786
|
-
|
|
787
|
-
### 0.5.5 (2024-03-01)
|
|
788
|
-
* (BenAhrdt) first step of handling with date
|
|
789
|
-
|
|
790
|
-
### 0.5.4 (2024-03-01)
|
|
791
|
-
* (BenAhrdt) implement ther approvedFolder conzept for writecommands from message
|
|
792
|
-
|
|
793
|
-
### 0.5.3 (2024-02-29)
|
|
794
|
-
* (BenAhrdt) change folder for writetriggers
|
|
795
|
-
|
|
796
|
-
### 0.5.2 (2024-02-29)
|
|
797
|
-
* (BenAhrdt) make writetrigger more flexible
|
|
798
|
-
|
|
799
|
-
### 0.5.1 (2024-02-29)
|
|
800
|
-
* (BenAhrdt) detecting of triggerwords changed
|
|
801
|
-
|
|
802
|
-
### 0.5.0 (2024-02-28)
|
|
803
|
-
* (BenAhrdt) trigger for devicetype implemented
|
|
804
|
-
|
|
805
|
-
### 0.4.1 (2024-02-26)
|
|
806
|
-
* (BenAhrdt) implement new deviceprofiles
|
|
807
|
-
|
|
808
|
-
### 0.4.0 (2024-02-26)
|
|
809
|
-
* (BenAhrdt) searchallgorythm improoved, defaultvalues changed, remove query for "all"
|
|
810
|
-
|
|
811
|
-
### 0.3.10 (2024-02-25)
|
|
812
|
-
* (BenAhrdt) change logging again if a device joined the network
|
|
813
|
-
|
|
814
|
-
### 0.3.9 (2024-02-25)
|
|
815
|
-
* (BenAhrdt) change logging if a device joined the network
|
|
816
|
-
|
|
817
|
-
### 0.3.8 (2024-02-23)
|
|
818
|
-
* (BenAhrdt) write def into state in case of type changes
|
|
819
|
-
|
|
820
|
-
### 0.3.7 (2024-02-22)
|
|
821
|
-
* (BenAhrdt) improove forbidden chars and implements join raw
|
|
822
|
-
|
|
823
|
-
### 0.3.6 (2024-02-21)
|
|
824
|
-
* (BenAhrdt) set attributs if undefined
|
|
825
|
-
|
|
826
|
-
### 0.3.5 (2024-02-21)
|
|
827
|
-
* (BenAhrdt) set tier to 2 and improove standard devices
|
|
828
|
-
|
|
829
|
-
### 0.3.4 (2024-02-20)
|
|
830
|
-
* (BenAhrdt) put some debug and silly logging to code
|
|
831
|
-
|
|
832
|
-
### 0.3.3 (2024-02-19)
|
|
833
|
-
* (BenAhrdt) set infos into native
|
|
834
|
-
|
|
835
|
-
### 0.3.2 (2024-02-16)
|
|
836
|
-
* (BenAhrdt) wording recieved => received in messageing
|
|
837
|
-
|
|
838
|
-
### 0.3.1 (2024-02-15)
|
|
839
|
-
* (BenAhrdt) rebuild with better messageing
|
|
840
|
-
|
|
841
|
-
### 0.3.0 (2024-02-15)
|
|
842
|
-
* (BenAhrdt) define user friendly Blockly Blocks with result
|
|
843
|
-
|
|
844
|
-
### 0.2.1 (2024-02-13)
|
|
845
|
-
* (BenAhrdt) check types of messaging values and implements more blockly blocks
|
|
846
|
-
|
|
847
|
-
### 0.2.0 (2024-02-12)
|
|
848
|
-
* (BenAhrdt) more functionality in messageing
|
|
849
|
-
|
|
850
|
-
### 0.1.13 (2024-02-12)
|
|
851
|
-
* (BenAhrdt) building of directory changed and message implemented
|
|
852
|
-
|
|
853
|
-
### 0.1.12 (2024-02-09)
|
|
854
|
-
* (BenAhrdt) default value crc config bug fixed
|
|
855
|
-
|
|
856
|
-
### 0.1.11 (2024-02-09)
|
|
857
|
-
* (BenAhrdt) min / max values for downlink-configs (number)
|
|
858
|
-
|
|
859
|
-
### 0.1.10 (2024-02-08)
|
|
860
|
-
* (BenAhrdt) default of crc changed
|
|
861
|
-
|
|
862
|
-
### 0.1.9 (2024-02-07)
|
|
863
|
-
* (BenAhrdt) crc calculation improoved
|
|
864
|
-
|
|
865
|
-
### 0.1.8 (2024-02-07)
|
|
866
|
-
* (BenAhrdt) implement crc calculation
|
|
867
|
-
|
|
868
|
-
### 0.1.7 (2024-02-06)
|
|
869
|
-
* (BenAhrdt) change filter on statechange
|
|
870
|
-
|
|
871
|
-
### 0.1.6 (2024-02-05)
|
|
872
|
-
* (BenAhrdt) implments byte swap
|
|
873
|
-
|
|
874
|
-
### 0.1.5 (2024-02-02)
|
|
875
|
-
* (BenAhrdt) remove units and insert roles
|
|
876
|
-
|
|
877
|
-
### 0.1.4 (2024-02-01)
|
|
878
|
-
* (BenAhrdt) change input of length and validate hex inputs
|
|
879
|
-
|
|
880
|
-
### 0.1.3 (2024-02-01)
|
|
881
|
-
* (BenAhrdt) change internal Base devices
|
|
882
|
-
|
|
883
|
-
### 0.1.2 (2024-01-31)
|
|
884
|
-
* (BenAhrdt) concept of config changed
|
|
885
|
-
|
|
886
|
-
### 0.1.1 (2024-01-30)
|
|
887
|
-
* (BenAhrdt) reduceing calling changeInfo > create expersettings to send downlinks with uplink
|
|
888
|
-
|
|
889
|
-
### 0.1.0 (2024-01-26)
|
|
890
|
-
* (BenAhrdt) removing downlink/configuration path and first tests of send downlink with uplink
|
|
891
|
-
|
|
892
|
-
### 0.0.18 (2024-01-25)
|
|
893
|
-
* (BenAhrdt) remove wrong warn logging
|
|
894
|
-
|
|
895
|
-
### 0.0.17 (2024-01-25)
|
|
896
|
-
* (BenAhrdt) changed Handling of standard configurations
|
|
897
|
-
|
|
898
|
-
### 0.0.16 (2024-01-22)
|
|
899
|
-
* (BenAhrdt) romeve reacheble object directory / improoved object === NULL
|
|
900
|
-
|
|
901
|
-
### 0.0.15 (2024-01-21)
|
|
902
|
-
* (BenAhrdt) bugfix chirpstack directory at downlink queued
|
|
903
|
-
|
|
904
|
-
### 0.0.14 (2024-01-21)
|
|
905
|
-
* (BenAhrdt) bugfix chirpstack directory
|
|
906
|
-
|
|
907
|
-
### 0.0.13 (2024-01-21)
|
|
908
|
-
* (BenAhrdt) change device id selecting in chirpstack out of directory (for downlink queued)
|
|
909
|
-
|
|
910
|
-
### 0.0.12 (2024-01-21)
|
|
911
|
-
* (BenAhrdt) change flow of downlink
|
|
912
|
-
|
|
913
|
-
### 0.0.11 (2024-01-20)
|
|
914
|
-
* (BenAhrdt) toSend und lastSend added to folders
|
|
915
|
-
|
|
916
|
-
### 0.0.10 (2024-01-19)
|
|
917
|
-
* (BenAhrdt) changes in length calculation
|
|
918
|
-
|
|
919
|
-
### 0.0.9 (2024-01-19)
|
|
920
|
-
* (BenAhrdt) first version for beta
|
|
921
|
-
|
|
922
|
-
### 0.0.8 (2024-01-18)
|
|
923
|
-
* (BenAhrdt) first implementation of chirpstack
|
|
924
|
-
|
|
925
|
-
### 0.0.7 (2024-01-17)
|
|
926
|
-
* (BenAhrdt) hex to Upper case, more units for decoded payload values
|
|
927
|
-
|
|
928
|
-
### 0.0.6 (2024-01-16)
|
|
929
|
-
* (BenAhrdt) insert whole translation for config and move some functions
|
|
930
|
-
|
|
931
|
-
### 0.0.5 (2024-01-15)
|
|
932
|
-
* (BenAhrdt) delete not configed states at startup
|
|
933
|
-
|
|
934
|
-
### 0.0.4 (2024-01-15)
|
|
935
|
-
* (BenAhrdt) implements buttons and standard downlink control ind json (push / replace)
|
|
936
|
-
|
|
937
|
-
### 0.0.3 (2024-01-14)
|
|
938
|
-
* (BenAhrdt) first config for downlinks inputed
|
|
939
|
-
|
|
940
|
-
### 0.0.2 (2024-01-12)
|
|
941
|
-
* (BenAhrdt) initial release
|
|
66
|
+
### Older entries
|
|
67
|
+
[here](OLD_CHANGELOG.md)
|
|
942
68
|
|
|
943
69
|
## License
|
|
944
70
|
MIT License
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.19.
|
|
4
|
+
"version": "1.19.22",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.19.22": {
|
|
7
|
+
"en": "change Check getForeigenObjectAsync to foreignObjectExists (chek config objects)",
|
|
8
|
+
"de": "änderung Anreise nach Foreigen ObjectAsync zu fremd ObjectExists (chek config Objekte)",
|
|
9
|
+
"ru": "изменение Проверить GetForeigen ObjectAsync для иностранных ObjectExists (объекты чек-конфигурирования)",
|
|
10
|
+
"pt": "alteração Verificar getForeigen ObjetoAsync para estrangeiro O objeto existe (objetos de configuração do 'chek')",
|
|
11
|
+
"nl": "verandering Check getForeigen ObjectAsync naar vreemd ObjectExists (chek config objecten)",
|
|
12
|
+
"fr": "changement Vérifiez getForeigen ObjetAsync à étranger ObjetExists (chèquer les objets de configuration)",
|
|
13
|
+
"it": "cambiamento Controllare il prezzo ObjectAsync per stranieri ObjectExists (chek oggetti di configurazione)",
|
|
14
|
+
"es": "cambio Comprobación de Foreigen ObjectAsync to foreign ObjectExists (chek config objects)",
|
|
15
|
+
"pl": "zmiana Sprawdź getForeigen ObjectAsync do zagranicy ObjectExists (obiekty konfiguracyjne chek)",
|
|
16
|
+
"uk": "увійти Перевірити getForeigen Об'єкт Об'єктExists (пристрої налаштування)",
|
|
17
|
+
"zh-cn": "变动 检查是否获取 Foreigen 对象同步到外国 对象Exists (切克配置对象)"
|
|
18
|
+
},
|
|
6
19
|
"1.19.21": {
|
|
7
20
|
"en": "add color Termperature mode to foreign light config",
|
|
8
21
|
"de": "farbe hinzufügen Termperatur-Modus zu ausländischen Licht config",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "bugfix ForeignState",
|
|
81
94
|
"uk": "виправлення помилок (getForeignState)",
|
|
82
95
|
"zh-cn": "bugfix 外国封面( GetForeign State)"
|
|
83
|
-
},
|
|
84
|
-
"1.19.15": {
|
|
85
|
-
"en": "add new bugfixes cover",
|
|
86
|
-
"de": "neue bugfixes cover hinzufügen",
|
|
87
|
-
"ru": "добавить новый багфикс покрытия",
|
|
88
|
-
"pt": "adicionar nova tampa de correções de erros",
|
|
89
|
-
"nl": "nieuwe bugfixes cover toevoegen",
|
|
90
|
-
"fr": "ajouter une nouvelle couverture bugfixes",
|
|
91
|
-
"it": "aggiungere nuovi bugfixs cover",
|
|
92
|
-
"es": "añadir nueva cubierta de bugfixes",
|
|
93
|
-
"pl": "dodawanie nowej okładki błędów",
|
|
94
|
-
"uk": "додати новий чохол для виправлення помилок",
|
|
95
|
-
"zh-cn": "添加新的错误修正覆盖"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/lib/modules/bridge.js
CHANGED
|
@@ -2294,7 +2294,7 @@ class bridgeClass {
|
|
|
2294
2294
|
for (const id of Object.values(climateIds)) {
|
|
2295
2295
|
// Just lock to object, if it does not end with Virtual Mode
|
|
2296
2296
|
if (!id.endsWith(this.EndingVirtualMode)) {
|
|
2297
|
-
if (!(await this.adapter.
|
|
2297
|
+
if (!(await this.adapter.foreignObjectExists(id))) {
|
|
2298
2298
|
this.adapter.log.debug(`Id: ${id} does not exsit.`);
|
|
2299
2299
|
return false;
|
|
2300
2300
|
}
|
|
@@ -2523,7 +2523,7 @@ class bridgeClass {
|
|
|
2523
2523
|
HumidifierIds.target = config.TargetId;
|
|
2524
2524
|
HumidifierIds.act = config.ActId;
|
|
2525
2525
|
for (const id of Object.values(HumidifierIds)) {
|
|
2526
|
-
if (!(await this.adapter.
|
|
2526
|
+
if (!(await this.adapter.foreignObjectExists(id))) {
|
|
2527
2527
|
this.adapter.log.debug(`Id: ${id} does not exsit.`);
|
|
2528
2528
|
return false;
|
|
2529
2529
|
}
|
|
@@ -2821,7 +2821,7 @@ class bridgeClass {
|
|
|
2821
2821
|
LightIds.effects = config.EffectsId;
|
|
2822
2822
|
}
|
|
2823
2823
|
for (const id of Object.values(LightIds)) {
|
|
2824
|
-
if (!(await this.adapter.
|
|
2824
|
+
if (!(await this.adapter.foreignObjectExists(id))) {
|
|
2825
2825
|
this.adapter.log.debug(`Id: ${id} does not exsit.`);
|
|
2826
2826
|
return false;
|
|
2827
2827
|
}
|
|
@@ -3280,7 +3280,7 @@ class bridgeClass {
|
|
|
3280
3280
|
}
|
|
3281
3281
|
}
|
|
3282
3282
|
for (const id of Object.values(CoverIds)) {
|
|
3283
|
-
if (!(await this.adapter.
|
|
3283
|
+
if (!(await this.adapter.foreignObjectExists(id))) {
|
|
3284
3284
|
this.adapter.log.debug(`Id: ${id} does not exsit.`);
|
|
3285
3285
|
return false;
|
|
3286
3286
|
}
|
|
@@ -3481,7 +3481,7 @@ class bridgeClass {
|
|
|
3481
3481
|
LockIds.state = config.StateId;
|
|
3482
3482
|
}
|
|
3483
3483
|
for (const id of Object.values(LockIds)) {
|
|
3484
|
-
if (!(await this.adapter.
|
|
3484
|
+
if (!(await this.adapter.foreignObjectExists(id))) {
|
|
3485
3485
|
this.adapter.log.debug(`Id: ${id} does not exsit.`);
|
|
3486
3486
|
return false;
|
|
3487
3487
|
}
|