Announcement

Collapse
No announcement yet.

Weather display Homeseer setup script run. No data showing

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

    Weather display Homeseer setup script run. No data showing

    Device status copied below. Unknown device type? Never set.
    W1 I tried changing to Virtual just to play, and I cant change it back.
    The correct files are showing up in Weather Display

    Off Weather Outdoor Temperature W1 Virtual Today 8:24:20 AM
    Unknown Weather Outdoor Humidity W2 Never Set
    Unknown Weather Barometric Pressure W3 Never Set
    Unknown Weather Average Windspeed W4 Never Set
    Unknown Weather Gust Windspeed W5 Never Set
    Unknown Weather Wind Direction W6 Never Set
    Unknown Weather Rain in the last Minute W7 Never Set
    Unknown Weather Daily Rain W8 Never Set
    Unknown Weather Monthly Rain W9 Never Set
    Unknown Weather Yearly Rain W10 Never Set
    Unknown Weather Server Room Temperature W11 Never Set
    Unknown Weather Server Room Humidity W12 Never Set
    Unknown Weather Last Update Time W13 Never Set
    Unknown Weather Heat Index/ Wind Chill W14 Never Set

    HS2 latest and weather display is also

    Thanksin advance for the help.
    Ken

    #2
    Any one?

    Still looking for help on this, I have the correct path edited setup script, I have create CVS files in logs setup in WD but nothing else.

    Its my windows 7 quad at 2.6 with 4 gigs dedicated machine that's has been running Homeseer and Weather Display,

    Thanks Ken

    Comment


      #3
      I expect you have not set the path for dailylogcsv.csv correctly in the Weatheroutside.txt and Weatherinside.txt files....

      Open up Weatheroutside.txt in notepad.

      Look for:

      set f=fs.OpenTextFile("\\Skibum 2\wdisplay\logfiles\dailylogcsv.csv")

      Change it to the correct path for your Weather display logfiles directory i.e it could be:

      set f=fs.OpenTextFile("C:\wdisplay\logfiles\dailylogcsv.csv")

      Save the file.

      Do similar for indoorlogcsv.csv
      Jon

      Comment


        #4
        Thanks for the help,
        Is ok to just delete the devices W1 to W14 , then edit the path and re run the event?

        Thanks again Ken
        Originally posted by jon00 View Post
        I expect you have not set the path for dailylogcsv.csv correctly in the Weatheroutside.txt and Weatherinside.txt files....

        Open up Weatheroutside.txt in notepad.

        Look for:

        set f=fs.OpenTextFile("\\Skibum 2\wdisplay\logfiles\dailylogcsv.csv")

        Change it to the correct path for your Weather display logfiles directory i.e it could be:

        set f=fs.OpenTextFile("C:\wdisplay\logfiles\dailylogcsv.csv")

        Save the file.

        Do similar for indoorlogcsv.csv

        Comment


          #5
          No need to delete the devices.....just change the path.
          Jon

          Comment


            #6
            No Joy

            Still no status showing, just "Unknown" could this be Security related? I have MS Essentials and have real time off, Firewalls off,
            Jon thanks so much for your help I know your busy,
            Ive have had HS and WD running for years weather for our farm and control for fans and lights, I convinced the wife we needed to upgrade HStouch so that she could have and have the world at her fingertips.

            Thanks again
            Ken
            Originally posted by jon00 View Post
            No need to delete the devices.....just change the path.

            Comment


              #7
              If you open up dailylogcsv.csv in a text editor, do you see data (numbers) between the commas?
              Jon

              Comment


                #8
                quote=jon00;1068805]If you open up dailylogcsv.csv in a text editor, do you see data (numbers) between the commas?[/quote]


                Yes. this is the first three lines

                day,month,year,hour,minute,temperature,humidity,dewpoint,bar ometer,windspeed,gustspeed,direction,rainlastmin,dailyrain,m onthlyrain,yearlyrain,heatindex
                13,6,2013,0,8,75.8,93,73.6,30.014,0.0,0.0,318,0.000,0.000,5. 068,24.099,75.8,0.000
                13,6,2013,0,9,75.8,93,73.6,30.014,0.0,0.0,318,0.000,0.000,5. 068,24.099,75.8,0.000
                13,6,2013,0,10,75.8,93,73.6,30.014,0.0,0.0,318,0.000,0.000,5 .068,24.099,75.8,0.000

                Comment


                  #9
                  Please upload your Weatheroutside.txt to the forum and confirm the path of your weather display directory.
                  Jon

                  Comment


                    #10
                    Weatheroutside file attached

                    Originally posted by jon00 View Post
                    Please upload your Weatheroutside.txt to the forum and confirm the path of your weather display directory.
                    Thanks Jon
                    Attached Files

                    Comment


                      #11
                      Thanks but can you please tell me the full path of your weather display directory in windows.
                      Jon

                      Comment


                        #12
                        C:\wdisplay\logfiles

                        Originally posted by jon00 View Post
                        Thanks but can you please tell me the full path of your weather display directory in windows.

                        Comment


                          #13
                          That looks fine. I assume you are running Weatheroutside.txt via a recurring event?
                          Jon

                          Comment


                            #14
                            Originally posted by jon00 View Post
                            That looks fine. I assume you are running Weatheroutside.txt via a recurring event?
                            Jon,
                            I think that was my problem, it's working now. I was trying to use manual and it was showing every five minuets.

                            Thanks so much for your time.

                            Ken

                            Comment


                              #15
                              Originally posted by jon00 View Post
                              That looks fine. I assume you are running Weatheroutside.txt via a recurring event?
                              I also see that it's displaying just the status at the time they where created. and not updating. was I not suposed to delete the event?

                              Comment

                              Working...
                              X