Skip to content

Controller 69 Pro vs Controller AI API Differences

dwot edited this page Dec 3, 2024 · 1 revision

Controller AI API calls return differently than Controller 69 and other AC Infinity controller API calls. These notes represent what I found to be different comparing current results from a Controller 69 Pro and a Controller AI in my environment. YMMV

  1. devVersion - 8 (AI) 7 (C69P)
  2. devType - 20 (AI) 11 (C69P)
  3. sensors - This is now an array of sensor data and the proper way to see the tent temp / humidity / vpd sensors (as well, presumably as further expansion sensors when they are released) sensorType, sensorUnit, sensorPrecision, sensorTrend, accessPort, sensorData, sensorOrigin (was null) inferred sensorTypes
  • 0 - Inside Temp
  • 2 - Inside Humidity
  • 3 - Inside VPD
  • 4 - Outside Temp
  • 6 - Outside Humidity
  • 7 - Outside VPD
  1. temperature, temperatureF, humidity, tTrend, hTrend - These all seem to refer to the outside sensor, not the inside sensor making this a bit of a breaking change. On the C69P and prior this is canonical location of the inside temp, humidity, etc. With the Controller AI the inside sensor data is found via the sensors array.
Clone this wiki locally