KDE Connect addon for Hassio? I've tested it out for sending SMS text messages on events - works well :)

I’ve this working via a daisy-chained process using a Hass commandline switch in Hassio to ssh into a pc I’ve KDE Connect on, then running a script, e.g.

#!/bin/sh
kdeconnect-cli --send-sms "Smoke Detected in Hallway" --destination +44123456789123456 --device 54abce364345edac

So it’s really kdeconnect-cli that’s essential - it comes with the KDE Connect main package.

This method keeps everything ‘in-house’, and avoids having to use a third party solution which could incur fees. A cheap ‘pay-as-you-go’ mobile that can run KDE Connect and it’s a full solution.

It’s not limited to the KDE desktop, I’ve tested it today with Ubuntu Studio which is XFCE, plus of course the commandline.

What do you think?

Sorry if this should be placed in ‘Feature Requests’ instead, I’ll move it over if so.

https://f-droid.org/en/packages/org.kde.kdeconnect_tp

4 Likes

A Kdeconnect Integration would be incredible.
I really hope somebody develops this.

6 Likes

I second this

5 Likes

I found this PR: Add kdeconnect integration by freundTech · Pull Request #67703 · home-assistant/core · GitHub

4 Likes