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 02:05] – [Cloud based integration] wikiadminintegration_kit [2020/08/27 09:54] – [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, by simply appending //&auth=basic// or //&auth=digest// to the API request as seen in the example below.  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:
  
-**%%http://server_IP:5051/api/V1/controller?param1=value1&param2=value2%%** +**%%http://username:password@server_IP:5051/api/V1/controller?param1=value1&param2=value2&%%&auth=digest**
  
 Please note that in this case server will respond only to plain http requests (no https). Please note that in this case server will respond only to plain http requests (no https).
Line 1400: Line 1399:
  
 ^ 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