davidusb-geek / emhass

emhass: Energy Management for Home Assistant, is a Python module designed to optimize your home energy interfacing with Home Assistant.
MIT License
260 stars 51 forks source link

WARNING list_hp_periods / list_peak_hours_periods #236

Closed davidusb-geek closed 3 months ago

davidusb-geek commented 3 months ago

I have this warning:

web_server WARNING list_hp_periods / list_peak_hours_periods_(start&end)_hours does not match number in num_def_loads, adding default values to parameter

But actually these are lists that should not necessarily need to be equal in length to the number of deferrable loads. @GeoDerp Do you think you can take a look at this?

davidusb-geek commented 3 months ago

Solved as per #237 Closing