You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randomly throughout the day, I get the following errors in my logs:
Logger: py.warnings
Source: components/mqtt/models.py:192
First occurred: 9:43:06 AM (2 occurrences)
Last logged: 9:43:06 AM
<unknown>:1: SyntaxWarning: invalid decimal literal
Logger: py.warnings
Source: helpers/template.py:333
First occurred: 9:43:06 AM (3 occurrences)
Last logged: 9:43:06 AM
<unknown>:1: SyntaxWarning: invalid decimal literal
These always coincide with Frigate triggers in MQTT, but they don't happen every time Frigate registers an event. This is with my front door camera, where plenty of people walk/drive by throughout the day. I've included a specific example in my debug logs below. I'm hoping to figure out the source of these problems and to avoid them showing up in my Home Assistant logs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I don't see anything in the debug logs that indicates Frigate sends an invalid decimal value. I believe this is likely something in the blueprint or automation code in Home Assistant.
Version of the custom_component
Frigate: 0.14.1-f4f3cfa
HA Addon: 5.4.0
Configuration
Describe the bug
Randomly throughout the day, I get the following errors in my logs:
These always coincide with Frigate triggers in MQTT, but they don't happen every time Frigate registers an event. This is with my front door camera, where plenty of people walk/drive by throughout the day. I've included a specific example in my debug logs below. I'm hoping to figure out the source of these problems and to avoid them showing up in my Home Assistant logs.
Debug log
The text was updated successfully, but these errors were encountered: