Replies: 4 comments
-
|
That would complicate code unnecessarily; mqtt is so lightweight, those few bytes on your >100Mbps network shouldnt be noticeable. |
Beta Was this translation helpful? Give feedback.
-
|
Is there a way to see the current CPU usage of the SmartEVSE. I think the sending of data might influence the CPU of the SmartEVSE more than "we" think. |
Beta Was this translation helpful? Give feedback.
-
|
Grok: Yes, via FreeRTOS |
Beta Was this translation helpful? Give feedback.
-
|
On "Is the publishing of mqtt data a big use of resources on esp32?" it answers: Now we all know LLM are not always reliable, so measuring is always better. But if wifi tx is the biggest resource user, Im pretty sure the addition of a few hundred bytes is of no influence, as long as it fits within the same packet. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that when I use the Set/MainsMeter topic, all other topics are published to MQTT.
This gives a lot of unnecessary data in MQTT and generates a lot of traffic.
Maybe it's an idea to only publish changed values.
Beta Was this translation helpful? Give feedback.
All reactions