Send messages from OpenHAB to nextcloud talk?

Hello,

I have install the telegram binding and it works fine.
Now I want to switch to “nextcloud talk” as message channel.

Have everybody an hint, how can I send messages from OpenHAB to nextcloud talk?

Thank’s
Michael

1 Like

Based on a little bit of looking, your best bet is to wait for Nextcloud Talk to support XMPP. Or run a separate XMPP server like ejabbered and use an XMPP plugin for Nextcloud, though that won’t use Talk.

There exists a bit of a workaround with this library: GitHub - boppy/nextcloud-talk-bot: A Node.js based Bot API for Nextcloud Talk

I haven’t used it but the idea is simple: you create a new bot user and then use the rest API to make it talk.