openhab / org.openhab.ui.habot

A chatbot for openHAB using machine-learning natural language processing from OpenNLP
Eclipse Public License 1.0
65 stars 31 forks source link

Duplicate Entries in Cards #7

Closed stritti closed 6 years ago

stritti commented 6 years ago

Sometimes I receive duplicate entries within the answers:

image

The second and third value are identical. I think it should be great if the values are distinct.

ghys commented 6 years ago

Huh, weird indeed. I suppose what happens is that you have set the same tag both on the item and a parent group so it matches twice. You can verify on the "View item tags" screen in the settings. Anyways it can be fixed easily. Thanks for reporting!

ghys commented 6 years ago

This should be fixed in https://github.com/ghys/habot/releases/tag/2.3.0.201804021654

stritti commented 6 years ago

Looks fine. Thanks!