#Airlytix ES1 - Environment sensor

19 messages · Page 1 of 1 (latest)

white kettle
trail garnet
#

thats looks very clean and professional

white kettle
#

thanks, I've been working on it for a couple of years, although house moves and job changes did get in the way

half moon
#

bravo! Looks awesome

hard crater
#

Is this suitable for outdoor use?

white kettle
summer hazel
#

One thing I noticed with my CO2 sensor next to my couch is that being in close proximity skews the readings. Something to look out for if it's on your desk.

robust flicker
#

Just out of curiosity, what do you do with the data given by this sensor, like do you have some good examples of automations based on the readings?

plain turret
#

Mine arrived! Pretty quickly too - only 8 days from UK to Australia via royal mail. Very happy with it so far.

vagrant saffron
#

How do you avoid false temperature and humidity readings given that the ESP emits a lot of heat into the box, compared to other types of devices?

white kettle
white kettle
robust flicker
#

Hm, the light is actually not a bad idea, I've been looking at getting smart blinds just recently. Maybe a sensor like that is a good way of controlling blinds

vagrant saffron
#

Have you considered the BME688? You get temp, hum, and air quality with very broad spectrum gas detection. I am using it inside my Prusa MK4 build:

#1234353426809229344 message

plain turret
#

@vagrant saffron the config it comes with allows you to set a temp offset so if you have a reference temp sensor you can calibrate it. I noticed my temps read a little high so I'm going to do this for mine.

#

And I don't think it's such a good idea to add another item to the Bill of Materials like the BME688 since there's actually THREE temp/humidity sensors already:

  • SEN55
  • SCD4X
  • SHT4X
vagrant saffron
# plain turret <@896590141928390717> the config it comes with allows you to set a temp offset s...

The main problem with the offset is that the effect of chip heating on the temperature sensor is nonlinear, so an offset is not going to cut it, nor would calibrating at two known temperatures.

Anyway, just something to keep in mind. In general if you'll have a thermometer chip somewhere in your design, it best be away from other electronics and sit below them so that any cooling air draft (no matter how minimal) will tend to make ambient air flow up and through the sensor first.

plain turret
#

A fixed offset is a good first approximation that would probably be close enough for majority of people's needs. It's all ESPHome so you can write your own custom lambda and reflash if you can come up with a correction function.