zigbee-OTA icon indicating copy to clipboard operation
zigbee-OTA copied to clipboard

Sonoff TRVZB does not show new modes added in 1.4.0

Open GigiPompieru opened this issue 2 months ago • 0 comments

As per https://github.com/Koenkk/zigbee-OTA/pull/915 we should see two new modes after installing 1.4.0:

"Boost mode: Activates maximum TRV temperature for a user-defined duration, enabling rapid heating. " 
"Timer Mode: Allows customization of temperature and duration for precise heating control." 
"After the set duration, the system will return to its previous normal mode and temperature." 

These new values are not visible in Z2M and the TRV exposes the same values as in 1.3.0:

{
    "battery": 93,
    "child_lock": "LOCK",
    "closing_steps": 480,
    "external_temperature_input": 22.7,
    "frost_protection_temperature": 7,
    "idle_steps": 77,
    "last_seen": "2025-11-12T07:34:30.613Z",
    "linkquality": 98,
    "local_temperature": 23.2,
    "local_temperature_calibration": 0,
    "occupied_heating_setpoint": 18.5,
    "open_window": "OFF",
    "running_state": "idle",
    "system_mode": "heat",
    "temperature_accuracy": -1,
    "temperature_sensor_select": "internal",
    "update": {
        "installed_version": 5120,
        "latest_version": 5120,
        "state": "idle"
    },
    "valve_closing_degree": 100,
    "valve_closing_limit_voltage": 2820,
    "valve_motor_running_voltage": 1504,
    "valve_opening_degree": 100,
    "valve_opening_limit_voltage": 1842,
    "weekly_schedule": {
        "friday": "00:00/16 07:00/19 10:00/16 10:00/16 17:00/19 23:00/16",
        "monday": "00:00/16 07:00/19 10:00/16 10:00/16 17:00/19 23:00/16",
        "saturday": "00:00/16 07:00/19 10:00/19 10:00/19 10:00/19 23:00/16",
        "sunday": "00:00/16 07:00/19 10:00/19 10:00/19 10:00/19 23:00/16",
        "thursday": "00:00/16 07:00/19 10:00/16 10:00/16 17:00/19 23:00/16",
        "tuesday": "00:00/16 07:00/19 10:00/16 10:00/16 17:00/19 23:00/16",
        "wednesday": "00:00/16 07:00/19 10:00/16 10:00/16 17:00/19 23:00/16"
    }
}

Koenkk mentioned here that they should be already visible.

GigiPompieru avatar Nov 12 '25 07:11 GigiPompieru