Closed sobehard closed 4 years ago
Hi @sobehard ,
To run you gateway with changes, you should follow next steps:
pip3 uninstall thingsboard-gateway
python3 setup.py install
python3 thingsboard_gateway/tb_gateway.py
from the root folder of the repository.If you want to change the daemon - remove and install new library for user thingsboard_gateway
, you can do this just add --user thingsboard_gateway
to remove or install command.
Hi @zbeacon ,
Alright, thanks for the assist and fast response. I will closed the topic right now.
Hi,
May I know how to modify the source to so that I can remove/put longer delay for the gateway telemetry part in the tb_gateway_service.py file? I had tried to modify some line in the python file, but it doesn't change the output.
Versions (please complete the following information):