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

Problème redémarrage de l'Addon après redémarrage de HA #169

Open
Yoyouri opened this issue Jan 11, 2024 · 1 comment
Open

Problème redémarrage de l'Addon après redémarrage de HA #169

Yoyouri opened this issue Jan 11, 2024 · 1 comment

Comments

@Yoyouri
Copy link

Yoyouri commented Jan 11, 2024

Bonjour,
Après avoir galéré a le faire fonctionné, je vois qu'à chaque fois que je redémarre Home Assistant, l'addon [tydom2mqtt] ne redémarre pas alors que le lancement au démarrage et le chien de garde est activer.
Je suis obligé de relancer l'appairage depuis ma box Tydon V1 et de démarrer manuellement l'addon
Y a t-il une solution pour régler se problème ?
Merci par avance

@JimmyTournemaine
Copy link

Hello, I'm facing the same issue.
When HA restarts, the add-on doesn't work until a manual restart is done.
Maybe it is starting before some requirements from HA are met.

I created a temporary automation to fix this until a fix is made.

alias: "[Test] Fix Tydom"
description: Redémarre le module complémentaire Tydom, après redémarrage d’Home Assistant
trigger:
  - platform: homeassistant
    event: start
condition: []
action:
  - delay:
      hours: 0
      minutes: 10
      seconds: 0
      milliseconds: 0
  - service: hassio.addon_restart
    metadata: {}
    data:
      addon: 6b64d821_tydom2mqtt
mode: single

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