Problème de respect des consignes sur plusieurs thermostats selon leur agenda

Salut a tous
Ce matin, j’ ai constater que plusieurs thermostats n’ étaient pas sur la bonne consigne de leur agendas respectifs !
@Phpvarious J ai lancé le scénario avec le bloc code que tu ma avais donné et j’ ai trouvé 5 crons en double !

[2025-03-17 10:04:34][SCENARIO] -- Début : Scenario lance manuellement.
[2025-03-17 10:04:34][SCENARIO] - Exécution du sous-élément de type [action] : code
[2025-03-17 10:04:35][SCENARIO] Exécution d'un bloc code
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":161}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":161,"stop":1}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":161}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":162}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":162,"stop":1}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":162}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":114}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":114}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":160}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":160}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":560}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":560}
[2025-03-17 10:04:35][SCENARIO] {"thermostat_id":560,"stop":1}
[2025-03-17 10:04:35][SCENARIO] ┌───────────────────── CRONOK────────────────────
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279200 | thermostat | 00 11 17 03 * | 2025-03-17 11:00:00 | {"thermostat_id":161} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279201 | thermostat | 40 10 17 03 * | 2025-03-17 10:40:00 | {"thermostat_id":161,"stop":1} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279206 | thermostat | 00 11 17 03 * | 2025-03-17 11:00:00 | {"thermostat_id":162} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279207 | thermostat | 24 10 17 03 * | 2025-03-17 10:24:00 | {"thermostat_id":162,"stop":1} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279190 | thermostat | 45 10 17 03 * | 2025-03-17 10:45:00 | {"thermostat_id":114} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279203 | thermostat | 00 11 17 03 * | 2025-03-17 11:00:00 | {"thermostat_id":160} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279191 | thermostat | 08 11 17 03 * | 2025-03-17 11:08:00 | {"thermostat_id":560} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279195 | thermostat | 35 10 17 03 * | 2025-03-17 10:35:00 | {"thermostat_id":560,"stop":1} | stop
[2025-03-17 10:04:35][SCENARIO] ┌─────────────────── CRON DOUBLE ──────────────────
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279209 | thermostat | 04 11 17 03 * | 2025-03-17 11:04:00 | {"thermostat_id":161} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279210 | thermostat | 04 11 17 03 * | 2025-03-17 11:04:00 | {"thermostat_id":162} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279204 | thermostat | 00 11 17 03 * | 2025-03-17 11:00:00 | {"thermostat_id":114} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279205 | thermostat | 00 11 17 03 * | 2025-03-17 11:00:00 | {"thermostat_id":160} | stop
[2025-03-17 10:04:35][SCENARIO] | [OK] 1279194 | thermostat | 12 11 17 03 * | 2025-03-17 11:12:00 | {"thermostat_id":560} | stop
[2025-03-17 10:04:35][SCENARIO] ---------------------- STAT ----------------------------
[2025-03-17 10:04:35][SCENARIO] Cron  : 13
[2025-03-17 10:04:35][SCENARIO] Cron smart  : 0
[2025-03-17 10:04:35][SCENARIO] Cron double : 5
[2025-03-17 10:04:35][SCENARIO] Cron HS : 0
[2025-03-17 10:04:35][SCENARIO] Fin correcte du scénario

Je voulais savoir si le problème ne pouvait pas venir de la ?!
Et si il ne faudrait pas que je programme le scénario; par exemple 1 fois par mois, pour supprimer les crons en doubles automatiquement?

Par avance merci en bonne journée a tous