addlogmessage n'arrive pas dans domoticz
Publié : 25 mai 2023, 13:12
Bonjour
j'ai un addlogmessage dans mon esp mais celui n'arrive plus dans domoticz alors que le topic domoticz/in est bien alimenté dans MQTT
j'ai donc testé et ca fonctionne bien
j'ai testé ensuite et pareil pas dans domoticz et bien dans MQTT
J'ai testé cette commande en faisant une faute dans addlogmessage et
j'ai une erreur dans domoticz , donc il recoit bien la commande
2023-05-25 13:09:42.338 Error: MQTT_wifi: Unknown command received: addlogmessag
j'ai activé full debug, rien n'y fait
Auriez vous une idée ?
j'ai un addlogmessage dans mon esp mais celui n'arrive plus dans domoticz alors que le topic domoticz/in est bien alimenté dans MQTT
j'ai donc testé et ca fonctionne bien
Code : Tout sélectionner
curl -l "http://127.0.0.1:8181/json.htm?type=command¶m=addlogmessage&message=essai&level=4"Code : Tout sélectionner
mosquitto_pub -h 127.0.0.1 -p 1883 -m '{"command":"addlogmessage","message":"essai", "level" : 4 }' -t domoticz/in
Code : Tout sélectionner
mosquitto_pub -h 127.0.0.1 -p 1883 -m '{"command":"addlogmessag","message":"essai", "level" : 4 }' -t domoticz/in2023-05-25 13:09:42.338 Error: MQTT_wifi: Unknown command received: addlogmessag
j'ai activé full debug, rien n'y fait
Auriez vous une idée ?