07.04.2026, 08:28
What are the settings in MQTT explorer and what in our app?
------------------------------
Ctrl+F5
Ctrl+F5
|
MQTT Client app
|
|
07.04.2026, 08:28
What are the settings in MQTT explorer and what in our app?
------------------------------
Ctrl+F5
07.04.2026, 08:29
Try pinging broker from System-Status-Network utilities
------------------------------
Ctrl+F5
07.04.2026, 08:56
I can ping from the broker to the lm5 but i cant do the other way
07.04.2026, 08:57
Check network settings for correct gateway and DNS. It is LM who is connecting to broker.
------------------------------
Ctrl+F5
07.05.2026, 12:47
Hi, I am sending KNX objects to MQTT using the MQTT Client app on LM5.
I would like the payload to be published in JSON format like this: { "value": "<object value>", "dataUnit": "<object unit>", "state": true } Please how can i do it ?
07.05.2026, 12:54
Can be done using a conversion script in the app but it must be done for each object separately. Depending on the object count it might make more sense to make a separate script for publishing object values.
Code: return json.encode({
07.05.2026, 13:32
(07.05.2026, 12:54)admin Wrote: Can be done using a conversion script in the app but it must be done for each object separately. Depending on the object count it might make more sense to make a separate script for publishing object values.Thaanks |
|
« Next Oldest | Next Newest »
|