Illia Barkov

Results 66 comments of Illia Barkov

Hi @saintofinternet , Could you try to use ThingsBoard library from Library Manager (Or use Thingsboard.cpp and Thingsboard.h after build). and try to use this [example](https://github.com/thingsboard/thingsboard-arduino-sdk/blob/master/examples/0003-esp8266_send_data/0003-esp8266_send_data.ino).

Hi @kang2k10 , Thank you for your interest in ThingsBoard Arduino SDK, please provide a more information about your environment: 1. What operation system you use? 2. What version of...

Hi @pbrkr , Thank you for your message, `attributeRequests` section was left to keep backward compatibility with early versions of the gateway. The notification for missing section was removed in...

Hi, In order to understand what is happened - please decode your backtrace, you can do it using ESP32 Exception Decoder. And check the output - it should have a...

Hi, do you use the latest version of the sdk and esp? Could you provide an example of your not working code? I have checked the example and actually it...

@alexcorvis84 , This issue doesn't relate to the installation of the gateway, it actually means that there is no package on apt repository for your system, but it is still...

Please try to run `sudo apt -f install ./python3-thingsboard-gateway.deb`

Usually it helps with this problem and solves broken packages. You can use the following command as a workaround*: `sudo dpkg -i --ignore-depends=python3-paho-mqtt,python3-grpcio python3-thingsboard-gateway.deb` , because you already have installed...

Unfortunately it means the same - you cannot get these packages from the repository. To fix this, you need to change source file for apt by adding the mirror to...

@alexcorvis84 You are right, the simplest way is updating the system to the latest version. But if you have some necessary data- you can just change mirrors for the repository....