pyW215 icon indicating copy to clipboard operation
pyW215 copied to clipboard

Python interface to the d-link W215 smart plug.

Results 7 pyW215 issues
Sort by recently updated
recently updated
newest added

Hello @LinuxChristian, I am using your python module in Home Assistant (HA) to integrate my DSP-W215 smart plugs. Four of the plugs are EU version and one is UK version...

Have anyone tried to run it with Micropython? Since the W215 is EOL I can't get it on or off with the App or Alexa and would like to turn...

allow subsequent requests to use the same authentication instead of re-authenticating all the time

Recursion was used for implementing retry after failed operation. However, after the error_report flag was raised, authentication always returned None. Changed retry logic to iterative implementation to fix the bug...

W215_A2 have different device id mapping than the default, so this fixes the W215_V2 issue. However, this is still not smart enough to detect the model number and automatically apply...

Inspired by PR#20 I found that the module ids can be retrieved from the device by calling GetModuleProfile. This means they don't have to be hard-coded. The SOAPAction method was...

This change reverts broken logic that prevented re-authentication when `self._error_report` is true. I dont think `self._error_report` is meant to be for control flow beyond limiting error reporting. This problem was...