Aide développement : Aide décision - Lancer la machine en journée ou attendre la nuit?

Hello à tous,

Avant de rentrer dans le vif du sujet qui est l’objet de ce post, je voudrais également suggérer :
1- la correction d’une typo : dans la configuration du plugin, il manque un « s » à « Complet sur deux colonneS »
2- Ajout de la possibilité de masquer le retour de commande de la meilleure heure de démarrage (j’ai pas trouvé en tout cas)
3- Après minuit, la prévision pour la journée à venir et pour les jours suivant est à zéro jusqu’à 6h (si j’ai bien compris), alors que quelques minutes plus tôt, genre avant minuit on pouvait bien visualiser les prévision pour les jours à venir. Moi qui suis un couche tard, c’est pas rare que je regarde après minuit les prévisions de production du lendemain et je rage de ne pas pouvoir le voir… Trouverais tu un moyen de le maintenir ?

Et enfin, on arrive à la demande de feature qui tue !
J’ai déjà partagé mes envie de feature à plusieurs reprise mais je n’avais jamais pris la peine d’ouvrir un fil de discussion dédié donc j’étais un peu toujours hors sujet (voir ci-dessous).

Ou encore ici :

Je précise donc que l’idée est de vous proposer un échange pour parvenir à l’objectif décrit plus haut, mais ne doit pas forcément être intégré au plugin plugin-solcast.
Je crois comprendre que @Bison a plus ou moins codé cette aide à la décision dans des scénarios et ça m’irait très bien, parce qu’au moins je comprendrai tout !

Pour commencer, je me dit qu’il faut connaitre la consommation de nos équipements, (Lave vaisselle, machine à laver, machine à pain ? etc…). Pour ce faire, j’enregistre en historique la puissance instantanée de l’appareil grâce à une prise connectée.
Bon je bute déjà car j’essaie de récupérer un csv avec la commande exportHistory mais je n’y arrive pas :

Ensuite mon idée serait déjà une moulinette pour nettoyer le csv (pas besoin d’être précis au watt prêt, et de sortir par exemple un tableau ou un json qui contiendra des paires de valeurs (puissance, durée).

Avec ça, un bout de code serait facilement capable d’en sortie l’énergie en kWh et donc son coût en le lançant la nuit (via une commande info contenant le tarif heure creuse)

Et évidemment, là où ça devient touchy, une autre moulinette qui vient trouver le meilleur moment pour le lancer en journée avec la production estimée par plugin-solcast. La moulinette prendrait en entrée, le json équipement, la production estimée à venir du jour même (ou du lendemain ?), le coefficient de confiance pour ajuster si on est pessimiste ou optimiste. Elle calculerait ensuite les kWh qui « dépassent » de la production solaire, puis le coût grâce à une autre commande info donnant le tarif heure pleine du jour.

On pourrait alors comparer les tarifs en journée et nuit avec une suggestion de meilleur choix.

Perso je vais m’y mettre gentiment, je viendrai écrire ici mes avancées.

1 « J'aime »

Bonjour,

  1. [Typo] Ok ça sera corrigé pour la prochaine bêta
  2. [Masquage d’info] Noté, je regarderais
  3. [Plus de prévision après minuit] J’ai jamais fait attention en fin de compte (moi je ne me couche pas tellement après minuit en règle générale). Du coup il n’y a plus du tout de courbes de prévisions après minuit et jusqu’à 5h45 c’est ça ?
    Tu pourras faire une capture d’écran et me montrer aussi le paramétrage de l’équipement pour que je vois les heures de début et fin ?

Pour ton autre sujet, je verrais si j’ai le temps aujourd’hui de poster le « tuto » pour la recherche du seuil de rentabilité que j’avais fait. Ca posera peut-être une base même si visiblement tu veux aller encore plus loin.
Pour moi la difficulté c’est la gestion des appareils qui ne consomment pas toujours la même chose. Je ne vois pas bien comment il faudrait faire pour être juste.

Enfin d’autres personnes auront peut-être des idées, à suivre…

EDIT :
Nouvelle bête pour les demandes 1 et 2

Merci pour ta réponse @Bison ,

Oui je t’envoie ce soir à quoi ça ressemble sur mon widget et ma conf.

Pour le reste merci d’avance pour ton « tuto », rien ne presse hein ! il fait beau en plus dehors !

Dans ma tête :

  • côté équipement, les pairs (durée,puissance) permettent d’en déduire l’énergie de fonctionnement nécessaire en fonction du temps qui passe, par exemple par tranches de 10 minutes. Genre entre [t0,t0 + 10] ça consommera 300W * 1/6 = 50Wh, etc…
  • côté production, c’est là que ce que vous avez fait avec @micheld m’intéresse, c’est la possibilité d’interpoler l’énergie produites par tranche de 10minutes. C’est sur cette énergie produite qu’on peut appliquer un coeff de confiance pour rester pessimiste par ex.
  • Il restera plus qu’à trouver un algorithme qui testera notre équipement sur la prod de la journée (Energie equip - Energie produite) par tranche de 10minutes (par ex) en faisant le total pour que l’énergie totale qui dépasse soit la plus faible possible. Sur chaque tranche de 10minutes, on ne garde (Energie equip - Energie produite) que si >0. En effet si <0 alors c’est gratuit. donc on applique max((Energie equip - Energie produite),0).

Mais dans ma tête ça a l’air simple, les difficultés arriveront par dizaine j’en suis sûr !

Hello,

Voilà, j’ai posté un tuto, ça pourra peut-être te servir de base, ou pas.

1 « J'aime »

Alors voici ce que ça donne après minuit (ou 23h45 peut-être !) :

image

Ma conf :

Bonne nuit !

Salut,

Nouvelle bêta publiée pour te permettre de voir des infos durant la nuit.

Je force à présent un refresh à 00h05. Tu peux valider stp ?

Yes, je teste ça ce soir !
Merci beaucoup !

Hello, j’ai oublié de tester hier soir mais je vient de tester : 00:27 !
Malheureusement ça n’a pas corrigé :

C’est idem pour les jours suivants :
image

Je contrôle que j’ai la bonne version du plugin :
image

Salut,

Mince :confused:.

Tu aurais pas le log en debug à partir de 00:00 stp ?

J’essaye ce soir en passant le niveau de log en debug mais c’est bizarre, j’ai aucun log…
Je sais pas si c’est normal…

Faut sauvegarder si c’est pas fait et attendre le prochain update à 22h45

Mais ceci dit c’est pas normal non, c’était sur Aucun ?
Parce que même en « défaut » il devrait y avoir quelques informations

Non c’était sur « Défaut »… En tout cas en debug j’en ai :

[2024-11-10 22:45:05] DEBUG  : eqLogic ID : 1037
[2024-11-10 22:45:05] INFO  : #####---------------------------------------------------------#####
[2024-11-10 22:45:05] INFO  : [SolCast] Lecture des paramètres
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_resource_id : 3070-f433-7369-1748
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_api_key (length) : 32
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_bypassAPI : 0
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_email (length) : 0
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_password (length) : 0
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_selectNBJourPrevision : 2
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_selectStartPrevision : 6
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_selectEndPrevision : 21
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_CmdRefreshDataFrequency 2
[2024-11-10 22:45:05] DEBUG  : [SolCast] getInformations cfg_isGlobalEquipement 0
[2024-11-10 22:45:05] DEBUG  : [SolCast] target_day : 1
[2024-11-10 22:45:05] DEBUG  : [SolCast] limit_target_day : 1
[2024-11-10 22:45:05] DEBUG  : [SolCast] UTC offset : 1
[2024-11-10 22:45:05] INFO  : [SolCast] Récupération des données
[2024-11-10 22:45:07] DEBUG  : [SolCast] response -> {"response_status":{"error_code":"TooManyRequests","message":"You have exceeded your free daily limit.","errors":[]}}
[2024-11-10 22:45:07]WARNING : [SolCast] ECHEC de la récupération des données
[2024-11-10 22:45:09] DEBUG  : eqLogic ID : 1048
[2024-11-10 22:45:09] INFO  : #####---------------------------------------------------------#####
[2024-11-10 22:45:09] INFO  : [SolCast Design] Lecture des paramètres
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_resource_id : 3070-f433-7369-1748
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_api_key (length) : 32
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_bypassAPI : 0
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_email (length) : 0
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_password (length) : 0
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_selectNBJourPrevision : 4
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_selectStartPrevision : 6
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_selectEndPrevision : 21
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_CmdRefreshDataFrequency 2
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] getInformations cfg_isGlobalEquipement 0
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] target_day : 3
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] limit_target_day : 3
[2024-11-10 22:45:09] DEBUG  : [SolCast Design] UTC offset : 1
[2024-11-10 22:45:09] INFO  : [SolCast Design] Récupération des données
[2024-11-10 22:45:10] DEBUG  : [SolCast Design] response -> {"response_status":{"error_code":"TooManyRequests","message":"You have exceeded your free daily limit.","errors":[]}}
[2024-11-10 22:45:10]WARNING : [SolCast Design] ECHEC de la récupération des données

C’est peut-être normal en fin de journée…

Ah, bha voilà le souci, tu as dépassé le nombre de requêtes par 24h… Donc l’update de 00h05 n’a pas du pouvoir se faire dans la nuit d’hier.

Il faut que tu configures ton compte dans la partie droite pour utiliser le contournement de l’API

Aahhhhhhhh, et du coup c’est illimité avec le contournement ? (tant que ça fonctionne en tout cas ?

Je dis ça parce que perso, j’ai configuré 2 fois le même équipement, et uniquement pour pouvoir avoir

  • 1 widget simplifié pour mon design
  • 1 widget plus complet si je veux aller le consulter.
    Mais du coup ça fait deux fois plus de requêtes… ?
    Mais quand on a plusieurs lots de panneaux, ça fait d’autant plus de requêtes… :thinking: donc ça doit pas être un si gros problème …

En tout cas, contournement activé !

Voui :shushing_face:

Et oui …

1 « J'aime »

A 23h05 :

[2024-11-10 23:05:03] INFO  : #####---------------------------------------------------------#####
[2024-11-10 23:05:03] INFO  : [SolCast] Lecture des paramètres
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_resource_id : 3070-f433-7369-1748
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_api_key (length) : 32
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_bypassAPI : 1
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_email (length) : 24
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_password (length) : 15
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_selectNBJourPrevision : 2
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_selectStartPrevision : 6
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_selectEndPrevision : 21
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_CmdRefreshDataFrequency 2
[2024-11-10 23:05:03] DEBUG  : [SolCast] getInformations cfg_isGlobalEquipement 0
[2024-11-10 23:05:03] INFO  : [SolCast] Lecture des données de production uniquement
[2024-11-10 23:05:03] DEBUG  : [SolCast] PROD Command : #5095#
[2024-11-10 23:05:03] DEBUG  : [SolCast] PROD CmdProdIndexValue : 3126.127
[2024-11-10 23:05:03] DEBUG  : [SolCast] Index journalier
[2024-11-10 23:05:03] DEBUG  : [SolCast] DayStart : 0
[2024-11-10 23:05:03] DEBUG  : [SolCast] DayEnd : 3126.127
[2024-11-10 23:05:03] DEBUG  : [SolCast] DiffDay : 3126.127
[2024-11-10 23:05:03] DEBUG  : [SolCast] PROD Value : 3126
[2024-11-10 23:05:03] DEBUG  : [SolCast] Prod Value Old : 3126
[2024-11-10 23:05:03] DEBUG  : [SolCast] Prod Value Hour : 0
[2024-11-10 23:05:03] DEBUG  : [SolCast] Tableau de production pour la journée -> {"lastvalue":3126,"00":0,"01":0,"02":0,"03":0,"04":0,"05":0,"06":0,"07":0,"08":0,"09":24,"10":158,"11":205,"12":480,"13":544,"14":730,"15":617,"16":250,"17":113,"18":5,"19":0,"20":0,"21":0,"22":0,"23":0}
[2024-11-10 23:05:03] DEBUG  : [SolCast] Ecart entre la production (3126) et la prévision (3674) : -548
[2024-11-10 23:05:03] INFO  : #####---------------------------------------------------------#####
[2024-11-10 23:05:05] INFO  : #####---------------------------------------------------------#####
[2024-11-10 23:05:05] INFO  : [SolCast Design] Lecture des paramètres
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_resource_id : 3070-f433-7369-1748
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_api_key (length) : 32
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_bypassAPI : 1
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_email (length) : 24
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_password (length) : 15
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_selectNBJourPrevision : 4
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_selectStartPrevision : 6
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_selectEndPrevision : 21
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_CmdRefreshDataFrequency 2
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] getInformations cfg_isGlobalEquipement 0
[2024-11-10 23:05:05] INFO  : [SolCast Design] Lecture des données de production uniquement
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] PROD Command : #5095#
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] PROD CmdProdIndexValue : 3126.127
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] Index journalier
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] DayStart : 0
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] DayEnd : 3126.127
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] DiffDay : 3126.127
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] PROD Value : 3126
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] Prod Value Old : 3126
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] Prod Value Hour : 0
[2024-11-10 23:05:05] DEBUG  : [SolCast Design] Tableau de production pour la journée -> {"lastvalue":3126,"00":0,"01":0,"02":0,"03":0,"04":0,"05":0,"06":0,"07":0,"08":0,"09":24,"10":158,"11":205,"12":480,"13":544,"14":730,"15":617,"16":250,"17":113,"18":5,"19":0,"20":0,"21":0,"22":0,"23":0}
[2024-11-10 23:05:06] DEBUG  : [SolCast Design] Ecart entre la production (3126) et la prévision (3674) : -548
[2024-11-10 23:05:06] INFO  : #####---------------------------------------------------------#####

:partying_face:
Prochaine étape : 00:05 !!

Le verdict tombe !
Alors déjà bonne nouvelle, les courbes restent bien affichées après 00:05 !

Par contre j’ai une erreur dans les logs… Je tronque le début pour passer sous les 30000 caractères, c’est un peu long, c’est à la toute fin de mon log :

[2024-11-11 00:05:24] INFO  : #####---------------------------------------------------------#####
[2024-11-11 00:05:24] DEBUG  : [SolCast Design] target_day : 3
[2024-11-11 00:05:24] DEBUG  : [SolCast Design] limit_target_day : 3
[2024-11-11 00:05:24] DEBUG  : [SolCast Design] UTC offset : 1
[2024-11-11 00:05:24] INFO  : [SolCast Design] Récupération des données
[2024-11-11 00:05:24] DEBUG  : [SolCast Design] Mode Scrapping - Fetch HTML
[2024-11-11 00:05:24] DEBUG  : [SolCast Design] Mode Scrapping - Fetch HTML -> get content
[2024-11-11 00:05:24] DEBUG  : [SolCast Design] cookie (length) : 84
[2024-11-11 00:05:24]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d0h0
[2024-11-11 00:05:24]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d1h0
[2024-11-11 00:05:24]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d2h0
[2024-11-11 00:05:25]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d0h0
[2024-11-11 00:05:25]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d1h0
[2024-11-11 00:05:25]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d2h0
[2024-11-11 00:05:26]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d0h0
[2024-11-11 00:05:26] DEBUG  : [SolCast Design] Mode Scrapping - Fetch HTML -> Analyse du contenu
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] response -> {"forecasts": [{"__type":"SolcastApi.ServiceModel.ApiSitePvForecast, SolcastApi.ServiceModel","pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-10T23:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T00:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T00:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T01:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T01:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T02:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T02:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T03:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T03:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T04:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T04:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T05:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T05:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T06:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0,"pv_estimate10":0,"pv_estimate90":0,"period_end":"2024-11-11T06:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0.0015,"pv_estimate10":0,"pv_estimate90":0.0199,"period_end":"2024-11-11T07:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0.0255,"pv_estimate10":0.0045,"pv_estimate90":0.5778,"period_end":"2024-11-11T07:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0.0645,"pv_estimate10":0.0135,"pv_estimate90":0.9729,"period_end":"2024-11-11T08:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0.1472,"pv_estimate10":0.0282,"pv_estimate90":1.0356,"period_end":"2024-11-11T08:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0.2374,"pv_estimate10":0.0396,"pv_estimate90":1.2032,"period_end":"2024-11-11T09:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0.3252,"pv_estimate10":0.0514,"pv_estimate90":1.3724,"period_end":"2024-11-11T09:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0.4099,"pv_estimate10":0.0653,"pv_estimate90":1.5304,"period_end":"2024-11-11T10:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0.5318,"pv_estimate10":0.0866,"pv_estimate90":1.6762,"period_end":"2024-11-11T10:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0.658,"pv_estimate10":0.1273,"pv_estimate90":1.774,"period_end":"2024-11-11T11:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0.7583,"pv_estimate10":0.166,"pv_estimate90":1.7936,"period_end":"2024-11-11T11:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0.8225,"pv_estimate10":0.2017,"pv_estimate90":1.7026,"period_end":"2024-11-11T12:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0.8394,"pv_estimate10":0.2209,"pv_estimate90":1.5787,"period_end":"2024-11-11T12:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0.8009,"pv_estimate10":0.2236,"pv_estimate90":1.4014,"period_end":"2024-11-11T13:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0.7218,"pv_estimate10":0.2154,"pv_estimate90":1.2075,"period_end":"2024-11-11T13:30:00.0000000Z","period":"PT30M"},{"pv_estimate":0.5893,"pv_estimate10":0.177,"pv_estimate90":0.9555,"period_end":"2024-11-11T14:00:00.0000000Z","period":"PT30M"},{"pv_estimate":0.463,"pv_estimate10":0.1356,"pv_estimate90":0.6944,"period_end":"2024-11-11T14:30:00.0000000Z","period":"PT30M"}, JE TRONQUE LA FIN DE LA LIGNE
[2024-11-11 00:05:28] INFO  : [SolCast Design] Données récupérées avec succès
[2024-11-11 00:05:28] INFO  : [SolCast Design] Lancement de la mise à jour des commandes
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] json_array_pv :
[2024-11-11 00:05:26]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d0h0
[2024-11-11 00:05:28]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d1h0
[2024-11-11 00:05:28]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d2h0
[2024-11-11 00:05:28]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d1h0
[2024-11-11 00:05:28]WARNING : [template SolCast Design] Erreur lors de la récupération de la donnée d2h0
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] json_array_pv_reliability :
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h6 --> 0 W | _Estimate10 : d0h6 --> 0 W | _Estimate90 : d0h6 --> 0 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h6 --> 0 / 100%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h7 --> 0 W | _Estimate10 : d0h7 --> 0 W | _Estimate90 : d0h7 --> 0 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h7 --> 0 / 100%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h8 --> 2 W | _Estimate10 : d0h8 --> 0 W | _Estimate90 : d0h8 --> 20 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h8 --> 20 / 10%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h9 --> 65 W | _Estimate10 : d0h9 --> 14 W | _Estimate90 : d0h9 --> 973 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h9 --> 959 / 5%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h10 --> 237 W | _Estimate10 : d0h10 --> 40 W | _Estimate90 : d0h10 --> 1203 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h10 --> 1163 / 17%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h11 --> 410 W | _Estimate10 : d0h11 --> 65 W | _Estimate90 : d0h11 --> 1530 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h11 --> 1465 / 24%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h12 --> 658 W | _Estimate10 : d0h12 --> 127 W | _Estimate90 : d0h12 --> 1774 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h12 --> 1647 / 32%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h13 --> 823 W | _Estimate10 : d0h13 --> 202 W | _Estimate90 : d0h13 --> 1703 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h13 --> 1501 / 41%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h14 --> 801 W | _Estimate10 : d0h14 --> 224 W | _Estimate90 : d0h14 --> 1401 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h14 --> 1177 / 49%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h15 --> 589 W | _Estimate10 : d0h15 --> 177 W | _Estimate90 : d0h15 --> 956 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h15 --> 779 / 53%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h16 --> 332 W | _Estimate10 : d0h16 --> 91 W | _Estimate90 : d0h16 --> 433 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h16 --> 342 / 70%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h17 --> 76 W | _Estimate10 : d0h17 --> 22 W | _Estimate90 : d0h17 --> 79 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h17 --> 57 / 95%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h18 --> 0 W | _Estimate10 : d0h18 --> 0 W | _Estimate90 : d0h18 --> 0 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h18 --> 0 / 100%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h19 --> 0 W | _Estimate10 : d0h19 --> 0 W | _Estimate90 : d0h19 --> 0 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h19 --> 0 / 100%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h20 --> 0 W | _Estimate10 : d0h20 --> 0 W | _Estimate90 : d0h20 --> 0 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h20 --> 0 / 100%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Commande mise à jour : d0h21 --> 0 W | _Estimate10 : d0h21 --> 0 W | _Estimate90 : d0h21 --> 0 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h21 --> 0 / 100%
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Total : d0 --> 3993 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Total10 : d0 --> 962 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] Total90 : d0 --> 10072 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top1value --> 823 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top1endhour --> 13 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top2value --> 801 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top2endhour --> 14 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top3value --> 658 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top3endhour --> 12 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 6:00:00 -> 0 W
[2024-11-11 00:05:28] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 7:00:00 -> 0 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 8:00:00 -> 2 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 9:00:00 -> 65 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 10:00:00 -> 237 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 11:00:00 -> 410 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 12:00:00 -> 658 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 13:00:00 -> 823 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 14:00:00 -> 801 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 15:00:00 -> 589 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 16:00:00 -> 332 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 17:00:00 -> 76 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 18:00:00 -> 0 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 19:00:00 -> 0 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 20:00:00 -> 0 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-11 21:00:00 -> 0 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] Commande mise à jour : d1h6 --> 0 W | _Estimate10 : d1h6 --> 0 W | _Estimate90 : d1h6 --> 0 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h6 --> 0 / 100%
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] Commande mise à jour : d1h7 --> 0 W | _Estimate10 : d1h7 --> 0 W | _Estimate90 : d1h7 --> 0 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h7 --> 0 / 100%
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] Commande mise à jour : d1h8 --> 3 W | _Estimate10 : d1h8 --> 2 W | _Estimate90 : d1h8 --> 3 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h8 --> 1 / 100%
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] Commande mise à jour : d1h9 --> 741 W | _Estimate10 : d1h9 --> 56 W | _Estimate90 : d1h9 --> 1011 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h9 --> 955 / 72%
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] Commande mise à jour : d1h10 --> 1055 W | _Estimate10 : d1h10 --> 173 W | _Estimate90 : d1h10 --> 1609 W
[2024-11-11 00:05:29] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h10 --> 1436 / 61%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h11 --> 1537 W | _Estimate10 : d1h11 --> 360 W | _Estimate90 : d1h11 --> 1857 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h11 --> 1497 / 79%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h12 --> 1582 W | _Estimate10 : d1h12 --> 415 W | _Estimate90 : d1h12 --> 1879 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h12 --> 1464 / 80%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h13 --> 1368 W | _Estimate10 : d1h13 --> 372 W | _Estimate90 : d1h13 --> 1729 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h13 --> 1357 / 73%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h14 --> 932 W | _Estimate10 : d1h14 --> 249 W | _Estimate90 : d1h14 --> 1428 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h14 --> 1179 / 58%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h15 --> 556 W | _Estimate10 : d1h15 --> 137 W | _Estimate90 : d1h15 --> 978 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h15 --> 841 / 50%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h16 --> 276 W | _Estimate10 : d1h16 --> 63 W | _Estimate90 : d1h16 --> 437 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h16 --> 374 / 57%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h17 --> 51 W | _Estimate10 : d1h17 --> 11 W | _Estimate90 : d1h17 --> 54 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h17 --> 43 / 93%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h18 --> 0 W | _Estimate10 : d1h18 --> 0 W | _Estimate90 : d1h18 --> 0 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h18 --> 0 / 100%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h19 --> 0 W | _Estimate10 : d1h19 --> 0 W | _Estimate90 : d1h19 --> 0 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h19 --> 0 / 100%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h20 --> 0 W | _Estimate10 : d1h20 --> 0 W | _Estimate90 : d1h20 --> 0 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h20 --> 0 / 100%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d1h21 --> 0 W | _Estimate10 : d1h21 --> 0 W | _Estimate90 : d1h21 --> 0 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h21 --> 0 / 100%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Total : d1 --> 8101 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Total10 : d1 --> 1838 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Total90 : d1 --> 10985 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d2h6 --> 0 W | _Estimate10 : d2h6 --> 0 W | _Estimate90 : d2h6 --> 0 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h6 --> 0 / 100%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d2h7 --> 0 W | _Estimate10 : d2h7 --> 0 W | _Estimate90 : d2h7 --> 0 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h7 --> 0 / 100%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d2h8 --> 0 W | _Estimate10 : d2h8 --> 0 W | _Estimate90 : d2h8 --> 2 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h8 --> 2 / 0%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d2h9 --> 50 W | _Estimate10 : d2h9 --> 6 W | _Estimate90 : d2h9 --> 820 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h9 --> 814 / 5%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d2h10 --> 193 W | _Estimate10 : d2h10 --> 15 W | _Estimate90 : d2h10 --> 1293 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h10 --> 1278 / 14%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d2h11 --> 355 W | _Estimate10 : d2h11 --> 21 W | _Estimate90 : d2h11 --> 1637 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h11 --> 1616 / 21%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d2h12 --> 439 W | _Estimate10 : d2h12 --> 25 W | _Estimate90 : d2h12 --> 1819 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h12 --> 1794 / 23%
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] Commande mise à jour : d2h13 --> 450 W | _Estimate10 : d2h13 --> 27 W | _Estimate90 : d2h13 --> 1696 W
[2024-11-11 00:05:30] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h13 --> 1669 / 25%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Commande mise à jour : d2h14 --> 442 W | _Estimate10 : d2h14 --> 25 W | _Estimate90 : d2h14 --> 1376 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h14 --> 1351 / 31%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Commande mise à jour : d2h15 --> 403 W | _Estimate10 : d2h15 --> 30 W | _Estimate90 : d2h15 --> 1008 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h15 --> 978 / 38%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Commande mise à jour : d2h16 --> 245 W | _Estimate10 : d2h16 --> 25 W | _Estimate90 : d2h16 --> 436 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h16 --> 411 / 54%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Commande mise à jour : d2h17 --> 54 W | _Estimate10 : d2h17 --> 5 W | _Estimate90 : d2h17 --> 57 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h17 --> 52 / 94%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Commande mise à jour : d2h18 --> 0 W | _Estimate10 : d2h18 --> 0 W | _Estimate90 : d2h18 --> 0 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h18 --> 0 / 100%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Commande mise à jour : d2h19 --> 0 W | _Estimate10 : d2h19 --> 0 W | _Estimate90 : d2h19 --> 0 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h19 --> 0 / 100%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Commande mise à jour : d2h20 --> 0 W | _Estimate10 : d2h20 --> 0 W | _Estimate90 : d2h20 --> 0 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h20 --> 0 / 100%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Commande mise à jour : d2h21 --> 0 W | _Estimate10 : d2h21 --> 0 W | _Estimate90 : d2h21 --> 0 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h21 --> 0 / 100%
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Total : d2 --> 2631 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Total10 : d2 --> 179 W
[2024-11-11 00:05:35] DEBUG  : [SolCast Design] Total90 : d2 --> 10144 W
[2024-11-11 00:05:35] ERROR  : Erreur sur solcast::solcastProdCron() : array_sum(): Argument #1 ($array) must be of type array, null given

Allez bonne nuit !

Hello,

Je comprends pas trop pour être franc … après cette ligne [2024-11-11 00:05:35] DEBUG : [SolCast Design] Total90 : d2 --> 10144 W il devrait continuer sur le d3 puisque tu as demandé 4 jours de prévisions et donc passer sur des lignes type [SolCast Design] Commande mise à jour ... bien avant de tomber sur une erreur avec array_sum()

Et tu ne vois cette erreur qu’à 00:05 ou tu l’as encore dans la journée ?

ça m’arrangerait que tu m’envoies le logs complet donc sans tronquer …
Fait glisser le fichier ici, ça me permettra de le récupérer.

Hello, j’ai l’erreur à:

Mais dès 06:45, je vois que ça continue bien.
Voici le log complet :
solcast.log (1,8 Mo)

Et ce soir donc rien à signaler dans la journée, mais retour de l’erreur à 00:05 comme hier :

[2024-11-12 00:05:13] INFO  : [SolCast Design] Données récupérées avec succès
[2024-11-12 00:05:13] INFO  : [SolCast Design] Lancement de la mise à jour des commandes
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] json_array_pv :
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] json_array_pv_reliability :
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h6 --> 0 W | _Estimate10 : d0h6 --> 0 W | _Estimate90 : d0h6 --> 0 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h6 --> 0 / 100%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h7 --> 0 W | _Estimate10 : d0h7 --> 0 W | _Estimate90 : d0h7 --> 0 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h7 --> 0 / 100%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h8 --> 3 W | _Estimate10 : d0h8 --> 2 W | _Estimate90 : d0h8 --> 21 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h8 --> 19 / 5%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h9 --> 773 W | _Estimate10 : d0h9 --> 58 W | _Estimate90 : d0h9 --> 1056 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h9 --> 998 / 72%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h10 --> 1298 W | _Estimate10 : d0h10 --> 242 W | _Estimate90 : d0h10 --> 1620 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h10 --> 1378 / 77%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h11 --> 1613 W | _Estimate10 : d0h11 --> 434 W | _Estimate90 : d0h11 --> 1887 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h11 --> 1453 / 81%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h12 --> 1656 W | _Estimate10 : d0h12 --> 533 W | _Estimate90 : d0h12 --> 1890 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h12 --> 1357 / 83%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h13 --> 1267 W | _Estimate10 : d0h13 --> 413 W | _Estimate90 : d0h13 --> 1728 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h13 --> 1315 / 65%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h14 --> 942 W | _Estimate10 : d0h14 --> 336 W | _Estimate90 : d0h14 --> 1422 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h14 --> 1086 / 56%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h15 --> 653 W | _Estimate10 : d0h15 --> 267 W | _Estimate90 : d0h15 --> 981 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h15 --> 714 / 54%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h16 --> 306 W | _Estimate10 : d0h16 --> 108 W | _Estimate90 : d0h16 --> 441 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h16 --> 333 / 59%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h17 --> 57 W | _Estimate10 : d0h17 --> 18 W | _Estimate90 : d0h17 --> 60 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h17 --> 42 / 93%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h18 --> 0 W | _Estimate10 : d0h18 --> 0 W | _Estimate90 : d0h18 --> 0 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h18 --> 0 / 100%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h19 --> 0 W | _Estimate10 : d0h19 --> 0 W | _Estimate90 : d0h19 --> 0 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h19 --> 0 / 100%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h20 --> 0 W | _Estimate10 : d0h20 --> 0 W | _Estimate90 : d0h20 --> 0 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h20 --> 0 / 100%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Commande mise à jour : d0h21 --> 0 W | _Estimate10 : d0h21 --> 0 W | _Estimate90 : d0h21 --> 0 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d0h21 --> 0 / 100%
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Total : d0 --> 8568 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Total10 : d0 --> 2411 W
[2024-11-12 00:05:13] DEBUG  : [SolCast Design] Total90 : d0 --> 11106 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top1value --> 1656 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top1endhour --> 12 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top2value --> 1613 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top2endhour --> 11 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top3value --> 1298 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] SetTops --> Commande mise à jour : top3endhour --> 10 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 6:00:00 -> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 7:00:00 -> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 8:00:00 -> 3 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 9:00:00 -> 773 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 10:00:00 -> 1298 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 11:00:00 -> 1613 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 12:00:00 -> 1656 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 13:00:00 -> 1267 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 14:00:00 -> 942 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 15:00:00 -> 653 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 16:00:00 -> 306 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 17:00:00 -> 57 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 18:00:00 -> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 19:00:00 -> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 20:00:00 -> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] d0_fullday_prev 2024-11-12 21:00:00 -> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h6 --> 0 W | _Estimate10 : d1h6 --> 0 W | _Estimate90 : d1h6 --> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h6 --> 0 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h7 --> 0 W | _Estimate10 : d1h7 --> 0 W | _Estimate90 : d1h7 --> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h7 --> 0 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h8 --> 0 W | _Estimate10 : d1h8 --> 0 W | _Estimate90 : d1h8 --> 2 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h8 --> 2 / 0%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h9 --> 48 W | _Estimate10 : d1h9 --> 6 W | _Estimate90 : d1h9 --> 787 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h9 --> 781 / 5%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h10 --> 288 W | _Estimate10 : d1h10 --> 37 W | _Estimate90 : d1h10 --> 1319 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h10 --> 1282 / 20%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h11 --> 554 W | _Estimate10 : d1h11 --> 57 W | _Estimate90 : d1h11 --> 1839 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h11 --> 1782 / 28%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h12 --> 828 W | _Estimate10 : d1h12 --> 87 W | _Estimate90 : d1h12 --> 1894 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h12 --> 1807 / 41%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h13 --> 988 W | _Estimate10 : d1h13 --> 145 W | _Estimate90 : d1h13 --> 1751 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h13 --> 1606 / 52%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h14 --> 972 W | _Estimate10 : d1h14 --> 189 W | _Estimate90 : d1h14 --> 1419 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h14 --> 1230 / 64%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h15 --> 774 W | _Estimate10 : d1h15 --> 193 W | _Estimate90 : d1h15 --> 976 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h15 --> 783 / 74%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h16 --> 366 W | _Estimate10 : d1h16 --> 79 W | _Estimate90 : d1h16 --> 421 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h16 --> 342 / 84%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h17 --> 64 W | _Estimate10 : d1h17 --> 17 W | _Estimate90 : d1h17 --> 68 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h17 --> 51 / 92%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h18 --> 0 W | _Estimate10 : d1h18 --> 0 W | _Estimate90 : d1h18 --> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h18 --> 0 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h19 --> 0 W | _Estimate10 : d1h19 --> 0 W | _Estimate90 : d1h19 --> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h19 --> 0 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h20 --> 0 W | _Estimate10 : d1h20 --> 0 W | _Estimate90 : d1h20 --> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h20 --> 0 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d1h21 --> 0 W | _Estimate10 : d1h21 --> 0 W | _Estimate90 : d1h21 --> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d1h21 --> 0 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Total : d1 --> 4882 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Total10 : d1 --> 810 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Total90 : d1 --> 10476 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h6 --> 0 W | _Estimate10 : d2h6 --> 0 W | _Estimate90 : d2h6 --> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h6 --> 0 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h7 --> 0 W | _Estimate10 : d2h7 --> 0 W | _Estimate90 : d2h7 --> 0 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h7 --> 0 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h8 --> 2 W | _Estimate10 : d2h8 --> 0 W | _Estimate90 : d2h8 --> 2 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h8 --> 2 / 100%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h9 --> 538 W | _Estimate10 : d2h9 --> 29 W | _Estimate90 : d2h9 --> 1055 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h9 --> 1026 / 50%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h10 --> 1106 W | _Estimate10 : d2h10 --> 119 W | _Estimate90 : d2h10 --> 1589 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h10 --> 1470 / 67%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h11 --> 1395 W | _Estimate10 : d2h11 --> 237 W | _Estimate90 : d2h11 --> 1799 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h11 --> 1562 / 74%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h12 --> 1559 W | _Estimate10 : d2h12 --> 317 W | _Estimate90 : d2h12 --> 1833 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h12 --> 1516 / 82%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h13 --> 1487 W | _Estimate10 : d2h13 --> 345 W | _Estimate90 : d2h13 --> 1692 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h13 --> 1347 / 85%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h14 --> 1228 W | _Estimate10 : d2h14 --> 327 W | _Estimate90 : d2h14 --> 1378 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h14 --> 1051 / 86%
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] Commande mise à jour : d2h15 --> 837 W | _Estimate10 : d2h15 --> 245 W | _Estimate90 : d2h15 --> 940 W
[2024-11-12 00:05:14] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h15 --> 695 / 85%
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Commande mise à jour : d2h16 --> 396 W | _Estimate10 : d2h16 --> 100 W | _Estimate90 : d2h16 --> 431 W
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h16 --> 331 / 89%
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Commande mise à jour : d2h17 --> 61 W | _Estimate10 : d2h17 --> 21 W | _Estimate90 : d2h17 --> 64 W
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h17 --> 43 / 93%
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Commande mise à jour : d2h18 --> 0 W | _Estimate10 : d2h18 --> 0 W | _Estimate90 : d2h18 --> 0 W
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h18 --> 0 / 100%
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Commande mise à jour : d2h19 --> 0 W | _Estimate10 : d2h19 --> 0 W | _Estimate90 : d2h19 --> 0 W
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h19 --> 0 / 100%
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Commande mise à jour : d2h20 --> 0 W | _Estimate10 : d2h20 --> 0 W | _Estimate90 : d2h20 --> 0 W
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h20 --> 0 / 100%
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Commande mise à jour : d2h21 --> 0 W | _Estimate10 : d2h21 --> 0 W | _Estimate90 : d2h21 --> 0 W
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] array_pv_reliability - ecart et percent d2h21 --> 0 / 100%
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Total : d2 --> 8609 W
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Total10 : d2 --> 1740 W
[2024-11-12 00:05:15] DEBUG  : [SolCast Design] Total90 : d2 --> 10783 W
[2024-11-12 00:05:15] ERROR  : Erreur sur solcast::solcastProdCron() : array_sum(): Argument #1 ($array) must be of type array, null given