> For the complete documentation index, see [llms.txt](https://docs.mclimate.eu/mclimate-lorawan-devices/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-t-valve-lorawan/release-notes.md).

# Release notes

{% hint style="success" %}
MClimate is devoted to keeping our products up to date with the latest advances in the space of IoT. Thus, we push updates for the purpose of introducing New Features or in order to improve Existing Functionality. We are committed to making our products better!

We have made the option to update the firmware of your device (check improvements each version brings below) via a remote update. Learn on how to initiate the update in the [FUOTA section](/mclimate-lorawan-devices/firmware-upgrade-over-the-air-fuota.md) of our documentation.
{% endhint %}

**Would you like to receive news about new firmware updates for our products?**\
**Subscribe to our newsletter via the link below.**

{% embed url="<https://mclimate.eu/pages/firmware-updates-newsletter>" fullWidth="false" %}

### Firmware version 1.6

**Release date:** \
02 September 2024

* **FUOTA** functionality added;
* Bits 5 and 6 at long keep-alive message byte 1 (manual valve open/close indicators) were swapped, fixed now.
* Device now exchange radio data in the common way used at all other company devices: accepts one or more get commands in a downlink and appends multiple command responses in uplink. Get command is appended always to long keep-alive command and never to short keep-alive.
* Device sends multiple get commands appended to the 1st uplink.
* Device now can operate with both unconfirmed and confirmed uplinks. By default unconfirmed are used. Since some device events still require confirmation from the server (flood or fraud detection), it sends those with confirmed uplinks. Otherwise long keep-alive message with the related reason will be invoked up to 8 times by the device.

### Firmware version 1.5

**Release date:** \
11 May 2021

* Bug fixed at LoRaWAN MAC Layer

### Firmware version 1.4

**Release date:** \
20 April 2021

* Add a command for device deactivation (0x0B)
* Improve the button press detection logic to handle more than one pressed button at a time

### Firmware version 1.3

**Release date:** \
1 Jan 2021

* Introduction of new, better optimized firmware libraries
* DevEUI, AppEUI, AppKey are not configurable via UART

### Firmware version 1.2

**Release date:** \
31 July 2020

* Bug fix related to power consumption.

### Firmware version 1.1

**Release date:** \
22 July 2020

* Initial firmware release


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mclimate.eu/mclimate-lorawan-devices/devices/mclimate-t-valve-lorawan/release-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
