nettigo-air-monitor

Python wrapper for getting air quality data from Nettigo Air Monitor devices

APACHE-2.0 License

Downloads
5.1K
Stars
1
Committers
3

Bot releases are hidden (Show)

nettigo-air-monitor - Version 1.5.0

Published by bieniu almost 2 years ago

What's Changed

⬆️ Dependencies

Full Changelog: https://github.com/bieniu/nettigo-air-monitor/compare/1.4.2...1.5.0

nettigo-air-monitor - Version 1.4.2

Published by bieniu about 2 years ago

nettigo-air-monitor - Version 1.4.1

Published by bieniu about 2 years ago

nettigo-air-monitor - Version 1.4.0

Published by bieniu about 2 years ago

What's Changed

Full Changelog: https://github.com/bieniu/nettigo-air-monitor/compare/1.3.0...1.4.0

nettigo-air-monitor - Version 1.3.0

Published by bieniu over 2 years ago

nettigo-air-monitor - Version 1.2.4

Published by bieniu over 2 years ago

What's Changed

Full Changelog: https://github.com/bieniu/nettigo-air-monitor/compare/1.2.3...1.2.4

nettigo-air-monitor - Version 1.2.3

Published by bieniu over 2 years ago

What's Changed

Full Changelog: https://github.com/bieniu/nettigo-air-monitor/compare/1.2.2...1.2.3

nettigo-air-monitor - Version 1.2.2

Published by bieniu over 2 years ago

What's Changed

Full Changelog: https://github.com/bieniu/nettigo-air-monitor/compare/1.2.1...1.2.2

nettigo-air-monitor - Version 1.2.1

Published by bieniu almost 3 years ago

nettigo-air-monitor - Version 1.2.0

Published by bieniu almost 3 years ago

What's Changed

Full Changelog: https://github.com/bieniu/nettigo-air-monitor/compare/1.1.1...1.2.0

nettigo-air-monitor - Version 1.1.1

Published by bieniu about 3 years ago

nettigo-air-monitor - Version 1.1.0

Published by bieniu about 3 years ago

Changelog:

  • add support for Python 3.10
  • drop support for Python 3.6 and 3.7
  • improve type annotations
  • remove CodeQL
  • improve setup.py
nettigo-air-monitor - Version 1.0.0

Published by bieniu over 3 years ago

Changelog:

  • pass sensors data as dataclass object BREAKING CHANGE
  • rename sensor sds to sds011 BREAKING CHANGE
  • rename sensor temperature to dht22_temperature BREAKING CHANGE
  • rename sensor humidity to dht22_humidity BREAKING CHANGE
  • rename sensor conc_co2_ppm to mhz14a_carbon_dioxide BREAKING CHANGE
  • improve type annotations
  • improve tests
nettigo-air-monitor - Version 0.2.6

Published by bieniu over 3 years ago

Changelog:

  • add uptime value (firmware NAMF-2020-38 required)
  • improve type annotations
  • small fixes
nettigo-air-monitor - Version 0.2.5

Published by bieniu over 3 years ago

Changelog:

  • improve type annotation
  • move constants to consts.py
  • improve CI
nettigo-air-monitor - Version 0.2.4

Published by bieniu over 3 years ago

Changelog:

  • add type annotation
  • maintenance changes
nettigo-air-monitor - Version 0.2.3

Published by bieniu over 3 years ago

Changelog:

  • rename nettigo to nettigo-air-monitor
nettigo-air-monitor - Version 0.2.2

Published by bieniu over 3 years ago

Changelog:

  • increase retries
nettigo-air-monitor - Version 0.2.1

Published by bieniu over 3 years ago

Changelog:

  • fix retry logic
nettigo-air-monitor - Version 0.2.0

Published by bieniu over 3 years ago

Changelog:

  • add retry when device not responding
  • improve tests