MallocArray
MallocArray
Also looking for a solution here
In the most recent manual version this issue is still present in Edge in Windows 11
I finally figured this out! I couldn't use CoPilot suggestions due to the same error when pressing Tab. I fully uninstalled the Ansible extension, restarted VSCode, confirmed CoPilot Tab complete...
I'm not sure if this is related, but I was trying to use VS Code DevContainer that was based on my Execution Environment and at first it could not find...
Looks like it was added May 2022 https://esphome.io/components/sensor/sgp4x.html
Having the same issue with v0.15.1 on a Dremel 3D20 where trying to touch an empty background area goes into calibration, but also tries to register the upper left corner...
I just got a 3D20 and attempting to update it from the original firmware as well. I downloaded some USB drivers from the Facebook Group called "Druid Firmware" but this...
Thank you. I'll take a look when I have some time to focus on it and see about adding it as another Package.
This may help with the NaN status you mentioned: ```yaml - if: condition: lambda: 'return (isnan(id(voc).state));' # No data from sensor yet then: ```
A new package file has been added today that calculates Nowcast and AQI including the Category. You may check that out. [sensor_nowcast_aqi.yaml](https://github.com/MallocArray/airgradient_esphome/blob/main/packages/sensor_nowcast_aqi.yaml) If there is further discussion about that specific...