12.01.2023, 11:43
Hi,
I was wondering if there is a big difference in system load when using Mqtt vs http requests.
I currently fetch the values of the energymeter using http request and data:match every 3 seconds and see a system load of .79% to .99%
I assume using Mqtt the system load will be less because the elimination of data:match code.
I also assume that fetching a webpage is more intensive then subscribing to a mqtt broker.
However I don't know if there will be a huge difference and if the juice is worth the squeeze.
I was wondering if there is a big difference in system load when using Mqtt vs http requests.
I currently fetch the values of the energymeter using http request and data:match every 3 seconds and see a system load of .79% to .99%
I assume using Mqtt the system load will be less because the elimination of data:match code.
I also assume that fetching a webpage is more intensive then subscribing to a mqtt broker.
However I don't know if there will be a huge difference and if the juice is worth the squeeze.