Announcement

Collapse
No announcement yet.

No Current Condition

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    No Current Condition

    I've noticed a reocurring problem with current conditions which cause my HSTouch icons to display the big red question mark for an icon. In looking further, I see that there is actually nothing reported for the current condition.
    I'm running 3.0.0.56 and using WU as my source. Is this an WU? It does report other weather metrics...
    Attached Files
    HS3PRO 3.0.0.500 as a Fire Daemon service, Windows 2016 Server Std Intel Core i5 PC HTPC Slim SFF 4GB, 120GB SSD drive, WLG800, RFXCom, TI103,NetCam, UltraNetcam3, BLBackup, CurrentCost 3P Rain8Net, MCsSprinker, HSTouch, Ademco Security plugin/AD2USB, JowiHue, various Oregon Scientific temp/humidity sensors, Z-Net, Zsmoke, Aeron Labs micro switches, Amazon Echo Dots, WS+, WD+ ... on and on.

    #2
    Looks like there is an issue with the weather tag in the xml. Weather tag doesn't look right to me...

    Here's a snippit from the non-working xml

    PHP Code:
      <station_id>IONTARIO608</station_id
      <
    observation_time>Last Updated on October 2310:15 AM EDT</observation_time
      <
    observation_time_rfc822>Sun23 Oct 2016 10:15:34 -0400</observation_time_rfc822
      <
    observation_epoch>1477232134</observation_epoch
      <
    local_time_rfc822>Sun23 Oct 2016 10:30:03 -0400</local_time_rfc822
      <
    local_epoch>1477233003</local_epoch
      <
    local_tz_short>EDT</local_tz_short
      <
    local_tz_long>America/Toronto</local_tz_long
      <
    local_tz_offset>-0400</local_tz_offset
      <
    weather /> 
      <
    temperature_string>37.9 F (3.3 C)</temperature_string
    Took a look at a backup and see:

    PHP Code:
      <estimated /> 
      <
    station_id>IONTARIO608</station_id
      <
    observation_time>Last Updated on October 912:56 AM EDT</observation_time
      <
    observation_time_rfc822>Sun09 Oct 2016 00:56:51 -0400</observation_time_rfc822
      <
    observation_epoch>1475989011</observation_epoch
      <
    local_time_rfc822>Sun09 Oct 2016 01:00:05 -0400</local_time_rfc822
      <
    local_epoch>1475989205</local_epoch
      <
    local_tz_short>EDT</local_tz_short
      <
    local_tz_long>America/Toronto</local_tz_long
      <
    local_tz_offset>-0400</local_tz_offset
      <
    weather>Mostly Cloudy</weather
      <
    temperature_string>51.2 F (10.7 C)</temperature_string
    Anyone else noticing this?

    Robert
    HS3PRO 3.0.0.500 as a Fire Daemon service, Windows 2016 Server Std Intel Core i5 PC HTPC Slim SFF 4GB, 120GB SSD drive, WLG800, RFXCom, TI103,NetCam, UltraNetcam3, BLBackup, CurrentCost 3P Rain8Net, MCsSprinker, HSTouch, Ademco Security plugin/AD2USB, JowiHue, various Oregon Scientific temp/humidity sensors, Z-Net, Zsmoke, Aeron Labs micro switches, Amazon Echo Dots, WS+, WD+ ... on and on.

    Comment


      #3
      PHP Code:
       <weather /> 
      The / at the end of the tag means they did not send a value for that key. I'm not sure if that means WU missed the value or if that station didn't send it in their last update.

      You might try a different station or use the lat and long instead of a station.

      --
      Jeff Farmer
      HS 3, HSPhone
      My HS3 Plugins: CFHSExtras, Random, Restart, Tracker, WeatherXML, PanaBluRay
      Other Plugins In Use: APCUPSD, BLOnkyo, Device History, EasyTrigger, HSTouch Server, PHLocation2, Pushover, RFXCom, UltraGCIR3, UltraMon3, UltraPioneerAVR3, X10, Z-Wave

      Hardware: GoControl Irrigation Controler, Schlage Lever Lock, Schlage Deadbolt, Way2Call Hi-Phone, RFXCom RFXrec433 Receiver, WGL 800, TI-103, Z-Net, Pioneer 1120, Pioneer 1021, Pioneer LX302, Panasonic BDT-110, Panasonic BDT-210 x2

      Comment


        #4
        Thanks Jeff. Yes, I did use lat/long in the config. Also tried multiple stations and get the same thing.

        Robert
        HS3PRO 3.0.0.500 as a Fire Daemon service, Windows 2016 Server Std Intel Core i5 PC HTPC Slim SFF 4GB, 120GB SSD drive, WLG800, RFXCom, TI103,NetCam, UltraNetcam3, BLBackup, CurrentCost 3P Rain8Net, MCsSprinker, HSTouch, Ademco Security plugin/AD2USB, JowiHue, various Oregon Scientific temp/humidity sensors, Z-Net, Zsmoke, Aeron Labs micro switches, Amazon Echo Dots, WS+, WD+ ... on and on.

        Comment

        Working...
        X