So I have openHAB running and it looks like the rules are working, so now I’m trying to get a sitemap built. If I have all of my (Insteon) switches listed in my .items file, do I need to specify mapping in the .sitemap? All I have in there so far are basic switches and an LED bulb (dimmer).
Here’s a snippet of the sitemap file:
sitemap our_home label=“Our Home” {
Frame label=“First Floor” icon=“groundfloor” {
Group item=FamilyRoom
Switch item=den [label=“Den Light”] [icon=“switch”] [mappings=""]
Switch item=cabinet [label=“Cabinet”] [icon=“switch”] [mappings=""]
}
Thanks.
Mike