Calculate Indoor comfort

Hi everyone,
I have an indoor weather station that measures CO2, Noise, temperature and humidity.
I would like to create a “sensor” that combines these 4 parameters to find the comfort level. Concept similar to the Thom indicator but more complete that takes into account the measurements written above. Advice? Even indicators invented by you.

You’ll need a Template sensor, that does computing on the weather station’s attributes and returns the result as “comfort” level. Wonder what the unit of measurement might be …

Hugs…? :man_shrugging: :laughing:

You can use Bayesian sensor if you’re content with: comfortable: true or false (instead of different levels).

Of course you can also create 4 sensors named: Uncomfortable, low comfort, mid comfort, high comfort. Where each can be only true/false and make sure the threasholds don’t overlap so only one can be true.

2 Likes

For the thermal comfort there is

3 Likes