Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.12 KB

Voice PE False Positive Detector

Uploads a few seconds of audio before and including each wake word detection. These are false positives if you never purposefully speak the wake word.

Installation

  1. Install the companion add-on Show add-on
  2. Modify the voice-kit-sample-collection.yaml file and set:
    • <HA IP ADDRESS> to the IP address of your Home Assistant machine
    • <WIFI SSID> to the SSID of your WiFi network
    • <WIFI PASSWORD> to the password of your WiFi network
  3. Flash the ESPHome YAML to the Voice PE

Usage

Every time you speak the wake word ("ok nabu"), the Voice PE upload audio to your HA server.

In Home Assistant, check the /share/voicekit-fpc directory for WAVE files.

Advanced

Instead of using the HA add-on, you can just run server.py anywhere that has Python available. WAVE files will be saved in the current directory. See python3 server.py --help for more options.