How to realize network communication between Johnson Controls system

Hi, I want to know. How to realize network communication between Johnson Controls system. Many thanks!

Hey @krdntit-

Can you provide a little more context around the hardware (or software) you are looking to interface with specifically, it looks like their product offerings are very diverse, and solutions may differ.

Generally, The simplest ways to talk to other systems from Tulip is with connectors to hit a REST API of the other system. Johnson Controls has an API, but it isn’t clear if the data you want to access is made accessable through their API.

  1. You make a request to Johnson controls saying I want X data, and here is my password
  2. Johnson controls api verifies you are allowed to access that data, and passes it back to Tulip.

This is generally how desperate software systems talk between eachother. But this approach generally isnt the way you would talk to something like a PLC.

Pete