Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

Releases: Neluxx/enviro-node-django

v2.1.0

Choose a tag to compare

@Neluxx Neluxx released this 11 Jan 15:20

Changed

  • Rename /api/environmental-data endpoint to /api/sensor-data

Full Changelog: v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@Neluxx Neluxx released this 18 Dec 19:50

Added

  • Add UUID to identify the node on the hub site #15

Removed

  • Remove OpenWeather Integration #17

Full Changelog: v1.3.0...v2.0.0

v1.3.0

Choose a tag to compare

@Neluxx Neluxx released this 10 Nov 13:48

Added

  • Add command to reset sensor data #13
  • Add command to reset open weather data #13

Full Changelog: v1.2.1...v1.3.0

v1.2.1

Choose a tag to compare

@Neluxx Neluxx released this 31 Oct 08:07

Removed

  • Remove migration which manipulates temperature data #11

Fixed

  • Set temperature offset inside get_data method of the BME680 sensor #11

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@Neluxx Neluxx released this 29 Oct 13:41

Added

  • Add a temperature offset by -3 degrees Celsius to the BME680 sensor #9

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@Neluxx Neluxx released this 28 Oct 11:17

Security

  • Remove the logging of sensitive information #3

Full Changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@Neluxx Neluxx released this 28 Oct 09:19

Changed

  • Make MH-Z19 CO2 value optional and disable validation when missing #3

Dependencies

  • Update bme680 from 1.1.1 to 2.0.0 major #5

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@Neluxx Neluxx released this 24 Oct 13:18

Added

  • Sensor Integration

    • Add support for BME680 sensor to collect temperature, humidity, and pressure data
    • Add support for MH-Z19 sensor to collect CO2 concentration data
    • Add fake sensor implementations for testing and development without hardware
  • Sensor Data Management

    • Add automatic sensor data collection via management command
    • Add automatic submission of sensor data to EnviroHub API in batches
    • Add sensor factory with dynamic module loading for flexible sensor management
  • OpenWeather Integration

    • Add OpenWeather API integration to retrieve current weather data
    • Add automatic weather data collection and storage via management command
    • Add automatic submission of weather data to EnviroHub API in batches
  • Logging

    • Add rotating file handler for error logging with size limits

Full Changelog: https://github.com/Neluxx/enviro-node-pi/commits/v1.0.0