-
Hi all, Setup:
However I cannot see any mqtt messages from OpenDTU, neither in node red nor in dedicated mqtt client. If I go to the console in OpenDTU I cannot see ANY mqtt log lines, only transfer messages to my Hoymiles. Should I be able to see any output of mqtt in the console ? Any hint, what someone could do basically wrong here ? I am little bit clueless here, even after long search in forums. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thats correct. There is no logging output. Are you using ACLs in your mqtt installation? If the user "mqttuser" does not have the correct permissions to write to a specific topic the message is just dropped. Thats protocol specific. |
Beta Was this translation helpful? Give feedback.
-
Firstly, thanks for the fast reaction, really appreciate it. |
Beta Was this translation helpful? Give feedback.
Firstly, thanks for the fast reaction, really appreciate it.
No, I am not using ACLs in the mqtt installation.
Did start mqtt in verbose mode, at least now I see that openDTU is "delivering" content:
1675015661: Received PUBLISH from OpenDTU-953004 (d0, q0, r1, m0, 'solar/dtu/uptime', ... (5 bytes))
1675015661: Received PUBLISH from OpenDTU-953004 (d0, q0, r1, m0, 'solar/dtu/ip', ... (15 bytes))
1675015661: Received PUBLISH from OpenDTU-953004 (d0, q0, r1, m0, 'solar/dtu/hostname', ... (14 bytes))
1675015661: Received PUBLISH from OpenDTU-953004 (d0, q0, r1, m0, 'solar/dtu/rssi', ... (3 bytes))
Still investigating why I cannot "read" this in node red.
Started to test it with mosquitto_sub…