iCloud not updating location but accuracy?

Good morning, pros!

During the known ssl-handshake-Problem I updated the iCloud Binding to 2.5…
Now my iPhone (iOS 13) is not updating the location any more (not by automatic Update-Process nor by calling IPhoneRefresh.sendCommand(“REFRESH”). But the accuracy item is updating… ?
Can anybody help? What logs do you need?
Here are the standard logs:

2019-09-06 07:35:42.316 [ome.event.ItemCommandEvent] - Item ‘refreshSEb’ received command REFRESH
2019-09-06 07:35:43.145 [vent.ItemStateChangedEvent] - accuracySEb changed from 200.0 to 48.00724964208526

By the way: The binding works with my wifes iPhone (ios12) seamlessly. She is “in MY iCloud-Family”…

Any ideas would be nice!!!

Thanks in Advance and Greetings from Siegen, Germany :slight_smile:
Sebastian

New corresponding Error-Message:

2019-09-06 07:50:06.002 [INFO ] [el.core.internal.ModelRepositoryImpl] - Refreshing model ‘default.items’
2019-09-06 07:50:06.103 [ERROR] [el.item.internal.GenericItemProvider] - Binding configuration of type ‘channel’ of item ‘locationSEb’ could not be parsed correctly.
org.eclipse.smarthome.model.item.BindingConfigParseException: UID must have at least 4 segments.
at org.eclipse.smarthome.model.thing.internal.GenericItemChannelLinkProvider.createItemChannelLink(GenericItemChannelLinkProvider.java:83) ~[?:?]
at org.eclipse.smarthome.model.thing.internal.GenericItemChannelLinkProvider.processBindingConfiguration(GenericItemChannelLinkProvider.java:73) ~[?:?]
at org.eclipse.smarthome.model.item.internal.GenericItemProvider.internalDispatchBindings(GenericItemProvider.java:397) [129:org.eclipse.smarthome.model.item:0.10.0.oh240]
at org.eclipse.smarthome.model.item.internal.GenericItemProvider.internalDispatchBindings(GenericItemProvider.java:366) [129:org.eclipse.smarthome.model.item:0.10.0.oh240]
at org.eclipse.smarthome.model.item.internal.GenericItemProvider.processBindingConfigsFromModel(GenericItemProvider.java:229) [129:org.eclipse.smarthome.model.item:0.10.0.oh240]
at org.eclipse.smarthome.model.item.internal.GenericItemProvider.modelChanged(GenericItemProvider.java:432) [129:org.eclipse.smarthome.model.item:0.10.0.oh240]
at org.eclipse.smarthome.model.core.internal.ModelRepositoryImpl.notifyListeners(ModelRepositoryImpl.java:301) [128:org.eclipse.smarthome.model.core:0.10.0.oh240]
at org.eclipse.smarthome.model.core.internal.ModelRepositoryImpl.addOrRefreshModel(ModelRepositoryImpl.java:139) [128:org.eclipse.smarthome.model.core:0.10.0.oh240]
at org.eclipse.smarthome.model.core.internal.folder.FolderObserver.checkFile(FolderObserver.java:227) [128:org.eclipse.smarthome.model.core:0.10.0.oh240]
at org.eclipse.smarthome.model.core.internal.folder.FolderObserver.processWatchEvent(FolderObserver.java:291) [128:org.eclipse.smarthome.model.core:0.10.0.oh240]
at org.eclipse.smarthome.core.service.WatchQueueReader.run(WatchQueueReader.java:240) [102:org.eclipse.smarthome.core:0.10.0.oh240]
at java.lang.Thread.run(Thread.java:748) [?:?]

Any ideas? :slight_smile:

Greetings!

Okay… programming issues:
(Telefone) {channel=" icloud:device:1234abcd:4567efgh:location"}

Forgot “icloud:device” in item… :frowning:

Everything ist working fine, now…
Sorry :slight_smile:

Greetings!