integration_kit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
integration_kit [2019/09/23 00:07] wikiadminintegration_kit [2019/12/03 18:59] – [Local based integration] ingrid
Line 42: Line 42:
 ==== Local based integration ==== ==== Local based integration ====
  
-The communication between third party service and the server is direct and don’t require any internet connection. The third party app directly authenticate with Thinknx server. Authentication can be Simple Auth or Digest Auth.  The server will respond to its IP at port 5051.+The communication between third party service and the server is direct and don’t require any internet connection. The third party app can directly authenticate with Thinknx server. Authentication can be Simple Auth or Digest Auth.  The server will respond to its IP at port 5051.
 All the API calls have the following form: All the API calls have the following form:
  
Line 63: Line 63:
 All the API calls used over cloud have the following form: All the API calls used over cloud have the following form:
  
-**%%https://data.thinknx.eu/KEY/controller?param1=value1&param2=value2%%**+**%%https://data.thinknx.eu/KEY/api/V1/controller?param1=value1&param2=value2%%**
  
 HTTP calls will be redirect to HTTPS. HTTP calls will be redirect to HTTPS.
Line 100: Line 100:
     * Trigger Controller – Can trigger the actions associated with an endpoint     * Trigger Controller – Can trigger the actions associated with an endpoint
  
-From Thinknx server webpages from "Server" tab, page "Integration Kit" it is possible to see the entire tree of the project running on the server. Going to the desired object to be controlled is possible to see the supported commands, to simulate them or to copy the URL to be able to send the command remotely. +From Thinknx server webpages inside "Server" tab, page "Integration Kit" it is possible to see the entire tree of the project running on the server. Going to the desired object to be controlled is possible to see the supported commands, to simulate them or to copy the URL to be able to send the command remotely. 
 \\ <WRAP centeralign>{{ :IFTTT_URL_thinknx.png?direct600 |Copy IFTTT url}}</WRAP> \\ <WRAP centeralign>{{ :IFTTT_URL_thinknx.png?direct600 |Copy IFTTT url}}</WRAP>
 <WRAP center 50%> <WRAP centeralign>Project tree with API description</WRAP></WRAP> <WRAP center 50%> <WRAP centeralign>Project tree with API description</WRAP></WRAP>
Line 1400: Line 1400:
  
 ^ Description  ^ Get the most important information from server | ^ Description  ^ Get the most important information from server |
-^ URL          |//**api/v1/system/sendKNXfloat4bytes**//      |+^ URL          |//**api/v1/system/serverStatus**//      |
 ^ URL Params   |not required | ^ URL Params   |not required |
 ^Data Params   |not required | ^Data Params   |not required |
  • integration_kit.txt
  • Last modified: 2022/09/06 13:22
  • by wikiadmin