971jmd Posté(e) le 26 avril 2017 Signaler Posté(e) le 26 avril 2017 (modifié) salut a tous j'ai besoin de votre aide de nouveau je tente de faire fonctionner ce code dans une scène, mai il y a des erreur . . . . local payload = "/domotiquefibaro/fibaro_add.php?times="..times1.."×tamp="..timestamp.."&nomdevice="..urlencode(tostring(nomdevice1 or "empty")).."&piece="..urlencode(tostring(piece1 or "empty")).."§ion="..urlencode(tostring(section1 or "empty")).."&value="..val.."&power="..powerfib.."" HC2 = Net.FHttp("192.168.0.16",8080) response ,status, errorCode = HC2:GET(payload) fibaro:debug("response = " .. response) fibaro:debug("status = " .. status) if response ~= nill and tonumber(status)==200 then fibaro:debug("Succes: ") else fibaro:debug("Error: Failed ") end [DEBUG] 21:49:37: SectionId : 4 [DEBUG] 21:49:37: line 65: attempt to index global 'Net' (a nil value) ligne n°65 HC2 = Net.FHttp("192.168.0.16",8080) Modifié le 26 avril 2017 par 971jmd
pepite Posté(e) le 26 avril 2017 Signaler Posté(e) le 26 avril 2017 Bonjour, dans une scène faut utiliser net.httpclient Envoyé de mon Nexus 5X en utilisant Tapatalk
Messages recommandés