Hi all
Does anybody know any way of sending an ON or OFF command to any Plugwise device (Plugwise plugin device) directly from a script?
Thanks
Juan
ON and OFF Commands for plugwise devices
Re: ON and OFF Commands for plugwise devices
You can send HTTP commands via scritps.
My first setup was build this way...
but why not use the HS-Plugin ?
My first setup was build this way...
but why not use the HS-Plugin ?
Enver Tanriverdi | http://blog.tane.nl
Re: ON and OFF Commands for plugwise devices
I have one plugwise device connected to an ethernet switch. The switch should be normaly off unless a mediacenter connected to this switch wakes up so it needs access to LAN through this switch.
I have a recurring event that checks through pings to computers if the mediacenter is working or if it is suspended. I need then to switch on or off the ethernet switch based on the status. I know that I could use a HS event based on the status change for the mediacenter...
Juan
I have a recurring event that checks through pings to computers if the mediacenter is working or if it is suspended. I need then to switch on or off the ethernet switch based on the status. I know that I could use a HS event based on the status change for the mediacenter...
Juan
Re: ON and OFF Commands for plugwise devices
In the HS-Plugin you can also use the power consumption as trigger for your events.
Enver Tanriverdi | http://blog.tane.nl
Re: ON and OFF Commands for plugwise devices
TANE wrote:In the HS-Plugin you can also use the power consumption as trigger for your events.
Thanks, that was the selected option and works like a charm!

Juan