Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:d-link:dsp-w215 [2023/02/06 09:08] – change table 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 is an 8MB flash and/or 64MB RAM device. 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 | + | ^Brand ^Model ^model ^SoC ^FTP latest OEM firmware |
| - | |D-Link|DSP-W215 |EU (B1) |QCA9531 |http:// | + | |D-Link|DSP-W215 |EU B1/REVB |QCA9531 |http:// |
| - | |D-Link|DSP-W215 |US (A1) |AR93xx SoC| ftp://ftp2.dlink.com/PRODUCTS/DSP-W215/REVA/ | + | |D-Link|DSP-W215 |US A2/REVA|AR93xx SoC ? | https://support.dlink.com/resource/ |
| - | |D-Link|DSP-W215 |AU (??) ||http:// | + | |D-Link|DSP-W215 |AU A1/ |
| + | |||
| + | ===== Flashing the firmware ===== | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | - 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. | ||
| - | ===== EU B1 version OpenWRT ===== | ||
| http:// | http:// | ||
| + | |||
| http:// | http:// | ||
| - | + | ==== Github support page for B1 version | |
| - | Github support page for B1 version: | + | |
| https:// | 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: | ||
| + | {{tag> | ||