Merge PR #612: shelly: improve shelly readme notes and fix typo in integrations card

This commit is contained in:
jenkins 2022-10-26 13:53:36 +02:00
commit e65c27cd2f
2 changed files with 8 additions and 5 deletions

View File

@ -22,9 +22,8 @@ The currently supported devices are:
* Shelly TRV
## Requirements
The Shelly device needs to be connected to the same WiFi as nymea is in. New Shelly devices will open a WiFi named with
their name as SSID. For instance, a Shelly 1 would appear as "shelly1-XXXXXX". Connect to this WiFi and open the webpage
that will pop up. From there, it can be configured it to connect to the same network where the nymea system is located.
The Shelly device needs to be connected to the same WiFi as nymea is in. New Shelly devices will open a WiFi named with
their name as SSID. For instance, a Shelly 1 would appear as "shelly1-XXXXXX". Connect to this WiFi and open the webpage that will pop up or manually open http://192.168.33.1. From there, it can be configured to connect to the same network where the nymea system is located.
No other options need to be set as they can be configured using nymea later on.
@ -41,8 +40,12 @@ It is recommended to keep the Shelly Button 1 plugged into a power source during
it will shut down right after a button press which might interrupt the setup. However, once set up, the Shelly Button 1 will work
perfectly fine in the low power mode.
### Note regarding firmware updates
Some shelly devices get sold with an old firmware version installed. Some functionality will be missing. Since some point in 2021, shelly devices need to connect to the shelly cloud once to pull firmware updates. So please enable cloud access in the settings under "Internet & Security" -> "Cloud" and wait a few minutes.
If no update does show up, you can force an OTA update by calling the url in your browser generated by (http://archive.shelly-tools.de/). Open that page, provide your devices local ip, select your device and the required version. Copy the generated OTA url in your browser and press return. The new firmware version should then show up in the shelly devices webpage under "Settings" -> "Firmware update".
## Plugin properties
When adding a Shelly device that is meant to be installed in walls and has connectors to switches, a new Gateway type device
When adding a Shelly device that is meant to be installed in walls and has connectors to switches, a new Gateway type device
representing the Shelly device itself will be added. The gateway device allow basic monitoring (such as the connected state)
and interaction (e.g. reboot the Shelly device). In addition to that, a power switch device will appear which will reflect
presses on the Shelly's SW input. You can use generic things to connect them to those switches in order to represent your actual

View File

@ -1,6 +1,6 @@
{
"title": "Shelly",
"tagline": "USe Shelly devices with nymea.",
"tagline": "Use Shelly devices with nymea.",
"icon": "shelly.png",
"stability": "consumer",
"offline": true,