1.0.4 • Published 8 months ago

@mike.gofton/dsp-w215 v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Controller for a D-Link DSP-W215 home smart plug

Configuration

  • The IP address of the smart plug can be identified from your wifi router.
  • The PIN code is located on the plug side of the DSP-W215 unit.

Inputs

msg.payload is assigned a string command to control the smart plug :

  • "on" turns the switch on, and returns the value "on" in msg.payload.switch.
  • "off" turns the switch off, and returns the value "off" in msg.payload.switch.
  • "status" returns the state of the switch, "on" or "off" in msg.payload.switch.
  • "power" returns the current power consumption in watts in msg.payload.power.
  • "temp" returns the temperature within the switch enclosure, assumed to be celsius, in msg.payload.temp.

Outputs

msg.payload returns the result of the input command, as a string value.
A command which is not recognised will return "invalid" in msg.payload.command.

Details

This node works with DSP-W215 firmware version v.114B04.
If the "power" and "temp" commands return "0", the smart plug is likely not using this version of firmware.
For further detail refer here.
The firmware is available here.

References

This node is a wrapper for dsp-w215-hnap.
The DSP-W215 is at end of life, and not supported by the mydlink app (2023 version).
The setup guide is available here.

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago