Web Request: the agent can query APIs or web pages. This is a personal need that I implemented, and it’s ultra convenient!
Compare Times: time comparison
These new tools allow you to do very powerful things, for example, fetch the opening hours of a business and tell you if the business is currently open! Super convenient in scenes via the « Ask the AI » action.
The possibilities are endless!
Voice Assistant
Stop button to interrupt an ongoing response.
Microphone detection: If no sound has been recorded, Gladys displays an error message.
Matter
Extended support for new types of devices:
Vacuum cleaners
NOâ‚‚ sensors (nitrogen dioxide index)
Fans
Zigbee2mqtt
Update to Zigbee2mqtt 2.12.0
Support for the SONOFF SNZB-01M remote control (4 buttons)
Node-RED
Version selector to switch to a major version of Node-RED directly from the Gladys interface.
Thanks for the feedback! I’ll try to reproduce it. Sometimes the AI doesn’t feel the need to call the tools at its disposal. I think the fact that it’s a « pump » isn’t a word that fits in the lexical field of things to turn on/off like a light, that must play a role
However, tonight before upgrading to 4.79, the AI did some weird things and stopped working, even though at 1:00 PM I was able to start it without any issues and no debug logs:
Thanks @mutmut and @Nagromdark for your feedback on the Matter integration, could one of you provide me with Gladys logs after trying to click on « update » (downloadable in one click from « Settings » → « Systems »)
Hi @Nagromdark, this seems to come from Zigbee2mqtt, I asked the AI to investigate and:
Since Zigbee2MQTT 2.11.0, a regression was introduced in the Tuya converters for water level sensors (ME201WZ, ME202WZ, 872WZ, etc.):
Units got mixed up between mm, cm, and m
The installation_height and liquid_depth_max parameters changed units without the values being properly converted
Users saw anomalous values (e.g., ~10 m instead of ~1 m)
Several confirmed that reverting to 2.10.1 fixed the issue
A fix was merged on June 13, 2026, in zigbee-herdsman-converters (#12424): all measurements switch to meters, with scaling adapted per model. This fix is not in 2.12.0 (released on June 9) — it will arrive in a future version (likely 2.13.0).
We’ll have to wait for the next version of Zigbee2mqtt to get the fix
To facilitate debugging of the AI agent, I will add a button in the Artificial Intelligence integration to download the entire context sent to the agent, as well as the last 10 messages of the conversation.
LLMs are by nature « black boxes », and it is often difficult to reproduce the inconsistent behaviors reported by users. Responses heavily depend on the context of each home, connected devices, configured scenarios, etc. Two users may therefore get very different results with the same request.
@mutmut, this will notably allow me to analyze the problems you encounter more easily. Without access to the exact context sent to the model, it’s quite complicated to understand what’s going on
This will be available in the next version of Gladys!