Announcement

Collapse
No announcement yet.

Passwords and web pages

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

    Passwords and web pages

    Attached Files
    -Rick

    #2
    You could use the WebLoggedInUser function (http://www.homeseer.com/support/home...ggedinuser.htm) in your web/asp page and show content based on who's logged in.

    Cheers
    Al
    HS 4.2.8.0: 2134 Devices 1252 Events
    Z-Wave 3.0.10.0: 133 Nodes on one Z-Net

    Comment


      #3
      Kudo's @rmorton27 I like your webpage concept/implementation. Dumb question for a Newbie, how did you create the webpages and how do you gain access to them?

      I've notice that on the setup>Custom Tab that there is a place to put in up to 4 webpages but never had any reason to do any thing with them, I assume that the webpage is an alternate to using Imperial Home or equivalent? Mike
      Computer: CUK Intel NUC7i7BNH
      Op System: Windows10 Pro - Work Station
      HS Version: HS4 Pro Edition 4.2.19.0

      Plug-Ins: AK Weather 4.0.5.25,APCUPSD 3.3.2.3,BLBackup 2.0.63.0,BLEditor 2.0.11.0,BLGData 3.0.55.0,BLOccupied 2.0.28.0,BLShutdown 1.0.6.0,Blue-Iris 3.1.3.33206,Device History 3.2.0.2,EasyTrigger 3.0.0.76,Harmony Hub 4.0.14.0,iRobot 5.22.41.1,JowiHue 4.0.8.7,Nest 3.0.0.34,NetCam Plugin 1.0.0.5,PHLocation2 3.0.0.64,Pushover 4.0.10.0,Random 3.0.0.2,Restart 1.0.0.7,Ring 1.0.0.9,SDJ-Health 3.1.1.3,Sonos 3.1.0.59,Sonos4 4.0.1.12,UltraCID3 3.0.6681.34300,UltraMon3 3.0.6554.33094,UltraNetCam3 3.0.6413.20219,Unifi 4.0.32.0,Zigbee 4.0.11.0,Z-Wave 4.0.3.0, and Jon00 scripts.

      Comment


        #4
        You can use any editor you want. Window's Notepad works but is primitive, I use Microsoft's Expressions as they were giving it away for free some time ago. Any web page with dynamic content you create must end in .asp and not htm or HTML.

        About loading custom pages. Homeseer on the same page, you found the custom URL is "Use Custom Page 1 as Home Page" if you check this BOX, HS3 will try to load this page instead of its normal page. I suggest you avoid using it though and instead just reference your page directly in the fetching URL like this HTTP:\\HometrollerPro\mypage.asp (Hometroller is the resolvable name and in my system it resolved to 192.168.1.3 HTTP:\\192.168.1.3\mypage.asp is the same as) the IP address I assigned to my Homeseer system) I add it to Chrome's bookmark bar and then no matter where I'm and using Chrome I have one click access to this page. I do the same in Android and add the URL as a bookmark to the homepage. Then my own menuing takes over.

        To write your own page you will need a blend of asp and HTML and somewhere I have posted all of my code. Warning I am a hack and know nothing about proper syntax, structure, etc and instead, I have just cobbled together what works (with tons of help over the long time I have used Homeseer) for me and is something I can take of.

        Real coders, I'm sure double over with giggles and grins if they look at my code (they are too polite to embassies me here) at my attempts and don't let that discourage you. JUST START really simple!

        -rick
        -Rick

        Comment


          #5
          Rick, Thanxs for the comeback. Thanxs for the suggestions, I had started using Imperial Home which for the most part works great with phones and iPad but I liked your approach using webpages, being a relative Newbie I've "dipped my proverbial toe into the HS3water" e.g. HS3 Plug-in's, Geo Fences (still working it), scripts and then some and though creating Webpages would be a great learning experience. in your post you made reference "somewhere I have posted all of my code." can you provide your latest examples, helps make the learning curve less steep Not too critical about what others might judge as long as it works! Mike


          Update: Took you suggestion to heart and downloaded; Microsoft Expression Web 4,Microsoft Expression Web 4 SuperPreview, and Microsoft Expression Designer 4 as they were free and no longer being supported. Do I need anything else other than a lot of time to figure out the tools!
          Last edited by MNB; July 22, 2017, 07:06 PM.
          Computer: CUK Intel NUC7i7BNH
          Op System: Windows10 Pro - Work Station
          HS Version: HS4 Pro Edition 4.2.19.0

          Plug-Ins: AK Weather 4.0.5.25,APCUPSD 3.3.2.3,BLBackup 2.0.63.0,BLEditor 2.0.11.0,BLGData 3.0.55.0,BLOccupied 2.0.28.0,BLShutdown 1.0.6.0,Blue-Iris 3.1.3.33206,Device History 3.2.0.2,EasyTrigger 3.0.0.76,Harmony Hub 4.0.14.0,iRobot 5.22.41.1,JowiHue 4.0.8.7,Nest 3.0.0.34,NetCam Plugin 1.0.0.5,PHLocation2 3.0.0.64,Pushover 4.0.10.0,Random 3.0.0.2,Restart 1.0.0.7,Ring 1.0.0.9,SDJ-Health 3.1.1.3,Sonos 3.1.0.59,Sonos4 4.0.1.12,UltraCID3 3.0.6681.34300,UltraMon3 3.0.6554.33094,UltraNetCam3 3.0.6413.20219,Unifi 4.0.32.0,Zigbee 4.0.11.0,Z-Wave 4.0.3.0, and Jon00 scripts.

          Comment


            #6
            Mike,

            Here you go.

            I use expression web 4 for web pages and I use notepad for scripts. That admission will get a lot of big yawns I'm sure but it does exactly what I need but make sure to show the status bar from the View tab so you get line numbers...

            Go get tenscriptAid too http://tenholder.net/tenWare2/tenScriptAid/default.aspx , it will be very useful trying to figure out Capi for your devices.

            -r

            Ps. Pretty well all works as far as I know. The button logic works pretty well but reloads are tricky, teach yourself browser back or reload those pages, exit them. You can press as many buttons as you like as you are loading new data. If you do the worst that happens is a refresh with stale data so a light on or light goes off. Our family has no problem with using them. I wrote the pages for display on Samsung's Note 5's and use the same pages for tablets and PC's too.
            Attached Files
            -Rick

            Comment


              #7
              Rick,
              Many thanxs for your supporting info and files, I will have to go away for a bit to digest it and figure it out. Obviously I will have questions and I know where you live , Mike
              Computer: CUK Intel NUC7i7BNH
              Op System: Windows10 Pro - Work Station
              HS Version: HS4 Pro Edition 4.2.19.0

              Plug-Ins: AK Weather 4.0.5.25,APCUPSD 3.3.2.3,BLBackup 2.0.63.0,BLEditor 2.0.11.0,BLGData 3.0.55.0,BLOccupied 2.0.28.0,BLShutdown 1.0.6.0,Blue-Iris 3.1.3.33206,Device History 3.2.0.2,EasyTrigger 3.0.0.76,Harmony Hub 4.0.14.0,iRobot 5.22.41.1,JowiHue 4.0.8.7,Nest 3.0.0.34,NetCam Plugin 1.0.0.5,PHLocation2 3.0.0.64,Pushover 4.0.10.0,Random 3.0.0.2,Restart 1.0.0.7,Ring 1.0.0.9,SDJ-Health 3.1.1.3,Sonos 3.1.0.59,Sonos4 4.0.1.12,UltraCID3 3.0.6681.34300,UltraMon3 3.0.6554.33094,UltraNetCam3 3.0.6413.20219,Unifi 4.0.32.0,Zigbee 4.0.11.0,Z-Wave 4.0.3.0, and Jon00 scripts.

              Comment

              Working...
              X