-
Notifications
You must be signed in to change notification settings - Fork 19
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
Idea: Connecting "Sonoff POW" (WiFi switch and measure power cunsumption) #11
Comments
I agree that it would be great to measure the real power consumption and use those values to calculate the estimated cost. But the issue is that I don't have such hardware. Of course it would be possible if someone else would do the testing but it would be far from an ideal situation. This even gets worth when in comes to maintain the support for it. In the worst case it could be necessary to remove the feature again and this is something I don't want to do. |
I totaly understand your concerns. I have the same problem with my plugin. I want to provide a feature which is not supported by my printers firmeware (see OllisGit/OctoPrint-DisplayLayerProgress#20). Someone else needs to test it. It's up to you: If you agree, I can impement and test it and than I will create a pull-request. By the way you could buy the POW for under 10€ at banggood or aliexpress ;-) Regards |
The issue with this is the same as before - I cannot test it. Therefore I probably won't accept a pull request. But feel free to fork this project and implement the feature yourself.
Yes, but I cannot spend money every time someone wants to have a hardware specific feature implemented 😉 |
Okay, thanks for your fast reply. BR |
I took a look at the documentation of the Tasmota firmware, but it's to insufficient to implement this without having the real device. If it helps I would implement it the following way:
|
Sounds good! |
If you just use the |
@OllisGit not sure if you knew but my Tasmota plugin (non-MQTT version) will log this power data on those devices... |
Hi @jneilliii, I am cleaning up my backlog and found this entry...I looked into your plugin and on a "first look" I can't identify how I can grab such data. I am not sure, maybe there is a mechanism in OP, but currently I use this approach to read data from an other plugin.
|
So my plugin has get_energy_data API command, that wil pull data from sqlite db in the plugin's data folder based on a date range. The data itself is pulled from the Tasmota device here to insert into the database. |
I use a Sonoff POW for switching my Printer on/off.
The module can also measure the power consumption and with the "right" firmware (Tasmota) you can collect the information via MQTT or REST APIs.
I think it is a cool idea to measure the "real"-power consumption and then calculate the price.
What do you thing?
Regards
Olli
The text was updated successfully, but these errors were encountered: