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
When a sensor gives null as a result, we can't handle it if we use pydantic models:
ValidationError: 1 validation error for Device
data.sensors.22.value
Input should be a valid number, unable to parse string as a number [type=float_parsing, input_value='null', input_type=str]
For further information visit https://errors.pydantic.dev/2.8/v/float_parsing
The text was updated successfully, but these errors were encountered:
When a sensor gives
null
as a result, we can't handle it if we use pydantic models:The text was updated successfully, but these errors were encountered: