diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a74175..43cc4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [11.5.3] - 2024-11-23 +### added Shelly Blu Gateways Gen3 - [#191](https://github.com/windkh/node-red-contrib-shelly/issues/191) + ## [11.5.2] - 2024-11-11 ### added Shelly 2PM Gen3 - [#190](https://github.com/windkh/node-red-contrib-shelly/issues/190) ### improved readme for RGBW - [#189](https://github.com/windkh/node-red-contrib-shelly/issues/189) diff --git a/README.md b/README.md index 8a7092d..74219db 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,13 @@ Generation 2 devices: Generation 3 devices: - Shelly 1 Mini, 1PM Mini, PM Mini - Shelly Plus H&T +- ... BLU Devices - Shelly RC Button 4 -Others may work but are not really tested so far. +Others may work but are not really tested so far. If you discover a new device then please create an issue in github +with the info returned from the /shelly endpoint of the device. # Thanks for your donation diff --git a/package.json b/package.json index 932b197..64edb43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-shelly", - "version": "11.5.2", + "version": "11.5.3", "description": "Shelly nodes.", "node-red": { "version": ">=3.0.0", diff --git a/shelly/config/config.json b/shelly/config/config.json index aba54b8..2686f15 100644 --- a/shelly/config/config.json +++ b/shelly/config/config.json @@ -118,7 +118,8 @@ { "gen" : "3", "name" : "Shelly 1 Mini Gen3", "model" : "S3SW-001X8EU", "type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-1-mini-gen3", "supported" : "not tested" }, { "gen" : "3", "name" : "Shelly 1PM Mini Gen3", "model" : "S3SW-001P8EU", "type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-1pm-mini-gen3", "supported" : "true" }, { "gen" : "3", "name" : "Shelly PM Mini Gen3", "model" : "S3PM-001PCEU16","type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-pm-mini-gen3", "supported" : "not tested" }, - { "gen" : "3", "name" : "Shelly DALI Dimmer Gen3", "model" : "S3DM-0A1WW","type" : "Dimmer", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-dali-dimmer-gen3","supported" : "not tested" }, - { "gen" : "3", "name" : "Shelly EM Gen3", "model" : " 3EM-002CXCEU", "type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-em-gen3", "supported" : "not tested" } + { "gen" : "3", "name" : "Shelly DALI Dimmer Gen3","model" : "S3DM-0A1WW", "type" : "Dimmer", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-dali-dimmer-gen3","supported" : "not tested" }, + { "gen" : "3", "name" : "Shelly EM Gen3", "model" : "3EM-002CXCEU", "type" : "Relay", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-em-gen3", "supported" : "not tested" }, + { "gen" : "3", "name" : "ShellyBLU Gateway Gen3","model" : "S3GW-1DBT001", "type" : "BluGateway", "helpLink" : "https://kb.shelly.cloud/knowledge-base/shelly-blu-gateway-gen3","supported" : "not tested" } ] } \ No newline at end of file