GitXplorerGitXplorer
b

ud-co2s-exporter

public
9 stars
2 forks
0 issues

Commits

List of commits on branch main.
Verified
8522861cc099829d91627c2951909a3a5f4f4478

Merge pull request #2 from bootjp/feature/1

bbootjp committed 7 months ago
Verified
04f8180474559aa1a475fa0c4224ffa73fb6ef54

Add errgroup and improve error handling

bbootjp committed 7 months ago
Verified
ea049eba4263175e6e685fd397c4c16fad66d3a6

fix safety shutdown

bbootjp committed 2 years ago
Verified
0fbea7b3a926198eb425692fefc90810c6a1fef7

use scanner

bbootjp committed 2 years ago
Verified
de9f785e4e5e2427524d4eedca334887e0951a01

fix error continue

bbootjp committed 2 years ago
Verified
e35b16e69fc7e34513fbe1f7bda4996b68f928fd

update readme

bbootjp committed 2 years ago

README

The README file for this repository.

UD-CO2S-exporter

IODATA CO2 Sensor UD-CO2S prometheus exporter

how to use

example arm64 on linux

curl -LO https://github.com/bootjp/ud-co2s-exporter/releases/latest/download/udco2s-exporter-linux-arm64.tar.gz
tar xf udco2s-exporter-linux-arm64.tar.gz
./ud-co2s-exporter
docker run -v /dev/ttyACM0:/dev/ttyACM0 -p 9233:9233 ghcr.io/bootjp/ud-co2s-exporter:latest

cli flags

usage: main [<flags>]


Flags:
  -h, --[no-]help              Show context-sensitive help (also try --help-long and --help-man).
      --device.name="/dev/ttyACM0"
                               Specify the UD-CO2S device path.(default /dev/ttyACM0)
      --exporter.addr=":9233"  Specifies the address on which the exporter listens (default :9233)