#Extend your Onju Voice device

1 messages · Page 1 of 1 (latest)

vivid tendon
#

If you are interested, I have prepared a few small additions that will allow you to create new automations with the Onju Voice device.

  1. How to add extra switch to to start conversation with the assist https://github.com/tetele/onju-voice-satellite/discussions/88
  2. How to save last text request and last text response from this device https://github.com/tetele/onju-voice-satellite/discussions/89
  3. How to use more than one sound to wakeup https://github.com/tetele/onju-voice-satellite/discussions/87
  4. How to provide Continued conversation without wake word but still support normal one time shot sentences? https://github.com/tetele/onju-voice-satellite/discussions/90
    I will extend this list when I will add more small updates 🙂
GitHub

If you need add extra button which you will just click to start conversation with the assist without use wake work just copy yaml configuration below and add it to switch configuration: switch: ......

GitHub

If you need save last text request and last text response, first of all you must create two extra entity. Just copy and paste below code before binary_sensor: text_sensor: - platform: template id: ...

GitHub

If you need use more then one sound after you device will wakeup you can just replace one line. From: - media_player.play_media: "${wakeup_sound_url}" To: - media_player.play_media: !lamb...

GitHub

At the beginning you need update your Onju Voice device and you need create extra switch. Create two extra switch in the bottom of the file: switch: ... - platform: template name: Continued convers...

kind frigate
#

Question about Onju but not about this announcement, if that's OK.
I have a 2nd gen nest mini that's dead. All the docs I've seen said I need a 1st gen to fit the hardware. Will a 2nd gen work?

jade quest
#

Onju only works with 2nd gen, so you are in luck

vivid tendon
#

It works only in second generation 😉