Skip to content
/ ambient7 Public
forked from maizy/ambient7

Masterkit MT8057 CO2 detector agent & other tools for home climate monitoring

License

Notifications You must be signed in to change notification settings

melfa/ambient7

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ambient7

Components:

  • influxdb as timeseries db
  • grafana for data explorations (optional)
  • mt8057-agent agent for co2 concentration & temperature measurements. Can be used sepparatly.
## mt8057-agent

Agent for sending results from Masterkit MT8057 CO2 detector (with ZyAura ZG01C module onboard).

Can be used sepparatly without other ambient7 parts as all-in-one fat jar (jre 1.6+).

Supports various result writers:

  • console
  • interactive
  • InfluxDB API

Download

ambient7-mt8057-agent-0.1.0.jar

Platforms

Supported platforms:

  • Mac OS X 10.10+
  • Linux amd64

Theoretically supported but never tested (all platforms supported by hid4java):

  • Linux ARM
  • Linux x86
  • Linux x86_64
  • Windows 32/64
  • Mac OS X 10.5 - 10.9

Usage

java -jar ambient7-mt8057-agent-x.x.x.jar --writers console

java -jar ambient7-mt8057-agent-x.x.x.jar --writers interactive

java -jar ambient7-mt8057-agent-x.x.x.jar --writers influxdb \
    --influxdb-database ambient7 \
    --influxdb-baseurl https://localhost:8086/write \
    --influxdb-user user --influxdb-password 123

For more options:

java -jar ambient7-mt8057-agent-x.x.x.jar --help

Changelog

See CHANGELOG.md

License

The MIT License

About

Masterkit MT8057 CO2 detector agent & other tools for home climate monitoring

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 81.2%
  • Shell 14.9%
  • Python 3.9%