Release Notes¶
This page contains information on all major releases, new features, enhancements, bug fixes, and deprecated functionality. Be sure to check this page regularly to stay up to date with the latest changes.
2026.01 (Latest)¶
New Features and Integrations¶
- Device QR scanning via mobile phones for easy commissioning.
- Enforce Security option to only allow encrypted sensor data from connected devices.
2025.10¶
New Features and Integrations¶
- Planon IWMS Integration:
- Seamlessly connect Planon IWMS platform with SmartStudio, enabling Planon customers to leverage EnOcean connected devices.
Improvements¶
-
Device Connection Monitoring:
- Improved device connection status notification and offline detection.
-
People Counting Service:
- Improved accuracy by automatically resetting people counts based on in-room motion sensor data.
Bug Fixes¶
- EnOcean PTM Integration:
- Corrected decoding of EnOcean PTM sensor data.
2025.08¶
Improvements¶
-
EEP Support:
- Added support for EEP F6-05-01.
- Added support for EEP D2-14-53.
- Added support for EEP D2-14-5D.
-
Location Input Enhancement:
- Improved location filtering and display.
-
Device and Gateway State:
- Enhanced device and gateway status indicators.
-
Security & Encryption
- Improved CMAC verification and rolling code handling with better handling of SEC_TI and SEC_CDM packets.
Bug Fixes¶
- RPC Control Issues
- Fixed RPC control failures on Aruba AOS 10 SmartStudio App.
2025.06¶
New Features¶
-
Webhook Integration:
- Added support for webhook integrations with customizable JSON payload schemas, authentication options, and real-time data forwarding capabilities.
-
Generic Tunnel Support:
- Implemented native Aruba AOS-10 tunnel application with improved BLE and EnOcean device handling.
-
Device Location Management:
- Enhanced topology assignment system allowing devices to be assigned to specific topology assets with improved location string matching.
-
People Counter Support:
- Added dedicated endpoint for people counter devices using EEP A5-12-00.
-
Support for Sub-desk mounted Occupancy Sensor:
- Implemented desk occupancy support for The Sub-desk mounted Occupancy devices using EEP A5-07-01.
-
TLS Support for MQTT:
- Added TLS support for MQTT using 8883 port.
Improvements¶
-
Gateway Management:
- Fixed duplicate gateway issues from Aruba 10 APs and improved active/inactive gateway tracking.
-
UI/UX:
- Implemented responsive design improvements.
Bug Fixes¶
-
TRV Commands:
- Fixed issue where TRV commands were being sent constantly after first request.
-
Device Updates:
- Resolved device creation issues when location UUIDs were invalid.
-
Integration States:
- Fixed webhook and MQTT broker integration state management and configuration validation.
-
Telemetry Processing:
- Corrected telegram counts for STM-550B devices and improved telegram deduplication.
2025.03¶
New Features¶
-
New Undagrid Integration:
- Undagrid is now available as a new type of integration in EnOcean SmartStudio.
-
New MQTT Client Integration:
- Implemented MQTT broker and client integration with support for:
- Customizable MQTT topics
- TLS authentication and certificate validation
- Implemented MQTT broker and client integration with support for:
-
BLE Support:
- Added comprehensive Bluetooth Low Energy (BLE) support through Aruba for the following devices:
- EMDCB devices
- STM550B devices
- Added comprehensive Bluetooth Low Energy (BLE) support through Aruba for the following devices:
API Improvements¶
- Implemented activity count endpoint for EPAC devices.
- Implemented energy management endpoint for CT Clamp devices.
- Enhanced occupancy tracking and heatmap functionality to provide more accurate real-time data visualization for space utilization.
Other Enhancements¶
- Allowed EURID in addition to UUID in v0 requests.
Bug Fixes¶
- Fixed RSSI calculation.
- Fixed page loading issues related to null configurations.
- Fixed integration handling within tenant onboarding/offboarding.
- Fixed duplicate detection and telegram counting.
- Fixed device EEP and EURID validation.
- Fixed WSS URLs in integrations.
- Prevented best RSSI calculation from converging to all-time best.
- Fixed parsing of regular serial data.
2025.01¶
New Features¶
-
New User Interface:
- Introduced a new UI for managing devices and gateways.
- Added support for integrating different types of devices and services through the new UI, including SmartServer Local and Active Antenna integrations.
-
EEP Support:
- Added support for EEP D2-14-58.
- Added support for EEP D2-14-59.
- Added support for EEP D2-14-5c.
Bug Fixes¶
- Resolved a bug causing the RSSI to be shown from different gateways instead of the closest one.
2024.10¶
New Features¶
-
Authentication Improvements:
- Introduced refresh token support in
/auth/accessTokenfor extended session management.
- Introduced refresh token support in
MQTT Topic Changes¶
- Device and Gateway Data:
- Updated the MQTT topics used for device and gateway data streams to improve clarity and organization:
- Device data topic changed from
sensor/{deviceId}/#totenant@email.com/v0/sensor/{deviceId}/#. - Gateway data topic changed from
gateway/{mac}/#totenant@email.com/v0/gateway/{mac}/#.
- Device data topic changed from
- Updated the MQTT topics used for device and gateway data streams to improve clarity and organization:
Gateways Connection Changes¶
- Connection Parameters:
- Server URL is updated to
ingress.enocean.cloud. - Connection port is updated to the default https port
443.
- Server URL is updated to
Bug Fixes¶
- Resolved a bug causing
/devices/{deviceId}/signalto return incorrect signal strength values for certain devices.
Other Improvements¶
- Enhanced API response times for the
/gatewaysendpoints by optimizing database queries. - Improved error handling across all endpoints to provide more informative error messages.