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
Currently, the ComwattEnergySensor is updated with the current date, but the data retrieved from the API corresponds to the previous hour. This results in a one-hour offset in Home Assistant.
Issue Details
Problem Description: The current implementation causes a time misalignment between the sensor update time and the actual data retrieved from the API.
Suggested Solution: To address this issue and ensure accurate time synchronization, it is recommended to utilize the DataUpdateCoordinator as described in the Home Assistant documentation here.
The text was updated successfully, but these errors were encountered:
Description
Currently, the ComwattEnergySensor is updated with the current date, but the data retrieved from the API corresponds to the previous hour. This results in a one-hour offset in Home Assistant.
Issue Details
Problem Description: The current implementation causes a time misalignment between the sensor update time and the actual data retrieved from the API.
Suggested Solution: To address this issue and ensure accurate time synchronization, it is recommended to utilize the DataUpdateCoordinator as described in the Home Assistant documentation here.
The text was updated successfully, but these errors were encountered: