MathewHDYT
MathewHDYT
If you seperately send individual telemetry or attributes, they will always be sent, because they are sent as individual mqtt messages. When sending more than 8 telemetry or attributes at...
@imbeacon This issue can be closed, because it is both documented in the Readme.MD and most methods give a warning if too many key value pairs are attempted to be...
This issue causes all libraries that use the ArduinoHttpClient to not compile anymore if the aforementioned missing method `int connect(const char *host, uint16_t port, int32_t timeout)` is not added by...
Already known thanks to issue #167, is fixed in the aforementioned pull request. As soon as it has been merged the issue will be resolved.
If you use the newest version of the `ThingsBoard` library the issue with the RPC response you had should have been fixed. The problem was not the `ArduinoJson` library but...
Perhaps you've mistakenly downloaded the SW firmware dashboard. Ensure you downloaded the `.json` dashboard file from the [FW section](https://github.com/thingsboard/thingsboard/blob/master/application/src/main/data/json/demo/dashboards/firmware.json). Because the implementation in the library should send all keys if...
Initalize the SD Card correctly and then you should be able to simply use the [`SDCard_Updater`](https://github.com/thingsboard/thingsboard-client-sdk/blob/master/src/SDCard_Updater.h). Instead of the `Espressif_Updater`. Example that uses only the `Espressif` framework can be found...
This library doesn't support ArduinoJson `v7.X.X`, use version `v6.X.X` instead. Version [`6.21.4`](https://github.com/bblanchon/ArduinoJson/releases/tag/v6.21.4) is recommended. This is the case because the version was only released yesterday [`7.0.0`](https://github.com/bblanchon/ArduinoJson/releases/tag/v7.0.0) and includes major API...
This will only be for a while that it even compiles, because at the start of `v7.X.X` it still keeps stubs for the old components. But in the background all...
@TPCQitek I hope soon, sadly I don't know either because the examples have to be adjusted accordingly.