Hello,
I want to get the list of all channels in my sensor or sensors, I used this API to get the List. But I didn't get the Channel Name and another information that belong to the channel.
https://localhost/api/table.xml?content=channels&username=username&password=password
Any help to get the List of channels and their Info
Thanks
Hello,
Thank you for your KB-post.
You can retrieve all channels (their names and values) of a specific sensor via the following API-Call:
/api/table.xml?content=channels&output=xml&columns=name,lastvalue_&id=<SENSOR-ID>
Best regards
Nov, 2020 - Permalink