Ankündigung

Einklappen
Keine Ankündigung bisher.

HS Login zählen ?

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    HS Login zählen ?

    Hi,

    I'm re-opening the topic posted by Cindom in the other forum.
    So far, I've implemented the tip given by Cindom, that is: any guest visitor comes in via a "guest" page, before beeing routed to the site.
    Still some open questions:
    1) counting: is this a standard Baustein ? or should I write a specific one for that purpose ?
    2) archiving: I understand it is possible to do archiving of the visitors count per month, but have no idea on how to start
    3) how should I close the current archiving at the end of the month an open a new one. I guess it is via the universal clock, but....

    Any hint appreciated.

    Greetings from a hot Midi-Pyrénées

    #2
    I'm unable to build a correct archive
    What would be the characteristics of such an archive ?

    Ringspeicher ?
    Zyklus ?
    Totzeit ?

    And for the http-Abruf
    Zeitraum ?

    Any hint appreciated.
    Raymond

    Kommentar


      #3
      Ray, Ray, Ray,

      still you'r prob?

      Ringspeicher =
      How many segments you want to save. If you like to save every hour one value, one week = (1x24x7=168)

      Zyklus =
      The values you have selected below will be stored every x minutes.
      Not when thy habe been send/changed

      Totzeit=The max. time between save a value.

      And for the http-Abruf
      Zeitraum =
      The time you want to call up in the HTML Site.
      You may have one week in your archive, but the HTML page can view only a part of it.

      I hope I have translated my knowledge right
      Gruß Hiele
      ______________________________________________
      EIB Stuff:
      Gira Homeserver V2 / Gira 15" Touch-Panel / Info-Display2 / Wiregate / Wetterstation

      Kommentar


        #4
        Zitat von Hiele Beitrag anzeigen
        Ringspeicher =
        How many segments you want to save. If you like to save every hour one value, one week = (1x24x7=168)

        Zyklus =
        The values you have selected below will be stored every x minutes.
        Not when thy habe been send/changed

        Totzeit=The max. time between save a value.

        And for the http-Abruf
        Zeitraum =
        The time you want to call up in the HTML Site.
        You may have one week in your archive, but the HTML page can view only a part of it.
        Thank you Hiele
        But this one is a bit special, as the guest login happens anytime (not cyclic)
        I want to trigger at each guest login and to tell them up, that is, +1 at each guest login.

        So far, the guest login archive stays empty, so I guess I made a mistake in the definition of the archive.

        The purpose was to get the archive setup info from someone who has the login count working.

        Best regards
        Raymond

        Kommentar


          #5
          If I remember correct, the is a log in page/part of a page wich could be checkt by the HS. I'm at work right now, so I can't check this.
          If your HS makes a "Webabfrage" of this page it should work. The KO is changing and there is no need to use the cyclic typ.
          Gruß Hiele
          ______________________________________________
          EIB Stuff:
          Gira Homeserver V2 / Gira 15" Touch-Panel / Info-Display2 / Wiregate / Wetterstation

          Kommentar


            #6
            Zitat von Hiele Beitrag anzeigen
            If I remember correct, the is a log in page/part of a page wich could be checkt by the HS. I'm at work right now, so I can't check this.
            If your HS makes a "Webabfrage" of this page it should work. The KO is changing and there is no need to use the cyclic typ.
            Aaah! I didn't understand it that way ! you might be right
            I was re-reading the post HS Login zählen ? in the old forum, posted by Cindom on 15-02-2005, 14:34 and there the recommendation of Cindom was

            "in the Experte Tool you have to generate a Startpage with a WEITER "further" button and you have to define at "Befehle" that by clicking it a counter (in the grafischer Logikeditor) counts up and the next page opens."

            So, I was heading in that direction, but reaching nowhere

            Thank you for your patience with a newbie
            Raymond

            Kommentar


              #7
              welcome Ray.

              You will manage it
              Gruß Hiele
              ______________________________________________
              EIB Stuff:
              Gira Homeserver V2 / Gira 15" Touch-Panel / Info-Display2 / Wiregate / Wetterstation

              Kommentar


                #8
                Hi Raymond,

                waht cindoms describes is exactly the way to do it - with most flexibility.

                You define a start page with just one Button : LOGIN

                Whenever someone clicks on that, an internal variable login_counter will be increased by 1.

                add 1 to the iKO logins_this week
                add 1 to the iKO logins_this month
                add 1 to the iKO logins_total....


                At the end of the day you to the following.

                set login_counter to zero

                At the end of the week set logins_this week to zero.....

                you can also write the values of these iKOs to an archive, when ever you want.

                the counter is a standard logic module!


                The way by webabfrage is not very convinient.
                Gruß Matthias
                EIB übersetzt meine Frau mit "Ehepaar Ist Beschäftigt"
                - PN nur für PERSÖNLICHES!

                Kommentar


                  #9
                  ...works fine for one year now.

                  14758 Visitors by now, thank god they visited my home only virtually

                  "Wer immer tut, was er schon kann, bleibt immer das, was er schon ist." Henry Ford

                  Kommentar


                    #10
                    Zitat von MatthiasS Beitrag anzeigen
                    Whenever someone clicks on that, an internal variable login_counter will be increased by 1.
                    Hi Matthias,
                    Thank you very much for the hint.
                    It took me a while to realise that it works via the Befehle on the login box on the page (I was trying via the Baustein... )

                    Zitat von MatthiasS Beitrag anzeigen
                    set login_counter to zero
                    At the end of the week set logins_this week to zero.....
                    This is done via the universal clock ?

                    Also, I think it's possible to get more out of the login process.
                    How could I capture the IP address and other relevant info about the visitor ?

                    Thanks again
                    Raymond

                    Kommentar


                      #11
                      Zitat von Cindom Beitrag anzeigen
                      14758 Visitors by now, thank god they visited my home only virtually
                      ... and I know someone who visited your "home" more then once, ...... looking at your login page

                      Kommentar


                        #12
                        Zitat von MatthiasS Beitrag anzeigen
                        you can also write the values of these iKOs to an archive, when ever you want.
                        Hi MatthiasS,

                        I'm almost done.
                        Maybe another hint, if you don't mind
                        I've a login module, with a binary output (which will be 1 if a guest comes in with an IP addr different from my local IP)
                        I would archive per FTP only those events (time & date and IP addr).

                        How should I do that
                        I know there is a command "archive" but don't know to trigger it with my binay event

                        Thank in advance you for your kind help

                        Kommentar


                          #13
                          Just append the command "write archive" to the output of this module. If IP-data is not yet present at this moment, include a "Telegrammverzögerung" for one second.
                          Gruß Matthias
                          EIB übersetzt meine Frau mit "Ehepaar Ist Beschäftigt"
                          - PN nur für PERSÖNLICHES!

                          Kommentar

                          Lädt...
                          X