Supported device types and versions
Literature
Document revisions

Supported device types and versions


The Danfoss Ally Cloud protocol enables communication with Danfoss Ally cloud services (https://developer.danfoss.com) using the Danfoss Ally API (https://developer.danfoss.com/catalog/danfoss-ally-api/danfoss-allytm-api).

The Danfoss Ally Cloud protocol is implemented as an ESL script (E.Danfoss_Cloud) using the unit E.Danfoss_Cloud.unit and the curl utility to communicate with the cloud. Subsequently, the data is parsed in the ESL script and stored in structured variables:

When a new device is found (unique identifiers are found in the "id" columns), the corresponding structured variable is automatically resized and the new device is inserted into the added row.
Note: we recommend increasing the size of the mentioned structured variables in advance according to the approximate number of individual types of devices so that the system is not burdened by the constant gradual increase of their size when parsing the data for the first time.

The script is extensible and it is possible to implement the parsing of other types of devices and other attributes of existing devices.

Working with multiple user accounts is supported. Each Danfoss device is registered to a specific user account and the structured variables mentioned above contain the first column idCred, in which the account ID is listed for each device (index into the structured variable SV.Danfoss_Credentials with accounts).



Danfoss cloud configuration and access rights to devices

Literature



You can read a blog about Danfoss Ally Cloud - Communication - Danfoss cloud


Document revisions


Communication protocols