tente de mettre ceci dans ton index.html que tu as créé
ça va envoyer dans les logs de domoticz les info du demandeur
Code : Tout sélectionner
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="application/javascript">
$.getJSON('//ip-api.com/json?callback=?', function(data) {
$.ajax({url: ['http://192.168.22.100:8080/json.htm?type=command¶m=addlogmessage&message=',JSON.stringify(data, null, 2)].join('')});
});
</script>
</head>
<body>
</body>
</html>