Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:d-link:dsp-w215 [2023/02/06 10:46] – Some tags added tmomastoh:d-link:dsp-w215 [2023/02/06 17:46] – Title nickolasemp
Line 1: Line 1:
-====== DSP-W215 ======+====== D-Link 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: Qualcomm QCA9531 14 Chipset | 2x2 802.11n Wi-Fi SoC+  * EU version: qca9531-bl3a: Qualcomm QCA9531 14 Chipset | 2x2 802.11n Wi-Fi SoC 
 +  * US/AU version: AR93xx SoC 
   * Winbond W9751G6KB-25: DRAM Chip DDR2 SDRAM 512M-Bit 32Mx16 1.8V 84-Pin WBGA   * Winbond W9751G6KB-25: DRAM Chip DDR2 SDRAM 512M-Bit 32Mx16 1.8V 84-Pin WBGA
  
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://ftp.dlink.de/dsp/dsp-w215/archive/driver_software/ | https://eu.dlink.com/be/nl/products/dsp-w215-smart-plug| https://forum.openwrt.org/t/d-link-dsp-w215-smart-plug-openwrt-support/129502| |D-Link|DSP-W215 |EU B1/REVB |QCA9531 |http://ftp.dlink.de/dsp/dsp-w215/archive/driver_software/ | https://eu.dlink.com/be/nl/products/dsp-w215-smart-plug| https://forum.openwrt.org/t/d-link-dsp-w215-smart-plug-openwrt-support/129502|
-|D-Link|DSP-W215 |US A1/REVA|AR93xx SoC| https://support.dlink.com/resource/products/DSP-W215/ | https://legacy.us.dlink.com/pages/product.aspx?id=cb184e7159e641208f6d8e328affb45b |:::| +|D-Link|DSP-W215 |US A2/REVA|AR93xx SoC | https://support.dlink.com/resource/products/DSP-W215/ | https://legacy.us.dlink.com/pages/product.aspx?id=cb184e7159e641208f6d8e328affb45b |:::| 
-|D-Link|DSP-W215 |AU A1/REVA|AR93xx SoC|http://support.dlink.com.au/Download/download.aspx?product=DSP-W215 |http://support.dlink.com.au/Download/download.aspx?product=DSP-W215&revision=REV_A&filetype=Manuals|:::|+|D-Link|DSP-W215 |AU A1/REVA|AR93xx SoC |http://support.dlink.com.au/Download/download.aspx?product=DSP-W215 |http://support.dlink.com.au/Download/download.aspx?product=DSP-W215&revision=REV_A&filetype=Manuals|:::|
  
 ===== Flashing the firmware ===== ===== Flashing the firmware =====
Line 34: Line 35:
 You need to become the user homeassistant first. Then get into the env/space of homeassistant, change into the configuration directory.  You need to become the user homeassistant first. Then get into the env/space of homeassistant, change into the configuration directory. 
 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> 
-  /srv/homeassistant/bin/activate  + sudo -u homeassistant -H -s  
-  cd .homeassistant  + /srv/homeassistant/bin/activate  
-  ssh root@192.168.xx.xx 'echo "1" > /sys/class/gpio/gpio:ac_output_enable/value' + cd .homeassistant  
 + ssh root@192.168.xx.xx 'echo "1" > /sys/class/gpio/gpio:ac_output_enable/value'  
 +</code>
 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.
  
  • Last modified: 2023/02/09 17:14
  • by danitool