GMTrevis / Homeassistant-NodeRed-Systemair-VTR300

Sytemair VTR300 integration to Homeassistant using Node Red
41 stars 10 forks source link

meta name issue (scalar) #3

Closed dkjswart closed 2 years ago

dkjswart commented 2 years ago

It seems that I get error on the meta name input in the yaml file. I have installed the dependencies in HACS as well as the customui. Untitled

GMTrevis commented 2 years ago

It seems that I get error on the meta name input in the yaml file. I have installed the dependencies in HACS as well as the customui. Untitled

I'm not familiar with this issue. Sure you have named the Include section in "configuration.yaml" correct?

If you use the same config as mine you should have the following in configuration.yaml: sensor: !include_dir_merge_list sensors/

and you should have a folder named "sensors" in the "config folder" The "sensors_time_date_misc.yaml" file should be located in the "sensors" file.

image

ThermIQ commented 2 years ago

Could this be an internationalization issue? I've had similar issues with 'åäö' when copying files from github to my HA. Try to ensure that all yaml files are UTF8 encoded and looks OK after downloading.

GMTrevis commented 2 years ago

Could this be an internationalization issue? I've had similar issues with 'åäö' when copying files from github to my HA. Try to ensure that all yaml files are UTF8 encoded and looks OK after downloading.

You may be right, did spotchecks and my files are in UTF8 format, checked in Notepad++ Maybe the format can be changed when downloaded and altered in regular notepad? or local default format is different, im not sure... image

GMTrevis commented 2 years ago

Closing this as there has been no further issues reported.