Hi all,
I was hoping you can assist with 2 issues I have run into. The 1st is : How can I post process the 'active' attribute so that it's displayed in a widget as 'Online' or 'Offline' instead of true of false respectively? I have used the following command but the wording doesn't change state:
return value===true ? "Online" : "Offline";
Thanks
We have a total of 100 clients and each client has 10 devices.
So when a client logs in we need to show only his 10 devices in his dashboard.
can we achieve the same thing using thingsboard?
@santhosh77h
Yes sure, Thingsboard does this veryt well. Have a look at https://thingsboard.io/docs/user-guide/ui/customers and the other youtube videos
Ive just started using PE MQTT integration and autocreating new devices based on the message content. Issue I have is that new devices show up in the Customer Hierarchy with telementry data but not in the devices section. as they arent in the devices section, I cant add the telemetry to a dashboard.
Has anyone had this issue or can recommend how to ensure new devices are created properly ?
Thanks
Just found out that I had to login as Customer admin for the Customer with the new created Devices assigned to see them in the Devices section of the menu (instead of being logged in as Tenant Admin). can now add to dashboards and see the Device telemetry during Alias setup.