Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:d-link:dsp-w215 [2023/02/06 08:47] – created nickolasemp | toh:d-link:dsp-w215 [2023/02/06 17:46] – Title nickolasemp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== DSP-W215 ====== | + | ====== |
| - | The DSP-W215 is a discontinued WiFi power plug from D-Link. It has the characteristics below: | + | The DSP-W215 is a discontinued WiFi power plug from D-Link. It is an 8MB flash and/or 64MB RAM device. It has the characteristics below: |
| - | * qca9531-bl3a: | + | * EU version: |
| + | * US/AU version: AR93xx | ||
| * Winbond W9751G6KB-25: | * Winbond W9751G6KB-25: | ||
| - | ^ | + | |
| - | | | + | ^Brand ^Model ^model ^SoC ^FTP latest OEM firmware ^OEM page ^Forum topic ^ |
| + | |D-Link|DSP-W215 |EU B1/REVB |QCA9531 |http:// | ||
| + | |D-Link|DSP-W215 |US A2/ | ||
| + | |D-Link|DSP-W215 |AU A1/ | ||
| + | |||
| + | ===== Flashing the firmware ===== | ||
| + | - Download the firmware file (*factory.bin) and save it on your computer. | ||
| + | - Remove DSP-W215 from power socket. | ||
| + | - Press and hold the WPS button (rev A) or the reset button (rev B) on the side of the DSP-W215A and plug it into power socket. | ||
| + | - Continue holding the WPS/reset button until the LED is flashing red. | ||
| + | - Connect to Wi-Fi network broadcasted by the DSP-W215 (the network name should start with DSP-xxxx) | ||
| + | - Open a Web Browser and go to http:// | ||
| + | - Upgrade the firmware by selecting the file downloaded in Step 1. | ||
| + | |||
| + | **Note: a factory reset is recommended after upgrading to ensure correct configuration is applied** | ||
| + | |||
| + | Factory reset can be performed by holding the WPS button for 10 seconds. | ||
| + | |||
| + | |||
| + | http:// | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ==== Github support page for B1 version ==== | ||
| + | https:// | ||
| + | |||
| + | ===== HomeAutomation Integration ===== | ||
| + | You need to become the user homeassistant first. Then get into the env/space of homeassistant, | ||
| + | Due to the fact that HA (HomeAssistant) needs to connect to your DSP through ssh, you need to run in your console just once the command to send the off or on and save the rsa key. Then it will be stored and HA will be doing it normally. The commands below are doing what we said above. | ||
| + | <code bash> | ||
| + | sudo -u homeassistant -H -s | ||
| + | / | ||
| + | cd .homeassistant | ||
| + | ssh root@192.168.xx.xx 'echo " | ||
| + | </ | ||
| + | where 192.168.xx.xx is your own DSP-W215. Click on yes to save the rsa. | ||
| + | |||
| + | Then edit the conf file with your favorite editor (here we use nano) | ||
| + | * nano configuration.yaml | ||
| + | |||
| + | And append the following, while changing 192.168.xx.xx to your DSP's IP address. | ||
| + | <code yaml> | ||
| + | switch: | ||
| + | - platform: command_line | ||
| + | | ||
| + | dlink_powerplug: | ||
| + | command_on: ssh root@192.168.xx.xx ' echo " | ||
| + | command_off: | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta:tags|How to add tags]] | ||
| + | {{tag> | ||