#Howdy is anyone aware of a way to

1 messages · Page 1 of 1 (latest)

icy jolt
#

{"CommonName": "Mourning Dove", "ScientificName": "Zenaida macroura", "ConfidenceScore": 0.9149, "TimeStamp": "2023-07-11 16:44:31", "StreamName": "test", "ImportanceLevel": "record", "Occurrence": 0.933072030544281}
Just filtering to CommonName": "Mourning Dove" would be great lol

rustic robin
#

you could build a template sensor

wise bobcat
#

Why would you want to shorten it? This is the information your device has to give to you for the "measurements" it took. Some devices may allow you to configure which information to send by en- or disabling options on the device. Thereby reducing the information sent per message. But not many devices allow you to do so. That's mostly not needed either: HA will properly update the correct sensors for each bit of information you want from such message and disregard anything you're not interested in.
If you're concerned about message storage: the mqtt broker will always only store the latest copy plus it will only keep those messages that have a special retention flag, the rest is only in memory for as long as they're being processed, so unless you have a huge number of and very active devices, no real worries here. If you're concerned about network traffic: max packet size is usually up to 1472 bytes. Your message is 217 bytes long, this entire message is easily sent in a single packet.

icy jolt
#

basically, I'd just like to see what bird is "detected", not all of the other info lol