Illia Barkov
Illia Barkov
Hi @DuXiaoChuang, It depends on what kind of distribution you want, if you want just python package you can run `python3 setup.py sdist` or `python3 -m build` in the root...
`python3 setup.py sdist` creates python source distribution and you can install it using the following `pip install dist/thingsboard-gateway-3.5.1.tar.gz` According to the issue with make_packages - you need to install additional...
You can run it for example using the following command: `python3 path/to/installed/package/thingsbaord_gateway/tb_gateway.py`
Hi, please try to use a version from the master branch, I have added handling, for this error. It should resend failed message.
Yes, in this part of code we should handle all errors and just retry the message sending.
Hi @Jonnik84, Thank you for your interest in ThingsBoard IoT Gateway. You can try to use a service rpc (just send RPC to gateway device from ThingsBoard) **gateway_update** without parameters,...
Hi @tGallimberti-Kerberos, Thank you for your interest in the ThingsBoard IoT Gateway and for your investigation. You are correct—this is a known issue. Unfortunately, we don’t have a proper solution...
Hi @tGallimberti-Kerberos, You are right, there is an issue in the paho library, we temporarily made a mirror of paho library, until it will be fixed in paho - tb-paho-mqtt-client....
Hi @pro100805, Your configuration looks good at first glance, I don’t see reasons why it should not work. Due to your second question - no, there is no difference for...
Hi @KashifAhmd, Please provide more information about your request, it is not completely clear, what you need.