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.

MIT License

Downloads
1.7K
Stars
493
Committers
30

Bot releases are visible (Hide)

w1thermsensor - Release v2.3.0 Latest Release

Published by github-actions[bot] about 1 year ago

w1thermsensor - v2.0.0

Published by github-actions[bot] over 3 years ago

Features

  • Refacor Sensor and Unit out of W1ThermSensor class.

    The Sensors are available in the Sensor enum:

    .. code-block:: python

    from w1thermsensor import Sensor
    
    print(Sensor.DS18B20)
    

    The Units are available in the Unit enum:

    .. code-block:: python

    from w1thermsensor import Unit
    
    print(Unit.DEGREES_F) (#0)
    
  • Add AsyncW1ThermSensor class to support asyncio interfaces. (#52)

  • added option to display resolution in cli ls command. (#86)

Deprecations and Removals

  • Drop Python 2 and Python 3.4 support. (#58)

  • Replace precision with resolution - in CLI and Python API. (#74)

w1thermsensor - Release v2.0.0a2

Published by github-actions[bot] about 4 years ago

w1thermsensor - https://github.com/timofurrer/w1thermsensor/releases/tag/v1.0.5

Published by timofurrer about 7 years ago

w1thermsensor - https://github.com/timofurrer/w1thermsensor/releases/tag/v1.0.4

Published by timofurrer over 7 years ago

w1thermsensor -

Published by timofurrer over 9 years ago