Logger: homeassistant
Source: custom_components/scheduler/datacollection.py:163
First occurred: 12:41:57 AM (1 occurrences)
Last logged: 12:41:57 AM
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/config/custom_components/scheduler/__init__.py", line 126, in async_start_schedules
await self._startup_listeners.pop()()
File "/config/custom_components/scheduler/switch.py", line 419, in async_startup_finished
await self.async_start_timer()
File "/config/custom_components/scheduler/switch.py", line 248, in async_start_timer
(self._entry, timestamp) = self.dataCollection.get_next_entry()
File "/config/custom_components/scheduler/datacollection.py", line 163, in get_next_entry
closest_timestamp = reduce(
TypeError: reduce() of empty sequence with no initial value
Yeah⊠the thing has zero entries (tasks).
The card is supposed to hide the save button when you have no task assigned.
Could you share a screenshot of the attributes of this schedule entity?
Thank you very much for resolving your browser blocking error. Version 1.9.3 works perfectly. No page freezing. Thank you again because now I can use the Scheduler to my satisfaction.
@KTibow Iâm familiar with that list.
Itâs also included in the custom-card-helpers.
I decided to add only icons for domains of which scheduler has built-in actions for.
The real difficult part is finding appropriate icons for every actionâŠ
No itâs related to translation of time.
Any schedule that is due within ~6 hours shows up as empty for some languages. Try changing your HA language, perhaps it shows up already.
Ofcourse you can choose to show normal time instead of countdown (via display_options)âŠ
I am running HA inside docker, and I installed both scheduler card and custom component through HACS and they both appear to be installed (at least thatâs what HACS shows), but looks like I am stuck at this point. I tried adding a card but I donât see anything that mentions scheduler.
Needless to say, I am new to HA and I am still finding my way around - hence possibly a silly question.
Thanks for that, I did miss that step⊠thatâs done now, but I still donât see an option to add a scheduler card on my dashboard. The scheduler integrations shows with just one device and no entities.
I did reload HA, refresh the browser and even reinstalled scheduler-card, but still nothing.
For every backend component you have to add it from integration, for every frontend component you have to add it from Configuration > Lovelace > Resources
When it is time to switch ON the heating, I can see the target temp changing, but the hvac_mode doesntât switch to heat and stays off
The other way works (if the heat is on, the scheduler will switch it off)
No error in the logs.
For info here is my generic_thermostat (Iâm not including the scheduler code, I just put some enitities in there and used the GUI to set everything)