We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wrote a simple ruby executable to call some Home Assistant APIs, and it works just fine from the command line.
Sep 13 10:04:45 raziel-linux stream-pi-server-Stream-Pi_Server.desktop[1074120]: Sep 13, 2022 10:04:45 AM com.stream_pi.server.controller.Controller$3 call Sep 13 10:04:45 raziel-linux stream-pi-server-Stream-Pi_Server.desktop[1074120]: INFO: action 03f79e88-67e7-47fd-9136-ab6fba2db67b clicked! Sep 13 10:04:45 raziel-linux stream-pi-server-Stream-Pi_Server.desktop[1074120]: [pool-2-thread-6] :: com.stream_pi.server.controller.Controller$3 @ call -> :INFO = action 03f79e88-67e7-47fd-9136-ab6fba2db67b clicked! Sep 13 10:04:45 raziel-linux stream-pi-server-Stream-Pi_Server.desktop[1074120]: Sep 13, 2022 10:04:45 AM com.stream_pi.runexecutableaction.RunExecutableAction onActionClicked Sep 13 10:04:45 raziel-linux stream-pi-server-Stream-Pi_Server.desktop[1074120]: INFO: Full array : [/home/dkowis/gitwork/hass_scripts/keylights.rb, on] Sep 13 10:04:45 raziel-linux stream-pi-server-Stream-Pi_Server.desktop[1074120]: [pool-2-thread-6] :: com.stream_pi.runexecutableaction.RunExecutableAction @ onActionClicked -> :INFO = Full array : [/home/dkowis/gitwork/hass_scripts/keylights.rb, on]
I can call that command from the CLI just fine, and my lights turn on, but nothing happens when using the Executable action. I don't know why.
The text was updated successfully, but these errors were encountered:
I'm getting the same behavior. Not working with executables. You happen to find a workaround for this?
Sorry, something went wrong.
Sadly, I did not. Ended up moving away from it anyway, as my working environment changed enough that I can't use it right now :(
Hi, does this issue happen with both 1.0.0. EA+3 and latest snapshots?
No branches or pull requests
I wrote a simple ruby executable to call some Home Assistant APIs, and it works just fine from the command line.
I can call that command from the CLI just fine, and my lights turn on, but nothing happens when using the Executable action. I don't know why.
The text was updated successfully, but these errors were encountered: