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

    #46
    Open up buildpagebutton.css found in your html/css directory

    Add this to the very bottom:

    PHP Code:
    .tablecolumnright 
    {
        
    /*border: 1px solid #dddddd; */
        
    background#eeeeee url(/css/ui-lightness/images/ui-bg_highlight-soft_d1x16.png) 50% top repeat-x; 
        
    background-size100100%; 
        
    color#333333;
        
    padding-top5px;
        
    font-weight bold;
        
    text-align right;
        
    font-size12px;

    Change ClassTypeSubHeader= To ClassTypeSubHeader=tablecolumnright in your ini file.

    Job Done!
    Jon

    Comment


      #47
      Fab, thanks. Is there a way to set that inline? I only want one column right aligned, the rest i want left.

      Comment


        #48
        Sure,

        If your sub heading text is "Hello World"

        Change it to:

        <div class='tablecolumnright'>Hello World</div>
        Jon

        Comment


          #49
          How do you call the page thru ipad?
          Are there diferent pages from the ones created in your Hs server?
          Hector
          ____________________________________
          Win.2003 OS, HS3
          BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
          BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
          MyTrigger,ACRF2,W800,Zwave
          AP800,Honeywell Stat

          Comment


            #50
            Excellent, thanks Jon00!!

            Comment


              #51
              Rotech: just create a different ini file for each type of layout. I have one for an iPhone, which has large text and buttons, then one for the ipad that because it has a larger screen, has more layout and data etc. I'll also start working on one for the PC.

              You then just call the URL on the different devices.. For example the iPhone ini file is called iphone, so I used the URL below to call the iPhone page.

              Http://xxx.xxx.xxx.xxx/buildpage.asp?val=iphone

              The ini file for the ipad layout is called itouch, so you just change the end iphone to itouch.

              Comment


                #52
                Thks great idea. But you can only access the pages in your iPhone if your in your home right? Thru wifi?
                Hector
                ____________________________________
                Win.2003 OS, HS3
                BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                MyTrigger,ACRF2,W800,Zwave
                AP800,Honeywell Stat

                Comment


                  #53
                  That depends on your setup. If you open up port 80 (or whatever your Homeseer uses) on your router, you can access it anywhere.

                  Comment


                    #54
                    I think you can use HSconnect not sure about that.... Try it.
                    Hector
                    ____________________________________
                    Win.2003 OS, HS3
                    BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                    BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                    MyTrigger,ACRF2,W800,Zwave
                    AP800,Honeywell Stat

                    Comment


                      #55
                      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

                      Just a quick question... How are you generating your broadband usage charts?
                      HS4 Pro, 4.2.19.0 Windows 10 pro, Supermicro LP Xeon

                      Comment


                        #56
                        Hey,

                        I use PRTG which comes with 10 free sensors. That plots the information, and then I just link the charts in QuickView

                        Comment


                          #57
                          I started to add devices to page, but the icon that displays is huge. In HS the device are small, anyone no why this happens? Making pages for ipad I hope I can achieve it.
                          Hector
                          ____________________________________
                          Win.2003 OS, HS3
                          BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                          BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                          MyTrigger,ACRF2,W800,Zwave
                          AP800,Honeywell Stat

                          Comment


                            #58
                            I am also trying to display this URL (weather radar) but it doesn't appear in page?

                            Column1Section3-1Middle=[Image,http://vortex.accuweather.com/adc201...0-overlay.gif]

                            I tried several URL but when I try ti display it, it wont animate as in the web page.
                            Last edited by Rotech; August 3, 2014, 02:16 PM.
                            Hector
                            ____________________________________
                            Win.2003 OS, HS3
                            BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                            BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                            MyTrigger,ACRF2,W800,Zwave
                            AP800,Honeywell Stat

                            Comment


                              #59
                              Originally posted by Rotech View Post
                              I am also trying to display this URL (weather radar) but it doesn't appear in page?

                              Column1Section3-1Middle=[Image,http://vortex.accuweather.com/adc201...0-overlay.gif]

                              I tried several URL but when I try ti display it, it wont animate as in the web page.
                              That image is just a gray rectangle. When testing put the URL into a new browser window. If you can see it there then it should also work in your web page.
                              Jon

                              Comment


                                #60
                                Jon

                                Can you have a Device and a button In the same line?

                                Column1Section1-1Middle=[Device,003D0A7A-026]
                                Column1Section1-1Right=[button,On,M.Bedroom Closet Ligth]

                                like for example:[Device,003D0A7A-026],[button,On,M.Bedroom Closet Ligth]
                                Hector
                                ____________________________________
                                Win.2003 OS, HS3
                                BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                                BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                                MyTrigger,ACRF2,W800,Zwave
                                AP800,Honeywell Stat

                                Comment

                                Working...
                                X