'Save Custom Data in Thingsboard ; Which is not a Telemetry data
I am using thingsboard
.
Lets say i have a simple User
Form having the following attributes:
Username First Name Last Name Email Address Phone Number
Now i want to save all these details in thingsboard. Is that possible in thingsboard? If yes, any help is appreciated.
Solution 1:[1]
Yes.
You can save any object that is not a device (which does not transmit its own telemetry) as an Asset, therefore you can save object attributes as Asset attributes
Solution 2:[2]
yes. you can save any kind of object, there is a multiple choice(customers, assets, dashboards ..) after creating the object you can save any attributes related to it.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | viktorkho |
Solution 2 | Hamza Slama |