SOLVED: MQTT data transmitting problem with JSON (using fields instead) ? #630
Answered
by
americanium
americanium
asked this question in
Q&A
-
Hello! I tried to transmit data via MQTT with the following command in config file: shell=/usr/bin/mosquitto_pub -h XXXX -p 1883 -u XXX-P XXX-t WMBUS/$METER_ID -m "$METER_JSON" The problem ist that the appendage "##_m3" of "WMBUS_68908154_total##_m3" ## results in problems because this are special MQTT subscription parts. Is it possible to transmit the data without that appendage ? Thank you! BR, |
Beta Was this translation helpful? Give feedback.
Answered by
americanium
Sep 30, 2022
Replies: 1 comment
-
Sorry for the inconvenience - it works now as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BIBOLV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the inconvenience - it works now as expected.