mqtt &MEMO cut off
Posted: Thu Sep 23, 2021 12:09 pm
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 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.. 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
I'm sending alert informations via mqtt to HomeAssistant. My Message-Payload is configured with
Code: Select all
{"obj":"&MEMO"}
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"}