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
206 views 0 comments
by anonymous

Hello,

We managed to get the value of the Ana input (pin 6 and 9) of the 955 modem in mqtt. We used the Modbus Slave function.
With the same Mqtt protocol, we would like to retrieve the values of the other registers for example DI1, DI2

For this we added the MQTT manager package:

Our requests are correct with the serial number of the RUT955:
1612264721: New client connected from 10.102.251.12:45390 as 110902_serial number (p2, c1, k60)

We are missing the association of a topic with DI1.
Can you help to finish the conf and get the values of the other registers, DI1


Thanks

2 Answers

0 votes
by anonymous

Hello,

When using MQTT publisher, there is no topic that you have to specifiy, as this function has a predetermined configuration regarding that. The guide on how to use MQTT publisher can be found on our wiki.

0 votes
by anonymous
Hello,

in mqtt, I managed to recover :

digital1
digital2
analog

Is the digital output reachable in mqtt?

Thanks