We’re happy to announce that Domoticz version 2026.3 is now available!
This release brings a wide range of improvements, bug fixes, and performance enhancements to make your home automation setup even more reliable and efficient.
https://www.domoticz.com/2026.3/
This release includes security fixes in the web server and API, including hardening of the OAuth2 authorize endpoint, an authorization fix for the udevices endpoint, authentication for WebSocket connections when website protection is enabled, and a broad hardening pass on the libwebem web server covering authentication, request parsing, proxy trust, HTTP framing, sessions and resource limits.
Upgrading is strongly recommended for everyone, and especially if your Domoticz is reachable from outside your home network. If it is, please also consider putting it behind a VPN rather than exposing it directly to the internet.
Our thanks go to the security researchers who reported these issues privately and gave us the time to fix them properly.
- Dynamic Dashboard: many additions and fixes, including a barometer trend graph, Stat Counter trends, more sensor types and Custom Sensor support in the Custom Chart widget, a Stop button and position slider for blinds, and precise numeric entry on the dial setpoint widget
- Charts and logs: 'week' range support for all sensor types in the JSON API, custom counter units in month/year graphs, and fixes to datapoint deletion and report date handling
- EvoHome: RAMSES-II HVAC ventilation support, exposing fan mode and speeds, CO2, air quality, humidity, temperatures, bypass position, air flow and filter/fault status
- MQTT Auto Discovery: better battery detection, Zigbee2MQTT 2.12 compatibility, force_update support, and select entities using value templates
- Netatmo: battery reporting and additional device scopes (note: existing users must re-select their scopes and re-authorize)
- Automation Wizard: selector level, alert device and user variable conditions
- Stability: fixes for a hardware start crash, a Python plugin deadlock, unresponsive cameras slowing the web interface, and duplicate rows from the nightly rollup
- Updated builtin SQLite to 3.53.4
Before updating, please make a FULL backup of your Domoticz folder
(or your SD card if you're running an embedded system).
This ensures you can always roll back to your previous version if needed.
Option 1 – Update via the Web Interface
Setup->Check for Updates->Update
Option 2 – Update via command line
If you are on the previous stable version, run the update command:
Code: Select all
cd domoticz
./updaterelease
Code: Select all
cd domoticz
./updatebeta
You can also rerun the installation script and choose Update:
Code: Select all
sudo bash -c "$(curl -sSfL https://install.domoticz.com)"
A big thank you to all volunteers who contributed to this release — we know it took a lot of effort and dedication!
We highly recommend updating to benefit from the latest fixes and improvements.
— The Domoticz Team