Voice Assistant Releases
info
This is a compilation of all skills releases to date. Please contact esp-rainmaker-support@espressif.com for skills release support.
note
Please check out the Standard Types supported in RainMaker to understand which devices and parameters work with Alexa and Google Voice Assistant (GVA).
Steps to Check Current Voice Assistant Release Version
- Go to the CloudFormation service and select the
serverlessrepo-ESP-RainMaker-3P-Integrations
stack. - In the
Stack Version
option, look forTags
>Semantic Version
.
Minimum RainMaker backend version required: 1.1.15
1.3.2 (10-Jun-2025)
- Alexa
- Works With Alexa compliance: Light off and AdjustBrightness Up -> set brightness to delta, instead of increasing brightness by delta.
1.3.1 (06-Jun-2025)
- Alexa
- Works With Alexa compliance: Fixed the issue in fetching the state of devices on Alexa State Report dashboard.
1.3.0 (26-May-2025)
- Alexa
- Light Device: Works With Alexa Compliance
- SetBrightness to non-zero when OFF -> Turn ON
- SetBrightness to 0 -> Turn OFF
- AdjustBrightness up when OFF -> Turn ON
- AdjustBrightness down when OFF -> Stay OFF
- Turn on when light is OFF and brightness 0 -> Turn on with brightness set to 100
- Light Device: Works With Alexa Compliance
- GVA
- Fix: Improved multi-device query handling. Errors from individual devices no longer cause the entire multi-device query operation to fail.
1.2.1 (30-Apr-2025)
- Alexa
- New Feature: Enabled automatic Matter commissioning into Alexa for RainMaker Matter devices, simplifying the device onboarding experience.
- Improvement: Disabled light brightness change on power on for a more consistent user experience.
- Google Voice Assistant (GVA)
- Bug Fix: Lock device functionality restored — users can now control lock devices as expected.
1.2.0 (05-Nov-2024)
- New Device Support
- Implemented washer device support for Alexa and GVA.
1.1.30 (09-Oct-2024)
- Bug fixes
- GVA: Fixed the certification issue for the temperature setting trait. The required property
Temperature Unit
was missing from the device attribute. The attribute value is set to Celsius by default.
- GVA: Fixed the certification issue for the temperature setting trait. The required property
1.1.29 (06-Jun-2024)
- New Device Support
- GVA: The new device type
esp.device.dimmer
is now supported. This device type maps to the GVA Switch device type.
- GVA: The new device type
1.1.28
- Bug fixes
- Fixed the Google action getting unlinked automatically when all associated devices are removed.
- Upgraded to the latest al2 lambda runtime for improved performance and security.
1.1.27
Optimized log levels to reduce CloudWatch costs.
1.1.26
- New Device Support
- Added support for water heater and contact sensor for Alexa and GVA.
- Bug fixes
- Fixed thermostat temperature control bug for Alexa and GVA.
1.1.25
- New Device Support
- Added GVA trait support for dual set point thermostat device and ambient humidity trait.
- Other Changes
- Optimized GVA latency by removing Google Action Report state API calls to reduce command execution latency.
1.1.24
- Bug fixes
- Fixed bug in Alexa Skill: Discovery of the fan device fails if the minimum speed value is greater than 0.
1.1.23
- New Device Support
- Added support for contact sensor, doorbell, security panel, and motion sensor for Alexa.
- Bug fixes
- Resolved deployment error for AddOns stack in the eu-central-1 region.
- Other Changes
- Automated the deployment step that included adding an Alexa trigger to Lambda.
- Changed the parameter type of
esp.param.lock-state
from string to int. - The Alexa refresh token will now be stored without encryption for new users to reduce costs.
1.1.22
- Bug fixes
- Improved device discovery. Previously, if the RainMaker get user devices response was paginated, only the top page of devices was discovered by Alexa and GVA.
- Resolved issue with invoking GVA scenes.
- Fixed an issue in the Google Smart Home test suite failure for light equipment that supports both HSV and CCT modes for color change.