What is as STR ?
hi knuti1960
Can you show me your script ?
Thx a lot ![]()
Sure. Itās nothing special, just set all the thermostats to ECO and deactivate the schedules.
sequence:
- action: switch.turn_off
metadata: {}
data: {}
target:
entity_id:
- switch.schedule_heizung_buro_vtherm_mo_do
- switch.schedule_heizung_buro_vtherm_freitags
- switch.schedule_heizung_buro_vtherm_samstags
- switch.schedule_heizung_buro_vtherm_sonntags
- switch.schedule_heizung_kuche_mo_do
- switch.schedule_heizung_kuche_vtherm_freitags
- switch.schedule_heizung_kuche_vtherm_samstags
- switch.schedule_heizung_kuche_vtherm_sonntags
- switch.schedule_heizung_wozi_re_vtherm_samstags
- switch.schedule_heizung_wozi_re_vtherm_sonntags
- switch.schedule_heizung_wozi_re_vtherm_mo_do
- switch.schedule_heizung_wozi_re_vtherm_freitags
- switch.schedule_heizung_bad_vtherm_mo_fr
- switch.schedule_64a7d4
- switch.schedule_heizung_kizi_vtherm_mo_fr
- switch.schedule_heizung_kizi_sa_so
- switch.schedule_heizung_wozi_li_vtherm_samstags
- switch.schedule_heizung_wozi_li_vtherm_sonntags
- switch.schedule_heizung_wozi_li_vtherm_mo_do
- switch.schedule_heizung_wozi_li_vtherm_freitags
- switch.schedule_heizung_wozi_u_li_vt_mo_do
- switch.schedule_heizung_wozi_u_re_vt_mo_do
- switch.schedule_heizung_wozi_u_li_vt_freitags
- switch.schedule_heizung_wozi_u_re_vt_freitags
- switch.schedule_heizung_wozi_u_li_samstags
- switch.schedule_heizung_wozi_u_re_vt_samstags
- switch.schedule_heizung_wozi_u_li_vt_sonntags
- switch.schedule_heizung_wozi_u_re_vt_sonntags
- switch.schedule_kiinderbesuch_am_we
- switch.schedule_heizung_kizi_besuch_montags
- switch.schedule_heizung_kizi_vt_besuch_dienstags
- switch.schedule_heizung_kizi_nur_heute_an_fur_home_office
- device_id: 858ee48c9ce59383e745fe3a212bbcd1
domain: climate
entity_id: ddaa33a1f1567cb8ec0ae73c3fd413ab
type: set_preset_mode
preset_mode: eco
- device_id: 81037b1d39fa46d1ef107c9bf2a36955
domain: climate
entity_id: 14de703957f816195d716d4b8bfebb68
type: set_preset_mode
preset_mode: eco
- device_id: cf092651db00f206711048a9e7c11c77
domain: climate
entity_id: 0cae547104b70b30255c01120dda1146
type: set_preset_mode
preset_mode: eco
- device_id: 9e4878a6468d788c673ef2cb3865870d
domain: climate
entity_id: 91d9c376ab468601e312830a7d0df4b4
type: set_preset_mode
preset_mode: eco
- device_id: e05cf20682703e948574900ca621d407
domain: climate
entity_id: ae4f2045a821801ecee17b8cc0b0fc15
type: set_preset_mode
preset_mode: eco
- device_id: c0ef800594f9bc9637ed2fc54d500375
domain: climate
entity_id: 5b4e47e13e01043325a751a38044b24e
type: set_preset_mode
preset_mode: eco
- device_id: f78f355dbe2468202d554738973cb681
domain: climate
entity_id: 48082854638193c24940b28ec5cf74ec
type: set_preset_mode
preset_mode: eco
- device_id: 0b97f42a76772b11c32d552119e0e1c8
domain: climate
entity_id: fb2c3d167c4fe97c31f0c030827443cd
type: set_preset_mode
preset_mode: eco
alias: ALLE Heizungen ECO (DAUERHAFT)
description: Alle Vtherms dauerhaft auf ECO, ZeitplƤne werden deaktiviert
icon: mdi:radiator-off
I have a few other scripts of this type for all kinds of configurations that are not covered by schedules. For example, āTurn on all heaters in the living room for the next 2 hoursā or something like that.
In retrospect, I find all of this quite unnecessary, because we almost always make the desired settings via voice command. The temperature specified by voice command (or manually) automatically overrides the scheduler setting, at least until the next scheduled change (in the scheduler).
However, there are a few situations where disabling the scheduler is essential, and thatās where the scripts come in handy.
STR == Short Term Rental (think Airbnb or VRBO)
A quick note for anyone whose scheduler card looks odd and wonāt open settings, for example: check whether the Scheduler Card is still selected in HACS. For me it suddenly wasnāt selected anymore and stuck at version 3.x. A simple re-activation (download) solved it, and after the update all existing schedules continue to work normally.
Greetings
Hi all,
I started using the scheduler card a few days ago. After my first confusion due to the latest version looking very different from the documentation, I am slowly getting the hang of it.
Although Iām still confused by the usage paradigm: First I have to chose a time/timeslot, then an action and then the device. In my view the opposite would be more intuitive: First choose the device you want to control. Then the action I want it to do and then the time I want it to do that.
That would at least in my opinion be more in line with how you normally program devices like the central heating.
And I have to discover how to create multiple schedules for Home/Away/Work.
One thing I did notice, and I am not sure if itās a bug is if I change an already created schedule to a time scheme by enabling the end time, the end time stays greyed out. i had to delete the schedule and recreate it as a time scheme to get it working.
Also Iām not sure how to deal with a combination of actions. I want to switch on my AC and set the temperature to 21āC at 6:00 in the morning.
Do I need to different schedules for this?
Oh, and is there a way to change the schedule gui to 24 hour mode? Instead of AM/PM?
Regards, and thanks for the great work!
Bert
FWIW this is an outstanding module and should be a part of HA core, however I do agree its tough to get your head around.
For example, why do the below show as excluded. Though it seems to work fine.
Check the TAG(s) assigned to the card, and then the TAG(s) assigned to the individual schedules.
Tags are filters, allowing one to have multiple schedule Cards that each show a different/filtered set of schedules.
Scheduler/General card āfilteredā
Scheduler/General card āunfilteredā
Thanks for that couldānt see anything obvious but recreated and resolved the problem. Appreciate help.
I am struggling to create a schedule using YAML code (and not UI) because the schedule I need is quite long⦠see below the time slots I need to manageā¦
For each of them I need to use a different action (the same 2 that alternates every 2 rows)
Is there a way to create using YAML code ? If yes⦠how?
The 2 actions to alternate (for the entity climate.casa) are the following:
Action 1
- service: climate.set_temperature
data:
temperature: 21
Action 2
- service: climate.turn_off
Time slots to manage:
I already searched into documentation and tried many times (also using ChatGPT which wasnāt usefull at all) but without successā¦
I will appreciate if someone could help
Thanks in advance
Instead of using the scheduler card you could use two automations, which will be triggered at the full hour and at 45 minutes of an hour.
Thanks for the reply⦠You are right ⦠but I like the Scheduler because you can enable/disable it with a single clickā¦
I wonder if itās possible to create schedule trough YAML instead of trough GUI (which is fine for simple schedule⦠not appropriate for complex schedule)
You can enable/disable an automation with one click as well by putting the respective entity in your card. I am using this to turn the automations for my outdoor lights on/off.
Donāt understand me wrong, I very much like and use the scheduler in various ways. But I also faced a similar problem as you before and decided it was too much work for too little benefit.
I tried manipulating the config files before, but they were blocked by the system. Thus, my changes wouldnāt persist.
As somebody once said:
There is the right tool for everything, but no tool is right for everything!
right⦠I will do that way⦠once I know itās complicate (if not impossible) to do that trough scheduler (as said I already tried hard to do that way⦠without success) I will do with automationā¦
I agree with the saying you mentioned⦠![]()
Thanks a lot
Hi, is it possible to display customized variables in the list like {action} etc.? like its done for standard procedures like setting the temperature of an thermostatā¦
Hi, Iāve set up scheduler card with scheduler component.
But since the HA core update to 2026.1, I canāt pick any heating type as action anymore. Itās simply not in the list.
The old heating schedules still work, but I canāt make new ones.
Have you installed the latest versions of both (card + component)? Everything works as usual here, even with HA 2026.1.
Or assigning the wrong tags?
Hi, today I got the same Problem as jost.wolf. After Updating the HA Core, i can“t pick any entities as action any more. The old schedules work without a Problem.
Core 2026.1.0
scheduler Card 4.0.10
scheduler component 3.3.8
I didnāt add any tags.
Yesterday, Iāve downloaded and installed both components again. No changes.
Same versions as drsnyder
I just tried it again, and I have to revise my statement above; I probably didnāt test it properly. For example, when I want to select a preset for the heating (the selection field is initially displayed!), the selection field disappears as soon as I click on it (I didnāt take this last step in the last test.).
I think weāll have to wait for the developer; something probably needs to be adjusted there.
There seems to be a hot-fix until the developer comes around with an update. Can not select any entity Ā· Issue #1061 Ā· nielsfaber/scheduler-card Ā· GitHub