Ich habe heute etwas programmiert, um die Wochenprofile per FHEM zu setzen.
Mir fehlt nur noch eine kleine Zutat, und zwar welches Paket man an CUL/MAXLAN senden muss.
Dabei könnt ihr mir helfen, wenn ihr einen CUL habt: Und zwar verbose auf 5 setzen und
einmal mit der offiziellen Max-Software das Wochenprofil verändern
und dann hier den FHEM Log posten.
Ich kann es leider die nächsten paar Wochen nicht bei mir machen, daher ist Hilfe erbeten!
P.S.: Kleiner Spoiler, so sieht der commandref Eintrag aus:
weekprofile [<day> <temp1>,<until1>,<temp2>,<until2>] [<day> <temp1>,<until1>,<temp2>,<until2>] ...
Allows setting the week profile. For devices of type HeatingThermostat or WallMountedThermostat only. Example:
set MAX_12345 weekprofile Fri 24.5,6:00,12,15:00,5 Sat 7,4:30,19,12:55,6
sets the profile
Friday: 24.5 °C for 0:00 - 6:00, 12 °C for 6:00 - 15:00, 5 °C for 15:00 - 0:00
Saturday: 7 °C for 0:00 - 4:30, 19 °C for 4:30 - 12:55, 6 °C for 12:55 - 0:00
while keeping the old profile for all other days.