This Python script reads CO2 measurement data from a CO2Meter device using the CO2Meter library by heinemml and sends this data to a specified REST API every minute. This enables real-time monitoring of CO2 concentration through an external interface.
Requirements:
- Python 3.x
- CO2Meter library (https://github.com/heinemml/CO2Meter)
- Requests library for HTTP requests (
pip install requests
)