You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello thank you for this add on.
Overall it works with my stove. I was able to add a sensor which corresponds to the temperature of my central heating buffer tank
and pellet consumption in configuration.yaml
platform: template
sensors:
stove_temperature_ballon:
friendly_name: Temperature Ballon
value_template: "{{ state_attr('palazzetti.stove', 'T5') | float }}"
icon_template: mdi:thermometer
unit_of_measurement: °C
platform: template
sensors:
stove_conso_pellets:
friendly_name: Consommation Pellets
value_template: "{{ state_attr('palazzetti.stove', 'PQT') | int }}"
icon_template: mdi:counter
unit_of_measurement: Kg
BUT in my HAOS Swtich ETAT / Ventilation / Puissance dont'working well It seems to be linked to the 4 automations which do not trigger correctly:
Stove Fan State change
Stove Fan State check
Stove Fire State change
Stove Fire State check
For exemple --> puissance test text input = 2 but switch Puissance show =1
If i execute manualy automation Stove Fire State check switch is upadting to puissance = 2
What is missing?
The text was updated successfully, but these errors were encountered:
Stove retrun Online status but with many com error status (between online status)
Samquad
changed the title
Tested with Ecofire Jackie Idro 26 working with automation problem
Tested with Ecofire Jackie Idro 26 working with automation problem and many status com error
Dec 30, 2023
Bonjour @Samquad j'ai proposé une pull request pour améliorer la documentation et fournir un exemple qui fonctionne chez moi. Je te laisse regarder et me dire si tu as besoin d'aide.
Hello thank you for this add on.
Overall it works with my stove. I was able to add a sensor which corresponds to the temperature of my central heating buffer tank
and pellet consumption in configuration.yaml
platform: template
sensors:
stove_temperature_ballon:
friendly_name: Temperature Ballon
value_template: "{{ state_attr('palazzetti.stove', 'T5') | float }}"
icon_template: mdi:thermometer
unit_of_measurement: °C
platform: template
sensors:
stove_conso_pellets:
friendly_name: Consommation Pellets
value_template: "{{ state_attr('palazzetti.stove', 'PQT') | int }}"
icon_template: mdi:counter
unit_of_measurement: Kg
BUT in my HAOS Swtich ETAT / Ventilation / Puissance dont'working well It seems to be linked to the 4 automations which do not trigger correctly:
For exemple --> puissance test text input = 2 but switch Puissance show =1
If i execute manualy automation Stove Fire State check switch is upadting to puissance = 2
What is missing?
The text was updated successfully, but these errors were encountered: