iobroker.shelly
Advanced tools
Comparing version 8.2.1 to 8.3.0
{ | ||
"common": { | ||
"name": "shelly", | ||
"version": "8.2.1", | ||
"version": "8.3.0", | ||
"news": { | ||
"8.3.0": { | ||
"en": "Added Shelly 2 PM gen 3 Integration", | ||
"de": "Hinzugefügt Shelly 2 PM gen 3 Integration", | ||
"ru": "Добавлено Shelly 2 PM gen 3 Интеграция", | ||
"pt": "Adicionado Shelly 2 PM gen 3 Integração", | ||
"nl": "Toegevoegd Shelly 2 PM gen 3 Integratie", | ||
"fr": "Ajout de Shelly 2 PM gen 3 Intégration", | ||
"it": "Aggiunto Shelly 2 PM gen 3 Integrazione", | ||
"es": "Añadido Shelly 2 PM gen 3 Integration", | ||
"pl": "Dodano Shelly 2 PM gen 3 Integracja", | ||
"uk": "Додано Shelly 2 PM gen 3 Інтеграція", | ||
"zh-cn": "添加 Shelly 2 PM gen 3 整合" | ||
}, | ||
"8.2.1": { | ||
@@ -83,15 +96,2 @@ "en": "Added datapoint for cover target position\nFixed integration of Shelly 1 PM Gen 3", | ||
"zh-cn": "添加雪莉加0-10V\n可用固件更新的管理通知" | ||
}, | ||
"6.8.0": { | ||
"en": "Updated BLE script to 0.2 (new shelly motion firmware)\nUpdated Shelly i3 number limits\nAdded screenshots to instance configuration", | ||
"de": "Aktualisierte BLE-Skript auf 0,2 (neue Shelly Motion Firmware)\nAktualisierte Shelly i3 Nummernlimits\nScreenshots zu Instanz-Konfiguration hinzugefügt", | ||
"ru": "Обновленный сценарий BLE до 0.2 (новая подшивка для подстрелки)\nОбновленные лимиты номеров Shelly i3\nДобавлены скриншоты к конфигурации экземпляра", | ||
"pt": "Script BLE atualizado para 0.2 (novo firmware de movimento shelly)\nLimites de números Shelly i3 atualizados\nAdicionado screenshots para configuração de instância", | ||
"nl": "Bijgewerkt BLE script naar 0.2 (nieuwe shelly motion firmware)\nBijgewerkt Shelly i3 aantal limieten\nSchermafbeeldingen toegevoegd aan instantieconfiguratie", | ||
"fr": "Mise à jour du script BLE à 0.2 (nouveau firmware shelly motion)\nMise à jour des limites de nombre Shelly i3\nAjout de captures d'écran à la configuration de l'instance", | ||
"it": "Aggiornato lo script BLE a 0.2 (nuovo firmware di movimento shelly)\nLimiti numerici aggiornati Shelly i3\nAggiunti screenshot per la configurazione di istanza", | ||
"es": "Actualizado BLE script a 0,2 (nuevo firmware de movimiento)\nActualización de los límites de número Shelly i3\nAñadido capturas de pantalla para la configuración de instancia", | ||
"pl": "Aktualizacja skryptu BLE do 0.2 (nowy firmware ruchu Shelly)\nAktualizacja limitów liczby Shelly i3\nDodano zrzuty ekranu do konfiguracji instancji", | ||
"uk": "Оновлений скрипт BLE до 0.2 (нова прошивка руху)\nОновлені ліміти чисел Shelly i3\nДодано скріншоти до конфігурації екземпляра", | ||
"zh-cn": "将 BLE 脚本更新为 0.2( 新舍利运动固件)\n更新 Shelly i3 数字限制\n添加到实例配置的截图" | ||
} | ||
@@ -98,0 +98,0 @@ }, |
@@ -76,3 +76,5 @@ 'use strict'; | ||
const shelly1g3 = require('./devices/gen3/shelly1g3').shelly1g3; | ||
const shelly2pmg3 = require('./devices/gen3/shelly2pmg3').shelly2pmg3; | ||
const devices = { | ||
@@ -145,2 +147,3 @@ // Gen 1 | ||
shelly1g3, | ||
shelly2pmg3, | ||
}; | ||
@@ -216,2 +219,3 @@ | ||
shelly1g3: ['shelly1g3'], | ||
shelly2pmg3: ['shelly2pmg3'], | ||
}; | ||
@@ -286,2 +290,3 @@ | ||
shelly1g3: 3, | ||
shelly2pmg3: 3, | ||
}; | ||
@@ -357,2 +362,3 @@ | ||
shelly1g3: 'https://kb.shelly.cloud/knowledge-base/shelly-1-gen3', | ||
shelly2pmg3: 'https://kb.shelly.cloud/knowledge-base/shelly-2pm-gen3', | ||
}; | ||
@@ -359,0 +365,0 @@ |
{ | ||
"name": "iobroker.shelly", | ||
"version": "8.2.1", | ||
"version": "8.3.0", | ||
"description": "Integrate your Shelly devices into ioBroker via MQTT or CoAP", | ||
@@ -44,3 +44,3 @@ "author": { | ||
"@apollon/iobroker-tools": "^0.3.0", | ||
"@iobroker/adapter-core": "^3.1.6", | ||
"@iobroker/adapter-core": "^3.2.1", | ||
"axios": "^1.7.7", | ||
@@ -59,3 +59,3 @@ "mqtt-connection": "^4.1.0", | ||
"@eslint/eslintrc": "^3.1.0", | ||
"@eslint/js": "^9.10.0", | ||
"@eslint/js": "^9.11.1", | ||
"@iobroker/adapter-dev": "^1.3.0", | ||
@@ -66,3 +66,3 @@ "@iobroker/testing": "^4.1.3", | ||
"@types/mocha": "^10.0.8", | ||
"@types/node": "^22.5.5", | ||
"@types/node": "^22.7.4", | ||
"@types/proxyquire": "^1.3.31", | ||
@@ -73,3 +73,3 @@ "@types/sinon": "^17.0.3", | ||
"chai-as-promised": "^7.1.2", | ||
"eslint": "^9.10.0", | ||
"eslint": "^9.11.1", | ||
"globals": "^15.9.0", | ||
@@ -76,0 +76,0 @@ "mocha": "^10.7.3", |
@@ -115,2 +115,3 @@ ![Logo](admin/shelly.png) | ||
| Shelly 1 Gen3 (shelly1g3) | ❌ | >= v8.0.0 | | ||
| Shelly 2 PM Gen3 (shelly2pmg3) | ❌ | >= v8.3.0 | | ||
@@ -121,7 +122,5 @@ ### Bluetooth Low Energy (BLU) | ||
Adapter version >= v6.8.0 required! | ||
Adapter version >= v6.8.0 required for: | ||
- Shelly BLU Button and Button Tough 1 | ||
- Shelly BLU Wall Switch 4 | ||
- Shelly BLU RC Button 4 | ||
- Shelly BLU Door Window | ||
@@ -131,2 +130,7 @@ - Shelly BLU Motion | ||
Adapter version >= v8.2.0 required for: | ||
- Shelly BLU Wall Switch 4 | ||
- Shelly BLU RC Button 4 | ||
## NOT Supported devices | ||
@@ -139,2 +143,4 @@ | ||
- Shelly Dimmer Gen3 (shelly0110dimg3) | ||
- Shelly Plug S Gen3 | ||
- Shelly DALI Dimmer Gen3 | ||
@@ -159,2 +165,5 @@ ## Sentry | ||
--> | ||
### 8.3.0 (2024-10-10) | ||
* (@rockflopp) Added Shelly 2 PM gen 3 Integration | ||
### 8.2.1 (2024-09-23) | ||
@@ -179,12 +188,2 @@ | ||
### 8.0.0 (2024-08-25) | ||
* (imperial929) Added Shelly 1 PM Gen3 | ||
* (imperial929) Added Shelly 1 Gen3 | ||
* (klein0r) Breaking change: Renamed input states (now digital/analog) of Shelly Plus Addon (Ext) | ||
* (klein0r) Added Shelly Plus Uni | ||
* (klein0r) Added Shelly H&T (Gen3) | ||
* (klein0r) Improved structure of ble events (receivedBy) - see documentation for details | ||
* (bluefox) Improved the color of icons in the admin interface | ||
## License | ||
@@ -191,0 +190,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98
25888
5300513
208