mskg / homey-heating

Heating scheduler for Athom Homey
https://homey-heating.mskg.app/
GNU General Public License v3.0
6 stars 6 forks source link

Personnalise schedule exceptions names #183

Open PaulSchryve opened 1 year ago

PaulSchryve commented 1 year ago

Personnalise exceptions names :

I do not use sleeping exception as planned in your code. My specific case is that sometimes at home during a day, 1 or 2 people work from home. -> I use sleeping mode to activate my "2 at home", and the "day at home" in case i have only one person. -> The only difficulty i have with this is that the sleeping text remains everywhere in the application, and my family members are lost with the configuration due to the sleeping words that are not "2 at home". -> Also beeing able tio personalise itwill allow us to translate it in our language (French in my case).

I know that i can use different plans, flows and switch between plans to solve this, but i already use a lot of plans, and this becomes more and more complex, and still is in English...

My ideal solution to this would be to allow us to change the text from the exception modes implemented as a configuration parameter, and get this text everywhere in the application.

Thanks for reading, and

Thanks for the time you have spend on this great app ;-)

mskg commented 1 year ago

The app would not be the problem.

What I cannot dynamically adjust is the options in the devices (virtual thermostats) as homey only supports static texts for capabilities. I'm referring to those: https://homey-heating.mskg.app/pages/device

Also, the texts of the flows actions etc.

It would only be a very half solution.