Announcement

Collapse
No announcement yet.

How can I use TTS to speak a device string/value ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How can I use TTS to speak a device string/value ?

    I want to use TTS to speak a battery level of a device. What is the best way of doing that ?

    #2
    Have you looked here? : https://help.homeseer.com/help/HS3/s...ment_variables


    Comment


      #3
      Ah. I use these in emails/pushover notifications. For some reason I was under the impression the they would not work in TTS Speak something... in a event

      Comment


        #4
        Yes they work perfect

        Comment


          #5
          I tried. First of all it didnt work but I had a typo in the variable... now its fine. Dont know why I thought it wouldnt work...

          Comment


            #6
            Synthesizes speech from the text for immediate playback or to create a sound file.

            A TextToSpeech instance can only be used to synthesize text once it has completed its initialization. Implement the TextToSpeech.OnInitListener to be notified of the completion of the initialization.
            When you are done using the TextToSpeech instance, call the shutdown() method to release the native resources used by the TextToSpeech engine.

            Comment

            Working...
            X