Avoid duplicate Items HABmin vs. .items-file

Dear all and dear @chris,

all of my Items with OH2-bindings were added with HABmin to the database. Even for link items to HomeKit i put this items in a .items file:

Switch zwave_device_b172f74e_node7_switch_binary1 "helle Barbeleuchtung" [ "homekit:Lightbulb" ]

Due to this i create duplicate entries and my rules won’t work:

18:37:17.667 [WARN ] [.rule.jvmmodel.RulesJvmModelInferrer] - Duplicate field:
zwave_device_b172f74e_node7_switch_binary1'. Ignoring 'org.eclipse.smarthome.core.library.items.SwitchItem

Filtering the items with items list node7 shows 2 entries:

 zwave_device_b172f74e_node7_switch_binary1 (Type=SwitchItem, State=OFF, Label=helle Barbeleuchtung, Category=null, Tags=[homekit:Lightbulb])
 zwave_device_b172f74e_node7_switch_binary1 (Type=SwitchItem, State=NULL, Label=helle Barbeleuchtung, Category=Light, Groups=[zwave_device_b172f74e_node7, 3_L, 3K, HK])

The 1st was generated thru the .items, the 2nd via HABmin.

Is there a better way to solve it without generating duplicate items? I also entered an Issue for implement the Tags like Homkit or Homegroups use into the HABmin2-repository:

Regards
Heiko