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
First of all, thank for your work. It is great and I'm enjoying it a lot and find it very useful.
Calling to manual_run doesn't work in last version (2021.3.29) while run smothly in previous ones.
Content of the error in log file (lots of errors exactly like this):
2021-03-31 10:39:24 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/irrigation_unlimited/irrigation_unlimited.py", line 1620, in _async_timer
self.poll(time)
File "/config/custom_components/irrigation_unlimited/irrigation_unlimited.py", line 1556, in poll
if self.muster(wtime, force) != 0:
File "/config/custom_components/irrigation_unlimited/irrigation_unlimited.py", line 1532, in muster
status |= controller.muster(time, force)
File "/config/custom_components/irrigation_unlimited/irrigation_unlimited.py", line 1327, in muster
zone_status |= zone.muster(time, zone.schedules, None, None, force)
File "/config/custom_components/irrigation_unlimited/irrigation_unlimited.py", line 938, in muster
status |= self._run_queue.merge(
File "/config/custom_components/irrigation_unlimited/irrigation_unlimited.py", line 695, in merge
run = self.find_last_by_id(schedule.id)
File "/config/custom_components/irrigation_unlimited/irrigation_unlimited.py", line 541, in find_last_by_id
if run.parent.id == id:
AttributeError: 'NoneType' object has no attribute 'id'
I'm runing Home Assistant 2021.3.4 with core-2021.3.4 if that's relevant.
First of all, thank for your work. It is great and I'm enjoying it a lot and find it very useful.
Calling to manual_run doesn't work in last version (2021.3.29) while run smothly in previous ones.
Content of the error in log file (lots of errors exactly like this):
I'm runing Home Assistant 2021.3.4 with core-2021.3.4 if that's relevant.
My contiguration is this:
Thank you.
The text was updated successfully, but these errors were encountered: