>>21244048 sure thingsboard is an iot platform ,, i will write post about it after my project finish,,
i still have problem that thingsboard didn't receive data ,, the only data i received is STATE ,, i don't know what is the problem ,, i tried to write esp32 code with arduino code to test if the thingsboard works ,, and it works with arduino code ,,
Added after 10 [minutes]:>>21244440 i think the problem is in how the openbeken publishing individual values and in the use of the topic v1/devices/me/telemetry. For ThingsBoard, all telemetry data should be sent as a JSON object to the single topic v1/devices/me/telemetry rather than individual topics for each value.
To fix this, i think :
- Publish all the values together as one JSON payload to the correct telemetry topic (v1/devices/me/telemetry).
- Avoid appending additional parts like /voltage or /battery to the telemetry topic. Everything should be sent as a single message.
can u help me with that ?
Added after 3 [hours] 57 [minutes]:>>21244440 
there are some error i don't know how to fix it