For those of us who use the Sabbath Mode it would be great if there is a way to set a routine for it - for my lights I can set on and off based on Sun Up/Down and it would be so great if this was done also for the Sabbath Mode.
Are you talking about changing into/out of Sabbath mode on Samsung smart appliances?
If so, there is a way to do it, using the rules API. Essentially, you have to create a bit of code to do it and add that to your account.
Sabbath Mode to be Added to Routines Update - #16 by Menachem_Fromer
If you’re interested in that, other people will have to explain how to use the rules API.
If instead, you’re looking for a way to use a calendar trigger to do multiple things with other devices connected to your SmartThings account because it’s almost Shabbat, A different community member has written an endpoint smart app which can do that. You’ll find discussion of that plus some other options in the following topic
Another option is to use a third party rules engine like sharptools.io which has access to Sabbath mode settings on most Samsung appliances that support it.
You could either write rules with the conditions you want. Or, you could create a virtual switch to represent Sabbath mode and write ST Routines that turn the virtual switch on/off which can then be used to trigger a rule in SharpTools that sets the mode.
That’s good to know, thanks!