Announcement

Collapse
No announcement yet.

End of Path Getting Cut Off

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

    End of Path Getting Cut Off

    I'm sure this is an easy fix, but I can't figure it out..

    This is what BlueIris is sending to MQTT.

    F:\CAMS\Alerts\OFL.20210329_102147.72000.17.24387.jpg

    This is how mcsMQTT is handling it.

    F:\CAMS\Alerts\OFL.20210329_102147.72000.17.jpg

    RJ_Make On YouTube

    #2
    What is your context? Is it an image going to a sign? Is is a Control/Status UI of Text going to a HS DeviceString? It is part of a JSON payload?

    Comment


      #3
      Originally posted by Michael McSharry View Post
      What is your context? Is it an image going to a sign? Is is a Control/Status UI of Text going to a HS DeviceString? It is part of a JSON payload?
      BlueIris, on an Alert, sends the path of the camera picture as a string via MQTT. I will then send a Pushover notification using this path for the camera pic
      Code:
      $$DSR:(5679):
      Attached Files
      RJ_Make On YouTube

      Comment


        #4
        I did a test where the string in post #1 was sent and I obtained the full payload in both mcsMQTT and HS4

        Click image for larger version

Name:	Capture1.PNG
Views:	135
Size:	48.3 KB
ID:	1465959

        Click image for larger version

Name:	Capture2.PNG
Views:	102
Size:	19.3 KB
ID:	1465960

        I then changed the test message to be ..8.jpg and evaluated with HS3 plugin and also got the full contents in HS4

        Click image for larger version

Name:	Capture3.PNG
Views:	106
Size:	19.5 KB
ID:	1465961

        My suggestion is to look at the message that is being sent by BlueIris. It may not be what you are expecting. There could be multiple messages being sent and you are only seeing the last one. If you have history enabled then you can look at history page for this topic to see what is being observed by mcsMQTT. The last message payload will also be shown on the Association tab.

        Comment


          #5
          Ah, you're correct, not sure why I didn't take a look at what BI was sending.. smh.. Thank you, I will contact BlueIris.
          RJ_Make On YouTube

          Comment

          Working...
          X