H
HASS.Agent•5mo ago
Chrisdegod

Can't find "SetAudioOutput" command

As mentioned in this post https://discord.com/channels/1173033284519862392/1173033285845266515/1195371878450216980 you can change your audio output, but I cant find the command. I presume it should be available in the command section. The audio sensor is working. I am running version 2.0.1. Does anyone know what is going on?
No description
Solution:
Fixed in 2.0.2
Jump to solution
28 Replies
DrR0x
DrR0x•5mo ago
I don't know enough about .net stuff, but to me it looks like the code is not fully implemented for this feature in 2.0.1. @Amadeo I'm only seeing code for an internal audio output command? Is there not currently an end user command?
Amadeo
Amadeo•5mo ago
Now I'm confused
DrR0x
DrR0x•5mo ago
It's only a Json triggered command right?
Amadeo
Amadeo•5mo ago
Either I did an upsie and forgot a whole feature branch when merging the previus PRs or there some weird bug in the code Ya
DrR0x
DrR0x•5mo ago
All good we just need to help some of these people sort that out then. Why? If it's Json triggered then what's wrong? There is no winforms config for it so it doesn't exist in the UI.
Amadeo
Amadeo•5mo ago
No no, it'll always be in the UI
DrR0x
DrR0x•5mo ago
Oh and that's it? I just only saw this file while every other command I tried had like 15 files So I thought that meant it was internal only.
Amadeo
Amadeo•5mo ago
Ok, checking this on phone is less than optimal :D Give me a few mins I'll get to the pc and check it there Yeah, the "categorization" of sensors/commands have some logic behind it but I'm yet to notice it
DrR0x
DrR0x•5mo ago
Tell me ABT it 😂 I'm in bed and it's like 2 am 😂
Amadeo
Amadeo•5mo ago
I've put it here probably because the set volume was there from the beginning and it "fit"
DrR0x
DrR0x•5mo ago
So it's some sort of bug then that should get fixed in next patch?
Amadeo
Amadeo•5mo ago
The categorization in packages will be dealt with in the 3.0.0 along with rewrite. The audio thingy I'll figure out once I near a pc
DrR0x
DrR0x•5mo ago
Yep, but should be a patch right? Not waiting for a minor version?
Amadeo
Amadeo•5mo ago
yeah oh yeah very nice of me not only this but set application volume also Bugfix will be out shortly
Amadeo
Amadeo•5mo ago
GitHub
Release 2.0.2-beta1 · hass-agent/HASS.Agent
Changes This small bug-fix release adds configuration to allow two already developed commands ("SetAudioOutputCommand" and "SetApplicationVolume") to be visible within UI. All c...
Amadeo
Amadeo•5mo ago
or if you have beta version check enabled in HASS.Agent you can just click "Check for updates" 🙂
DrR0x
DrR0x•5mo ago
@Chrisdegod , sorry this is unrelated but by any chance did you delete a message from the discord bot when the thread was first created?
Chrisdegod
Chrisdegod•5mo ago
Will try when I get home I did not 🫣
DrR0x
DrR0x•5mo ago
Hmm, all good, got some very weird issues to work through then.
Chrisdegod
Chrisdegod•5mo ago
It worked 🥳
No description
Amadeo
Amadeo•5mo ago
nice 😄
Solution
DrR0x
DrR0x•5mo ago
Fixed in 2.0.2
DrR0x
DrR0x•5mo ago
Right @Amadeo ?
Amadeo
Amadeo•5mo ago
ya
Amadeo
Amadeo•5mo ago
I'll move it from beta to release in some time(TM) 😄
DrR0x
DrR0x•5mo ago
All good, just marking as solved 😄
Chrisdegod
Chrisdegod•5mo ago
Well thank you very much for taking the time to solve the issue!