[SOLVED] No Sitemaps available

Hi there,

first of all: I´m a noob!

I installed OH on a Raspberry now, an created some things and items in the PaperUI.
Now I want to create a sitemap, things an items with an editor.
I´ve read the https://docs.openhab.org/configuration/sitemaps.html an choosed the visual studio code.
I´ve created the sitemap an saved it here:

If I start the BasicUI the error:
Available sitemaps
It seems like you have not defined any sitemaps yet. To build one, please check the documentation for guidance.
appears.

What di I have done wrong?

THX

You need to put the sitemap file in:

/etc/openhab2/conf/sitemaps

Thank you, but where and how do I find that folder?

In your raspberry pi console:

cd /etc
cd openhab2
cd conf
ls
You will see the different folders to put textual configurations. eg. items, services, sitemaps…
cd sitemaps
You are now in the right folder
Put your sitemap file there

Thank you,
managed it with cyberduck. The .sitemap has had an .txt ending.
Now it works!
:call_me_hand:

Ok, please mark the solution. Thanks