AirGradient Forum

Unable to turn off LEDs and Screen during night hours

I’m also running into an issue using this feature, I have it configured in the UI:

The LEDs and display are just always off though, here is my config:

{
  "country": "US",
  "pmStandard": "ugm3",
  "ledBarMode": "co2",
  "abcDays": 8,
  "tvocLearningOffset": 12,
  "noxLearningOffset": 12,
  "mqttBrokerUrl": "",
  "temperatureUnit": "f",
  "configurationControl": "local",
  "postDataToAirGradient": true,
  "ledBarBrightness": 0,
  "displayBrightness": 0,
  "offlineMode": false,
  "monitorDisplayCompensatedValues": false,
  "model": "I-9PSL-DE"
}

Hi @com6056 ,

Your configurationControl is set to local, you need to set it to cloud to make configuration from cloud applied.

Usually configurationControl set to local by default when your monitor integrated to Home Assistant.

Oh yep that was it, added it to Home Assistant but only to save the data there, flipping it back to cloud seems to have fixed it, thanks!