skokovsergey

Results 2 comments of skokovsergey

@JellevanKraaij Check this example: https://thingsboard.io/docs/pe/devices-library/esp32-dev-kit-v1/ Using Shared_Attributes_Request() method you can request attributes from the server once the device is connected. But you have to set attributes on the callback level.

I checked logs and found the following error. ```text root ERROR Failed to load plugin dependencies from '/private/var/folders/82/cjkmj6gx1g7c2t3l8dmrjpq40000gn/T/vscode-unpacked/esp-exception-decoder-1.0.2.vsix' path Error: ENOENT: no such file or directory, open '/private/var/folders/82/cjkmj6gx1g7c2t3l8dmrjpq40000gn/T/vscode-unpacked/esp-exception-decoder-1.0.2.vsix/package.json' ``` Removing...