basnijholt / home-assistant-streamdeck-yaml

Control Home Assistant on Stream Deck with support on all operating systems and configuration via YAML
Apache License 2.0
236 stars 15 forks source link

Remote Stream Deck not connecting #133

Open JumpinBeans opened 1 year ago

JumpinBeans commented 1 year ago

I am running HA on my RPi and my stream deck is connected to my win11 stream PC. I have installed the addon in to HA but it cannot maintain up time. When I have had it running, I cannot connect the stream deck.

I have read through the instructions many time but still cannot figure out where I am going wrong ad I am so new to HA. Any assistance would be appreciated, addon log copied below.

-----------------------------------------------------------
 Add-on version: 2023.8.0
 You are running the latest version of this add-on.
 System: Debian GNU/Linux 11 (bullseye)  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2023.8.1
 Home Assistant Supervisor: 2023.07.1
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/home-assistant-streamdeck-yaml.sh
[12:08:34] INFO: πŸš€ Initializing the config overwriting.
[12:08:34] INFO: πŸ” Using the host of the Supervisor as the Home Assistant host: supervisor/core with protocol ws
[12:08:34] INFO: πŸ” Using the API token of the Supervisor as the Home Assistant token
[12:08:34] INFO: πŸ”§ Using add-on configuration values instead of .env file
[12:08:34] INFO: πŸ“‚ Copying the Stream Deck YAML configuration file to the add-on: /config/home-assistant-streamdeck.yaml/configuration.yaml
cp: can't stat '/config/home-assistant-streamdeck.yaml/configuration.yaml': No such file or directory
cont-init: info: /etc/cont-init.d/home-assistant-streamdeck-yaml.sh exited 1
cont-init: warning: some scripts exited nonzero
s6-rc: warning: unable to start service legacy-cont-init: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.
/run/s6/basedir/scripts/rc.init: fatal: stopping the container.
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service base-addon-log-level: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service base-addon-log-level successfully stopped
s6-rc: info: service base-addon-banner: stopping
s6-rc: info: service base-addon-banner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
dani-ck commented 1 year ago

First issue I see here is that it cant find the config file

"[12:08:34] INFO: πŸ“‚ Copying the Stream Deck YAML configuration file to the add-on: /config/home-assistant-streamdeck.yaml/configuration.yaml cp: can't stat '/config/home-assistant-streamdeck.yaml/configuration.yaml': No such file or directory cont-init: info: /etc/cont-init.d/home-assistant-streamdeck-yaml.sh exited 1"

Path should be something like /config/nameoffile.yaml Have you installed Remote Home Assistant integration?