This tool gets MQTT messages from TheThingsNetwork and makes API calls to Thingsboard. TODO: adjust the topic of the arduino application because there are other devices on that application.
This uses a python venv, to get started, use these commands first:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt