Announcement

Collapse
No announcement yet.

Web page builder for Homeseer 3 & Homeseer 4

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

    #76
    Originally posted by drozwood90 View Post
    late to the game, but has anyone proved that this does / does not work with a HS Zee?

    --Dan
    No, the Zee does not support .asp. Although ASPX pages are technically supported, they don't work...taking several minutes to render or more likely timing out.
    Jon

    Comment


      #77
      Originally posted by Rotech View Post
      Got it Jon....!!! Is there a way to eliminate the text next to the icon? See pic above with circle.
      Any thoughts about this?
      Hector
      ____________________________________
      Win.2003 OS, HS3
      BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
      BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
      MyTrigger,ACRF2,W800,Zwave
      AP800,Honeywell Stat

      Comment


        #78
        You will need to post the few lines from the ini file that you have used to configure that section of the page.
        Jon

        Comment


          #79
          Originally posted by MFULLER View Post
          Thanks Jon00. I'm going to try and make a class and apply to just one sub heading. I want all the right sub headings to be right aligned.

          Made two pages so far.. One for my iPhone and one for the ipad. Looking good so far.. Love this plugin

          Ipad ones are almost finished, but a couple more things to add and alignments to sort out



          Marc, nice on/off buttons. Do you mind sharing the CSS you are using for the buttons?
          Billy

          Comment


            #80
            Originally posted by jon00 View Post
            You will need to post the few lines from the ini file that you have used to configure that section of the page.
            these are the lines for the Lamp Ligth pictured above. as you can see next to the icon theres text (showing "on" or "off") how can that be removed, since the icon already informs the status?

            Also I need to change the color of the text on the button to black. Since I am using rtubutton light button, you can bearly see the text. I am still struggling to understand the concept, but Ill get there.

            Column1Section1-10Height=
            Column1Section1-10Left=Lamp Ligth
            Column1Section1-10Middle=[device,003D0A7A-031]   [button,On,EventRefresh1,,rtubutton light,40]  [button,Off,EventRefresh2,,rtubutton light,40]
            Column1Section1-10Right=[devicelastchange,"Jon00-NOAA-10"]
            Column1Section1-11Left=Power Room Ligth
            Column1Section1-11Middle=[device,003D0A7A-027]
            Column1Section1-11Right=[devicelastchange,"Jon00-NOAA-10"]
            Hector
            ____________________________________
            Win.2003 OS, HS3
            BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
            BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
            MyTrigger,ACRF2,W800,Zwave
            AP800,Honeywell Stat

            Comment


              #81
              Baby steps....

              Change the part:

              [device,003D0A7A-031

              to:

              [deviceimage,003D0A7A-031

              Does that remove the text for you?

              Please remember that this package was primarily designed to display information...it does have basic control functionality but is not a replacement for HSTouch.
              Jon

              Comment


                #82
                Originally posted by jon00 View Post
                Baby steps....

                Change the part:

                [device,003D0A7A-031

                to:

                [deviceimage,003D0A7A-031

                Does that remove the text for you?

                Please remember that this package was primarily designed to display information...it does have basic control functionality but is not a replacement for HSTouch.
                Thank you Jon, that did work!!! Now, the text color is lite for the button background. I need to change it to black. Again thk u for your help.
                Hector
                ____________________________________
                Win.2003 OS, HS3
                BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                MyTrigger,ACRF2,W800,Zwave
                AP800,Honeywell Stat

                Comment


                  #83
                  Hector,

                  The button styles that come with the package are configured in a file called buildpagebutton.css

                  This is located in your html\css folder.

                  You can modify it to change the text color, however it will affect all buttons in that style.

                  To do so, open up buildpagebutton.css in a text editor.

                  Search for a line that looks exactly like this:

                  .rtubutton {

                  Then scroll down the page until you find:

                  color: #fff;

                  Change this line to:

                  color: #000;

                  Now save.

                  Refresh the page and the button text should be black.
                  Last edited by jon00; August 6, 2014, 11:08 AM.
                  Jon

                  Comment


                    #84
                    Originally posted by Rotech View Post

                    Column1Section1-10Height=
                    Column1Section1-10Left=Lamp Ligth
                    Column1Section1-10Middle=[device,003D0A7A-031]   [button,On,EventRefresh1,,rtubutton light,40]  [button,Off,EventRefresh2,,rtubutton light,40]
                    Column1Section1-10Right=[devicelastchange,"Jon00-NOAA-10"]
                    Column1Section1-11Left=Power Room Ligth
                    Column1Section1-11Middle=[device,003D0A7A-027]
                    Column1Section1-11Right=[devicelastchange,"Jon00-NOAA-10"]
                    So I need to add a period before "ligth" (rutbutton.ligth)?
                    Hector
                    ____________________________________
                    Win.2003 OS, HS3
                    BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                    BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                    MyTrigger,ACRF2,W800,Zwave
                    AP800,Honeywell Stat

                    Comment


                      #85
                      No, my mistake on that one.
                      Jon

                      Comment


                        #86
                        Hey guys, anybody noticing that if you try to activate a button in my case for a ligth ( in my ipad) that it sometimes works and sometime it doesnt? When I press the button I notice that it refreshes, but sometime won't turn on the ligth and other attempts the ligth turns on, but the device icon doesn't change.
                        Hector
                        ____________________________________
                        Win.2003 OS, HS3
                        BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                        BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                        MyTrigger,ACRF2,W800,Zwave
                        AP800,Honeywell Stat

                        Comment


                          #87
                          Well this is still un finised, here what I done so far. I need to know if the sub header can be a continues bar (circled). I tried all possible option, but gets me no where.
                          Attached Files
                          Hector
                          ____________________________________
                          Win.2003 OS, HS3
                          BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                          BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                          MyTrigger,ACRF2,W800,Zwave
                          AP800,Honeywell Stat

                          Comment


                            #88
                            Hey Hector. I am not familiar with the word "Ligth" is this "Light" in another language. Just curious. Thanks.

                            Comment


                              #89
                              Originally posted by megatron2 View Post
                              Hey Hector. I am not familiar with the word "Ligth" is this "Light" in another language. Just curious. Thanks.
                              Quick typing and bad spelling lol Thks.
                              Hector
                              ____________________________________
                              Win.2003 OS, HS3
                              BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                              BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                              MyTrigger,ACRF2,W800,Zwave
                              AP800,Honeywell Stat

                              Comment


                                #90
                                Originally posted by Rotech View Post
                                Well this is still un finised, here what I done so far. I need to know if the sub header can be a continues bar (circled). I tried all possible option, but gets me no where.
                                Quick answer...No.
                                Jon

                                Comment

                                Working...
                                X