This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.
Closed

Dictaphone option

Is it possible to set up homey  with a voice command to record a conversation?

Comments

  • You can do something yourself with the options there are now:

    Flow 1: If 'Start dictaphone' is said, set variable var_dict to 1
    Flow 2: If 'Stop dictaphone' is said, set variable var_dict to 0
    Flow 3: If something is said AND var_dict == 1, THEN send spoken text to mail/phone.
  • fiekfiek Member
    thnx I will try that
  • fiekfiek Member
    edited August 2016
    You can do something yourself with the options there are now:

    Flow 1: If 'Start dictaphone' is said, set variable var_dict to 1
    Flow 2: If 'Stop dictaphone' is said, set variable var_dict to 0
    Flow 3: If something is said AND var_dict == 1, THEN send spoken text to mail/phone.
    Where can I find variable var_dict? Do I use the better logic app? 
  • fiek said:
    You can do something yourself with the options there are now:

    Flow 1: If 'Start dictaphone' is said, set variable var_dict to 1
    Flow 2: If 'Stop dictaphone' is said, set variable var_dict to 0
    Flow 3: If something is said AND var_dict == 1, THEN send spoken text to mail/phone.
    Where can I find variable var_dict? Do I use the better logic app?
    Yep
  • fiekfiek Member
    Last question. which card do I use for send spoken text to mail/phone?
  • If you have an iPhone or Android based phone, and have the Homey app installed from their stores, you can send push messages to your phone.

    For Homey to be able to send mail you'll have to install this app:
    https://apps.athom.com/app/email.sender
  • fiekfiek Member
    I managed to make THE flows, but it seems homey stops listening if you pause with speaking. Thnx anyway for your explanation how to make THE flows
This discussion has been closed.