Jump to content

Map Integers to Elk Speak Commands


giesen

Recommended Posts

Is it possible (or possible to get this feature added) to have the ISY issue a speak command to the Elk where it speaks the value of an integer variable?

 

For example, if I have the temperature and humidity stored in a couple of variables (let's say 27 and 69), the ISY would issue the following speak commands to the Elk:

 

Set Elk Speak Word 'Twenty'

Set Elk Speak Word 'Seven'

 

or

 

Set Elk Speak Word 'Sixty'

Set Elk Speak Word 'Nine'

 

I guess that would require a new command type, maybe something like this:

 

Set Elk Speak Integer 'Int_Temp'

Link to comment
Share on other sites

No, you would need to write one program for every temp. You might be able to separate the 10's word from the single's word and thus knock down the number of programs to 9 plus 1 for each 10 you plan on covering.

 

Additional variable support is planned and perhaps this sort of thing will be available, but I kind of doubt it. It would be rather complex to assign a variable number to an Elk voice statement since the voice statements don't have a number associated with them, they are just words on a long list of words.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...