-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leaf Temp Offset between 0-2 has no effect #19
Comments
I noticed the same behavior but never bothered since I've switched back to the other HA VPD Card until this issue and Issue 18 is fixed. Anyhow, the plugin is hardcoded to default offset value to 2 if it's <2. This is the code line. @mentalilll do you mind having a look? My apology if this is an unwelcomed ping. |
has no effect at all here … seems like only the wrong Air temperature is displayed since my template sensor with a VPD formula has the same VPD value as shown |
There are 3 parts in the file, that need to be uncommented, to make it work: Lines 101 to 103 in 9074afd
Lines 109 to 111 in 9074afd
Lines 115 to 117 in 9074afd
Here's a patch. Then create a new cached version of the file: sudo gzip -fk methods.js Finally restart HA. |
Checklist
Describe the bug
I am using a ambient temperature sensor and a Hygrometer, the value for the leaf temperature is not measured. So I put nothing into the field for the leaf temperature sensor.
Setting the value of the leaf temperature offset to a value between 0 - 2 has no effect on the VPD value.
When using values >2.0 it changes the VPD.
Version of the card
Version: v1.5.0
To Reproduce
This is the configuration I used:
Expected behavior
VPD is rising when rising the leaf temperature offset value from 0 to 2.
Desktop (please complete the following information):
Home Assistant OS
Core
2024.5.5
Supervisor
2024.09.1
Operating System
13.1
Frontend
20240501.1
The text was updated successfully, but these errors were encountered: