Announcement

Collapse
No announcement yet.

How do you change status image

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

    How do you change status image

    How can you change the status image from a light bulb to something else?

    When I go to modify device then options, the screen is blank.

    Thanks

    -Tim
    -Tim

    HSPro - 3.XXX - Dell mini W7 x32
    Way2 Call
    Elk M1 Gold
    UPB HAI switches
    HAI RC2000 Thermostat

    #2
    I use UltraStatus. I think BLIcon is similar, but I have no experience with it. There may be other plug-ins as well. I'm not sure if you can use the scripting function DeviceValuesGraphicsAdd with devices imported from SG or not, but you could give that a try too.
    Mike____________________________________________________________ __________________
    HS3 Pro Edition 3.0.0.548, NUC i3

    HW: Stargate | NX8e | CAV6.6 | Squeezebox | PCS | WGL 800RF | RFXCOM | Vantage Pro | Green-Eye | Edgeport/8 | Way2Call | Ecobee3 | EtherRain | Ubiquiti

    Comment


      #3
      iconIfier will do it for anything based on Status (not value).

      http://forums.homeseer.com/showthread.php?t=145834

      --Dan
      Tasker, to a person who does Homeautomation...is like walking up to a Crack Treatment facility with a truck full of 3lb bags of crack. Then for each person that walks in and out smack them in the face with an open bag.

      Comment


        #4
        Thanks guys. I'm going to try BLIcon as it appears to be the simplest to do what I want.

        I did not expect to have to pay $30 to change icons. I thought HS Pro had it built in.
        -Tim

        HSPro - 3.XXX - Dell mini W7 x32
        Way2 Call
        Elk M1 Gold
        UPB HAI switches
        HAI RC2000 Thermostat

        Comment


          #5
          It does if you are using HomeSeer but you posted in the JDS stargate forum so I thought you wanted to use this hardware to change the icons. The way I change icons is to run a script when a devicestatus or device value changes. In the script I used something like this.
          PHP Code:
          hs.setDevicestring "A1""<img src=light.gif>" 
          💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

          Comment


            #6
            Originally posted by Rupp View Post
            It does if you are using HomeSeer but you posted in the JDS stargate forum so I thought you wanted to use this hardware to change the icons. The way I change icons is to run a script when a devicestatus or device value changes. In the script I used something like this.
            PHP Code:
            hs.setDevicestring "A1""<img src=light.gif>" 
            The reason I posted it here is because when I go to a device created in HS and click options, there is a Edit value/graphics pairs button. When I select a stargate imported device, that button option is not there.

            Can you explain your script method in more detail?

            Thanks

            -Tim
            Attached Files
            -Tim

            HSPro - 3.XXX - Dell mini W7 x32
            Way2 Call
            Elk M1 Gold
            UPB HAI switches
            HAI RC2000 Thermostat

            Comment

            Working...
            X