Hello everyone!
New Gladys release today, with some really nice features ![]()
Trigger with delay in scenes
It is now possible to add a delay before a scene is triggered based on a sensor value.
For example, if you have a motion sensor, and you want to check that there is no motion for at least 5 minutes before turning off the light, you can now do this:
This additional condition works with all types of conditions, even if itâs a condition like âIf the temperature is above 25°C for 30 minutes.â
This lets you avoid taking actions too hastily if a value briefly goes out of range and then recovers.
What happens under the hood in the motion sensor example:
- As soon as an âOFFâ value is received, Gladys starts a 5-minute timer
- During the 5 minutes, if an âONâ value is received, it cancels the timer
- During the 5 minutes, if an âOFFâ value is received, nothing happens (and the currently running timer keeps running)
- After 5 minutes, if nothing has canceled the timer, the scene executes
Addition of a « Push button » feature
You can add a new type âPush buttonâ in the MQTT integration:
On the dashboard, this button will appear like this:
On the MQTT side, it will always send the value â1â.
Send a Zigbee2mqtt message in scenes
Do you have a Zigbee device managed by Zigbee2mqtt but not yet by Gladys?
Before itâs integrated into Gladys, you can now control that device from scenes:
Documentation: Envoyer un message Zigbee2Mqtt | Gladys Assistant
(Please still tell us about it on the forum so we can integrate it!)
Thanks @_Will_71 for the development ![]()
Lixee TIC: Specific features
@_Will_71 worked to make the Lixee TIC features display more clearly in Gladys:
At the next Gladys update, all old features will be migrated automatically to the new ones!
Please let us know if the migration does not go as planned.
« Ask the AI » in scenes
This update adds the necessary building blocks allowing ChatGPT in scenes to not respond to you when itâs not required.
For now, the feature is not enabled, Iâm waiting for the update to roll out before enabling it on the Gladys Plus side.
Miscellaneous improvements:
- Zigbee2mqtt: Added the Develco iomzb 11 by @_Will_71
- The Zigbee coordinator is now hidden in Zigbee2mqtt (thanks @cicoub13)
- Fix for an English and German translation issue on the triggers « User enters/leaves the house »
- Security fix on the get users that allowed instance users to list some private attributes of a user (No impact for instances where users are a trusted circle).
- Fix for a bug on the « Device state change » trigger when a presence sensor was replaced by another.
The full CHANGELOG is available here
How to update?
Make sure you use Watchtower for automatic updates. See the documentation.
With Watchtower, Gladys will update automatically.









