iobroker.lorawan 1.18.42 → 1.18.44
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 +6 -0
- package/admin/jsonConfig.json +24 -0
- package/io-package.json +27 -27
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -23,6 +23,12 @@ 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.18.44 (2025-12-02)
|
|
27
|
+
* (BenAhrdt) add mixed to possible value types in config
|
|
28
|
+
|
|
29
|
+
### 1.18.43 (2025-12-02)
|
|
30
|
+
* (BenAhrdt) specific filter at objectId selection in config
|
|
31
|
+
|
|
26
32
|
### 1.18.42 (2025-12-01)
|
|
27
33
|
* (BenAhrdt) change gate to garage_door in binary_sensor
|
|
28
34
|
|
package/admin/jsonConfig.json
CHANGED
|
@@ -1573,6 +1573,7 @@
|
|
|
1573
1573
|
"type": "objectId",
|
|
1574
1574
|
"attr": "TargetId",
|
|
1575
1575
|
"label": "ClimateTargetTemperatureText",
|
|
1576
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
1576
1577
|
"xs": 12,
|
|
1577
1578
|
"sm": 4,
|
|
1578
1579
|
"md": 4,
|
|
@@ -1583,6 +1584,7 @@
|
|
|
1583
1584
|
"type": "objectId",
|
|
1584
1585
|
"attr": "ActId",
|
|
1585
1586
|
"label": "ClimateActTemperatureText",
|
|
1587
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
1586
1588
|
"xs": 12,
|
|
1587
1589
|
"sm": 4,
|
|
1588
1590
|
"md": 4,
|
|
@@ -1594,6 +1596,7 @@
|
|
|
1594
1596
|
"attr": "ModeId",
|
|
1595
1597
|
"label": "ClimateModeTemperatureText",
|
|
1596
1598
|
"hidden": "data.VirtualMode === true",
|
|
1599
|
+
"customFilter": {"common": { "type": [ "string", "mixed" ] } },
|
|
1597
1600
|
"xs": 12,
|
|
1598
1601
|
"sm": 4,
|
|
1599
1602
|
"md": 4,
|
|
@@ -1685,6 +1688,7 @@
|
|
|
1685
1688
|
"type": "objectId",
|
|
1686
1689
|
"attr": "OnOffId",
|
|
1687
1690
|
"label": "HumidifierOnOffText",
|
|
1691
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
1688
1692
|
"xs": 12,
|
|
1689
1693
|
"sm": 4,
|
|
1690
1694
|
"md": 4,
|
|
@@ -1695,6 +1699,7 @@
|
|
|
1695
1699
|
"type": "objectId",
|
|
1696
1700
|
"attr": "TargetId",
|
|
1697
1701
|
"label": "HumidifierTargetText",
|
|
1702
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
1698
1703
|
"xs": 12,
|
|
1699
1704
|
"sm": 4,
|
|
1700
1705
|
"md": 4,
|
|
@@ -1705,6 +1710,7 @@
|
|
|
1705
1710
|
"type": "objectId",
|
|
1706
1711
|
"attr": "ActId",
|
|
1707
1712
|
"label": "HumidifierActText",
|
|
1713
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
1708
1714
|
"hidden": "data.WithAct === false",
|
|
1709
1715
|
"xs": 12,
|
|
1710
1716
|
"sm": 4,
|
|
@@ -1817,6 +1823,7 @@
|
|
|
1817
1823
|
"type": "objectId",
|
|
1818
1824
|
"attr": "OnOffId",
|
|
1819
1825
|
"label": "LightOnOffText",
|
|
1826
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
1820
1827
|
"xs": 12,
|
|
1821
1828
|
"sm": 4,
|
|
1822
1829
|
"md": 4,
|
|
@@ -1827,6 +1834,7 @@
|
|
|
1827
1834
|
"type": "objectId",
|
|
1828
1835
|
"attr": "BrightnessId",
|
|
1829
1836
|
"label": "LightBrightnessText",
|
|
1837
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
1830
1838
|
"hidden": "data.LightBrightness === false",
|
|
1831
1839
|
"xs": 12,
|
|
1832
1840
|
"sm": 4,
|
|
@@ -1838,6 +1846,7 @@
|
|
|
1838
1846
|
"type": "objectId",
|
|
1839
1847
|
"attr": "ColorId",
|
|
1840
1848
|
"label": "LightColorText",
|
|
1849
|
+
"customFilter": {"common": { "type": [ "string", "mixed" ] } },
|
|
1841
1850
|
"hidden": "data.LightColor === false",
|
|
1842
1851
|
"xs": 12,
|
|
1843
1852
|
"sm": 4,
|
|
@@ -1849,6 +1858,7 @@
|
|
|
1849
1858
|
"type": "objectId",
|
|
1850
1859
|
"attr": "EffectsId",
|
|
1851
1860
|
"label": "LightEffectsText",
|
|
1861
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
1852
1862
|
"hidden": "data.LightEffects === false",
|
|
1853
1863
|
"xs": 12,
|
|
1854
1864
|
"sm": 4,
|
|
@@ -1962,6 +1972,7 @@
|
|
|
1962
1972
|
"newLine": true,
|
|
1963
1973
|
"attr": "CommandId",
|
|
1964
1974
|
"label": "CommandText",
|
|
1975
|
+
"customFilter": {"common": { "type": [ "string", "mixed" ] } },
|
|
1965
1976
|
"hidden": "data.CoverSeparate !== 'string'",
|
|
1966
1977
|
"xs": 12,
|
|
1967
1978
|
"sm": 4,
|
|
@@ -1974,6 +1985,7 @@
|
|
|
1974
1985
|
"newLine": true,
|
|
1975
1986
|
"attr": "OpenId",
|
|
1976
1987
|
"label": "CoverOpenText",
|
|
1988
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
1977
1989
|
"hidden": "data.CoverSeparate !== 'separate'",
|
|
1978
1990
|
"xs": 12,
|
|
1979
1991
|
"sm": 4,
|
|
@@ -1985,6 +1997,7 @@
|
|
|
1985
1997
|
"type": "objectId",
|
|
1986
1998
|
"attr": "CloseId",
|
|
1987
1999
|
"label": "CoverCloseText",
|
|
2000
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
1988
2001
|
"hidden": "data.CoverSeparate !== 'separate'",
|
|
1989
2002
|
"xs": 12,
|
|
1990
2003
|
"sm": 4,
|
|
@@ -1996,6 +2009,7 @@
|
|
|
1996
2009
|
"type": "objectId",
|
|
1997
2010
|
"attr": "StopId",
|
|
1998
2011
|
"label": "CoverStopText",
|
|
2012
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
1999
2013
|
"hidden": "data.CoverSeparate !== 'separate' || data.CoverStop === false",
|
|
2000
2014
|
"xs": 12,
|
|
2001
2015
|
"sm": 4,
|
|
@@ -2007,6 +2021,7 @@
|
|
|
2007
2021
|
"type": "checkbox",
|
|
2008
2022
|
"attr": "CoverPosition",
|
|
2009
2023
|
"label": "CoverPosition",
|
|
2024
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
2010
2025
|
"tooltip": "CoverPositionTooltip",
|
|
2011
2026
|
"newLine": true,
|
|
2012
2027
|
"default": true,
|
|
@@ -2030,6 +2045,7 @@
|
|
|
2030
2045
|
"type": "objectId",
|
|
2031
2046
|
"attr": "PositionId",
|
|
2032
2047
|
"label": "CoverPositionText",
|
|
2048
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
2033
2049
|
"hidden": "data.CoverPosition === false",
|
|
2034
2050
|
"xs": 12,
|
|
2035
2051
|
"sm": 4,
|
|
@@ -2064,6 +2080,7 @@
|
|
|
2064
2080
|
"type": "objectId",
|
|
2065
2081
|
"attr": "TiltId",
|
|
2066
2082
|
"label": "CoverTiltText",
|
|
2083
|
+
"customFilter": {"common": { "type": [ "number", "mixed" ] } },
|
|
2067
2084
|
"hidden": "data.CoverTilt === false",
|
|
2068
2085
|
"xs": 12,
|
|
2069
2086
|
"sm": 4,
|
|
@@ -2112,6 +2129,7 @@
|
|
|
2112
2129
|
"type": "objectId",
|
|
2113
2130
|
"attr": "OpenSignalId",
|
|
2114
2131
|
"label": "CoverOpenSignalText",
|
|
2132
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
2115
2133
|
"hidden": "data.CoverOpenSignal === false",
|
|
2116
2134
|
"xs": 12,
|
|
2117
2135
|
"sm": 4,
|
|
@@ -2149,6 +2167,7 @@
|
|
|
2149
2167
|
"type": "objectId",
|
|
2150
2168
|
"attr": "ClosedSignalId",
|
|
2151
2169
|
"label": "CoverClosedSignalText",
|
|
2170
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
2152
2171
|
"hidden": "data.CoverClosedSignal === false",
|
|
2153
2172
|
"xs": 12,
|
|
2154
2173
|
"sm": 4,
|
|
@@ -2249,6 +2268,7 @@
|
|
|
2249
2268
|
"newLine": true,
|
|
2250
2269
|
"attr": "CommandId",
|
|
2251
2270
|
"label": "CommandText",
|
|
2271
|
+
"customFilter": {"common": { "type": [ "string", "mixed" ] } },
|
|
2252
2272
|
"hidden": "data.LockSeparate !== 'string'",
|
|
2253
2273
|
"xs": 12,
|
|
2254
2274
|
"sm": 4,
|
|
@@ -2261,6 +2281,7 @@
|
|
|
2261
2281
|
"newLine": true,
|
|
2262
2282
|
"attr": "LockId",
|
|
2263
2283
|
"label": "LockLockText",
|
|
2284
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
2264
2285
|
"hidden": "data.LockSeparate !== 'separate'",
|
|
2265
2286
|
"xs": 12,
|
|
2266
2287
|
"sm": 4,
|
|
@@ -2272,6 +2293,7 @@
|
|
|
2272
2293
|
"type": "objectId",
|
|
2273
2294
|
"attr": "UnlockId",
|
|
2274
2295
|
"label": "LockUnlockText",
|
|
2296
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
2275
2297
|
"hidden": "data.LockSeparate !== 'separate'",
|
|
2276
2298
|
"xs": 12,
|
|
2277
2299
|
"sm": 4,
|
|
@@ -2283,6 +2305,7 @@
|
|
|
2283
2305
|
"type": "objectId",
|
|
2284
2306
|
"attr": "OpenId",
|
|
2285
2307
|
"label": "LockOpenText",
|
|
2308
|
+
"customFilter": {"common": { "type": [ "boolean", "mixed" ] } },
|
|
2286
2309
|
"hidden": "data.LockSeparate !== 'separate' || data.LockOpen === false",
|
|
2287
2310
|
"xs": 12,
|
|
2288
2311
|
"sm": 4,
|
|
@@ -2305,6 +2328,7 @@
|
|
|
2305
2328
|
"type": "objectId",
|
|
2306
2329
|
"attr": "StateId",
|
|
2307
2330
|
"label": "StateText",
|
|
2331
|
+
"customFilter": {"common": { "type": [ "string", "mixed" ] } },
|
|
2308
2332
|
"hidden": "data.LockSeparateState === false",
|
|
2309
2333
|
"xs": 12,
|
|
2310
2334
|
"sm": 4,
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "lorawan",
|
|
4
|
-
"version": "1.18.
|
|
4
|
+
"version": "1.18.44",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.18.44": {
|
|
7
|
+
"en": "add mixed to possible value types in config",
|
|
8
|
+
"de": "hinzufügen zu möglichen werttypen in config",
|
|
9
|
+
"ru": "добавить смешанные возможные типы значений в конфигурацию",
|
|
10
|
+
"pt": "adicionar mixed aos possíveis tipos de valor na configuração",
|
|
11
|
+
"nl": "gemengd toevoegen aan mogelijke waardetypes in configuratie",
|
|
12
|
+
"fr": "ajouter mélangé aux types de valeurs possibles dans config",
|
|
13
|
+
"it": "aggiungere misto a possibili tipi di valore in configurazione",
|
|
14
|
+
"es": "añadir mixto a posibles tipos de valor en config",
|
|
15
|
+
"pl": "dodać mieszane do możliwych typów wartości w konfigu",
|
|
16
|
+
"uk": "додати змішані для можливих типів значень в конфігурації",
|
|
17
|
+
"zh-cn": "在配置中向可能的值类型添加混合"
|
|
18
|
+
},
|
|
19
|
+
"1.18.43": {
|
|
20
|
+
"en": "specific filter at objectId selection in config",
|
|
21
|
+
"de": "spezifischer Filter am Objekt Id-Auswahl in config",
|
|
22
|
+
"ru": "специальный фильтр на объекте Id выбор в конфигурации",
|
|
23
|
+
"pt": "filtro específico no objeto Seleção de ID na configuração",
|
|
24
|
+
"nl": "specifiek filter bij object Id-selectie in configuratie",
|
|
25
|
+
"fr": "filtre spécifique à l'objet Sélection d'id dans config",
|
|
26
|
+
"it": "filtro specifico per oggetto Selezione Id in configurazione",
|
|
27
|
+
"es": "filtro específico en objeto Selección de medicamentos en config",
|
|
28
|
+
"pl": "określony filtr w obiekcie Id wybór w konfiguracji",
|
|
29
|
+
"uk": "специфічний фільтр на об'єкті Вибір Id в config",
|
|
30
|
+
"zh-cn": "对象的特定过滤器 配置中的 ID 选择"
|
|
31
|
+
},
|
|
6
32
|
"1.18.42": {
|
|
7
33
|
"en": "change gate to garage_door in binary_sensor",
|
|
8
34
|
"de": "ändern sie das tor zu garage_door in binär_sensor",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "dodaj klasę urządzenia do pokrycia w konfiguracji",
|
|
68
94
|
"uk": "додати клас пристрою для обкладинки в налаштування",
|
|
69
95
|
"zh-cn": "在配置中添加要覆盖的设备类"
|
|
70
|
-
},
|
|
71
|
-
"1.18.37": {
|
|
72
|
-
"en": "add tilt to cover config",
|
|
73
|
-
"de": "kippen auf cover config hinzufügen",
|
|
74
|
-
"ru": "добавить наклон для покрытия конфигурацией",
|
|
75
|
-
"pt": "adicionar inclinação à configuração da capa",
|
|
76
|
-
"nl": "kantel toevoegen aan cover config",
|
|
77
|
-
"fr": "ajouter l'inclinaison à la configuration du couvercle",
|
|
78
|
-
"it": "aggiungere inclinazione per coprire config",
|
|
79
|
-
"es": "añadir inclinación para cubrir config",
|
|
80
|
-
"pl": "dodaj tilt do okładki config",
|
|
81
|
-
"uk": "add tilt для налаштування кришки",
|
|
82
|
-
"zh-cn": "添加倾斜到覆盖配置"
|
|
83
|
-
},
|
|
84
|
-
"1.18.36": {
|
|
85
|
-
"en": "fist possibillity to change unlatch on lock entity\nAdd version to discovery\nAdd via device to discovery",
|
|
86
|
-
"de": "fist possibillity zu ändern unlatch auf schloss entity\nVersion zur Entdeckung hinzufügen\nÜber das Gerät zur Entdeckung hinzufügen",
|
|
87
|
-
"ru": "fist possibillity - изменить unlatch на lock entity\nДобавить версию к Discovery\nДобавить через устройство к открытию",
|
|
88
|
-
"pt": "possibilidade do punho para mudar a desacoplamento na entidade de bloqueio\nAdicionar versão à descoberta\nAdicionar via dispositivo à descoberta",
|
|
89
|
-
"nl": "fist mogelijkheid om unlatch te veranderen op slot entiteit\nVersie toevoegen aan ontdekking\nVoeg via apparaat toe aan ontdekking",
|
|
90
|
-
"fr": "possibillity du poing pour changer le déblocage sur l'entité de verrouillage\nAjouter une version à la découverte\nAjouter via périphérique à la découverte",
|
|
91
|
-
"it": "possibilità di cambiare unlatch su entità di blocco\nAggiungere la versione alla scoperta\nAggiungere tramite dispositivo alla scoperta",
|
|
92
|
-
"es": "fist possibillity to change unlatch on lock entity\nAñadir versión al descubrimiento\nAñadir vía dispositivo al descubrimiento",
|
|
93
|
-
"pl": "fist possibilty to change unlatch on lock entity\nDodaj wersję do odkrycia\nDodaj przez urządzenie do odkrycia",
|
|
94
|
-
"uk": "fist possibillity змінити unlatch на суб'єкті блокування\nДодати версію для відкриття\nДодати через пристрій для відкриття",
|
|
95
|
-
"zh-cn": "在锁实体上更改未匹配的拳头特性\n在发现中添加版本\n通过设备添加到发现"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.lorawan",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.44",
|
|
4
4
|
"description": "converts the desired lora gateway data to a ioBroker structure",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
40
40
|
"@iobroker/eslint-config": "^2.2.0",
|
|
41
41
|
"@iobroker/testing": "^5.2.2",
|
|
42
|
-
"@tsconfig/node20": "^20.1.
|
|
43
|
-
"@types/lodash": "^4.17.
|
|
44
|
-
"@types/node": "^24.10.
|
|
42
|
+
"@tsconfig/node20": "^20.1.8",
|
|
43
|
+
"@types/lodash": "^4.17.21",
|
|
44
|
+
"@types/node": "^24.10.1",
|
|
45
45
|
"typescript": "~5.9.3"
|
|
46
46
|
},
|
|
47
47
|
"main": "main.js",
|