This is a custom component for Home Assistant that adds support for AC Infinity grow tent devices within the Smart UIS Controller cloud ecosystem.
- Compatibility
- Installation
- Initial Setup
- Entities
This integration is compatible with the following UIS Controllers
- Controller 69 Wifi
- Controller 69 Pro
- Controller 69 Pro+
This integration requires the controller be connected to Wi-fi, and thus is not compatible with bluetooth only devices such as Controller 67 or the base model of Controller 69, as they do not sync directly to the UIS Cloud
This integration is made available through the Home Assistant Community Store default feed. Simply search for "AC Infinity" and install it directly from HACS.
Please see the official HACS documentation for information on how to install and use HACS.
Copy custom_components/acinfinity
into your Home Assistant $HA_HOME/config
directory, then restart Home Assistant
Add an integration entry as normal from integration section of the home assistant settings. You'll need the following configuration items
Email
: The e-mail registered with your AC Infinity account.Password
: The password for this account.
After adding an integration entry, the following additional configurations can be modified via the configuration options dialog.
Polling Interval (Seconds)
: The time between update calls to the AC Infinity API. Minimum allowed polling interval is 5 seconds.Update Password
: When provided, updates the password used to connect to your AC Infinity account. Requires Home Assistant restart.
Controller entities will be created for each AC Infinity Controller on the configured user account.
Device entities will be created for each PORT on each UIS controller, even if no device is attached to a given port. The UIS protocol is device type agnostic, so each port will be treated the same regardless of what is plugged (or not plugged) into it.
Sensor
: A read-only measurement entity, such as temperature or humidity.Control
: An entity that can change the operational state of devices, such as individual mode selections, triggers, and timer schedules.Setting
: An entity that can change controller/device settings. These correspond to fields found in the Settings section of the Android/iOS app.
Read Only sensors reported from the controller
Status
: Indicates if the controller is on and communicating with the AC Infinity APIAir Temperature
: The air temperature as reported by the air probe.Humidity
: The humidity as reported by the air probe.Vaper Pressure Deficit (VPD)
: Calculated VPD based on air probe temperature and humidity readings.
These entities correspond to fields found in the Controller
tab of the device settings in the AC Infinity App.
Calibrate Temperature
: Adjusts the temperature reading from the sensor probe, up to ±10C or ±20FCalibrate Humidity
: Adjusts the humidity reading from the sensor probe, up to ±10%VPD Leaf Temperature Offset
: Adjusts the leaf temperature in VPD calculation, up to ±10C or ±20F
Outside Temperature
: Sets whether the exterior temperature is neutral to, higher, or lower than your interior space.Outside Humidity
: Sets whether the exterior humidity is neutral to, higher, or lower than your interior space.
These entities correspond to fields found in the Port
tab of the device settings in the AC Infinity App.
Device Type
: The type of device plugged into the port (i.e. Fan, Grow Lights, etc... )On Speed
: The device will run at this level when triggered ONOff Speed
: The device will run at this level even when triggered OFF
The dynamic response type can be changed via the Dynamic Response
setting.
Transition
: UIS Devices will ramp up in levels when trigger to run in AUTO and VPD Modes (see Device Controls section below). Set a transition threshold X. For every multiple of X that the probe temperature, humidity and VPD has surpassed your trigger points, the UIS Device will increase by one level.Buffer
: UIS and Outlet Devices will have a gap created on their temperature, humidity, and VPD triggers to prevent devices from turning on and off too frequently.
Transition Temperature
: Set a transition threshold X. For every multiple of X that the probe temperature has surpassed your trigger points, the UIS Device will increase by one level.Transition Humidity
: Set a transition threshold X. For every multiple of X that the probe humidity has surpassed your trigger points, the UIS Device will increase by one level.Transition VPD
: Set a transition threshold X. For every multiple of X that the probe VPD has surpassed your trigger points, the UIS Device will increase by one level.
Buffer Temperature
: Set a buffer X. Triggers won't deactivate until the temperature falls X degrees below the trigger temperature for high triggers, or X degrees above the trigger temperature for low triggers.Buffer Humidity
: Set a buffer X. Triggers won't deactivate until the humidity falls X percentage points below the trigger humidity for high triggers, or X percentage points above the trigger humidity for low triggers.Buffer VPD
: Set a buffer X. Triggers won't deactivate until the VPD falls X kPa below the trigger VPD for high triggers, or X kPa above the trigger VPD for low triggers.
Only valid for Grow Light devices operating in Cycle
or Schedule
mode.
Sunrise/Sunset Enabled
: Enables or disables simulating the sun when transitioning the light between on and off states.Sunrise/Sunset Minute
: Sets the time it will take to fully brighten or dim your grow lights to simulate the sun.
Read Only sensors reported from each device
Status
: Indicates if a device plugged in and active on that portState
: Indicates if the device is following theOn Power
orOff Power
settingPower
: Current power of the device, governed by theOn Power
andOff Power
settingsRemaining Time
: Number of seconds until the next state change when using timer or schedule based modes.Next State Change
: The timestamp of the next state change when using timer or schedule based modes, calculated based on the controller's configured time zone.
Read/Write controls that define if a device runs in an ON or OFF state. Each control is associated to a mode, and is only relevant when the device is operating in that mode.
The mode can be changed via the Active Mode
control, which provides the following options.
On
: Device is always set to the on speedOff
: Device is always set to the off speedAuto
: Device toggled based on temperature and/or humidity triggersTimer to On
: Device is turned on after a set durationTimer to Off
: Device is turned off after a set durationCycle
: Device is toggled after set intervalsSchedule
: Device is toggled based on a scheduleVPD
: Device is toggled based on VPD triggers
These settings control the power level of a device when in a given trigger state, which is shared across all modes.
On Power
: Go to OFF MODE to set. The device will run at this level when triggered ONOff Power
: Go to ON MODE to set. The device will run at this level even when triggered OFF
Device is always set to the on speed . This mode has no unique controls.
Device is always set to the off speed . This mode has no unique controls.
Device toggled based on temperature and/or humidity triggers. This mode is split into two sub modes: Auto and Target.
Auto Settings Mode
: Swap betweenAuto
andTarget
setting mode types.Target
mode is not valid for some device types.
High Temp Enabled
: Enable or disable high temp trigger while in Auto modeHigh Temp Trigger
: If trigger is enabled, device will be turned on if temp exceeds configured value.Low Temp Enabled
: Enable or disable low temp trigger while in Auto modeLow Temp Trigger
: If trigger is enabled, device will be turned on if temp drops below configured value.High Humidity Enabled
: Enable or disable high humidity trigger while in Auto modeHigh Humidity Trigger
: If trigger is enabled, device will be turned on if humidity exceeds configured value.Low Humidity Enabled
: Enable or disable low humidity trigger while in Auto modeLow Humidity Trigger
: If trigger is enabled, device will be turned on if humidity drops below configured value.
Target Temp Enabled
: Enabled or disable the target temperature target. *Target Temp
: If enabled, target temperature to maintain. *Target Humidity Enabled
: Enable or disable the target humidity target. **Target Humidity
: If enabled, the target humidity to maintain. **
* Only valid for AC or Heater devices ** Only valid for Humidifier devices
Device is turned on after a set duration
Minutes to On
: Device will be turned on after the configured number of minutes
Device is turned off after a set duration
Minutes to On
: Device will be turned off after the configured number of minutes
Device is toggled after set intervals
Cycle Minutes On
: The amount of minutes the device will stay in on mode before switching to off modeCycle Minutes Off
: The amount of minutes the device will stay in off mode before switching to on mode
Device is toggled based on a schedule
Schedule Start Time
: The time that the device will switch into on mode dailySchedule End Time
: The time that the device will switch into off mode daily
Device is toggled based on VPD triggers
VPD Settings Mode
: Swap betweenAuto
andTarget
setting mode types.Target
mode is not valid for some device types.
VPD High Enabled
: Enable or disable high VPD trigger while in VPD modeVPD High Trigger
: If trigger is enabled, device will be turned on if VPD exceeds configured value.VPD Low Enabled
: Enable or disable low VPD trigger while in VPD modeVPD Low Trigger
: If trigger is enabled, device will be turned on if VPD drops below configured value.
Target VPD Enabled
: Enable or disable the target VPD target *Target VPD
: If enabled, the target VPD to maintain *
* Only valid for AC, Heater, and Humidifier devices