The Notificator Project ecosystem now includes Matter-enabled devices, improved mobile onboarding, MQTT + Matter firmware hardening, and major reliability improvements across the platform.
The Notificator Project ecosystem continues evolving beyond traditional notifications and deeper into smart-home and physical-device integrations.
This update introduces:
The goal remains the same:
Deliver notifications where they are actually useful — not just inside dashboards ( we do that as well ).
Notificator Project already supports:
With this release, the ecosystem now expands into Matter-compatible smart-home environments.
This allows notifications to participate directly in:
The platform is gradually evolving into a broader notification and automation ecosystem rather than a traditional alert-only system.
The mobile app now supports a dedicated Matter device type during onboarding and setup.
Matter devices behave differently from existing Early Access MQTT devices, so the setup experience was redesigned to become capability-aware.
The app dynamically adapts based on the selected device type and only displays controls relevant to that hardware.
Matter devices now automatically hide unsupported functionality.
Examples include:
This keeps onboarding significantly cleaner and easier to understand.
The app also now includes dedicated Matter icons throughout the interface for easier device identification and management.
One of the most interesting parts of this release wasn’t the UI.
It was getting Matter, BLE, TLS, MQTT, Wi-Fi, and real-time notification handling to coexist reliably on an ESP32-C3.
On paper, it sounds manageable.
In reality, every byte starts mattering very quickly.
The firmware now powers a surprisingly complex stack:
All running inside a constrained embedded environment.
This release involved a huge amount of iteration around reliability, heap pressure, transport behavior, and reconnect discipline.
At the core of the firmware is a Matter-aware MQTT bridge.
The device listens for MQTT events and exposes them into Matter ecosystems using dedicated virtual switch endpoints.
Current severity mappings include:
infowarningcriticalEach severity maps to its own Matter endpoint to make Home automations cleaner and more predictable.
This allows users to create automations like:
The goal was simplicity and reliability rather than over-engineering the automation model.
Early firmware iterations exposed several real-world issues:
The firmware architecture had to evolve significantly to stabilize runtime behavior.
One major improvement was separating MQTT behavior from Matter commissioning.
During commissioning:
This prevents BLE commissioning and TLS negotiation from competing for memory and networking resources.
That separation alone dramatically improved setup stability.
A large part of development became a constant balancing act around RAM usage.
Several important optimizations were introduced:
JSON-heavy parsing paths were intentionally removed from the notification flow to reduce fragmentation and runtime allocation pressure.
The result was a much more stable system under long-running real-world conditions.
The MQTT/TLS stack also received extensive hardening.
The firmware now includes:
These changes dramatically improved reconnect reliability on constrained hardware.
One major takeaway from this firmware cycle is that transport reliability matters just as much as application logic.
Real-world Wi-Fi instability can affect:
Interestingly, MQTT delivery may still continue functioning while Matter automation propagation temporarily degrades.
That became one of the biggest lessons throughout development:
Reliable IoT systems are as much about networking behavior as application architecture.
One funny contrast throughout this entire process was switching between firmware work and mobile app development.
On the ESP32-C3:
Then you move back to the mobile app and suddenly you have effectively unlimited resources by comparison.
After spending hours optimizing heap usage and reconnect logic on embedded hardware, it honestly feels luxurious returning to modern mobile environments where complex UI interactions, animations, caching layers, and large data structures are almost effortless.
That contrast became one of the most enjoyable parts of working on the ecosystem as a whole.
The mobile app also received several important updates alongside the firmware release.
Notification refresh behavior was improved when reopening the app from:
Recent notifications now appear significantly faster across both:
Another major focus area was Android modal behavior.
Several spacing and layout fixes were introduced to improve compatibility with:
The update improves:
Special thanks to community testers who helped identify and validate these edge cases during testing.
The Notificator Project ecosystem is gradually becoming a unified platform connecting:
The long-term goal is flexibility.
Users should be able to choose how and where notifications appear:
The Matter firmware shown in this update will soon become publicly available for free.
Anyone with a compatible ESP32-C3 board will be able to install the firmware directly using the upcoming web installer without needing to manually build or flash the project themselves.
This is an important step toward making the ecosystem more accessible to developers, makers, and home automation enthusiasts who want to experiment with Matter-enabled notification devices using inexpensive hardware.
At the same time, the hardware ecosystem continues expanding.
Two additional firmware variants are already close to release:
The goal is not to build a single device.
The goal is to build a flexible notification ecosystem where users can choose the form factor and delivery experience that best fits their workflow.
The Notificator Project ecosystem continues evolving across:
Free.
Open.
Extensible.
Subscribe to our newsletter!