Skip to content

Commit

Permalink
fixed #191
Browse files Browse the repository at this point in the history
  • Loading branch information
windkh committed Nov 23, 2024
1 parent f97eaf0 commit e20ad0b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 3 additions & 2 deletions shelly/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
]
}

0 comments on commit e20ad0b

Please sign in to comment.