gndean / home-assistant-hypervolt-charger

Home Assistant integration for Hypervolt EV charger
47 stars 3 forks source link

Octopus Energy v12 breaks set schedule #66

Closed martinpelant closed 1 day ago

martinpelant commented 1 month ago

They removed last_evaluated attribute from all entities which will cause this to always fail: https://github.com/gndean/home-assistant-hypervolt-charger/blob/main/custom_components/hypervolt_charger/service.py#L67

and needs to be replaced with something like target_times_last_evaluated (tested locally and seems to work)