Replies: 4 comments
-
Hi there are two options to use:
You can define these as template sensors using any information available to you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry but would you have an example under the elbow for this proposal ? "You can define these as template sensors using any information available to you". Thank you infinitely |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Tank you ! Roger STREBDe : Peter ***@***.***>Envoyé : dimanche, août 3, 2025 11:03:42 AMÀ : petergridge/Irrigation-V5 ***@***.***>Cc : RogerS68 ***@***.***>; Author ***@***.***>Objet : Re: [petergridge/Irrigation-V5] How to configure a supplementary temperature or humidity soil sensor (Discussion #219)You can create a template sensor like this;
image.png (view on web){% if states('sensor.temperature') | float(0) > 30 %}
1.1
{% else %}
1.0
{% endif %}If you use the result of this in the adjustment sensor it will water 10% more when the temperature is over 30 degrees.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am configuring irrigation v5, and I do not find where to configure the probes or sensors of temperatures and soil humidity that I would like to irrigate. Is it possible? Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions