Skip to content

Releases: jalexandre0/saci-temperature-controller

Bug Fix

12 Feb 13:20
Compare
Choose a tag to compare

At specific conditions, on and off can be enabled at same time.
This release fix it put the coolPin on LOW when heating, and put heatPin on LOW when cooling.

17-02-10

10 Feb 17:39
Compare
Choose a tag to compare

[New Release] 2017-02-10

Added

  • Basic MQTT integration with broker of your preference
  • Low pass filter for smooth sensor readings and ploting
  • Possibilities to add a second DS18B20 ( fridgeRead() )
  • Sensors are upadted after main loop (faster readings)
  • Instructions for CLI compilation

Changed

  • MIT to GPL-V3 License change
  • Plugin configuration (and send delays...) are now centralized in config.h
  • Moved delays to main.cpp instead plugin files.

Fixed

-Typos preventing compilation in Unix-Like Systems