Hello everyone!
Following all my work on the scenes, I pushed a first release on the Docker dev tag with quite a few new scene actions/triggers ![]()
Time Condition
It is now possible to make a condition on the time in the scenes so that the scene only continues at certain times/days.
Example:
« I want my scene to only be able to run on weekends, between 8 a.m. and 12 p.m. »:
« I want my scene to only be able to run on Monday after 8 a.m. »:
When the house is empty
This trigger will launch the scene when the house is empty, i.e. when the last user in the house leaves the house.
When the house is no longer empty
This trigger will launch the scene when the house is no longer empty (and it was before), i.e. when a user enters the house and is the first to enter.
When a user enters the house
This trigger will launch the scene when user X enters the house.
When a user leaves the house
This trigger will launch when user X leaves the house.
Using the response of an HTTP request in the scenes
Small demo:
Bug fix on Gladys Plus
@Mastho had a problem for a while on Gladys Plus, his connection not being good, Gladys Plus sometimes disconnected, but the reconnection was becoming more and more difficult over time. It was a problem with a Node.js listener that was placed in the wrong place, and thus listened with an extra listener each time Gladys reconnected. It was problematic
The bug is fixed.
As always, I welcome any feedback @contributors ![]()
Once you have given me your feedback, I will make a release!







