This is historical information of device classes implemented in tango-w1therm device server.
Use this link to find the valid information.
Development status:
Released
Information status: Updated
Contact:
Description
Tango Device Server for digital temperature sensors using w1_therm driver.
Class Description
Tango Device Server for digital temperature sensors using w1_therm driver.
Families: Temperature
Key words: 1-wire, thermometer
Platform: Unix Like
Language: PythonHL
License: GPLv3
Contact:
Hardware
Bus: 1-wire
Class interface
Attributes:
Commands:
Pipes:
Properties:
README
b"tango-w1therm\n=============\n\nA Tango device server for 1-wire digital temperature sensors using w1_therm
driver. \nThis includes DS18*20
, DS28EA00
, GX20MH01
and their clones.\n\nThe server only supports reading the temperature, there is no support for setting any parameters, alarms, etc. (and I'm not sure there ever will be).\n\nRequirements\n------------\n\n Python 3.x (it should work on 2.7, but this was not tested)\n pytango 9.2+\n* w1_therm
, obviously\n\nInstallation\n------------\n\nTo install, run sudo python setup.py install
in the project's directory. \nTo run, use w1therm <instance_name>
.\n\nConfiguration\n-------------\n\nThe device is configured using device_id
property. It is the sensor ROM ID advertised over 1-wire bus. \nYou can find the IDs of all 1-wire devices by running ls /sys/bus/w1/devices
. \nThe ID should look something like this: 28-3c01e076af23
. Of course in your case the numbers will be different.\n\nAttributes\n----------\n\nThere is a single attribute, temperature
, which provides the sensor temperature in degrees Celsius.\n\nLicensing\n---------\n\nThis project is distributed under the GNU GPLv3 license. You can read the full license text in LICENSE
file in project's directory.\n"
Updated:
The device class has been updated.
You are looking at this version now.
18 Aug 2021, Piotr Goryl
Updated:
The device class has been updated.
You can see previous version here .
17 Aug 2021, Grzegorz Kowalski
Created:
The device class has been added to catalogue.