My Rollershutter is not working

Hello everybody,

can someone look into my code? my Rollershutter is not working…
It is in the sitemap and i can control it but it doesn´t work.

thanks

Sorry, what?

Can you post the code instead on a screen shot.
Use the code fences

And follow this for asking questions

Rollershutter Raffstore"Text [%d %%]" { http=">[*:POST:http://hp27/deviceajax.do?cid=9&did=1010042&goto=%2$s&command=0]" }

I mean i can slide the slider but the Rollershutter doesn´t go down

And what do the log say when you move the slider?

Received HTTP POST request at ‘items/Raffstore’ for the unknown item ‘Raffstore’.

That’s your clue
There is an error in your items file and the item doesn’t exits

Possibly the missing space character between the name and "Text ?

Hello Markus
No :frowning: it doesn´t solve the problem

the error must be in the items file, because here looks everything well

What does the log say when you save the items file?
Can you post the whole file, please?

events.log (47.3 KB)
openhab.log (233.8 KB)

Sitemap file, please?

sitemap home label="Arbeit"

{
Slider item=Raffstore label=“Büro Jens”
}

The name of the sitemap file please?

home.sitemap

the item file name is: home.items

Have you restarted OH? Your openhab.log is full of errors and it wouldn’t be amazing if that’s related.

yes and it doesn´t work too

new logs:

events.log (49.3 KB)
openhab.log (272.0 KB)

Here is your problem (I think)

2019-01-15 10:22:24.867 [WARN ] [g.eclipse.smarthome.core.net.NetUtil] - Found multiple local interfaces - ignoring 172.21.10.239

Then:

2019-01-15 10:22:25.184 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at http://172.21.10.83:8080

The REST API is sending command to OH via: (YOUR LAN)

2019-01-10 12:14:54.740 [INFO ] [.dashboard.internal.DashboardService] - Started Dashboard at https://192.168.56.1:8443

But your are working in another network (172.21.10.xxx)

In PaperUI:


Address should be: 192.168.56.1/24

You should go to the UI via this address NOT the 172 one

At least I think that’s what happening but I am not 100%