Announcement

Collapse
No announcement yet.

? about status in Quickview

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

    ? about status in Quickview

    I set up my quickview page following the instructions given by Tom Kern.

    I `have my devices showing up in diff sections and so far so good.

    my questions are:
    1) why are the icons in the status column not showing up just as they do in the regular HS status page?

    2) where do I go to actually set up these icons so that they show up?

    3) if I set a devicestring to an image and I would like it to show up in the status column, how do I do that?

    Joe
    jjsmd@yahoo.com

    #2
    jjsmd,

    We're in the same boat

    http://ubb.homeseer.com/eve/ubb.x?a=...53&m=654104886

    http://ubb.homeseer.com/eve/ubb.x?a=...74&m=566101696

    Thanks,
    hlkc

    Comment


      #3
      Any HTML contained within the devicestring is stripped to avoid invalid characters making there way into the XML. I'll fix this with HomeSeer 2.0 using vb.net.
      Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

      Comment


        #4
        Ultrajons,

        It looks like that someone using the following code in Ultra_View2_xml.txt and able to change the icons. As far as I can tell, we don't have Ultra_View2_xml.txt anymore with the new version therefore where should we add the following code in order to change the icon display?

        HomeSeer 2.0 is still months away. Do you think there will be any quick fix for now?

        Thank you very much for all your help!
        hlkc

        case "Computer"
        select case cLng(iDeviceStatus)
        case 2
        if strDeviceString = "" then
        strDeviceString = "On"
        strDeviceIcon = "alive.gif"
        else
        strDeviceIcon = BuildIcon(strDeviceString)
        end if
        case 3
        if strDeviceString = "" then
        strDeviceString = "Off"
        strDeviceIcon = "disabled.gif"
        else
        strDeviceIcon = BuildIcon(strDeviceString)
        end if
        end select

        Comment


          #5
          Have you looked at the status change script to control the devicestring?

          http://ubb.homeseer.com/eve/ubb.x?a=...53&m=967107685

          Regards,
          Ultrajones
          Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

          Comment


            #6
            Ultrajones,

            Yes, I have this running already and it is changing the status string no problem. on.gif, off.gif, airconditionon.gif, tvon, garagedoorclose.... no problem. My problem is those scripts such as weather and CNN came in a long script string and those I don't know how to assign an icon to them using this script or ??? Any idea or work around are highly appeciated.

            Thanks,
            hlkc

            Thanks,
            hlkc

            Comment

            Working...
            X