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
Install this via pip or pipx (or your favourite package manager):
pipx install ud-co2s
ud-co2s --plot --log
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"
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
- bootjp/ud-co2s-exporter: IODATA CO2 Sensor UD-CO2S prometheus exporter
- northeye/chissoku: A CO2 Sensor (IO-DATA UD-CO2S) Reader using USB serial.
- jitenshap/IODATA_UD-CO2S-Python: IODATA CO2 Sensor data receiver using pyserial
- Raspberry Piを使った温湿度CO2濃度ロガーの製作 - 白旗製作所
- rubyでRaspberry piに繋いだIO dataのCO2センサから値を読み出す。 #Ruby - Qiita
- Pocket CO2 Sensor Windows10アプリ
- Pocket CO2 Sensor – Apps on Google Play
- CO2換気モニター | ソフトウェア | サポートライブラリ | アイ・オー・データ機器 I-O DATA
This package was created with Copier and the browniebroke/pypackage-template project template.