ud-co2s

Python package for reading sensor data from IODATA UD-CO2S or Pocket CO2 Sensor


Keywords
co2, co2-monitor, co2-sensor, python, ud-co2s
License
MIT
Install
pip install ud-co2s==0.2.0

Documentation

IODATA UD-CO2S Sensor Data Reader

CI Status Documentation Status Test coverage percentage

Poetry black pre-commit

PyPI Version Supported Python versions License


Documentation: https://ud-co2s.readthedocs.io

Source Code: https://github.com/34j/ud-co2s


Python package for reading sensor data from IODATA UD-CO2S or Pocket CO2 Sensor

Installation

Install this via pip or pipx (or your favourite package manager):

pipx install ud-co2s

Usage

ud-co2s --plot --log

CLI

Icon

Run on startup

npm install -g nodemon

%appdata%/Microsoft/Windows/Start Menu/Programs/Startup/ud-co2s.bat:

nodemon -x "ud-co2s --log --plot --icon --log-path %localappdata%/ud-co2s/ud-co2s.log || touch %localappdata%/ud-co2s/ud-co2s.lock" --watch "%LOCALAPPDATA%/ud-co2s/ud-co2s.lock"

(If powershell):

nodemon -x "ud-co2s --log --plot --icon --log-path %localappdata%/ud-co2s/ud-co2s.log || touch %localappdata%/ud-co2s/ud-co2s.lock" --watch "$env:LOCALAPPDATA/ud-co2s/ud-co2s.lock"

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

Alternatives

非公式

公式

Credits

This package was created with Copier and the browniebroke/pypackage-template project template.