[APP][Pro] Simple-SSH

Not a new app, but I took that over from Jochen Zink :+1: and I see we have no thread for it, so here you go.

A full working SSH Client for Homey. Control your services and ssh enabled devices, from Homey

In case of any issues, please ensure you submit the log after you try to replicate the issue with proper and detailed explanations in English.

1 Like

Note on the flowcards / triggers, for those of you who are not familiar with async calls…

In case you would like to perform some SSH command, you have two options :

1st - Send command - (“synchronously”) - in that case you can evaluate the error state from the card right during execution

2nd - Send Command asynchronously - for this card, to evaluate the error, you must use Trigger “SSH result is ready” or “Asynchronous SSH call failed”

Correct approach in case of 2nd - for example :

1 Like