v-zhuravlev / libzbxmodbus

Loadable module to integrate Modbus (RTU, TCP and encapsulated) into Zabbix. Bulk data collection included.
https://share.zabbix.com/dir-libraries/zabbix-loadable-modules/modbus-loadable-module
GNU General Public License v2.0
50 stars 25 forks source link

libzbxmodbus #70

Closed behzad831371 closed 3 years ago

behzad831371 commented 4 years ago

Hi, I tested my connection with modpoll and received the data. When I try to read the modbus in zabbix, it seems that the connection is established and no unsupported item, but the data is different than what it should be and is always 0. Thanks.

item modpoll zabbix

v-zhuravlev commented 4 years ago

Check things like endianess and so on and whether they match in modpoll and zabbix modbus. Those things can be set by using optional params in zabbix item key. To speed up troubleshooting - I recommend to test modbus using zabbix_get or zabbix_agentd -t cli commands.

behzad831371 commented 3 years ago

Thank you for your answer But I am a very beginner can I get more help from you? I have been involved for some time, I tried but unfortunately it did not work