I would like to calculate Vapour Pressure Deficit on each climate sensor reading (if enabled via config). It requires the temperature and the relative humidity in the air.
Then I would like to be able to use a state trigger with a threshold on the result.
This feature should be sensor independent and shouldn't be present in dht or t9602 extensions.
I'm not sure on where to start to implement that. Should I create an extension ?
I would like to calculate Vapour Pressure Deficit on each climate sensor reading (if enabled via config). It requires the temperature and the relative humidity in the air.
Then I would like to be able to use a
statetrigger with a threshold on the result.This feature should be sensor independent and shouldn't be present in
dhtort9602extensions.I'm not sure on where to start to implement that. Should I create an extension ?