neclib.devices.weather_station.tr73u module#

Aliases#

WeatherStation

None

busy

Manages the busy state of the object.

get_logger

Get logger instance which prints operation logs to console.

class TR73U[source]#

Bases: WeatherStation

Weather Satation, which can check weather condition if outside.

Notes

Configuration items for this device:

portstr

USB port of using devices.

Manufacturer: ClassVar[str] = 'TandD'#
Model: ClassVar[str] = 'TR73U'#
Identifier: ClassVar[str | None] = 'port'#
get_temperature()[source]#
Return type:

Quantity

get_humidity()[source]#
Return type:

float

get_pressure()[source]#
Return type:

Quantity

get_in_temperature()[source]#
Return type:

Quantity

get_in_humidity()[source]#
Return type:

float

get_wind_speed()[source]#
Return type:

Quantity

get_wind_direction()[source]#
Return type:

Quantity

get_rain_rate()[source]#
Return type:

float

finalize()[source]#
Return type:

None

close()[source]#
Return type:

None