Search found 3 matches

by Intellium
Sunday 15 May 2016 11:58
Forum: PHP and all others
Topic: MQTT multiple messages (slow)
Replies: 2
Views: 1481

Re: MQTT multiple messages (slow)

After some more testing, I had found an issue which had it sent around 112 messages instead. After correcting this, the total amount of messages is 12 and it takes around 3.5 secs. to process. A big improvement, but still to slow. The JSON API processes the exact same messages in about 300ms. I ...
by Intellium
Saturday 30 April 2016 10:17
Forum: PHP and all others
Topic: MQTT multiple messages (slow)
Replies: 2
Views: 1481

Re: MQTT multiple messages (slow)

For some more information; Below is the log output of Domoticz when the script has run : 2016-04-30 10:12:48.310 MQTT: Topic: domoticz/in, Message: {"idx":43,"nvalue":0,"svalue":"17.5"} 2016-04-30 10:12:48.313 Sending SetPoint to device.... 2016-04-30 10:12:48.314 (IPBrain) Thermostat (Kantoor ...
by Intellium
Saturday 30 April 2016 1:46
Forum: PHP and all others
Topic: MQTT multiple messages (slow)
Replies: 2
Views: 1481

MQTT multiple messages (slow)

Hi all, Only just started with Domoticz after rocking my own PHP based domotics system for a few years. I'm slowly filling my system and have just started with MQTT and rebuilding my scripts to get everything to work with it. I have setup RabbitMQ as a MQTT broker and have managed to get data in and ...