Namron Zigbee Edge Termostat (4512783/4512784)

I find the documentation for this device rather lacking and wonder if anyone has figured out the answers to the following questions:

  1. Is there a newer firmware than v1.12 (20241017)?

  2. The only way to update the firmware is via “the mobile app” via bluetooth, right? (The mobile app seems to be called “Namron Simplify”, but it doesn’t seem to b available on the German App Store.)

  3. Is there any way of showing the current temperature of the floor sensor or the external sensor? (I have tried setting the Control function to “floor sensor” as well as to “external sensor” but the temperature shown in the display is always the temperature of the internal sensor. Edit: I might have to take that back. The temperatures of all sensors might be too similar right now, so I’ll have to check again once one of them is clearly different)

  4. What does the “Intelligence” setting do?

Please feel free to share any information about the device, even if it doesn’t respond to any of these questions.

I can confirm that the displayed temperature (as well as the temperature transmitted via Zigbee) is the temperature of whatever sensor is set to control the heating (Shown as Sensor mode in Zigbee2mqtt). Unfortunately, the display won’t tell you which of the sensors is currently active.

Likewise, in HA, the temperatures are logged to the same variable, regardless of what sensor is active. So I’m planning to create dummy sensors in HA that log the transmitted temperature based on which sensor is active, so that all readings from the external sensor are logged separately from the other sensors. Any suggestions of how to accomplish that in HA?

I found the app. It is called “OTA upgrade” and is not published by Namron but by a Chinese company, presumably the one that is also manufacturing the hardware.

It offers two upgrades: MCU (Microcontroller unit) and Zigbee:

The MCU update worked (it upgraded from 1.0.9 to 1.0.14) but the Zigbee upgrade keeps failing with a simple “Oops!” error:

Turns out that that firmware version refers to the firmware of the Zigbee module, and since the update fails, I still don’t know whether there is a newer version.

I do, however, know now, that there is a higher version than 1.0.9 for the main MCU firmware. As of October 2025 it is 1.0.14. It was apparently published on 3 March 2025.

I don’t know what has changed. I did not notice any changes.

Meanwhile, I bumped into a limitation of the thermostat: it only reads (and displays) the temperature at the sensor that is currently controlling the thermostat (except when it is in “regulator” mode; in that case, it continues to read (but not display) the last used sensor.

When using the thermostat with zigbee2mqtt, this means that the local_temperature topic that it publishes can mean three different things, depending on the value of sensor_mode : it can indicate the temperature of the floor, the external sensor or the internal sensor. This means, that the current value cannot be interpreted without also consulting the the sensor_mode value. Also, it leads to inconsistent time series, if you’re logging the values over time.

I have tried to fix this with the script (a zigbee2mqtt extension) I published here:

It does indeed publish separate topics for each sensor but the problem is that those don’t show up in home assistant. I guess I will have to read up on how to itengrate mqtt topics into home assistant, but if anyone can give me a hint, that would be great.