Smart Thermostat (Matter / Zigbee / Z-Wave OEM)
OEM smart thermostat from China. Matter 1.2 / Thread/WiFi, Zigbee 3.0, Z-Wave 800. 24V US and 230V EU wiring. CE, FCC, CSA certified.
Matter vs Zigbee vs Z-Wave: Choosing a Protocol Stack Before You Commit to a Factory
Protocol selection locks in your chipset, your certification scope, and which factories can actually build your product. Making this decision after tooling starts is expensive.
Matter 1.2 over Thread or WiFi. Matter is the CSA (Connectivity Standards Alliance) application-layer standard — it defines how the thermostat appears to a home ecosystem (Apple Home, Google Home, Amazon Alexa), not how the radio works. The transport is either WiFi (802.11 b/g/n 2.4GHz) or Thread (802.15.4), and the choice matters operationally:
- Matter over WiFi connects directly to the home router. No Thread border router required. Simpler for the end user, but WiFi power consumption (~60–100mA active) rules out battery-only designs. Espressif ESP32-C3 and ESP32-S3 are the dominant chips; Espressif ships a pre-certified Matter SDK and has Matter-certified modules (ESP32-C3-MINI-1) that can be used under their existing CSA Matter certificate — scope limited to the module; your finished product still needs its own Matter device certification.
- Matter over Thread consumes roughly 5–15mA active, enabling battery-backed designs. Thread requires a Thread Border Router in the home (an Apple HomePod mini, Google Nest Hub 2nd gen, or Amazon Echo 4th gen all double as Thread border routers). The Silicon Labs MGM240 module family (made by Silicon Labs, manufactured in China by authorized partners) is the most common Thread radio used in Chinese OEM thermostats. Silicon Labs’ pre-certified modules cover radio/RF compliance; Matter application-layer certification is still required per product.
Zigbee 3.0. Mature, widely deployed, supported by Samsung SmartThings, Philips Hue bridges, and many Chinese hubs. Not natively compatible with Matter without a hub acting as a bridge (the Matter-Zigbee bridge spec exists but implementation is hub-dependent). Tuya’s TYZS4 and TYZS6 Zigbee modules are pre-certified under Tuya’s own BQB (Bluetooth Qualification Body) and FCC IDs — if you use their modules, you inherit their radio certification, but the Tuya Cloud dependency is baked in unless you negotiate a white-label SDK agreement. Espressif’s ZB-series chips give you more firmware control. Zigbee 3.0 thermostats typically land in the $18–28 EXW range at 1,000+ units.
Z-Wave 700/800 series. Z-Wave operates at 868MHz (EU) / 908MHz (US), a sub-GHz band with better wall penetration than 2.4GHz protocols. Z-Wave 800 (Silicon Labs ZGM230) extends mesh range to ~100m line-of-sight and adds SmartStart QR provisioning. Z-Wave requires a Z-Wave controller (SmartThings hub, Vera, Home Assistant with a Z-Wave stick) — the installed base is smaller than Zigbee or WiFi. The upside: Z-Wave 800 implements End-to-End S2 encrypted mesh routing, which is technically more capable than Zigbee’s mesh at long range. Chinese factories with Z-Wave capability are fewer than Zigbee; expect <15 factories in Shenzhen/Dongguan with production Z-Wave thermostat experience. Our sourcing service pre-screens for Z-Wave 800 production capability specifically.
Multi-protocol designs. Some OEM platforms (Tuya’s latest WBR3 module, Espressif ESP32-H2) combine WiFi + Zigbee or WiFi + Thread in a single chip. This adds BOM cost ($1.50–3.00 per unit) and firmware complexity but opens compatibility with multiple ecosystems. For a mid-range OEM thermostat targeting retail, a dual-radio WiFi+Thread design covering both Matter transports is increasingly the baseline.
24V American vs 230V European Wiring: What Changes in the Hardware
The wiring system determines your relay, your power supply architecture, and a significant chunk of your certification scope. American 24V HVAC and European 230V line-voltage are not firmware variants of the same design — they require different PCB layouts.
24V American systems. Standard North American HVAC uses a 24VAC control circuit from the air handler’s transformer. The thermostat switches low-voltage signals (24VAC, typically <1A per stage) to control heating (W/W1/W2), cooling (Y/Y1/Y2), fan (G), and reversing valve (O/B). The critical wiring variable is the C-wire (common wire):
- With C-wire: The thermostat draws continuous 24VAC power (typically 50–200mA depending on display and radio). No battery drain during normal operation. This is the preferred design for Matter/Thread and TFT display thermostats.
- Without C-wire (power stealing): The thermostat harvests current through the heating or cooling relay contact in series with the HVAC load. Current budget is approximately 30–80mA — enough for a low-power radio (Zigbee, Z-Wave) and an e-ink display, but insufficient for WiFi at 100mA+ active current. Power-stealing designs cause “chattering” on some HVAC systems where the system incorrectly detects a call for heat. Compatibility must be validated against common US HVAC controllers (Honeywell R8285, White-Rodgers 1F95). Request a power-stealing compatibility list from the factory before committing to a 2-wire design.
230V European line-voltage systems. European residential thermostats switch the mains load directly — 230VAC at the relay output. The relay rating is load-dependent:
- Resistive load (electric underfloor heating, panel heaters): Standard 10A 230VAC relay. A 10A relay at 230V controls up to 2,300W of resistive load.
- Inductive load (boiler firing circuit, fan-coil units): The relay must be rated for the inductive surge. A 5A resistive-rated relay may fail within months on a boiler circuit. Specify relay part numbers and load ratings explicitly in your product spec — this is a factory-side change that cannot be done in firmware.
- CE marking for 230V thermostats falls under the Low Voltage Directive (LVD 2014/35/EU) and the Radio Equipment Directive (RED 2014/53/EU) if the device has a radio. The EN 60730-1 standard (Automatic electrical controls) applies to the switching function. EN 60730-2-9 is the product-specific standard for thermostats. UKCA requires equivalent testing under the UK Statutory Instrument.
OEM wiring diagram customization. The wiring label silk-screen on the device back and the in-box wiring guide are OEM-configurable at tooling stage. If your product targets a specific market (US only, or DE/AT/CH only), the factory can produce market-specific wiring variants from a shared PCB with different relay population and terminal labeling. Confirm this before tooling — retroactive label changes require new mold inserts.
Temperature Measurement Accuracy: NTC vs RTD, and Where the Error Actually Comes From
The ±0.2°C vs ±0.5°C accuracy figure on a spec sheet rarely reflects what happens in a real installation. Understanding the error sources lets you specify — and inspect — accurately.
NTC thermistor (Negative Temperature Coefficient). The standard sensor in <$30 OEM thermostats. A 10kΩ B3950 NTC has approximately ±1% resistance tolerance from the factory, which translates to roughly ±0.5°C at 20–25°C ambient. The B-coefficient variation between batches from different Chinese NTC manufacturers (TDK-Lambda, Murata, and domestic suppliers like Amphenol) can introduce an additional 0.3–0.5°C drift over the 0–40°C operating range if the firmware uses a fixed B-value lookup table rather than the Steinhart-Hart equation with the specific batch’s characterized coefficients. Specify “Steinhart-Hart calibrated firmware” and request calibration data with each production batch.
RTD (Resistance Temperature Detector, typically Pt100 or Pt1000). More accurate and more stable over temperature than NTC. A Pt1000 RTD has a nearly linear resistance-temperature relationship (3.85Ω/°C), making firmware linearization straightforward. Accuracy of ±0.2°C is achievable with a Pt1000 and a proper 4-wire measurement circuit. Cost premium: approximately $0.80–1.20 per unit in BOM, plus a more complex ADC front-end. Specified in premium and commercial thermostat designs; overkill for most consumer OEM applications.
Self-heating error. The display backlight and the main relay generate heat inside the enclosure. A 3.5” TFT display at full brightness draws 80–120mA from a 3.3V rail — roughly 0.3W of heat inside a closed enclosure. On enclosures without a thermal isolation slot between the electronics compartment and the sensor chamber, the measured temperature reads 1.5–3°C above ambient during continuous display operation. Good OEM PCB designs place the sensor on a separate daughterboard or route it externally, with an air gap between the relay and the sensor trace. Inspect PCB layout samples from the factory specifically for thermal isolation before production approval — our inspection service includes thermal imaging of PCB samples.
EN 60730-1 Class II requirement. European market thermostats that control heating equipment must comply with EN 60730-1 (Automatic electrical controls for household and similar use). Class II (for protection against overheating) requires that the control function operates within ±2°C of setpoint under the standard’s test conditions. A poorly calibrated NTC with 1°C firmware offset error and 1.5°C self-heating bias will fail this test. Plan for factory calibration at end-of-line if the design targets the European market — individual unit calibration adds approximately $0.40–0.80 per unit to production cost but is necessary for CE certification compliance.
Calibration offset in firmware. Most OEM thermostat firmware includes a user-accessible offset adjustment (typically ±3°C in 0.5°C steps). This is not a substitute for factory calibration — it is a field correction tool for installation-specific conditions (thermostat mounted in direct sunlight, near a vent, etc.). Factory calibration should bring the unit within ±0.5°C of true ambient before the offset feature is considered.
Matter Certification Path for OEM Products: Costs, Timelines, and the Pre-Certified Module Shortcut
Matter certification is mandatory to display the Matter logo and appear in Apple Home, Google Home, or Amazon Alexa as a native Matter device. The process has two viable paths for OEM buyers.
Full product certification (direct CSA membership route).
- CSA membership: $10,000–25,000/year depending on membership tier. Required to submit a product for Matter certification and to use the Matter logo. One-time joining fee plus annual dues. For a single-product OEM, this cost is often a barrier.
- Authorized Test Laboratory (ATL) testing: $8,000–15,000 per product SKU, covering the Matter functional test suite (commissioning, clusters, network behavior) and radio compliance (FCC Part 15 / CE RED) if the radio is not already certified. Timeline: 6–10 weeks at a reputable ATL (TÜV Rheinland, UL, Bureau Veritas all have Chinese labs). Budget 12–16 weeks from sample submission to certificate, accounting for test iterations.
- Firmware version locking: The Matter certificate is tied to a specific firmware version and hardware revision. Any firmware update that changes Matter cluster behavior or commissioning flow requires a re-attestation or Delta Certification — add this to your ongoing maintenance budget.
Pre-certified module route (recommended for most OEM buyers).
Chinese factories building Matter thermostats predominantly use one of three pre-certified module platforms:
-
Espressif ESP32-H2 — supports both WiFi and Thread (802.15.4). Espressif holds Matter certification for the module’s RF and Matter stack. An OEM product using the ESP32-H2 module inherits the module’s radio certification (FCC/CE ID transfer) and can undergo a shortened Matter product certification (Product Attestation Authority scope only, not the full stack re-test). The ESP32-H2 module route reduces ATL testing cost to approximately $4,000–7,000 and cuts timeline by 4–6 weeks. Espressif’s reference Matter SDK (ESP-Matter) is open-source and actively maintained.
-
Silicon Labs MGM240 — the dominant Thread-only module for North American market thermostats. Silicon Labs holds Matter over Thread certification. Their OpenThread + Matter stack is production-proven. Factory cost is higher than ESP32 (module price approximately $3.50–5.00 EXW vs $1.20–2.50 for ESP32-H2), but Silicon Labs’ support ecosystem for HVAC OEM applications is more mature.
-
Tuya WBR3 / WB3S modules — pre-certified for WiFi Matter and Zigbee 3.0. The Tuya route trades certification cost savings for platform dependency: the Tuya Cloud is part of the architecture, and white-labeling the app requires a Tuya OEM agreement ($3,000–8,000 setup fee plus per-device cloud revenue share). Acceptable for products that will live inside the Tuya ecosystem; problematic if you want native Matter commissioning outside of Tuya.
DAC (Device Attestation Certificate) provisioning. Every Matter device requires a unique DAC provisioned at the factory, signed by your Product Attestation Intermediate (PAI) certificate. The DAC chain traces back to the CSA’s Product Attestation Authority (PAA) root. For OEM buyers using Espressif’s module platform, Espressif offers a DAC provisioning service — the factory programs unique DACs during production without requiring you to operate a PKI. The per-device cost for Espressif’s DAC provisioning service is approximately $0.05–0.10 per unit, billed through your factory agreement. Verify with your factory that DAC provisioning is confirmed in their production process — DAC provisioning failures discovered post-shipment require a factory recall for firmware reflash. Our sourcing service confirms DAC provisioning workflow with factories before recommending them for Matter products.
Timeline summary for a typical OEM thermostat project:
| Phase | Duration |
|---|---|
| Factory identification and audit | 3–4 weeks |
| Engineering sample (ES) and PCB review | 3–5 weeks |
| Matter ATL test submission | 6–10 weeks |
| FCC/CE concurrent radio test | 6–8 weeks (can overlap with ATL) |
| Pre-production sample approval | 2–3 weeks |
| Production and QC | 3–5 weeks |
| Total (new product) | 22–35 weeks from factory selection |
For buyers using an existing factory platform with a firmware reskin (Tuya or Espressif reference design), the ES and ATL phases compress significantly — expect 14–20 weeks total.
See our guide to sourcing electronics from China for a broader view of the OEM product development timeline and how to structure factory agreements to protect IP during the engineering phase. For smart home products specifically, the smart home industry page covers the common certification and interoperability issues we see across thermostat, lighting, and sensor sourcing projects.
Saudi / GCC market notes
For the Saudi market, the radio needs CST type approval and the battery a UN 38.3 report plus MSDS, alongside SASO/SABER safety conformity (IEC 60335/62368). Build any mains version to 220V/60Hz with a Type G plug, and supply an Arabic manual and label. See sourcing smart home devices for Saudi Arabia; we verify CST and UN 38.3 documentation at pre-shipment inspection.
Have a sourcing project in mind?
Tell us what you need. We respond within 24 hours, including weekends.