Enviro Indoor - limiting feeds in Adafruit IO

I love the Enviro Indoor and it was working flawlessly until I finally programed your BME680 to upload to Adafruit IO too. Now I’ve run out of my 10 free feeds.

I trashed the Enviro Indoor luminescence, gas resistance and one other silly data feed I never used in Adafruit but now I get an error during upload as the Enviro is trying to jam data where it is no longer wanted and I’ve run out of free feed space in Adafruit.

Is there a way to reprogram the Indoor to ONLY send temp, pressure, aqi, and humidity data; or should I stop being a cheap bastard and pay Adafruit their $100/year.

Thanks,
Seth

Are you using what seems to be the default enviro script?

As far as I can tell, line 71 is where it fetches the data from the sensors: reading = enviro.get_sensor_readings(). It’s hard to pick through all of the code, but as far as I can see you should be able to modify the script to access and modify readings before it gets sent to be uploaded.