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

Any plans to add chat integrations? #14

Closed ghost closed 6 years ago

ghost commented 6 years ago

Great project!

I wonder if there any plans to add chat app integrations, e.g. telegram?

ghys commented 6 years ago

Not at the moment - the custom UI allows rich cards and live controls are a main feature driving the project - but it can probably be done fairly easily: there's an REST API endpoint (/rest/habot/chat) where you can make your telegram bot send natural language queries like the current UI.

ghost commented 6 years ago

got you, thanks!