drop sections about wifi setup and local host updates, remove plug ref.
parent
c97f9685a5
commit
f65af7e691
|
|
@ -40,12 +40,9 @@ 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 for the Shelly Plug / Plug S
|
||||
As default the shelly plug starts as wifi access point. To be able to integrate it into nymea, you need to change this behaviour. Open the shelly plugs configuration webpage (http://192.168.33.1). Got to "Internet & Security", select the option "Wifi Mode- Client", tick the box "Connect the Shelly device to an existing WiFi Network" and enter the credentials for that network and press the "SAVE" button. Now the network connection is closed and the shelly plug will try to connect to the specified network. Make sure security settings of your router allow new devices to connect to your wifi.
|
||||
|
||||
Some shelly plugs get sold with an old firmware version installed. Some functionality will be missing. Since some point in 2021, the shelly plug needs 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 plugs webpage under "Settings" -> "Firmware update".
|
||||
If not even this works, you can try a firmware update from a local address. The OTA link from above looks like `http://X.X.X.X/ota?url=http://archive.shelly-tools.de/version/v1.12/SHPLG-S.zip`. Copy the last part after `url=` into your browser and download the firmware file (.zip). Then either use an existing local server or open that folder in terminal and run `python3 -m http.server 9000` to open a local http server on that folder. Then grab the OTA link from above and replace the shelly plugs ip with the ip of your local server/your machine, copy that in your browser and press return. After the update has finished, press `ctrl + c` in the terminal to stop the http server.
|
||||
### 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue