Been loving this blueprint and itās been working a charm until recently. I am getting the following in the logs:
Exception in message_received when handling msg on 'frigate/events': '{"before": {"id": "1646081879.171302-lqgm5r", "camera": "front_camera", "frame_time": 1646649591.812268, "snapshot_time": 1646081885.987722, "label": "person", "top_score": 0.84375, "false_positive": false, "start_time": 1646081879.171302, "end_time": null, "score": 0.84375, "box": [1168, 395, 1343, 887], "area": 86100, "region": [855, 180, 1755, 1080], "stationary": true, "motionless_count": 2019817, "position_changes": 1, "current_zones": [], "entered_zones": [], "has_clip": false, "has_snapshot": true}, "after": {"id": "1646081879.171302-lqgm5r", "camera": "front_camera", "frame_time": 1646649652.823172, "snapshot_time": 1646081885.987722, "label": "person", "top_score": 0.84375, "false_positive": false, "start_time": 1646081879.171302, "end_time": null, "score": 0.84375, "box": [1168, 395, 1343, 887], "area": 86100, "region": [855, 180, 1755, 1080], "stationary": true, "motionless_count": 2019898, "position_changes": 1, "current_zones": [], "entered_zones": [], "has_clip": false, "has_snapshot": true}, "type": "update"}' Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/mqtt/debug_info.py", line 47, in wrapper msg_callback(msg) File "/usr/src/homeassistant/homeassistant/components/mqtt/sensor.py", line 284, in message_received self.async_write_ha_state() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 539, in async_write_ha_state self._async_write_ha_state() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 663, in _async_write_ha_state self.hass.states.async_set( File "/usr/src/homeassistant/homeassistant/core.py", line 1363, in async_set state = State( File "/usr/src/homeassistant/homeassistant/core.py", line 1049, in __init__ raise InvalidStateError( homeassistant.exceptions.InvalidStateError: Invalid state encountered for entity ID: sensor.mqtt_sensor. State max length is 255 characters.
Any bright ideas???