I’ve used the Panel UI to detect my first switch. It is fine in the Panel UI.
When I create a sitemap, it is asking me for the item name of that thing. But the thing was not creating using config files, it was created by auto-detecting and adding it in Panels.
So what I am struggling with is… where can I find the “name” of this thing?
sitemap my_site label=“My Site”
{
Frame {
// Switch
Switch item=Wemo_Mini label=“Gate” icon=“frontdoor” ← I’ve tried WemoMini, Wemo_Mini
}
}
Yield the following error as soon as I save the sitemap file.
2020-05-23 23:26:21.263 [WARN ] [basic.internal.render.SwitchRenderer] - Cannot determine item type of ‘Wemo_Mini’
org.eclipse.smarthome.core.items.ItemNotFoundException: Item ‘Wemo_Mini’ could not be found in the item registry
at org.eclipse.smarthome.core.internal.items.ItemRegistryImpl.getItem(ItemRegistryImpl.java:85) ~[?:?]
at org.eclipse.smarthome.ui.internal.items.ItemUIRegistryImpl.getItem(ItemUIRegistryImpl.java:837) ~[?:?]
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:367) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:782) [bundleFile:9.4.20.v20190813]
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:918) [bundleFile:9.4.20.v20190813]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
2020-05-23 23:26:21.273 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wemo_Mini’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-05-23 23:26:21.275 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-05-23 23:26:21.276 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wemo_Mini’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-05-23 23:26:21.278 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wemo_Mini’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch
2020-05-23 23:26:21.282 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item ‘Wemo_Mini’ for widget org.eclipse.smarthome.model.sitemap.sitemap.Switch