airgradient_esphome icon indicating copy to clipboard operation
airgradient_esphome copied to clipboard

Airgradient ONE: Unable to connect to AP on 2.4Ghz channel 13; works with default firmware

Open mgc8 opened this issue 11 months ago • 2 comments

I recently received one of the Airgradient ONE kits and have been testing it with their dashboard which worked nicely, but then wanted to connect it to Home Assistant. To that end, I flashed the airgradient-one.bin file from here to the device, which worked nicely and it shows the sensor values on the OLED display.

However, when connecting to the ag-one hotspot to set up the WiFi, I am unable to select my AP -- which is on 2.4Ghz channel 13 (EU-based). This worked perfectly fine with the default firmware, so it's not a hardware limitation. Is there a configuration/region lock change that can be made?

mgc8 avatar Mar 15 '24 19:03 mgc8

I'm not seeing any configuration options to enable EU channels. You could try specifying your Wifi settings in the YAML file so you avoid the hotspot entirely. Something like:

wifi:
  ssid: MySSID
  password: mypassword-here

https://esphome.io/components/wifi.html#connecting-to-multiple-networks

Since I'm not doing anything specifically to limit it to US channels, it might be best to ask on the ESPHome support options to get a wider audience: https://community.home-assistant.io/latest https://github.com/esphome/issues https://discord.gg/xJHByb94

MallocArray avatar Mar 16 '24 02:03 MallocArray

Thank you for the quick reply. It seems I need to dig deeper into the configuration options to find out where that limitation is in that case. I'll switch back to the default firmware in the meantime and investigate the alternatives.

mgc8 avatar Mar 16 '24 03:03 mgc8

If anything, this appears to be an issue with ESPHome itself, so if continued effors are needed, please open an issue there

https://github.com/esphome/issues/issues

MallocArray avatar Jun 29 '24 14:06 MallocArray