Announcement

Collapse
No announcement yet.

broker connection status device / Statistics devices

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

    #16
    I received your email. This evening I will use your database and a test program to try to replicate your scenario. I can also provide a debug build if that is the next step.

    Observation: The only callback from HS for a value change in the debug are the following. The debug currently does not have any database tracing, but the start of the sequence is with the HS callback. What specific device should I focus on where the result is not as expected?
    Code:
    2021-04-06 4:40:28 PM    597626    | HSEvent VALUE_CHANGE| 1024| tele/WEMOSMINI2/SENSOR| 21431| 21513| 5648  
    2021-04-06 4:40:34 PM    603092    | HSEvent VALUE_CHANGE| 1024| Jon00-BBCW-33| 40| 41| 1105
    2021-04-06 4:40:34 PM    603111    | HSEvent VALUE_CHANGE| 1024| Jon00-BBCW-34| 1015| 1016| 1106  
    2021-04-06 4:41:01 PM    630873    | HSEvent VALUE_CHANGE| 1024| tele/WEMOSMINI2/SENSOR| 21307| 21431| 5648
    2021-04-06 4:41:04 PM    633830    | HSEvent VALUE_CHANGE| 1024| tele/TH16A/SENSOR| 79.9| 79.6| 2530

    Comment


      #17
      Observation: The only callback from HS for a value change in the debug are the following. The debug currently does not have any database tracing, but the start of the sequence is with the HS callback. What specific device should I focus on where the result is not as expected?
      Not sure I'm totally clear on the question but the devices above are a small sample vs the total number of devices where InfluxDB is associated. Probably the ones which had time to generate data (very short debug time)
      ​​​​​,"wemosmini2" would be the best device to focus on as it is my weather station and I've set the teleperiod to 30sec so I could easily see if its working or not.

      I'll be on standby if needed.

      Thanks again

      ​​​​​​

      Comment


        #18
        Download 5.15.5.1 again. No debug needed. If it does not fix the issue for you then I will add tracing debug for the Influx write. I have success with your database and test message from your debug on Windows.

        Upload is not cooperating now. Use the attached.
        Attached Files

        Comment


          #19
          Can I simply overwrite the exe and dll or do I need to use the override install?

          Comment


            #20
            Also, simple plugin disable/enable or full HS restart?

            Comment


              #21
              Seems to work now ; what was the issue?

              edit : 15 minutes in, all good. Thanks for the quick fix!

              Comment


                #22
                I had much debug around the Influx write and in the HS3 version. I removed not only the debug but the actual call to the write procedure. I have been bouncing back and forth between the HS3 and HS4 versions during the testing and my InfluxDB testing that observed data in InfluxDB today was using HS4 plugin. The HS4 version was the one that I was working on the Linux (Val) issue so did not notice the bogus edit in the HS3 version until I went back to use your database.

                Comment

                Working...
                X