Page 1 of 1

MQTT responding two times

Posted: Saturday 06 November 2021 21:43
by HilverinkJ
Hi,

Domoticz 2020.2 is running on Synology DS218+
MQTT Mosquitto 1.6.15-12

When I send to domoticz:
2021-11-06 21:33:36.868 MQTT: Topic: domoticz/in, Message: {"command": "getdeviceinfo", "idx": 299 }

Domoticz is responding two times. The first is correct but the second is not.

Is this a bug??

Thanks for your help.

Joop.

[MQTT] Received domoticz/out => {
"Battery" : 100,
"RSSI" : 12,
"description" : "",
"dtype" : "Temp + Humidity",
"hwid" : "10",
"id" : "11777",
"idx" : 299,
"name" : "Temp Kantoor",
"nvalue" : 0,
"stype" : "WTGR800",
"svalue1" : "19.9",
"svalue2" : "55",
"svalue3" : "1",
"unit" : 0
}

[MQTT] Received domoticz/out => {
"Battery" : 255,
"RSSI" : 12,
"description" : "",
"dtype" : "Temp + Humidity",
"hwid" : "10",
"id" : "11777",
"idx" : 299,
"name" : "Temp Kantoor",
"nvalue" : 0,
"stype" : "WTGR800",
"svalue1" : "26.1",
"unit" : 0
}