Gladys Assistant v4.11.1: New Zigbee devices, Tasmota bug fix & Open-Zwave migration

Hello everyone!

Gladys Assistant v4.11.1 is available with a set of fixes :slight_smile:

Notably:

  • Support for Zigbee multi-button devices like LORATAP remotes (#1572) Thanks @AlexTrovato :folded_hands:
  • Fix for a parsing bug on Tasmota temperature sensors (#1614) Thanks @AlexTrovato :folded_hands:
  • Fix for a variable replacement bug in the scenes « send a message » action. (#1504) Thanks @cicoub13 :folded_hands:
  • Open-Zwave integration: The integration will soon be removed from Gladys. A « Convert to MQTT device » button was added to allow users to migrate to a ZwaveJS2Mqtt + Node-RED solution.

The integration now looks like this:

To learn more about why this integration will be removed, and the ongoing work on the subject: https://community.gladysassistant.com/t/v4-integration-z-wave/6057/107?u=pierre-gilles

  • Core: Integrations can now send historical states of a sensor to make possible integrations that need to synchronize past data (as opposed to « live » data) like integrations currently do.

This work paves the way for the Withings and Enedis integrations.

For developers, this means it is now possible to do this:

this.gladys.event.emit(EVENTS.DEVICE.NEW_STATE, {
   device_feature_external_id: 'enedis:hub:1',
   state: 29,
   created_at: '2022-10-04T04:25:50.835Z',
});

The full CHANGELOG is available here .

How to update?

If you installed Gladys with the official Raspberry Pi OS image, your instances will update automatically in the coming hours. This may take up to 24 hours, don’t panic.

If you installed Gladys with Docker, make sure you are using Watchtower (See the documentation )

8 Likes

Thanks again for all the work you did!
So happy with my remote control for controlling my outlets :wink:

2 Likes