Neptuni Newbie
Joined: August 29 2007 Location: Sweden
Online Status: Offline Posts: 7
|
Posted: January 22 2008 at 16:38 | IP Logged
|
|
|
Hello,
I' trying to have PH knowledge of my PC's status (online or not), so I tried this:
1) Create an Virtual X-10 type "Computer" with status only and Online/offline values.
2) Created an device X1 of the type "Computer" with my CM11 as controller (can it be blank?)
3) Created an macro with the follwing formula:
if ( ph_ping( "192.168.2.2", 5) >= 0, ph_x10btn( "X1",2,0 ), ph_x10btn( "X1",3,0 ) )
But when try to verify it tells me that there is an error trying to retrieve data from X10 devices and types in the table...!
What have I done wrong!?
Thanks for your help
/Mikael
|