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:24] – Home Automation integration 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: | ||
| Line 7: | Line 8: | ||
| ^Brand ^Model ^model ^SoC ^FTP latest OEM firmware ^OEM page ^Forum topic ^ | ^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 |EU B1/REVB |QCA9531 |http:// | ||
| - | |D-Link|DSP-W215 |US A1/ | + | |D-Link|DSP-W215 |US A2/ |
| - | |D-Link|DSP-W215 |AU (??) ||http:// | + | |D-Link|DSP-W215 |AU A1/ |
| + | |||
| + | ===== Flashing the firmware ===== | ||
| + | | ||
| + | | ||
| + | - 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. | ||
| + | | ||
| + | | ||
| + | - 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:// | ||
| Line 16: | Line 29: | ||
| http:// | http:// | ||
| - | + | ==== Github support page for B1 version | |
| - | Github support page for B1 version: | + | |
| https:// | https:// | ||
| Line 23: | Line 35: | ||
| You need to become the user homeassistant first. Then get into the env/space of homeassistant, | 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. | 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. | ||
| - | * sudo -u homeassistant -H -s | + | <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. | where 192.168.xx.xx is your own DSP-W215. Click on yes to save the rsa. | ||
| Line 33: | Line 47: | ||
| And append the following, while changing 192.168.xx.xx to your DSP's IP address. | And append the following, while changing 192.168.xx.xx to your DSP's IP address. | ||
| + | <code yaml> | ||
| switch: | switch: | ||
| - platform: command_line | - platform: command_line | ||
| Line 40: | Line 55: | ||
| command_off: | command_off: | ||
| + | </ | ||
| + | |||
| + | ===== Tags ===== | ||
| + | [[meta: | ||
| + | {{tag> | ||