Bonjour @bernardfr.caron,
J’ai un nouveau Warning qui remonte dans le fichier http.error :
0034|[Thu Dec 18 19:10:34.252122 2025] [php:warn] [pid 2547840:tid 2547840] [client xxx.xxx.xxx.xxx:0] PHP Warning: Undefined variable $dbgMess in /var/www/html/plugins/wifilightV2/3rdparty/sonoff.php on line 82
Cela correspond à cette ligne de la fonction send :
81 if (curl_errno($ch)) {
82 $dbgMess = $dbgMess.' - err : '.curl_error($ch);
83 log::add($this->_logName,'debug',$dbgMess);
En attendant ton fix j’ai remplacé la ligne 82 par :
$dbgMess = ($dbgMess ?? '') . ' - err : ' . curl_error($ch);
Bonne journée et bonnes fêtes !
Informations Jeedom
Core : 4.5.1 (master)
DNS Jeedom : non
Plugin : wifilightV2
Version : 2025-12-17 03:13:23 (beta)
Statut Démon : Démarré - (2025-12-18 15:53:03)