FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
447 views 0 comments
by anonymous
Hello,
I am trying to control and read the IOs of an TRB141 through MQTT. The built-in MQTT functionality is not capable of such, so that is why I am asking for advice on how this could be implemented.
Thanks in advance!

2 Answers

–1 vote
by anonymous
Hello.

Sorry for the late response.

Adding parameters will require changing the device firmware. Currently, using the MQTT protocol, you can only get the parameters mentioned in the link below.

https://wiki.teltonika-networks.com/view/Monitoring_via_MQTT#How_MQTT_works

Best regards.
0 votes
by anonymous

Hi,

1. You can try another MQTT software package. In CLI/SSH mode, execute this:

opkg update
opkg list 

The last command should list all available packages. Try adding `grep mqtt` or `grep mosq` for filtered results.

2. Try building a custom FW using the provided Software Development Kit.

DM