Skip to content
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

Tested with Ecofire Jackie Idro 26 working with automation problem and many status com error #17

Open
Samquad opened this issue Dec 30, 2023 · 2 comments

Comments

@Samquad
Copy link

Samquad commented Dec 30, 2023

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?

@Samquad
Copy link
Author

Samquad commented Dec 30, 2023

Stove retrun Online status but with many com error status (between online status)

@Samquad 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
@meyxiam
Copy link

meyxiam commented Jan 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants