Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Data Uploading but not Publishing

Home Forums Mayfly Data Logger Data Uploading but not Publishing

Viewing 10 reply threads
  • Author
    Posts
    • #16657
      Michael Daniel
      Participant

        Hello all,

        Forgive me if this has been discussed before, I searched the forums and I wasn’t able to find any similar issues.

        I’ve been trying to set up a new monitoring station (Tom-Nat) and I’m running into a strange problem. It seems as though data from the data logger is being uploaded to MMW, but the data isn’t being published correctly. The site remains greyed out on the map. The Sparklines are being created, but there’s no data for last observation. The Time Series visualization also has the latest data, and I’m able to download the data from MMW and view it in Excel.

        I’ve tried several iterations of code and I even swapped the Digi XBee LTE for the Sim 7080, but I can’t seem to get the data to publish correctly.

        Here is the current code, I wouldn’t be surprised if I was missing something:

         

        Any ideas or help would be greatly appreciated

        Thanks!

        Michael – Stormwater Intern

      • #16658
        Jim Moore
        Participant

          It may be that MMW doesn’t like the underscore.  I had a similar problem when I used # in the name of my stations.

        • #16659
          Michael Daniel
          Participant

            Thanks for replying so quickly Jim!

            I have another station with the underscore that is currently uploading correctly, but I’ll give it a shot.

            Edit: I changed the underscore to a dash, but it still isn’t working.

          • #16662
            neilh20
            Participant

              Hello Nancy, With some students we created a new site https://monitormywatershed.org/sites/SSU_ENG_SD02/ and its having an issue with displaying the time in the front page TSV and I entered an issue on it …

              https://github.com/ODM2/ODM2DataSharingPortal/issues/560

               

              Looking at your https://monitormywatershed.org/sites/Tom-Nat/  seems similar

              and when I step to Vbat https://monitormywatershed.org/tsv/Tom-Nat/5286/ it seems like it did gets some updates to Vbat – latest Mar 3,14:10

              So seems to be the same issue.  You’re welcome also to add your findings as well if similar to https://github.com/ODM2/ODM2DataSharingPortal/issues/560

            • #16665
              Shannon Hicks
              Moderator

                This looks like a common database issue that usually gets resolved by a server restart, so maybe @aufdenkampe can comment on it?

              • #16809
                Michael Daniel
                Participant

                  I decided to try to make a new site in order to try to work around the problem, but that hasn’t seemed to work either. I’m now getting 504 response codes. The data is still uploading to MMW but not publishing. I have to be missing something obvious, right? The new site is NTNWD in the same spot.

                  I’m also unable to delete my previous sites or delete sensors.

                • #16828
                  Matt Barney
                  Participant

                    I’m also unable to delete sites (Server Error 500), and unable to delete sensors (no errors, but nothing gets deleted). I am going to report this via an issue at the Github site for the MMW data portal:
                    https://github.com/ODM2/ODM2DataSharingPortal/issues

                  • #16858
                    neilh20
                    Participant

                      @lyh2o just thinking about this I wonder, assuming you have this in the office close to the computer that is programming it, if you could enable some debugging and post the trace here.

                      The debugging most useful is
                      -DMS_ENVIRODIYPUBLISHER_DEBUG
                      so depending on how you build, but if platformIO it would be on a separate line
                      build_flags =
                      -DSDI12_EXTERNAL_PCINT
                      -DNEOSWSERIAL_EXTERNAL_PCINT
                      -DMS_ENVIRODIYPUBLISHER_DEBUG

                      Then after downloading it, to open a terminal and capture the output and wait for it to connect to the internet. Then it would be to post that capture here.
                      Fingers crossed

                    • #16897
                      EMayerRHA
                      Participant

                        What was the solution to the problem? We are having trouble with our location dot still being gray. It is clearly collecting data but is not displaying the numbers below the graph under last observation . @shicks

                         

                      • #16904
                        Matt Barney
                        Participant

                          We are also seeing the missing display of “Last observation” values for all new stations we deploy, though it continues to work for stations that were deployed prior to the MonitorMyWatershed release on December 7th.

                        • #16913
                          Shannon Hicks
                          Moderator

                            @aufdenkampe, do you have any information about why certain sites are having this issue of their map marker being gray even though they’re still sending live data, or the issue of sensors not being able to be deleted from sites?

                        Viewing 10 reply threads
                        • You must be logged in to reply to this topic.