-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
bugfixInconsistencies or issues which will cause a problem for users or implementors.Inconsistencies or issues which will cause a problem for users or implementors.
Description
HA 2026.2.3 reports History Errors and stops reporting history across entire of HA. Reporting Unhandled database error while processing task StatisticsTask
Environment
- Home Assistant Core release with the issue: 2026.2.3
- Last working Home Assistant Core release (if known):
- Integration version causing this issue: 0.6.4 (Venus 3.7.0)
Problem-relevant configuration dialog
Traceback/Error logs
sqlalchemy.exc.ProgrammingError: (sqlite3.ProgrammingError) Error binding parameter 3: type 'TextReadEntityType' is not supported
[SQL: INSERT INTO statistics_meta (statistic_id, source, unit_of_measurement, unit_class, has_mean, has_sum, name, mean_type) VALUES (?, ?, ?, ?, ?, ?, ?, ?) RETURNING id]
[parameters: ('sensor.victronvebus_microgrid_error227', 'recorder', <custom_components.victron.const.TextReadEntityType object at 0x7fab540aa190>, None, None, 0, None, <StatisticMeanType.ARITHMETIC: 1>)]
(Background on this error at: https://sqlalche.me/e/20/f405)
In case of unit ID issue, missing devices or non-updating devices
Additional information
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugfixInconsistencies or issues which will cause a problem for users or implementors.Inconsistencies or issues which will cause a problem for users or implementors.