hass-agent / HASS.Agent

Unofficial development project for the HASS.Agent platform.
https://hass-agent.io
MIT License
373 stars 9 forks source link

Bug?: Some commands don't run when using satellite service #155

Open iamthekings5 opened 1 month ago

iamthekings5 commented 1 month ago

I am trying to run some psshutdown commands, notably psshutdown -l and psshutdown -x https://learn.microsoft.com/en-us/sysinternals/downloads/psshutdown

The commands do not run when I press the corresponding button I registered on Home Assistant (satellite service), but do run when they are used in the normal service.

Misc info (please complete the following information):

Please check what's applicable (multiple answers possible):

amadeo-alex commented 1 month ago

The satellite is running on the system as a service, sometimes this imposes a limitation since it does not have a user session.

The commands do not run when I press the corresponding button I registered on Home Assistant (satellite service), but do run when they are used in the normal service.

Could you please elaborate on what you mean by "normal service"?

iamthekings5 commented 1 month ago

The satellite is running on the system as a service, sometimes this imposes a limitation since it does not have a user session.

The commands do not run when I press the corresponding button I registered on Home Assistant (satellite service), but do run when they are used in the normal service.

Could you please elaborate on what you mean by "normal service"?

Hi,

By normal service I mean running commands through HASS.Agent without the satellite service. Does this mean I am unable to run the commands through the satellite service?