#grad_vol not changing volume.

1 messages · Page 1 of 1 (latest)

crude mirage
#

grad_vol is not changing volume.

I do not think it is related to grad_vol, because the same version works as expected on another Home Assistant instance

I have a input number Denon_volume
I have a slider chnging the value between 0. to 1
I have an automation when the value changes, change the volume of my Denon accordingly using grad_vol
The automation is triggerd. The volume is not changed.
changing the volume normally works as expected

The automation:
alias: Denon Volume changed
description: Gradually volume up or down at request
triggers:

entity_id:
input_number.denon_volume
trigger: state
conditions: []
actions:
action: grad_vol.set_volume
metadata: {}
data:
duration: 3
volume: "{{ states('input_number.denon_volume') | float }}"
target:
device_id: media_player.denon_avr_2113
mode: single

on a second (old) instance of home assistant it works as expected
this instance is became a kind of a mess so I started over.
The new instance runs with mariadb.

It seems that grad_vol is never triggered
no logging appears

I had to install it twice because it did not show up when creating the automation after the first installation

Hope you can help
If you need anything to troubleshoot the issue please let me know