You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I have an issue with the dimming. I have multiple scripts on the rpi that is running my habridge. They are named HDMI1.sh, HDMI2.sh, HDMI3.sh...so the command I run in the dimmer is execute command/script/programm with /home/pi/IR/HDMI${intensity.percent}.sh. This works perfectly fine via the test dim button in ha bridge. Setting it to 1 runs HDMI1.sh. However, when trying it with alexa, 1 somehow defaults to 2, both via voice command and in the alexa app. 2, 3 and 4 work perfectly as intended and run the given script, only setting it to 1 doesnt work.
Am I doing anything wrong or is alexa just incapable of setting things to 1%?
The text was updated successfully, but these errors were encountered:
Please turn on debug for the huemulator class as I would like to see the value received on the call for the set to 1. This may be a funky math rounding issue.
Hey,
I have an issue with the dimming. I have multiple scripts on the rpi that is running my habridge. They are named HDMI1.sh, HDMI2.sh, HDMI3.sh...so the command I run in the dimmer is execute command/script/programm with /home/pi/IR/HDMI${intensity.percent}.sh. This works perfectly fine via the test dim button in ha bridge. Setting it to 1 runs HDMI1.sh. However, when trying it with alexa, 1 somehow defaults to 2, both via voice command and in the alexa app. 2, 3 and 4 work perfectly as intended and run the given script, only setting it to 1 doesnt work.
Am I doing anything wrong or is alexa just incapable of setting things to 1%?
The text was updated successfully, but these errors were encountered: