mqtt &MEMO cut off

Post Reply
chrisb28
Posts: 1
Joined: Thu Sep 23, 2021 11:30 am

mqtt &MEMO cut off

Post by chrisb28 »

Hi, I'm new in BlueIris and very happy about the functionality.

I'm sending alert informations via mqtt to HomeAssistant. My Message-Payload is configured with

Code: Select all

{"obj":"&MEMO"}
and the alert is configured only to send with "Required AI object"
If there are more than one object detected, the memo is sometimes cut off, e.g.

Code: Select all

{"obj":"car:89%,person:83%,bicycle:82%,chri"}
. In HA I parse the memo to start some automations, but I need the name, which is cut off in the memo. Is there a specific length defined?? It looks like max of 35 characters
Post Reply