Hello,
iam new to Openhab.
I’ve installt openhab2.
I’ve a Maxcube with thermostats and shuttercontacts.
As binding i use:
https://github.com/openhab/openhab2-addons/tree/master/addons/binding/org.openhab.binding.max
The Thermostats work fine.
But i struggle with the shuttercontact.
In Paperui they work fine.
But in other uis i ran in follow errors:
14:10:06.911 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'OG_Bath_Window' for widget org.eclipse.smarthome.model.sitemap.Switch
14:10:06.912 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'OG_Bath_Window' for widget org.eclipse.smarthome.model.sitemap.Switch
14:10:06.912 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'OG_Bath_Window' for widget org.eclipse.smarthome.model.sitemap.Switch
14:10:06.912 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.Text
14:10:06.913 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item for widget org.eclipse.smarthome.model.sitemap.Text
14:10:06.913 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'OG_Bath_Window' for widget org.eclipse.smarthome.model.sitemap.Text
14:10:06.913 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'OG_Bath_Window' for widget org.eclipse.smarthome.model.sitemap.Text
14:10:06.913 [ERROR] [ui.internal.items.ItemUIRegistryImpl] - Cannot retrieve item 'OG_Bath_Window' for widget org.eclipse.smarthome.model.sitemap.Text
As u see i’ve tryed as Text or Switch.
My goal is to see in the Sitemap a line like “Window is open”.
My item configuration is:
Contact OG_Bath_Window "Window is" <contact> (Window_Sensor, OG_Bath, Contact) {channel="max:shuttercontact:NEQ1207124:NEQ0846206:contact_state"}
In the Sitemap i defined:
Switch item=OG_Bath_Window icon=“contact” label=“Badfenster”
Text item=OG_Bath_Window icon=“contact” label=“Badfenster”
nothing works for me.
Sure its a nooby error and u can help me
PS: For Future, can i see the paperui configuration in any file or so to compare?