RobHofmann / HomeAssistant-GreeClimateComponent

Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.
GNU General Public License v3.0
318 stars 106 forks source link

launch climate.yalm #130

Closed UVivarelli closed 2 years ago

UVivarelli commented 2 years ago

Describe the bug When I try to reboot HA, I've this error:

The system cannot restart because the configuration is not valid: Error loading /config/configuration.yaml: in "/config/configuration.yaml", line 26, column 10: Unable to read file /config/climate.yaml.

Configuration Share your YAML here

file climate.yalm

I've put on line 26 of configuration.yalm this: climate: !include climate.yaml

Platform: Home Assistant 2022.8.7 Supervisor 2022.08.5 Operating System 8.5 Frontend 20220802.0 - latest

Browser: Chrome Versione 104.0.5112.101 (Build ufficiale) (x86_64)

RobHofmann commented 2 years ago

It can't find the climate.yaml file. Are you sure its in the correct place? Also; does it have the correct file permissions?

UVivarelli commented 2 years ago

Schermata 2022-09-03 alle 07 38 33

I think position is correct, see attach. Hoc can I modify the permission of climate.yalm file? I've created it in Studio Core Server as new file

RobHofmann commented 2 years ago

Ah your file is called climate.yalm, where it should be named climate.yaml. See if that fixes the issue.

UVivarelli commented 2 years ago

noooo!!! I'm a stupid!! thank you!

ok this is resolved! but... second step: why I can't find the service or the entity?

where can I check if all is OK?

UVivarelli commented 2 years ago

Schermata 2022-09-03 alle 17 17 17 Schermata 2022-09-03 alle 17 17 39

UVivarelli commented 2 years ago

Ok! I've found the entity!! Thanks!