iobroker.lorawan 1.22.29 → 1.22.31

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
@@ -24,6 +24,13 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
24
24
  Placeholder for the next version (at the beginning of the line):
25
25
  ### **WORK IN PROGRESS**
26
26
  -->
27
+ ### 1.22.31 (2026-07-09)
28
+ - (BenAhrdt) Add selection of ToIob source id
29
+
30
+ ### 1.22.30 (2026-07-07)
31
+ - (BenAhrdt) Add PIR Mini device Profile
32
+ - (BenAhrdt) Add possibillity to ad states to downlink numbers
33
+
27
34
  ### 1.22.29 (2026-07-06)
28
35
  - (BenAhrdt) Add some roles and units to assignhandler
29
36
 
@@ -34,13 +41,6 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
34
41
  - (BenAhrdt) Bugfix warning for wrong id
35
42
  - (BenAhrdt) Add Profile to downloadconfig
36
43
 
37
- ### 1.22.26 (2026-07-04)
38
- - (BenAhrdt) Add ststes into Lock entity for ToIob devices
39
-
40
- ### 1.22.25 (2026-06-25)
41
- - (BenAhrdt) Change Assignhandler for case intensive Check
42
- - (BenAhrdt) Add subAssign for a part of name
43
-
44
44
  [Older changes can be found there](CHANGELOG_OLD.md)
45
45
 
46
46
  ## License
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "aus",
29
29
  "BridgeTypeSH": "Smart Home",
30
30
  "BridgeTypeTooltip": "Wählen Sie den Typ des Fremdsystems aus",
31
+ "BridgeToIobIdSource": "ToIob-ID Quelle",
32
+ "BridgeToIobIdSourceTooltip": "Wählen Sie, ob ToIob-Geräte ihre ioBroker-State-ID aus der entity_id oder unique_id bilden",
31
33
  "BridgenotificationActivation": "Benachrichtigungsaktivierung",
32
34
  "BridgenotificationTooltip": "Aktivieren oder deaktivieren Sie die Benachrichtigung",
33
35
  "ClimateActTemperatureText": "Isttemperatur",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "Wählen Sie ein Trennzeichen zwischen den Kennungen",
324
326
  "space": "Leerzeichen",
325
327
  "sslTooltip": "Wenn Ihre Verbindung SSL verwendet, aktivieren Sie bitte dieses Kontrollkästchen (anstelle von mqtt wird mqtts verwendet).",
328
+ "statesValue": "JSON für den Wert der Enum (Sates)",
329
+ "statesValueTooltip": "Geben Sie einen JSON-String für die States im common bereich ein",
326
330
  "subscribeTooltip": "Abonnieren Sie den State von der Bridge",
327
331
  "subscribed": "Abonniert",
328
332
  "swap": "Little Endian (Bytereihenfolge tauschen)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Benutzter Applikationsname (common.name)",
339
343
  "usedDeviceId": "Benutzte Geräte Id (common.name)",
340
344
  "username": "Benutzername",
341
- "usernameTooltip": "Geben Sie Ihren Benutzernamen ein"
345
+ "usernameTooltip": "Geben Sie Ihren Benutzernamen ein",
346
+ "withStates": "Mit Enum",
347
+ "withStatesTooltip": "Mit Enum zur Auswahl"
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "off",
29
29
  "BridgeTypeSH": "Smart Home",
30
30
  "BridgeTypeTooltip": "Select the Type of the foreign System",
31
+ "BridgeToIobIdSource": "ToIob ID source",
32
+ "BridgeToIobIdSourceTooltip": "Select whether ToIob devices build their ioBroker state ID from entity_id or unique_id",
31
33
  "BridgenotificationActivation": "notification activation",
32
34
  "BridgenotificationTooltip": "activate or deactivate the notification",
33
35
  "ClimateActTemperatureText": "Target Temperature",
@@ -339,5 +341,10 @@
339
341
  "HomeStateNumberTooltip": "Number to indicate the home state",
340
342
  "StartNumberTooltip": "Enter ther Number wich will be send to start",
341
343
  "StopNumberTooltip": "Enter ther Number wich will be send to stop",
342
- "HomeNumberTooltip": "Enter ther Number wich will be send to home"
344
+ "HomeNumberTooltip": "Enter ther Number wich will be send to home",
345
+
346
+ "withStates": "With States",
347
+ "withStatesTooltip": "With States for selection",
348
+ "statesValue": "JSON for value of states",
349
+ "statesValueTooltip": "Enter a JSON for the states of this parameter"
343
350
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "apagado",
29
29
  "BridgeTypeSH": "Hogar inteligente",
30
30
  "BridgeTypeTooltip": "Seleccione el tipo de sistema externo",
31
+ "BridgeToIobIdSource": "Fuente de ID ToIob",
32
+ "BridgeToIobIdSourceTooltip": "Seleccione si los dispositivos ToIob crean su ID de estado de ioBroker desde entity_id o unique_id",
31
33
  "BridgenotificationActivation": "activación de notificación",
32
34
  "BridgenotificationTooltip": "activar o desactivar la notificación",
33
35
  "ClimateActTemperatureText": "Temperatura objetivo",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "elegir un separador para los identificadores",
324
326
  "space": "espacio",
325
327
  "sslTooltip": "Si su conexión usa SSL, active esta casilla de verificación (se usa hppts en lugar de http)",
328
+ "statesValue": "JSON para el valor de los estados",
329
+ "statesValueTooltip": "Ingrese un JSON para los estados de este parámetro.",
326
330
  "subscribeTooltip": "suscribir el estado desde Bridge",
327
331
  "subscribed": "suscrito",
328
332
  "swap": "little endian (orden de bytes visto)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Nombre de la aplicación utilizada (nombre.común)",
339
343
  "usedDeviceId": "ID del dispositivo usado (nombre.común)",
340
344
  "username": "nombre de usuario",
341
- "usernameTooltip": "ingresa tu nombre de usuario"
345
+ "usernameTooltip": "ingresa tu nombre de usuario",
346
+ "withStates": "Con estados",
347
+ "withStatesTooltip": "Con estados para la selección."
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "désactivé",
29
29
  "BridgeTypeSH": "Maison intelligente",
30
30
  "BridgeTypeTooltip": "Sélectionnez le type du système étranger",
31
+ "BridgeToIobIdSource": "Source d'ID ToIob",
32
+ "BridgeToIobIdSourceTooltip": "Choisissez si les appareils ToIob créent leur ID d'état ioBroker à partir de entity_id ou unique_id",
31
33
  "BridgenotificationActivation": "activation des notifications",
32
34
  "BridgenotificationTooltip": "activer ou désactiver la notification",
33
35
  "ClimateActTemperatureText": "Température cible",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "choisir un séparateur pour les identifiants",
324
326
  "space": "espace",
325
327
  "sslTooltip": "si votre connexion utilise SSL, veuillez cocher cette case (hppts à la place de http est utilisé)",
328
+ "statesValue": "JSON pour la valeur des états",
329
+ "statesValueTooltip": "Entrez un JSON pour les états de ce paramètre",
326
330
  "subscribeTooltip": "abonnez-vous à l'état depuis Bridge",
327
331
  "subscribed": "abonné",
328
332
  "swap": "Little Endian (ordre des octets Sawp)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Nom de l'application utilisée (common.name)",
339
343
  "usedDeviceId": "Identifiant de l'appareil utilisé (common.name)",
340
344
  "username": "nom d'utilisateur",
341
- "usernameTooltip": "saisissez votre nom d'utilisateur"
345
+ "usernameTooltip": "saisissez votre nom d'utilisateur",
346
+ "withStates": "Avec les États",
347
+ "withStatesTooltip": "Avec États pour la sélection"
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "spento",
29
29
  "BridgeTypeSH": "Casa intelligente",
30
30
  "BridgeTypeTooltip": "Selezionare la Tipologia del Sistema estero",
31
+ "BridgeToIobIdSource": "Origine ID ToIob",
32
+ "BridgeToIobIdSourceTooltip": "Scegliere se i dispositivi ToIob creano l'ID stato ioBroker da entity_id o unique_id",
31
33
  "BridgenotificationActivation": "attivazione delle notifiche",
32
34
  "BridgenotificationTooltip": "attivare o disattivare la notifica",
33
35
  "ClimateActTemperatureText": "Temperatura target",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "scegliere un separatore per gli identificatori",
324
326
  "space": "spazio",
325
327
  "sslTooltip": "se la tua connessione utilizza SSL, abilita questa casella di controllo (viene utilizzato hppts invece di http)",
328
+ "statesValue": "JSON per il valore degli stati",
329
+ "statesValueTooltip": "Inserisci un JSON per gli stati di questo parametro",
326
330
  "subscribeTooltip": "iscriviti allo stato da Bridge",
327
331
  "subscribed": "sottoscritto",
328
332
  "swap": "little endian (ordine byte sawp)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Nome dell'applicazione utilizzata (common.name)",
339
343
  "usedDeviceId": "ID dispositivo utilizzato (common.name)",
340
344
  "username": "nome utente",
341
- "usernameTooltip": "inserisci il tuo nome utente"
345
+ "usernameTooltip": "inserisci il tuo nome utente",
346
+ "withStates": "Con gli Stati",
347
+ "withStatesTooltip": "Con Stati per la selezione"
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "uit",
29
29
  "BridgeTypeSH": "Slim huis",
30
30
  "BridgeTypeTooltip": "Selecteer het type van het buitenlandse systeem",
31
+ "BridgeToIobIdSource": "ToIob-ID-bron",
32
+ "BridgeToIobIdSourceTooltip": "Selecteer of ToIob-apparaten hun ioBroker-state-ID maken uit entity_id of unique_id",
31
33
  "BridgenotificationActivation": "melding activering",
32
34
  "BridgenotificationTooltip": "activeer of deactiveer de melding",
33
35
  "ClimateActTemperatureText": "Doeltemperatuur",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "kies een scheidingsteken voor de ID's",
324
326
  "space": "ruimte",
325
327
  "sslTooltip": "Als uw verbinding SSL gebruikt, schakel dan dit selectievakje in (hppts in plaats van http wordt gebruikt)",
328
+ "statesValue": "JSON voor de waarde van staten",
329
+ "statesValueTooltip": "Voer een JSON in voor de status van deze parameter",
326
330
  "subscribeTooltip": "abonneer je op de staat van Bridge",
327
331
  "subscribed": "geabonneerd",
328
332
  "swap": "kleine endian (sawp-bytevolgorde)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Gebruikte applicatienaam (common.name)",
339
343
  "usedDeviceId": "Gebruikte apparaat-ID (common.name)",
340
344
  "username": "gebruikersnaam",
341
- "usernameTooltip": "voer uw gebruikersnaam in"
345
+ "usernameTooltip": "voer uw gebruikersnaam in",
346
+ "withStates": "Met Staten",
347
+ "withStatesTooltip": "Met staten voor selectie"
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "wyłączony",
29
29
  "BridgeTypeSH": "Inteligentny dom",
30
30
  "BridgeTypeTooltip": "Wybierz typ obcego systemu",
31
+ "BridgeToIobIdSource": "Źródło ID ToIob",
32
+ "BridgeToIobIdSourceTooltip": "Wybierz, czy urządzenia ToIob tworzą ID stanu ioBroker z entity_id czy unique_id",
31
33
  "BridgenotificationActivation": "aktywacja powiadomień",
32
34
  "BridgenotificationTooltip": "włączyć lub wyłączyć powiadomienie",
33
35
  "ClimateActTemperatureText": "Temperatura docelowa",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "wybierz separator dla identyfikatorów",
324
326
  "space": "przestrzeń",
325
327
  "sslTooltip": "jeśli Twoje połączenie korzysta z protokołu SSL, zaznacz to pole wyboru (zamiast tego używany jest protokół HPpts http)",
328
+ "statesValue": "JSON dla wartości stanów",
329
+ "statesValueTooltip": "Wprowadź kod JSON dla stanów tego parametru",
326
330
  "subscribeTooltip": "subskrybuj stan z Bridge",
327
331
  "subscribed": "subskrybowany",
328
332
  "swap": "Little Endian (kolejność bajtów sawp)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Używana nazwa aplikacji (nazwa zwyczajowa)",
339
343
  "usedDeviceId": "Identyfikator używanego urządzenia (nazwa zwyczajowa)",
340
344
  "username": "nazwa użytkownika",
341
- "usernameTooltip": "wprowadź swoją nazwę użytkownika"
345
+ "usernameTooltip": "wprowadź swoją nazwę użytkownika",
346
+ "withStates": "Ze Stanami",
347
+ "withStatesTooltip": "Ze stanami do wyboru"
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "desligado",
29
29
  "BridgeTypeSH": "Casa inteligente",
30
30
  "BridgeTypeTooltip": "Selecione o tipo do sistema externo",
31
+ "BridgeToIobIdSource": "Fonte de ID ToIob",
32
+ "BridgeToIobIdSourceTooltip": "Selecione se os dispositivos ToIob criam o ID de estado ioBroker a partir de entity_id ou unique_id",
31
33
  "BridgenotificationActivation": "ativação de notificação",
32
34
  "BridgenotificationTooltip": "ativar ou desativar a notificação",
33
35
  "ClimateActTemperatureText": "Temperatura alvo",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "escolha um separador para os identificadores",
324
326
  "space": "espaço",
325
327
  "sslTooltip": "se sua conexão usa SSL, ative esta caixa de seleção (hppts em vez de http é usado)",
328
+ "statesValue": "JSON para valor de estados",
329
+ "statesValueTooltip": "Insira um JSON para os estados deste parâmetro",
326
330
  "subscribeTooltip": "assinar o estado do Bridge",
327
331
  "subscribed": "inscrito",
328
332
  "swap": "little endian (ordem de bytes serrada)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Nome do aplicativo usado (common.name)",
339
343
  "usedDeviceId": "ID do dispositivo usado (common.name)",
340
344
  "username": "nome de usuário",
341
- "usernameTooltip": "insira seu nome de usuário"
345
+ "usernameTooltip": "insira seu nome de usuário",
346
+ "withStates": "Com Estados",
347
+ "withStatesTooltip": "Com Estados para seleção"
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "выключенный",
29
29
  "BridgeTypeSH": "Умный дом",
30
30
  "BridgeTypeTooltip": "Выберите тип сторонней системы",
31
+ "BridgeToIobIdSource": "Источник ID ToIob",
32
+ "BridgeToIobIdSourceTooltip": "Выберите, создают ли устройства ToIob ID состояния ioBroker из entity_id или unique_id",
31
33
  "BridgenotificationActivation": "активация уведомления",
32
34
  "BridgenotificationTooltip": "активировать или деактивировать уведомление",
33
35
  "ClimateActTemperatureText": "Целевая температура",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "выбрать разделитель для идентификаторов",
324
326
  "space": "космос",
325
327
  "sslTooltip": "если ваше соединение использует SSL, установите этот флажок (вместо http используется hppts)",
328
+ "statesValue": "JSON для значений состояний",
329
+ "statesValueTooltip": "Введите JSON для состояний этого параметра.",
326
330
  "subscribeTooltip": "подписаться на состояние из Bridge",
327
331
  "subscribed": "подписался",
328
332
  "swap": "с прямым порядком байтов (порядок байтов Sawp)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Имя используемого приложения (common.name)",
339
343
  "usedDeviceId": "Идентификатор используемого устройства (common.name)",
340
344
  "username": "имя пользователя",
341
- "usernameTooltip": "введите свое имя пользователя"
345
+ "usernameTooltip": "введите свое имя пользователя",
346
+ "withStates": "С государствами",
347
+ "withStatesTooltip": "С состояниями для выбора"
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "вимкнено",
29
29
  "BridgeTypeSH": "Розумний будинок",
30
30
  "BridgeTypeTooltip": "Виберіть тип сторонньої системи",
31
+ "BridgeToIobIdSource": "Джерело ID ToIob",
32
+ "BridgeToIobIdSourceTooltip": "Виберіть, чи пристрої ToIob створюють ID стану ioBroker з entity_id або unique_id",
31
33
  "BridgenotificationActivation": "активація сповіщень",
32
34
  "BridgenotificationTooltip": "активувати або деактивувати сповіщення",
33
35
  "ClimateActTemperatureText": "Цільова температура",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "вибрати роздільник для ідентифікаторів",
324
326
  "space": "простір",
325
327
  "sslTooltip": "якщо ваше з’єднання використовує ssl, установіть цей прапорець (замість http використовується hppts)",
328
+ "statesValue": "JSON для значення станів",
329
+ "statesValueTooltip": "Введіть JSON для стану цього параметра",
326
330
  "subscribeTooltip": "передплатити стан від Bridge",
327
331
  "subscribed": "підписаний",
328
332
  "swap": "маленький порядок байтів (sawp byteorder)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "Використана назва програми (common.name)",
339
343
  "usedDeviceId": "Ідентифікатор використаного пристрою (common.name)",
340
344
  "username": "ім'я користувача",
341
- "usernameTooltip": "введіть своє ім'я користувача"
345
+ "usernameTooltip": "введіть своє ім'я користувача",
346
+ "withStates": "З Штатами",
347
+ "withStatesTooltip": "Із Штатами на вибір"
342
348
  }
@@ -28,6 +28,8 @@
28
28
  "BridgeTypeOff": "离开",
29
29
  "BridgeTypeSH": "智能家居",
30
30
  "BridgeTypeTooltip": "选择外部系统类型",
31
+ "BridgeToIobIdSource": "ToIob ID 来源",
32
+ "BridgeToIobIdSourceTooltip": "选择 ToIob 设备从 entity_id 还是 unique_id 创建 ioBroker state ID",
31
33
  "BridgenotificationActivation": "通知激活",
32
34
  "BridgenotificationTooltip": "激活或停用通知",
33
35
  "ClimateActTemperatureText": "目标温度",
@@ -323,6 +325,8 @@
323
325
  "separatorTooltip": "选择标识符的分隔符",
324
326
  "space": "空间",
325
327
  "sslTooltip": "如果您的连接使用 ssl,请启用此复选框(使用 hpts 而不是 http)",
328
+ "statesValue": "状态值的 JSON",
329
+ "statesValueTooltip": "输入此参数状态的 JSON",
326
330
  "subscribeTooltip": "从 Bridge 订阅状态",
327
331
  "subscribed": "已订阅",
328
332
  "swap": "小尾数(sawp 字节顺序)",
@@ -338,5 +342,7 @@
338
342
  "usedApplicationName": "使用的应用程序名称(common.name)",
339
343
  "usedDeviceId": "使用的设备 ID(common.name)",
340
344
  "username": "用户名",
341
- "usernameTooltip": "输入您的用户名"
345
+ "usernameTooltip": "输入您的用户名",
346
+ "withStates": "与国家",
347
+ "withStatesTooltip": "有可供选择的州"
342
348
  }
@@ -617,6 +617,32 @@
617
617
  "md": 1,
618
618
  "lg": 1,
619
619
  "xl": 1
620
+ },
621
+ {
622
+ "type": "checkbox",
623
+ "attr": "withStates",
624
+ "label": "withStates",
625
+ "tooltip": "withStatesTooltip",
626
+ "hidden": "data.type !== 'number'",
627
+ "default": false,
628
+ "xs": 12,
629
+ "sm": 1,
630
+ "md": 1,
631
+ "lg": 1,
632
+ "xl": 1
633
+ },
634
+ {
635
+ "type": "text",
636
+ "attr": "statesValue",
637
+ "label": "statesValue",
638
+ "tooltip": "statesValueTooltip",
639
+ "default": "",
640
+ "hidden": "data.type !== 'number' || data.withStates !== true",
641
+ "xs": 12,
642
+ "sm": 4,
643
+ "md": 4,
644
+ "lg": 4,
645
+ "xl": 4
620
646
  }
621
647
  ]
622
648
  }
@@ -852,6 +878,23 @@
852
878
  "lg": 3,
853
879
  "xl": 3
854
880
  },
881
+ "BridgeToIobIdSource": {
882
+ "newLine": true,
883
+ "type": "select",
884
+ "label": "BridgeToIobIdSource",
885
+ "hidden": "data.BridgeType === 'off'",
886
+ "tooltip": "BridgeToIobIdSourceTooltip",
887
+ "options": [
888
+ { "label": "Entity Id", "value": "entity_id" },
889
+ { "label": "Unique Id", "value": "unique_id" }
890
+ ],
891
+ "default": "entity_id",
892
+ "xs": 12,
893
+ "sm": 3,
894
+ "md": 3,
895
+ "lg": 3,
896
+ "xl": 3
897
+ },
855
898
  "_BridgeServersettingsHeader": {
856
899
  "newLine": true,
857
900
  "type": "header",
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "lorawan",
4
- "version": "1.22.29",
4
+ "version": "1.22.31",
5
5
  "news": {
6
+ "1.22.31": {
7
+ "en": "Add selection of ToIob source id",
8
+ "de": "Auswahl der ToIob-Quell-ID hinzufügen",
9
+ "ru": "Добавить выборку идентификатора источника ToIob",
10
+ "pt": "Adicionar seleção de ID da fonte ToIob",
11
+ "nl": "Voeg een selectie van de ToIob-bron-ID toe.",
12
+ "fr": "Ajouter une sélection d'identifiants de source ToIob",
13
+ "it": "Aggiungi selezione ID sorgente ToIob",
14
+ "es": "Agregar selección de ID de origen ToIob",
15
+ "pl": "Dodaj wybór identyfikatora źródłowego obiektu ToIob",
16
+ "uk": "Додати вибір ідентифікатора джерела ToIob",
17
+ "zh-cn": "添加 ToIob 源 ID 的选择"
18
+ },
19
+ "1.22.30": {
20
+ "en": "Add PIR Mini device Profile\nAdd possibillity to ad states to downlink numbers",
21
+ "de": "PIR-Mini-Geräteprofil hinzufügen\nFüge die Möglichkeit hinzu, Anzeigenstatus zu Downlink-Nummern hinzuzufügen",
22
+ "ru": "Добавить профиль мини-устройства PIR\nДобавьте возможность для штатов, где размещается реклама, передавать данные о количестве нисходящих ссылок.",
23
+ "pt": "Adicionar perfil de dispositivo PIR Mini\nAdicionar possibilidade aos estados de anúncios para baixar números",
24
+ "nl": "Voeg een PIR Mini-apparaatprofiel toe\nVoeg de mogelijkheid toe om advertentiestaten naar downlinknummers te verzenden",
25
+ "fr": "Ajouter le profil du périphérique PIR Mini\nAjouter la possibilité aux états publicitaires de recevoir des numéros de liaison descendante",
26
+ "it": "Aggiungi il profilo del dispositivo PIR Mini\nAggiungi possibilità agli stati degli annunci per i numeri di downlink",
27
+ "es": "Agregar perfil de dispositivo PIR Mini\nAgregar posibilidad de estados de anuncios a números de enlace descendente",
28
+ "pl": "Dodaj profil urządzenia PIR Mini\nDodanie możliwości do stanów reklam w numerach downlink",
29
+ "uk": "Додати профіль пристрою PIR Mini\nДодати до станів оголошень можливість пересилання номерів на низхідні посилання",
30
+ "zh-cn": "添加 PIR Mini 设备配置文件\n为广告状态添加下行链路号码的可能性"
31
+ },
6
32
  "1.22.29": {
7
33
  "en": "Add some roles and units to assignhandler",
8
34
  "de": "Fügen Sie dem Zuweisungshandler einige Rollen und Einheiten hinzu.",
@@ -67,32 +93,6 @@
67
93
  "pl": "Zmień Assignhandler na kontrolę intensywnie wykorzystującą przypadek\nDodaj podprzypisanie dla części nazwy",
68
94
  "uk": "Змінити обробник присвоєння для перевірки з інтенсивним виконанням регістрів\nДодати subAssign для частини імені",
69
95
  "zh-cn": "更改案例密集型检查的分配处理程序\n为名称的一部分添加子分配"
70
- },
71
- "1.22.24": {
72
- "en": "Add Absolute Humidity to device_class",
73
- "de": "Füge der Geräteklasse die absolute Luftfeuchtigkeit hinzu.",
74
- "ru": "Добавить абсолютную влажность в device_class",
75
- "pt": "Adicionar umidade absoluta à classe do dispositivo",
76
- "nl": "Voeg absolute luchtvochtigheid toe aan de device_class.",
77
- "fr": "Ajouter l'humidité absolue à la classe de périphérique",
78
- "it": "Aggiungi l'umidità assoluta alla classe di dispositivi",
79
- "es": "Agregar humedad absoluta a device_class",
80
- "pl": "Dodaj wilgotność bezwzględną do device_class",
81
- "uk": "Додати абсолютну вологість до класу пристроїв",
82
- "zh-cn": "将绝对湿度添加到设备类"
83
- },
84
- "1.22.23": {
85
- "en": "setTimeout changed into this.adapter.SetTimeout",
86
- "de": "setTimeout wurde in this.adapter geändert. SetTimeout",
87
- "ru": "setTimeout изменился на этот.adapter. Установить время",
88
- "pt": "setTimeout mudou para este.adapter. SetTimeout",
89
- "nl": "setTimeout is veranderd in deze.adapter. SetTimeout",
90
- "fr": "setTimeout a changé en ceci.adaptateur. Réglage des délais",
91
- "it": "setTimeout è cambiato in questo.adapter. SetTimes",
92
- "es": "setTimeout cambió en este.adapter. SetTimeout",
93
- "pl": "set Timeout zmienił się w to. Adapter. Ustawienie timeout",
94
- "uk": "setTimeout змінився в this.adapter. Навігація",
95
- "zh-cn": "timeout 已更改为此。 adapter。 设置超时"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -429,6 +429,7 @@
429
429
  "RefreshDiscoveryCronJob": "0 * * * *",
430
430
  "BridgeEnum": "*",
431
431
  "BridgenotificationActivation": "allNotifications, bridgeConnection, newDiscover, deviceState",
432
+ "BridgeToIobIdSource": "entity_id",
432
433
  "BridgeDevicesToGenerate": [
433
434
  "toIobDevices",
434
435
  "foreignDevices",
@@ -773,8 +773,9 @@ class bridgeDeviceHandlerClass {
773
773
  const activeFunction = 'bridgeDeviceHandler.js - buildSafeStateId';
774
774
  this.adapter.log.silly(`Function ${activeFunction} started.`);
775
775
  try {
776
- // 1. Basis: unique_id oder entity_id
777
- const baseId = entity.unique_id || entity.entity_id;
776
+ const idSource = this.adapter.config.BridgeToIobIdSource || 'entity_id';
777
+ const baseId =
778
+ idSource === 'unique_id' ? entity.unique_id || entity.entity_id : entity.entity_id || entity.unique_id;
778
779
 
779
780
  if (!baseId) {
780
781
  return null;
@@ -27,7 +27,9 @@
27
27
  "limitMin":false,
28
28
  "limitMinValue":0,
29
29
  "limitMax":false,
30
- "limitMaxValue":0
30
+ "limitMaxValue":0,
31
+ "withStates": false,
32
+ "statesValue": ""
31
33
  },
32
34
  {
33
35
  "name":"Intervall",
@@ -50,7 +52,9 @@
50
52
  "limitMin":true,
51
53
  "limitMinValue":5,
52
54
  "limitMax":true,
53
- "limitMaxValue":360
55
+ "limitMaxValue":360,
56
+ "withStates": false,
57
+ "statesValue": ""
54
58
  },
55
59
  {
56
60
  "name":"Clear accumulated energy",
@@ -73,7 +77,9 @@
73
77
  "limitMin":false,
74
78
  "limitMinValue":0,
75
79
  "limitMax":false,
76
- "limitMaxValue":0
80
+ "limitMaxValue":0,
81
+ "withStates": false,
82
+ "statesValue": ""
77
83
  },
78
84
  {
79
85
  "name":"LED indication of Joining",
@@ -96,7 +102,9 @@
96
102
  "limitMin":false,
97
103
  "limitMinValue":0,
98
104
  "limitMax":false,
99
- "limitMaxValue":0
105
+ "limitMaxValue":0,
106
+ "withStates": false,
107
+ "statesValue": ""
100
108
  },
101
109
  {
102
110
  "name":"PowerOnTimer_ms",
@@ -119,7 +127,9 @@
119
127
  "limitMin":true,
120
128
  "limitMinValue":50,
121
129
  "limitMax":true,
122
- "limitMaxValue":65535
130
+ "limitMaxValue":65535,
131
+ "withStates": false,
132
+ "statesValue": ""
123
133
  },
124
134
  {
125
135
  "name":"PowerOnTimer_s",
@@ -142,7 +152,9 @@
142
152
  "limitMin":true,
143
153
  "limitMinValue":1,
144
154
  "limitMax":true,
145
- "limitMaxValue":65535
155
+ "limitMaxValue":65535,
156
+ "withStates": false,
157
+ "statesValue": ""
146
158
  },
147
159
  {
148
160
  "name":"PowerOnTimer_min",
@@ -165,7 +177,9 @@
165
177
  "limitMin":true,
166
178
  "limitMinValue":1,
167
179
  "limitMax":true,
168
- "limitMaxValue":1092
180
+ "limitMaxValue":1092,
181
+ "withStates": false,
182
+ "statesValue": ""
169
183
  },
170
184
  {
171
185
  "name":"PowerOnTimer_h",
@@ -188,7 +202,9 @@
188
202
  "limitMin":true,
189
203
  "limitMinValue":1,
190
204
  "limitMax":true,
191
- "limitMaxValue":24
205
+ "limitMaxValue":24,
206
+ "withStates": false,
207
+ "statesValue": ""
192
208
  },
193
209
  {
194
210
  "name":"PowerOffTimer_s",
@@ -211,7 +227,9 @@
211
227
  "limitMin":true,
212
228
  "limitMinValue":1,
213
229
  "limitMax":true,
214
- "limitMaxValue":65535
230
+ "limitMaxValue":65535,
231
+ "withStates": false,
232
+ "statesValue": ""
215
233
  },
216
234
  {
217
235
  "name":"Restart",
@@ -234,7 +252,9 @@
234
252
  "limitMin":false,
235
253
  "limitMinValue":0,
236
254
  "limitMax":false,
237
- "limitMaxValue":0
255
+ "limitMaxValue":0,
256
+ "withStates": false,
257
+ "statesValue": ""
238
258
  },
239
259
  {
240
260
  "name":"OnAfterPower",
@@ -257,7 +277,9 @@
257
277
  "limitMin":false,
258
278
  "limitMinValue":0,
259
279
  "limitMax":false,
260
- "limitMaxValue":0
280
+ "limitMaxValue":0,
281
+ "withStates": false,
282
+ "statesValue": ""
261
283
  },
262
284
  {
263
285
  "name":"OffAfterPower",
@@ -280,7 +302,9 @@
280
302
  "limitMin":false,
281
303
  "limitMinValue":0,
282
304
  "limitMax":false,
283
- "limitMaxValue":0
305
+ "limitMaxValue":0,
306
+ "withStates": false,
307
+ "statesValue": ""
284
308
  }
285
309
  ]
286
310
  }
@@ -25,7 +25,9 @@
25
25
  "limitMax": true,
26
26
  "limitMaxValue": 1440,
27
27
  "swap": false,
28
- "decimalPlaces": 0
28
+ "decimalPlaces": 0,
29
+ "withStates": false,
30
+ "statesValue": ""
29
31
  },
30
32
  {
31
33
  "name": "Reboot",
@@ -47,7 +49,9 @@
47
49
  "limitMinValue": 0,
48
50
  "limitMax": false,
49
51
  "limitMaxValue": 0,
50
- "swap": false
52
+ "swap": false,
53
+ "withStates": false,
54
+ "statesValue": ""
51
55
  }
52
56
  ]
53
57
  }