| HomeSeer Voices Discussions related to the HomeSeer add-on voices and their use within HomeSeer. |

November 22nd, 2009, 01:54 AM
|
|
Seer Deluxe
|
|
Join Date: Aug 2009
Location: Northern CA
Posts: 198
|
|
Can you adjust volume on the fly?
Is there a way to adjust the volume on the voice per event?
Like at night it if you wanted a lower volume announcement for some reason.
|

November 22nd, 2009, 07:31 AM
|
 |
Super Seer
|
|
Join Date: May 2007
Location: Nova Scotia, Canada
Posts: 1,760
|
|
Have you tried hs.SetVolumeEx?
For example:
sub main()
If hour(now) > 22 Or hour(now) < 6 Then
hs.SetVolumeEx 50
Else
hs.SetVolumeEx 100
End If
End Sub
__________________
Location: 45° 5' 49.27" N 64° 24' 49.96" W
Automate everything, modify the rest... but remember... For every action, there is an equal and unexpected reaction.
|

November 22nd, 2009, 08:14 AM
|
|
OverSeer
|
|
Join Date: Dec 2004
Location: Coatesville, PA.
Posts: 2,930
|
|
I do almost the same thing but i use events. I run this script statement in my events to lower and raise the volume of announcements.
&hs.SetVolumeEx (50)
50 being the level I want. I just include this in events I already have set up to start things up in the mornings or shut things down at night.
__________________
Marty
------
XPpro SP3 /w HS 2.4.0.6
|

November 22nd, 2009, 08:17 AM
|
 |
Super Seer
|
|
Join Date: Dec 2003
Location: England
Posts: 2,448
|
|
I use BLVolume to condition events based on time of day / night, an example would be an event that speaks but at night you only want it spoken softly and louder during the day.
in stead of having several events with different times in them the plugin has the times set in it.. I find it helpful
TrOjAn
__________________
FULLY WORKING PLUGINS: ACT TI103, BLSecurity, BLSpeech, BLBackup, BLMediaPlayer, BLMusic, BLNetCallerId, BLRandom, BLOutgoingCalls, BLDeviceMatrix, BLMapper, BLIcon, BLEditor, BLReminders, BLFloorplan, BLChart, BLOccupied, BLPlugins, BLVolume, BLRadar, BLLogMonitor, BLEbayMonitor, BLNinjaControl, BLBroadcast, UPS Monitor, Router Traffic Monitor, BLRfid, BLAlarm, BLGarbage, BLLatestimage, AC-RF2 Processor
Theres lots that DONT WORK!
|

November 22nd, 2009, 10:12 AM
|
 |
OverSeer
|
|
Join Date: Jan 2001
Location: Huntsville, Al. USA
Posts: 33,803
|
|
Quote:
Originally Posted by Wadenut
Have you tried hs.SetVolumeEx?
For example:
sub main()
If hour(now) > 22 Or hour(now) < 6 Then
hs.SetVolumeEx 50
Else
hs.SetVolumeEx 100
End If
End Sub
|
This is exactly what I use to adjust the volume from day to evening.
__________________
-Rupp
|

November 22nd, 2009, 10:44 PM
|
|
Seer Deluxe
|
|
Join Date: Dec 2002
Location: San Antonio
Posts: 175
|
|
If you are interested in adjusting the volume of speaker clients that AREN'T running on the Homeseer machine, the script client can adjust the volume on any machines running the speaker client.
|

November 23rd, 2009, 03:41 AM
|
|
Seer Deluxe
|
|
Join Date: Aug 2009
Location: Northern CA
Posts: 198
|
|
Thanks guys. Nice solution for this.
|

November 23rd, 2009, 06:05 AM
|
|
Seer Deluxe
|
|
Join Date: Jul 2001
Location: Stevenage, Hertfordshire, UK
Posts: 402
|
|
I'd like to be able to do this but I have multiple soundcards and multiple speaker clients running on the server, so how would I tell it which soundcard to set ?
|

November 23rd, 2009, 01:52 PM
|
 |
Super Seer
|
|
Join Date: Jan 2001
Location: Lockport, IL USA
Posts: 1,866
|
|
It would really be nice if there was some sort of "volume" proxy variable. Today I use time and very specific (in the script as above) methods. I have some events which are medium and low volume and some which are high volume and then all which are related to time. BL Volume is nice but its really a "catch all" and does offer a partial solution.
__________________
- Pete
Base HW & SW: P4 2.97 GHz / 1Gig / MS Server 2003 - creating duplicate server
HS Version Pro 2.4.0.11 pending migration to new computer-Mini-ITX based
HAI OmniPro II X 2 @ FW V3.2D (new 3.3 FW is out?)
Powerline: X-10 & Insteon & UPB (testing) Pending Z-Wave - UPB testing begins with 3 switches for now.
Sound - Current 10 pairs of speakers for HS and music- 6 local subzones -AB8SS- readdressing methodologies / HS control - bought a Russound/KPLs to play with for now.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
All times are GMT -4. The time now is 12:07 PM.
|