[SOLVED] File Setup on QNAP doesn't work

Hello it is frustrating I did all day install setup deinstall writ files (*.things / *. items)

In detail:

I setup openHAB2 on QNAP according to https://www.openhab.org/docs/installation/qnap.html
Version 2.2.0-1 (actual vesion currently)
with separat share openHAB user PW and usergroup.
I startet the Expert mode to get full control
as far - fine

Files:
Network\openHAB\conf\items
fritzbox.items
Number:Temperature AZ02_DECT301_01_Temperature “Current measured temperature” { channel=“avmfritz:FRITZ_DECT_200:1:099950087018:temperature” }
Number:Temperature WZ01_DECT301_01_Temperature “Current measured temperature” { channel=“avmfritz:FRITZ_DECT_200:1:099950085987:temperature” }
Number:Temperature WZ01_DECT301_02_Temperature “Current measured temperature” { channel=“avmfritz:FRITZ_DECT_200:1:099950083399:temperature” }

Network\openHAB\conf\things
Bridge avmfritz:fritzbox:1 “FRITZ!Box 7590” [ ipAddress=“10.10.1.1”, password=“PWPWPW”, user=“USERNAME” ] {
Thing FRITZ_DECT_301 099950087018 “FRITZ!DECT 301 Arbeitszimmer 2” [ ain=“099950087018” ]
Thing FRITZ_DECT_301 099950085987 “FRITZ!DECT 301 Wohnzimmer #1” [ ain=“099950085987” ]
Thing FRITZ_DECT_301 099950083399 “FRITZ!DECT 301 Wohnzimmer #2” [ ain=“099950083399” ]
}

If I start the paperUI
Things are well (declared as online)

But Items are wrong; no item available (I tryed everything I can imagine - several combinations, only one thing ansd so on)

Then I created a Item by using paperUI - it works (but I cannot delete it anymor -> error 404-not found)

What can I do?

Maybe there is a mistype in the things?!

Your things says it is this:
FRITZ_DECT_301

Your items are:
avmfritz:FRITZ_DECT_200:1:099950087018:temperature

Solved:

According to


also in the examples below on that site

The type Number:Temperature is wrong

If i write in the file fritzbox.items:

Number AZ01_DECT301_01_Temperature “Current measured temperature” { channel=“avmfritz:FRITZ_DECT_301:1:099950050828:temperature” }

it runs.

BUT whats all about that?


Number:Temperature should work…
But I have never used it. :-/