Read the statement by Michael Teeuw here.
Problem with MM-MQTT module
-
@MM-Hans is the send side sending info every 5 seconds?
-
@sdetweil
No Sam, both MM/Accu/ topics send every 5 minutes and Energy topic every 2.5 minute. -
@MM-Hans there should be messages posted to the log for every mqtt message received
and in the developers window, ctrl-shift-i on the keyboard and select the console tab and put part of the module name in the filter field
-
@sdetweil
I forgot to mention that my mirror runs on a Raspberry Pi CM4 (in a Waveshare Magic Mirror). In the terminal (SSH) I can view logs with “pm2 log mm” but do not see any relevant details. CTRL-Shift-I doesn’t work if the software runs on a Raspberry, or am I mistaken?I just got a message from Otto Paulsen, the creator of the module, and he hadn’t heard of this problem yet. That would mean it has nothing to do with the module.
-
In general, “\xa0” can be used to add a space to the header, which works fine with all the modules I use. Unfortunately, that causes the mentioned problem with the MMM-MQTT module.
As soon as I remove “\xa0” the problem is solved and the module works properly. I know, it’s strange and I can’t explain it, but it’s what I see happening in my setup.