Updates for EZLogic - 1.42.1 (Ezlo Hubs only)

Updates for EZLogic - 1.42.1 (Ezlo Hubs only)

Link: https://ezlogic.mios.com/
Previous: Updates for EZLogic - 1.41.1 (Ezlo Hubs only)

Device Settings. Device room management.
We applied changes to devices room management. By default, child devices follow parent device room and it was not possible to change their room. You saw the rooms dropdown on the device card, but when you tried to change the room you had no results.

In case if device does not have ability to have its own room we will display its current room name.
image

For the devices with an ability to have its own room, we will display rooms dropdown.
image

Note: some child devices could have its own room. It defined by manufacturer or plugin developer. That value exposed in device payload by “parentRoom” property. If “parentRoom”:false - it means that child device could be placed in its own room.

For parent devices, which have at least one child device with “parentRoom”:false, by clicking on new room in the dropdown we will show the dialog. Here you should decide, would you like to move your child devices to the same room as parent or leave them without changes.

Local MeshBot. Trigger. Local Variables.
We added Local Variables node in trigger section. To use Local Variables as a left side comparator:

  1. Select Local Variable node
    image

  2. Select a Variable
    image

  3. Choose comparator
    image

  4. Select the value type you want to compare with
    Note: it is possible to compare with Value or another Local Variable with the same type:
    image

The full trigger could look like:

Example for color variable:


Note: Some variable types have different list of comparators. For example, color variables have “Equal” and “Not equal” comparators.
image

Fixes and Improvements:

  1. Fixed menu text field width on customization page.
  2. Fixed trigger nodes options in Cloud MeshBot.
5 Likes

Is it possible that if a temperature sensor delivers negative values, it is displayed as “offline” with a white background in the Dynamic Dashboard? This morning I had three sensors, all of which displayed negative values and all had a white background (I can’t remember whether they were also marked offline). The sensors that now have positive values are all green again.

image
image

Edit: I just saw it again. Sensors with values of 0.0 or less are shown as offline with a white background. Also, the unit is in a different font.
image

Thank you for letting us know about this @Odysee
We will take a look and gather some more information to discard an interface bug.