Skip to content
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

Feature Request on Power Shutdown #61

Closed
EraserFX opened this issue Jan 5, 2021 · 3 comments
Closed

Feature Request on Power Shutdown #61

EraserFX opened this issue Jan 5, 2021 · 3 comments

Comments

@EraserFX
Copy link

EraserFX commented Jan 5, 2021

Power on and off via url
I also use the raabi powermanagerscript to control my socket in my Smathome system. This is simply controlled via a url. with a separate on off command. it should be possible to realize that.

Powermanager Script Config:

printer_off = shell command to switch printer off

printer_off="curl http://IP:PORT/set/loxone.0.15e032e3-02e4-5036-ffffeaed73a38093.active?value=false"

printer_on = shell command to switch printer on

printer_on="curl http://IP:PORT/set/loxone.0.15e032e3-02e4-5036-ffffeaed73a38093.active?value=true"

@alexpthe1
Copy link

i would apriciate this very much

@Arksine
Copy link
Owner

Arksine commented Jan 31, 2021

The issue here is that the power plugin must be able to query the device so that it can initialize state. Simple on/off URLs won't work correctly.

@EraserFX
Copy link
Author

I'm working on a loxone power plugin and close here for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants