RHUSB Class
- ID: rhusb
- Name: Omega RH-USB Temperature and Humidity Sensor
- Category: temp
- Manufacturer: omega
- Connection: uart
- Link: http://www.omega.com/pptst/RH-USB.html
This module implements support for the Omega RH-USB Temperature and Humidity Sensor Probe. It connects via an integrated USB cable, and is accessed via a serial port. It is suitable for wall or duct mounting.
Item Index
Methods
RHUSB
-
device
RHUSB constructor
Parameters:
-
device
StringPath to the serial device
Returns:
update
()
Read current values from the sensor and update internal stored values. This method must be called prior to querying any values, such as temperature or humidity.
getTemperature
-
fahrenheit
Get the current temperature. update() must have been called prior to calling this method.
Parameters:
-
fahrenheit
Booleantrue to return the temperature in degrees fahrenheit, false to return the temperature in degrees celsius. The default is false (degrees Celsius).
Returns:
The last temperature reading in Celsius or Fahrenheit
getHumidity
()
Number
Get the current relative humidity. update() must have been called prior to calling this method.
Returns:
The last humidity reading
getFirmwareID
()
String
Get the firmware identification string.
Returns:
The firmware identification