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
It looks as if forecast.py is processing float values, but an int64 is expected.
/app/src/emhass/forecast.py:632: FutureWarning:
Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '2523.090909090909' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.
/app/src/emhass/forecast.py:632: FutureWarning:
Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '1224.909090909091' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.
To Reproduce
Operation utilising retrieved history.
Expected behaviorplease explicitly cast to a compatible dtype first.
Home Assistant installation type
Home Assistant OS
Your hardware
OS: HA OS,
Architecture: aarch64
EMHASS installation type
Add-on
The text was updated successfully, but these errors were encountered:
Describe the bug
It looks as if forecast.py is processing float values, but an int64 is expected.
/app/src/emhass/forecast.py:632: FutureWarning:
Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '2523.090909090909' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.
/app/src/emhass/forecast.py:632: FutureWarning:
Setting an item of incompatible dtype is deprecated and will raise an error in a future version of pandas. Value '1224.909090909091' has dtype incompatible with int64, please explicitly cast to a compatible dtype first.
To Reproduce
Operation utilising retrieved history.
Expected behaviorplease explicitly cast to a compatible dtype first.
Home Assistant installation type
Your hardware
EMHASS installation type
The text was updated successfully, but these errors were encountered: