A desktop application for monitoring temperature readings from the Omega HH42 thermocouple thermometer.
- Real-time temperature display - View live readings from your HH42 device
- Temperature charting - Visualize temperature trends over time
- Data logging - Automatically records readings to a local database
- CSV export - Export your data for analysis in Excel or other tools
- Cross-platform - Runs on Windows, macOS, and Linux
Download the latest release for your platform from the Releases page:
| Platform | File |
|---|---|
| Windows | OmegaHH42 Setup x.x.x.exe |
| macOS | OmegaHH42-x.x.x.dmg |
| Linux | OmegaHH42-x.x.x.tar.gz |
- Connect your Omega HH42 device via USB
- Launch OmegaHH42
- Select your device's COM port from the dropdown or use Simulate mode
- Temperature readings will appear automatically
- Omega HH42 thermocouple thermometer
- USB cable for device connection
- Windows 10+, macOS 10.13+, or Linux
Since the app is not signed with an Apple Developer certificate, you may need to right-click the app and select Open, then click Open in the security dialog.
# Clone the repository
git clone https://github.com/Pslice/omega-hh42.git
cd omega-hh42
# Install dependencies
npm install
# Run in development mode
npm start
# Build for your platform
npm run dist:win # Windows
npm run dist:mac # macOS
npm run dist:linux # LinuxIf you encounter issues or have questions, please open an issue on GitHub.
MIT