Best Way to Integrate W7 Computer

Bah, I feel like this should be a simple ping that I can perform in the device type but it’s turning out to be harder than it should be.

[quote=“pstuart, post:4, topic:4749”]
To wake the computer, you will need to be able to send a WOL packet,
with the new socket commands, its possible, but not likely that this
packet can be sent to the computer to wake it up.[/quote]
I might be using my Raspberry Pi to send the magic packet. Do you happen to have a recommendation on how to communicate from ST to the RPi? A simple REST setup perhaps or some type of SSH implementation? Eventually I’d like to monitor the temperature readings of my RPi with ST.

I’m accomplishing this with EventGhost’s Webserver plugin.

I guess I can do this, but it just seems easier to do it via a device type.

I was looking at using GET commands but I need to be able to do it on my LAN and I was having trouble with the HubAction command was giving me problems in my device type.

I’ll keep you guys updated on what I figure out.