Announcement

Collapse
No announcement yet.

jon00 motherboard & hard drive monitor discussion

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

    #31
    I just noticed an error in my hs.log about a path not found for this script that started showing up after the month changed to december.

    It seems the day was being coded without the "zero" and SpeedFan creates the filename with the "zero" in it.

    Just add this;

    if Getday < 10 then
    Getday=(0 & Getday)
    end if

    After this;

    Getday=DatePart("d",date)

    into any of the speedfan.txt scripts you use and I think that should fix it.

    Thanks for a great script. Terry

    OOPS, lol disregard

    Comment


      #32
      Hey Jon, getting an error running your speedfan scripts in build 1948. They were working OK until this version.
      Attached Files

      Comment


        #33
        Hmmm...I'm on 1949 and its running fine (4 PC checked) ???
        Jon

        Comment


          #34
          Jon,

          Keep getting this error on one of my servers, I run two scripts for each of my servers, one runs fine but my HS server throws this error up probally every few minutes.

          29/11/2005 08:50:32 - Error - Running script, script run or compile error in file: SysMon.txt13:Type mismatch: 'ProcessorUsage' in line 122 More info: Type mismatch: 'ProcessorUsage'

          Any ideas at what I should be looking for?

          Cheers

          PS How did the HS2 move go?
          Lance

          Comment


            #35
            Lance,

            Can you open up your coolmon.xml logging file and see if it has an entry of:

            PHP Code:
            <Processor_Usage>xx.xx</Processor_Usage
            If not it is a coolmon config error.

            (you posted in the wrong discussion forum btw!)

            As for HS2, many hours used to convert and having real problems with a threading bug which slows everything down to a crawl.
            Jon

            Comment


              #36
              Jon,

              Yep this was in the .xml at the time of looking





              PHP Code:
              <Processor_Usage>21.47</Processor_Usage
              </PROCESSOR_USAGE></P>
              I think the problem is when the processor drops the 0% however not totally sure.

              Where is the right forum?

              Hope you get HS2 sorted, took me some time and my setup is not half of what I imaging yours to be.
              Lance

              Comment


                #37
                http://board.homeseer.com/showthread.php?t=95220


                I can see no reason why this should fail as it uses the same parsing method as every other value.

                Email me the script and I will put some debugging lines into it to see if this can be pinpointed.
                Jon

                Comment


                  #38
                  Probably a dumb question but is it possible to use one of the temp reading from this plugin as a condition on a homeseer event?

                  Managed to install the plugin and have a device reading motherboard temp okay, I've set an event condition using that device of value in range FROM 38 TO 50 (some random numbers for testing ), the current value is 34-35 but the event is still being triggered.

                  Can I use the temp values from the device like this (basicaly as an easy weather monitor combined with motion sensors to trigger fans to come on if it's hot and someone is in the room)?

                  Comment


                    #39
                    Triggering of scripts and events depending on the sensor value can be done within the ini file.

                    I never added setting the device value which you could use to trigger externally.

                    Its easy to add. Open up the script in a text editor.

                    Find the line (near the bottom):

                    hs.setdevicestring (DevCode,HTMLString)

                    Add this line beneath it:

                    If IsNumeric(Sensordata) then hs.setdevicevalue (DevCode,Sensordata)

                    Now save the file. You should now be able to trigger on device value change.
                    Jon

                    Comment


                      #40
                      Jon

                      after reading over a little bit , I belive you have to use another aplication in order for this script to work (speedfan)? Is this correct,?and if so is this aplication free?

                      thanks
                      Hector
                      ____________________________________
                      Win.2003 OS, HS3
                      BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                      BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                      MyTrigger,ACRF2,W800,Zwave
                      AP800,Honeywell Stat

                      Comment


                        #41
                        Yes, you require Speedfan and it is free.
                        Jon

                        Comment


                          #42
                          Is this correct?

                          Jon

                          I downloaded the speed fan program, and I got some parameters from it, but how do I disstinguis which fan belongs to whom and how do I determine parameters for each fan? or do I need to do nothing? Below is a pic for what I achived.
                          Last edited by Rotech; April 28, 2008, 04:19 PM.
                          Hector
                          ____________________________________
                          Win.2003 OS, HS3
                          BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                          BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                          MyTrigger,ACRF2,W800,Zwave
                          AP800,Honeywell Stat

                          Comment


                            #43
                            Rotech,

                            Have you enabled logging for all the devices that you wish to monitor on the speedfan application?

                            Go to your Program Files/Speedfan directory.

                            You should see a .CSV file with today's date. Open it up in notepad.

                            Do you see something like this:

                            Seconds Temp1 Temp2 HD0 HD1 Fan02 Vcore +12V AVcc
                            0 37.0 65.0 32.0 30.0 1815 1.42 12.09 3.42
                            3 37.0 65.0 32.0 30.0 1815 1.42 12.09 3.42
                            6 37.0 66.0 32.0 30.0 1834 1.42 12.09 3.42
                            9 37.0 66.0 32.0 30.0 1834 1.42 12.09 3.42
                            13 37.0 65.0 32.0 30.0 1815 1.42 12.14 3.42
                            16 38.0 65.0 32.0 30.0 1815 1.42 12.14 3.42
                            19 37.0 65.0 32.0 30.0 1834 1.42 12.14 3.42

                            If not you need to get Speedfan logging correctly:

                            Press the configure button on speedfan and go to the log tab. Make sure that the tickbox is checked for enabled, Add header to the file enabled and at least 1 day to keep.

                            Now go to the temperatures tab and tick the temps you wish to use. single click on the text next to the tick box and at the bottom, make sure the logged tick box is ticked. You will need to do this for all temperatures, speeds etc that you wish to monitor. Once finished press OK and restart Speedfan. Now check the CSV file. Once you have data, read my instructions again as to setting up values to read from this file.
                            Jon

                            Comment


                              #44
                              Jon

                              When openning the CSV file, This the info I get, I tried openning the same file with note pad, but it does not recognise it. Tried with "Word" aplication and it can not be loaded. The only way it can be opened is with excel, is this what we are looking for?
                              Last edited by Rotech; April 28, 2008, 04:19 PM.
                              Hector
                              ____________________________________
                              Win.2003 OS, HS3
                              BLDSC,BLstat,BLRadar,BLRamdom,BLOccupied
                              BLups,BLrain8,HSTouch,Ultrajones Weatherbug,
                              MyTrigger,ACRF2,W800,Zwave
                              AP800,Honeywell Stat

                              Comment


                                #45
                                Hector,

                                Yes, that shows that logging is not enabled. Please follow my last post to enable logging in Speedfan.

                                BTW, you can open .CSV files in Notepad. Just change the File name entry from *.txt to *.* and you will see any file in that directory. Click on the CSV file and you will see it displayed in Notepad!
                                Jon

                                Comment

                                Working...
                                X