Skip to content

Commit

Permalink
Add EN article
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles committed Oct 30, 2023
1 parent a71e91c commit cdbba87
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 3 deletions.
115 changes: 112 additions & 3 deletions blog/2023-10-30-gladys-4-30-alarm-mode.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,119 @@
---
title: Alarm mode
description: Alarm mode
title: Gladys gets a full alarm!
description: Security is the basis of home automation. Today, Gladys includes a complete alarm to help you manage your home's security.
author: Pierre-Gilles Leymarie
author_title: Founder of Gladys Assistant
author_url: https://twitter.com/pierregillesl
author_image_url: /img/pierre-gilles.jpg
image: /img/presentation/gladys-4-29.jpg
image: /img/presentation/gladys-assistant-4-30-en.jpg
slug: gladys-4-30-alarm-mode
---

Hi everyone!

Gladys Assistant 4.30 has just been released, and it's a hell of a version!!! 🥳

The main feature is the complete management of an Alarm mode that allows you to set up a complete home security system.

![Gladys iPad Alarm Mockup](../static/img/articles/en/gladys-4-30/alarm_ipad_mockup_en.png)

You've got to admit, it does make you want to 😎

## An alarm in Gladys

Gladys can now replace a complete alarm system by managing the various states of any good alarm system:

<!--truncate-->

![Gladys dashboard alarm](../static/img/articles/en/gladys-4-30/alarm-dashboard.jpg)

If you'd like to set up an alarm with Gladys, I've written [a complete tutorial](/docs/dashboard/alarm/) on the subject!

## Node-RED integration

It was already possible to interface Node-RED with Gladys (with the [MQTT integration](/docs/integrations/mqtt)), but this required some knowledge as you had to launch Node-RED yourself.

Lokkye has worked on a native integration so that anyone can launch a Node-RED instance alongside Gladys with a single click!

From now on, just go to the "Node-RED" integration and click on "Activate" to launch a Node-RED container:

![Node-RED Gladys integration](../static/img/articles/en/gladys-4-30/node-red-integration.png)

## Tuya: Power consumption management

Tuya integration now supports connected sockets that report electricity consumption data.

Thanks to Lokkye for the development 🙏

## Launch a scene from chat

This was already possible with the ChatGPT integration, but this command has just been added to the Gladys "local" chat model. You can now ask Gladys to launch a scene in the chat:

![Launch chat scene](../static/img/articles/en/gladys-4-30/cinema-scene.png)

Thanks to Lokkye for the development 🙏

## Launch a scene with MQTT

You can now launch a scene using MQTT by posting a message on the topic:

```
gladys/master/scene/SCENE_SELECTOR/start
```

By replacing `SCENE_SELECTOR` with the scene selector, which can be found in the scene edition URL.

For example, for the scene `http://192.168.1.10/dashboard/scene/cinema`, you'll need to send a message to the topic:

```
gladys/master/scene/cinema/start
```

Thanks Lokkye for the development 🙏

## Launch a scene when Gladys starts up

Want to receive a message when Gladys restarts? Perform an operation every time Gladys starts up?

You can now launch a scene when Gladys starts up:

![Scene when Gladys starts](../static/img/articles/en/gladys-4-30/gladys-start-trigger.png)

Thanks Lokkye for the development 🙏

## Zigbee2mqtt: Interface enhancement

Devices already added will no longer be displayed by default in the "Zigbee network discovery" page:

![Zigbee2mqtt hide devices already added](../static/img/articles/en/gladys-4-30/zigbee2mqtt-hide-already-added-devices.png)

And the Zigbee2mqtt URL is now displayed on the configuration page!

**Bug correction**: When changing the USB key port, Gladys restarts the Zigbee2mqtt container with the correct volume.

Thanks to AlexTrovato and Cicoub13 for these improvements 🙏

## Homekit: Humidity and leak sensors management

From now on, your leak and humidity sensors will be put back into Homekit!

Thanks bertrandda for the development 🙏

The complete CHANGELOG is available [here](https://github.com/GladysAssistant/Gladys/releases/tag/v4.30.0).

## How to upgrade?

If you installed Gladys with the official Raspberry Pi OS image, your instance will update **automatically** in the coming hours. It can take up to 24 hours, don't panic.

If you installed Gladys with Docker, make sure you are using Watchtower. See the [documentation](/docs/installation/docker#auto-upgrade-gladys-with-watchtower).

With Watchtower, Gladys will update automatically.

## Support us

If you want to support us, there are many ways:

- Answer posts on the forum, give your feedback.
- Help us improve the documentation.
- Develop new features/integrations on Gladys, we are 100% open-source.
- Subscribe to [Gladys Plus](/plus), at -40% right now!!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdbba87

Please sign in to comment.