Home Assistant on a smartwatch should feel immediate
TechRexOS is designed around short interactions: turn a light on, close a blind, open a gate, trigger a scene or check a state. The watch UI is intentionally focused on wearable actions rather than reproducing a full Home Assistant dashboard on a small display.
MQTT as the connection layer
TechRexOS is designed to communicate with home automation through MQTT. In a Home Assistant environment, that gives the watch a clean way to exchange commands, states and events while keeping the wearable interface independent from the automation backend.
Home Assistant Wear OS vs TechRexOS
Home Assistant has an official Wear OS companion experience for Wear OS watches. TechRexOS takes a different route: it is an ESP32-S3R8 based smartwatch platform built specifically around Smart Home control. It is not Wear OS, and it does not try to imitate a phone app.
Local-first Home Assistant control
A Home Assistant installation is often chosen because users want local control. TechRexOS follows the same direction: MQTT communication can remain inside the local network so core watch-to-home actions do not have to depend on an external cloud round trip.
What TechRexOS Studio adds
TechRexOS Studio is planned as the web interface for configuring the watch: choosing devices, screens, tiles and MQTT integrations from a browser instead of treating every configuration change like a firmware development task.
Questions people ask
Does TechRexOS replace the Home Assistant mobile app?
No. The goal is different. TechRexOS is designed for fast wearable control of selected actions and states, while a phone or browser remains better for full administration.
Is TechRexOS a Wear OS smartwatch?
No. It is an ESP32-S3R8 based platform with its own firmware and UI.
Does the watch require Home Assistant?
No. Home Assistant is one integration target. The same MQTT-oriented approach can be used with Domoticz, openHAB, BMS or custom automation.