-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watt consumption #1
Comments
Hm, can the device measure power consumption at all? Does the app show those readings? |
Yes, W245 is capable to do this in all four sockets separately and the app shows the values too |
Regarding the schedule, you could try to disable the internet on your router (perhaps by unplugging the ethernet cable) to check if the device will stick to the schedule without internet access? Possible commands that can be sent to the device are:
There is a |
Thanks, that sounds interesting although none of them conveys a connection to the wattage. I will try to find out more. Can you provide a link where you got the list of possible commands from ? |
I got the list by reverse engineering the binary that controls the plugs. |
Thank you for your work and support. I just wanted to let you and possibly others) know that I will no longer consider the D-Link products for my project. While I like the looks and quality of the DSP-W245 I am still annoyed by the many attempts I had to make in order to get the app working. Because of this I searched for alternatives. As far as multi-socket devices are concerned I couldn't find good alternatives. The alternatives are either much more expensive (200€ for a Ethernet cable based device), have less features or are provided by vendors from which I can not buy with confidence. I found an interesting alternative that is based on Bluetooth and not wifi: the Voltcraft SEM 6000 (it looks like Recogi sells the identical device under a different name). Some shops sell a three pack for 70€. But what is more interesting is the fact that there is library that can be compared to what you provide: https://github.com/Heckie75/voltcraft-sem-6000 But I looked even further because I could not falsify my impression that the device is near end of life from a sellers perspective. And Bluetooth might have its advantages (less power consumption, less interference with my wifi) but it makes it more difficult if I want to use several sockets in several rooms of my house. By coincidence (I saw an advertisement while ordering a Raspberry Pi Zero WH) I found out about the Shelly Plug S. While it will perhaps take some time to get used to the looks of the device (I prefer the compact size and square looks of the Voltcraft device, but hey: sockets can be hidden in a corner ;-)) I like their approach: you can run it with a local wifi and/or the cloud. By the way: the vendor sells a four pack for a cheap price of 77€ and there is an interesting warranty extension for only 10% |
Yes, the products from Shelly are quite nice and are recommended by a lot in the smart home community. If you do not want to keep the DSP-W245, maybe you want to donate for further development of the library? |
I can get a full refund and will get my money back so I can buy the Shelly plugs |
More a question and less an issue
I found your code coincidentally and had a quick look. Do you happen to know if it is possible to read the consumption in Watt and if this is the current consumption and/or total ? I have a DSP-W245 which after 20 or so attempts runs fine with the app but would be happy to dump the app.
Btw: I ask myself if the device will stick to the schedule if it loses the Internet connection. I haven't seen a setSchedule function or alike and this makes me think that this might run outside of the device
The text was updated successfully, but these errors were encountered: