This is an enhanced fork of the official ThirdReality Hubitat driver repository. It includes improvements and additional features not available in the original version — most notably, dew point calculation for supported sensors.
⚠️ This fork is community-maintained by @krozgrov and is not affiliated with ThirdReality, Inc.
| Device | Model | Capabilities |
|---|---|---|
| ThirdReality Temp/Humidity Sensor | 3RHT18BZ (assumed) | Temperature, Humidity, Battery, Dew Point |
🧊 Note: Dew point is calculated only for devices that report both temperature and humidity.
For compatible environmental sensors (e.g., 3RHT18BZ), this driver adds support for dew point as a calculated attribute.
- Formula used: Magnus approximation (accurate for indoor climate ranges)
- Attribute exposed:
dewPoint(°C or °F based on Hubitat location settings) - Enables smarter rules and dashboards for:
- Humidity control
- Mold risk reduction
- HVAC optimization
- Open your Hubitat admin UI.
- Navigate to Drivers Code → New Driver.
- Copy the relevant
.groovyfile(s) from this repo. - Paste and save each one as needed.
Repeat this process for each device type you plan to use (e.g., plug, sensor, switch).
- Go to the Devices page in Hubitat.
- Select the ThirdReality device you'd like to configure.
- In the Type dropdown, choose the appropriate "ThirdReality..." driver.
- Click Save Device.
- Then click Configure (this initializes the device properly).
- Native Zigbee 3.0 support
- Dew point calculation for temp/humidity sensors
- Battery level reporting
- Power metering support (where applicable)
- Reliable state syncing and attribute publishing
- Debug and descriptive logging options
- Debug logging can be enabled via the device preferences.
- Logs automatically turn off after 30 minutes to reduce noise.
- Descriptive logs help confirm normal operation and remain enabled until disabled manually.
- Original driver source: ThirdReality Hubitat GitHub
- Enhancements and ongoing maintenance by @krozgrov
This repository inherits the MIT License from the upstream project. You are free to use, modify, and distribute with attribution.
Issues, pull requests, and testing feedback are welcome!
- Open an Issue
- Submit a Pull Request
Let’s make Hubitat + ThirdReality devices better together!