homeassistant-ssh
homeassistant-ssh copied to clipboard
Control and monitor devices in Home Assistant by executing commands via SSH
I just had to re-ip a device on my network and getting it reconnected to the integration was non-trivial. I tried renaming it to `device-old` so I could create it...
I configured binary sensor switch to control services on my OpenWrt router, but I get only status of the service. Command "service @{id} stop/start" does not work. My code in...
Hi Adrian, Copying your example `systemctl -a | awk '/hyperion.service|pure-ftpd.service/ {print $1 "," $4}'` create the switch just when the service is running. As soon as the switch is turned...
Hi there, I am running the SSH integration on HASS OS and I added a host successfully with the integration for testing. After a while I reinstalled an Pi Os...
Hi there, Thanks for the integration. I'm facing the following issue where the output from the script run on a remote server provides invalid JSON output: ```yaml alias: Test service...
I never get a sensor info if I try to request the following as commands. - docker info -f '{{.ContainersStopped}}' - docker info -f '{{.ContainersRunning}}' - docker info -f '{{.ContainersPaused}}'...
I can connect to my windows device through the official HASS terminal addon using "ssh username@ip". But using the same details to connect using the ssh addon it keeps saying...
Using "apt-get -s -o Debug::NoLocking=true upgrade |grep -c ^Inst" to check for updates on linux vms works unless the output is 0. When 0 sensor changes to Unknown. Shows correctly...
trying to configure a switch so that google assistant/homebridge can detect this to turn on and off devices example of what I have used in the past (not with homeassistant-ssh)...