Announcement

Collapse
No announcement yet.

How To

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How To

    I like this plug in, beyond the litle problem with it taking over the system when it does it's update. It allows me to trigger events on weather events, almost in real time, since the weather station is just up the block.

    I get a S1 current temp on device w1.

    Is there anyway to strip out the graphic that is also included in the device, maybe send just the numeric portion to another device or something?


    Anyone?
    Last edited by nightwalker; July 15, 2006, 08:06 PM.
    Marty
    ------
    XPpro SP3 /w HS Standard 2.5.0.80, HSTouch Server - 1.0.0.70, HSTouch Client 1.0.0.73 HSTouch Android - 1.0.0.2, HSTouch iPhone - 1.0.0.2
    Playing with HS3 a bit but it's just play at this point.

    #2
    Try using DeviceValue("w1"). This should return a number, which has been multiplied by 100 if it's a possible decimal value.

    Comment


      #3
      Originally posted by Synthesize
      Try using DeviceValue("w1"). This should return a number, which has been multiplied by 100 if it's a possible decimal value.
      I'll try that, thank you!
      Marty
      ------
      XPpro SP3 /w HS Standard 2.5.0.80, HSTouch Server - 1.0.0.70, HSTouch Client 1.0.0.73 HSTouch Android - 1.0.0.2, HSTouch iPhone - 1.0.0.2
      Playing with HS3 a bit but it's just play at this point.

      Comment

      Working...
      X