-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Wemo plugin support #3184
base: main
Are you sure you want to change the base?
Wemo plugin support #3184
Conversation
Similar to the other PSU control plugins, this adds support for the wemoswitch plugin (https://github.com/jneilliii/OctoPrint-WemoSwitch). The plugin requires the IP and port of the wemo switch you want to control and works exactly the same as the other PSU control plugins.
I kept this as a separate commit since it seems to change more than just my additions so it's easier to revert if necessary
I was able to achieve Wemo smart switch control by:
I now have control of the Wemo switch thru OctoDash. |
Yeah, that works fine if you only have one wemo to control as PSU control can only handle one. The full wemo plugin can control as many as you like. |
Ahhh...very good point! I hadn't even considered that use case. |
I actually wasn't aware PSUControl even had a wemo plugin 😀. Having said that I still think this has value! |
Yeah, I made that one too...lol. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Just wondering what is happening with this. I have a wemo switch on my 3d printer and would love to see this plugin merged. |
Similar to the other PSU control plugins, this adds support for the wemoswitch plugin (https://github.com/jneilliii/OctoPrint-WemoSwitch). The plugin requires the IP and port of the wemo switch you want to control and works exactly the same as the other PSU control plugins.
I kept the locale update in a separate commit because it seems to impact more than just my changes, so I wanted it to be easy to revert if desired.