All Projects â†’ olegstepura â†’ Temper Hum Hid

olegstepura / Temper Hum Hid

🌡 TemperHum HID query API in C

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Temper Hum Hid

Nexus433
433MHz temperature and humidity sensor receiver that integrates with home automation systems.
Stars: ✭ 137 (+1270%)
Mutual labels:  sensor, temperature
embedded-sht
Embedded SHT Drivers for Sensirion Temperature and Humidity Sensors - Download the Zip Package from the Release Page
Stars: ✭ 53 (+430%)
Mutual labels:  sensor, temperature
Ha4iot
Open Source Home Automation system for .NET
Stars: ✭ 146 (+1360%)
Mutual labels:  sensor, temperature
Onewirehub
OneWire slave device emulator
Stars: ✭ 195 (+1850%)
Mutual labels:  sensor, temperature
homebridge-tion
Homebridge plugin to control Tion breezers
Stars: ✭ 32 (+220%)
Mutual labels:  sensor, temperature
Hydroponic Automation
A program to monitor and control 8 variables of a hydroponic gardening system
Stars: ✭ 38 (+280%)
Mutual labels:  sensor, temperature
BME680
Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
Stars: ✭ 30 (+200%)
Mutual labels:  sensor, temperature
Kotihome
Home automation system based on Arduino with sensors, Raspberry Pi, Node.js and React
Stars: ✭ 32 (+220%)
Mutual labels:  sensor, temperature
EnviroMonitorStation
Arduino compatible software for ESP8266 based environmental monitoring station. Includes temperature, humidity, barometric pressure and PM2.5, PM10 dust monitoring
Stars: ✭ 71 (+610%)
Mutual labels:  sensor, temperature
pymetawear
Community developed SDK around the Python bindings for the C++ SDK
Stars: ✭ 42 (+320%)
Mutual labels:  sensor, temperature
SHT31
Arduino library for the SHT31 temperature and humidity sensor
Stars: ✭ 26 (+160%)
Mutual labels:  sensor, temperature
SparkFun MLX90640 Arduino Example
Controlling and reading from the MLX90640 IR array thermal imaging sensor
Stars: ✭ 84 (+740%)
Mutual labels:  sensor, temperature
Sensors
A macOS application displaying the thermal, voltage and current sensor values.
Stars: ✭ 70 (+600%)
Mutual labels:  sensor, temperature
W1thermsensor
A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
Stars: ✭ 446 (+4360%)
Mutual labels:  sensor, temperature
Denon
👀 Monitor any changes in your Deno application and automatically restart.
Stars: ✭ 725 (+7150%)
Mutual labels:  daemon
F32 For Android
Android library for temperature conversions and weather forecasts. Includes wrapper for OpenWeatherMap API
Stars: ✭ 16 (+60%)
Mutual labels:  temperature
Immortal
â­• A *nix cross-platform (OS agnostic) supervisor
Stars: ✭ 701 (+6910%)
Mutual labels:  daemon
React Native Sensors
A developer friendly approach for sensors in React Native
Stars: ✭ 657 (+6470%)
Mutual labels:  sensor
Logmonitor
Monitoring log files on windows systems.
Stars: ✭ 23 (+130%)
Mutual labels:  daemon
Zx gesture sensor smd
The ZX Distance and Gesture Sensor is a touchless sensor that is capable of looking for simple gestures.
Stars: ✭ 5 (-50%)
Mutual labels:  sensor

TemperHum HID API and daemon for linux

This is my own implementation written in C. It's a daemon that can log results differently, has debug command line switch etc.

Reads temperature and humidity values from a TEMPerHUM HID device (1130:660c)

TEMPerHUM HID device is recognized by modern linux distributions as "Tenx Technology, Inc. Foot Pedal/Thermometer". It's a device with a Tenx HID chip which controls the onboard SHT1x temperature sensor. No /dev/ttyUSBx is created for such device.

This program uses corrections to measrements which are described in original SHT1x sensor datasheet. Supports multiple devices.

There was an eariler revision of TEMPerHUM which did not have a HID chip but was using USB-to-serial CH341 chip instead. If you have such device, use Simon Arlott's program instead: http://github.com/lp0/temperhum

Usage: temper-hum-hid [OPTIONS]...

  -h, --help                Print help and exit
  -V, --version             Print version and exit
  -v, --verbose[=filename]  Print debug messages, to standard output if no
                              filename given  (default='')
  -s, --syslog              Log debug messages to syslog  (default=off)
  -l, --log=filename        Log data to log file
  -o, --out=filename        Output results to a file instead of printing it on
                              screen, can be used for creating a status file
                              which always has latest measurments
  -r, --repeat=seconds      Constantly print results, repeat every given amount
                              of seconds, devices will be reopened every 1 hour
                              in this mode, 0 for no repeat  (default='0')
  -m, --machine             Output in machine-friendly format, which is easier
                              to be parsed by bash scripts for later use in
                              monitoring tools, 4ex. Zabbix  (default=off)
Usage example:

  temper-hum-hid --log=/var/log/temper-hum-hid.log --out=/var/log/temper-hum-hid.status --repeat=60 --machine

Brando USB TemperHum device

From brando site:

USB Hygro-Thermometer

Product Code: ULIFE015100

The USB Hygro-Thermometer let you get easy to measure the indoor temperature & humidity levels and able to capture both data into your computer.

Features:

  • Powered by USB
  • Temperature Range: -40° ~ 120°
  • Humidity Range: 0 ~ 100%
  • Temperature can be captured from every second to 12 hours
  • The logged data can be pasted to Word / Excel easily
  • Support Windows XP / Vista / 7 (32-bit)
  • Size: 59x17x7mm (approx.)
  • Weight: 8g

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].