-
Notifications
You must be signed in to change notification settings - Fork 879
[BUG] Unable to use Modbus Connector on Raspberry Pi 2 #712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @cowherdboy , It looks like something wasn't installed, required by Modbus connector, could you try to run the following command and restart the gateway:
|
Hi @ZBeacon, Thank you. After installing I got the following: Jan 26 18:20:14 raspberrypi python3[1962]: ""2022-01-26 18:20:14" - |INFO| - [tb_gateway_service.py] - tb_gateway_service - init - 93 - Gateway starting..." To resolve the warnings and error, I did the following:
The modbus data is now coming to Thingsboard. Thank you so much for your help @ZBeacon |
Hi! @imbeacon and @cowherdboy I already tried to run 'sudo pip3 install pymodbus pyserial twisted' and got this: pi@raspberrypi:/etc/thingsboard-gateway/config $ sudo pip3 install pymodbus pyserial twisted im having the same [WARNING] but it was having this Traceback: Traceback (most recent call last): error logs.txt versions: can you guys help me? |
Hi @tamerfs, Please try to upgrade libraries, using the following command: |
Describe the bug
I wasn't able to use modbus connector on Raspberry Pi 2. I got the following warning:
|WARNING| - [tb_gateway_service.py] - tb_gateway_service - _connect_with_connectors - 473 - Connector implementation not found for Modbus Connector"
Connector name (If bug in the some connector):
Modbus Connector
Error traceback (If available):
The text was updated successfully, but these errors were encountered: