-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add an inversion button for "fil pilote" #124
Comments
Hello @apas2 , Away is available through the presence feature. See documentation for this.
I don't understand pilote ? You mean with a pilot wired ? if yes, there is no need to invert the output. Some others users have it working without this. More explanations is needed for your case. |
Hi
Pilote is for Pilote wire
So inverted output...
When heat is on , Pilote wire order is off.
I did not see this in the doc.
Thank for your answers.
Fine implémentation anyway.
Le dim. 15 oct. 2023, 18:22, Jean-Marc Collin ***@***.***> a
écrit :
… Hello @apas2 <https://github.com/apas2> ,
Away is available through the presence feature. See documentation for this.
Sleep is not usefull so it is not added to keep it simple. I use Comfort
for sleep room and Eco for other room when nobody is there.
in your switchs is it possible to add an item to set 'direct' or 'pilote'.
so in pilote the output is inverted...
I don't understand pilote ? You mean with a pilot wired ? if yes, there is
no need to invert the output. Some others users have it working without
this. More explanations is needed for your case.
—
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIQMOJDH6S3IEZW3QNC6N2LX7QES7ANCNFSM6AAAAAA6BDJ6N4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Some others use VTherm with a pilot wired (fil pilote). I don't known how they manage to get the "inversion" for pilot. I'm sure you will have an answer. |
Thanks, I'll check it out.
Le mar. 17 oct. 2023, 23:41, Jean-Marc Collin ***@***.***> a
écrit :
… Some others use VTherm with a pilot wired (fil pilote). I don't known how
they manage to get the "inversion" for pilot.
If you are french may be you can ask here the question:
https://forum.hacf.fr/t/nouveau-thermostat-type-proportionnel-avec-gestion-des-presets-portes-et-fenetres-detection-de-mouvement-gestion-de-presence-et-surconsommation/19160
I'm sure you will have an answer.
—
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIQMOJC6IIGV45XNNBLA6U3X733PZAVCNFSM6AAAAAA6BDJ6N6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRXGIZTINJYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I close this question. Don't hesitate to reopen if you think it is relevant. |
Finally, the need of inversion seems legit. I reopen this. You can add a virtual switch waiting for the feature to be implemented:
|
Using that since more than a year it work flawlessly ! And make more sense to control an entity that represent the real state of the object, instead of the state of the current applied :) |
Great!
Many thanks
Will be usefull in France (all radiators must be selled with fil pilote
commands)
Thank
Le lun. 30 oct. 2023, 19:49, adi90x ***@***.***> a écrit :
… Finally, the need of inversion seems legit. I reopen this.
You can add a virtual switch waiting for the feature to be implemented:
- platform: template
switches:
convecteur_salon:
friendly_name: Convecteur Salon Inv
value_template: "{{ is_state('switch.convecteur_salon', 'off') }}"
turn_on:
service: switch.turn_off
data:
entity_id: switch.convecteur_salon
turn_off:
service: switch.turn_on
data:
entity_id: switch.convecteur_cuisine
icon_template: "{% if is_state('switch.convecteur_salon', 'on') %}mdi:radiator-disabled{% else %}mdi:radiator{% endif %}"
Using that since more than a year it work flawlessly ! And make more sense
to control an entity that represent the real state of the object, instead
of the state of the current applied :)
—
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIQMOJDYALFM3XJAG4J7V7DYB7ZCVAVCNFSM6AAAAAA6BDJ6N6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBVHA2DIMBSGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Oh yeah !! I'm going to test it ASAP. Really thanks ! |
Feedback will be appreciated because i'm not able to test with my home configuration |
Hi, |
Hello @lilp69 , Put that code into your template.yaml file if you have one or create one and reference it from configuration.yaml. Search Templating documentation if that is still not clear. |
With this switches.yaml file :
I've this message : Invalid config for 'template' at switches.yaml, line 1: 'platform' is an invalid option for 'template', check: platform Invalid config for 'template' at switches.yaml, line 2: 'switches' is an invalid option for 'template', check: switches Error from configuration.yaml, need to add : switch: !include switches.yaml |
You should format the code with the <> button. Else it is impossible to see if there is an indentation error or something else. I think I already answer in the forum.hacs. Please don't duplicate the question. And here, you are on a closed issue |
hello
fine thermostat
but ( i think) some presets are missing: sleep , away (hors gel)
could you add these ?
Again, missing (in France) : in your switchs is it possible to add an item to set 'direct' or 'pilote'. so in pilote the output is inverted...
thanks for your work
The text was updated successfully, but these errors were encountered: