Bonjour,
J’ai tout cassé
J’ai fait pas mal de modifications hier, tout fonctionnait nickel (volets, lumieres, automation,…) jusqu’à ce que, tout à l’heure, je fasse un reboot de la VM
Depuis j’ai l’erreur « 404: Not found »
C’est clairement un pb de fichiers de configuration, car si je remet le configuration.yaml d’origine c’est bon.
Seulement je n’arrive pas à trouver le pb.
Voici mon configuration.yaml
homeassistant:
# Name of this Home Assistant instance... Some French touch ;)
name: Maison
# Location required to calculate the time the sun rises and sets
latitude: !secret latitude_home
longitude: !secret longitude_home
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret altitude_home
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Paris
# Load packages
packages: !include_dir_named integrations
Voici le contenue du repertoire « integrations »:
rw-r--r-- 1 root root 51 Jan 15 15:54 automation.yaml
-rw-r--r-- 1 root root 64 Jan 14 18:00 input_button.yaml
-rw-r--r-- 1 root root 33 Jan 14 17:37 mqtt.yaml
-rw-r--r-- 1 root root 72 Jan 14 17:31 scene.yaml
-rw-r--r-- 1 root root 38 Jan 14 16:39 script.yaml
Le contenu des différents fichiers:
[core-ssh config]$ cat integrations/automation.yaml
automation: !include_dir_merge_list ../automations
[core-ssh config]$ cat integrations/input_button.yaml
input_button: !include_dir_merge_named ../entities/input_buttons
[core-ssh config]$ cat integrations/mqtt.yaml
mqtt: !include_dir_named ../mqtt
[core-ssh config]$ cat integrations/scene.yaml
scene: !include ../scenes.yaml
scene split: !include_dir_list ../scenes
[core-ssh config]$ cat integrations/script.yaml
script: !include_dir_named ../scripts
Quelqu’un saurait me dire où je peux trouver un fichier de log dans lequel je pourrait avoir une piste ?
Merci d’avance