WebCore does not lower volume level on wireless speaker


#1

1) Give a description of the problem
This volume level of the wireless speaker does not lower to the desired setting

2) What is the expected behavior?
When the door sensor is opened, and the virtual switch for VoiceFlag is on, the volume level of the wireless speaker should be set to 25%

3) What is happening/not happening?
The volume level of the wireless speaker remains at full volume.

4) Post a Green Snapshot of the pistonimage

5) Attach any logs (From ST IDE and by turning logging level to Full)
Sorry… I can’t figure out how to find the logs.


#2

I’d try simplifying things first, then get into the logs if it still doesn’t work.

(
IF {Door}'s contact changes to Open
Then
Send SMS
IF
Switch 2’s switch is on
Then do things
IF
Switch 1’s switch is on
Then do things
)

IF Door contact changes to closed
Then send SMS

Edit to add: Is your variable set-up so any of the door switches change, or is it all of them?


#3

Is the text playing, but just too loud?

How does the voice flag get set. It’s defined but not set to on.


#4

Try adding a wait command between 2-5 seconds after the set level command


#5

What type of device are you using to announce your message? Also, what DTH are you using?