iOS App does not show Items from Fritzbox TR064 binding

Hello,

my iOS App does not show Items from Fritzbox TR064 binding anf returns with Error - Request failed internal server error (500). It work on my Laptop with Chrome browser and on my iPhone with Safari browser as well.

What’s wrong with the configuration? Can some explain please? I replaced the mac with xx. In my configuration is a real mac-adress.

Thanks

Sitemap:
sitemap Home label=“Home”
{
Frame {
Group item=gNetwork label=“Fritzbox” icon=“network”

}    

}

Items in fritzbox.items file:
Contact Mobile “Mobile[MAP(presence.map):%d]” (gNetwork) {fritzboxtr064=“maconline:xx-xx-xx-xx-xx-xx”

Try to replace %d with %s. That works for me.
(There is also a missing } at the end of {fritzboxtr064...)

Thank you @Syn . It works now with the small changes but the status is not displayed. I only see the name of the device in the iOS app and in any other browser.

presence.map:
1=online
0=offline

What can I do?

Add

OPEN=online
CLOSED=offline

to your presence.map as these are the states that the binding returns.

@Syn great. that works fine. Thank you

Great! You are welcome!