Skip to content

Commit

Permalink
Added demo to Connect a newly bought device to a specific WiFi network
Browse files Browse the repository at this point in the history
  • Loading branch information
iursevla committed Jul 25, 2024
1 parent cc2df23 commit 730247a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,20 @@ In the following video, we see how easy it is to use the API client

<video src="./demos/simple_usage.mp4" width="800" height="600" controls ></video>

---

## Connect a newly bought device to a specific WiFi network

In this demo video we can see how we can use the API to connect a device that we just bought into our WiFi network without using Shelly App or Shelly cloud.

In the video we do:
1. Connect to the Shelly device's AP WiFi network
2. Visit 192.168.33.1 (default AP network IP)
3. Use the [connect-any-wifi-device-from-scratch.ts](https://github.com/intruder-detection/shelly-api-typescript/blob/demos/demos/connect-any-wifi-device-from-scratch.ts) script to connect the device to our WiFi network (script prompts for password/ssid/static IP)


<video src="./demos/connect-any-wifi-device-from-scratch.mp4" width="800" height="600" controls ></video>

4. Use [get-device-configuration.ts](https://github.com/intruder-detection/shelly-api-typescript/blob/demos/demos/get-device-configuration.ts) script to verify the configuration/status of the newly added device

<video src="./demos/get-device-configuration.mp4" width="800" height="600" controls ></video>
Binary file added demos/connect-any-wifi-device-from-scratch.mp4
Binary file not shown.

0 comments on commit 730247a

Please sign in to comment.