Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Releases: xtools-at/AssistantPi

AssistantPi 1.2

28 Jul 06:53
Compare
Choose a tag to compare
  • Use wired pushbutton to trigger Alexa and Assistant.
    • Long press triggers Assistant.
    • See this Diff for necessary changes in your config.yaml. You also have to enable this trigger by setting triggers > platform > enabled to true.
  • Fixed crash in setup while installing pip, when system time isn't set right.
  • No update to Google Assistant SDK 0.3.x yet as they've
    • changed structure and functionality in a way that most of my integration would need to bee completely rewritten
    • introduced new libraries to communicate with Google Services which only work on certain chip architectures and break support for Raspberry Pi Zero (W)
    • not introduced too much other useful stuff (voice recognition and timers...).

When the SDK matures, I'll put together AssistantPi 2.0

AssistantPi 1.1

17 May 08:20
Compare
Choose a tag to compare
* use multiple Hotwords for both Assistant and Alexa
# fixed crash on runtime if voice recognition returns a NoneType object
# fixed Pulseaudio service warnings

AssistantPi 1.0

15 May 09:37
Compare
Choose a tag to compare
* Assistant loads up almost instantly now when prompted (took 3-4 seconds before)
+ Added seperate Assistant Installer + Auth script in case things go wrong
+ Added Updater script
~ Switched audio completely to system-wide Pulseaudio
~ Optimized Pulseaudio output for RPi
# Synchronized 'Assistant ready' sound with actual start of recording
# Fixed crash when starting on boot