Bug: SetVolumeCommand action topic no longer working #173
Labels
bug
Something isn't working
fixed in beta
fix for this issue/request is already present in one of the beta versions
Describe the bug
After upgrading to 2.1.0 release, SetVolumeCommand no longer works through the action topic. If I set a value for "Volume", then HASS will set system volume to that value when the button is pressed in HomeAssistant. When Volume field is blank (so that value can be set dynamically), then the command does not run when an MQTT message is published to the action topic.
After reverting back to 2.1.0-beta1, everything works as expected again.
To Reproduce
Steps to reproduce the behavior:
I see that the action value is changed on the MQTT server (checked with MQTT Explorer), but HASS.Agent does not change the volume. Same result when adding SetVolumeCommand in satellite service.
Expected behavior
Volume should be changed on PC
Misc info (please complete the following information):
Please check what's applicable (multiple answers possible):
Additional context
After reverting back to the version I had installed previously (2.1.0-beta1), SetVolumeCommand works as expected. I did not try other 2.1.0 beta versions
Logs
I can add logs if needed, but even with extended logging I don't see any log lines when system volume is changed with SetVolumeCommand. I only get a warning log line when the command is triggered as a button:
[WRN] [SETVOLUME] [setvolume] Unable to trigger command, it's configured as action-only
When publishing to setvolume/action, even when the command is working, nothing is logged to
AppData\Local\HASS.Agent\Client\logs
The text was updated successfully, but these errors were encountered: