Skip to content

Releases: kizniche/Mycodo

4.1.8

21 Jan 15:58
Compare
Choose a tag to compare

4.1.8 (2017-01-21)

This update fixes an error in the upgrade system, but it may mean that you cannot upgrade from the web interface (only for this version). If you cannot upgrade, execute the following command from the terminal to manually upgrade:

sudo /bin/bash ~/Mycodo/mycodo/scripts/upgrade_mycodo_release.sh upgrade

Bugfixes

  • Actually fix the upgrade system (mycodo_wrapper)
  • Fix bug in DHT22 sensor module preventing measurements
  • Fix inability to show latest time-lapse image on the camera page (images are still being captured)

Miscellaneous

  • Update Spanish translations

4.1.7

19 Jan 19:12
Compare
Choose a tag to compare

4.1.7 (2017-01-19)

This update fixes an error in the upgrade system, but it may mean that you cannot upgrade from the web interface (only for this version). If you cannot upgrade, execute the following command from the terminal to manually upgrade:

sudo /bin/bash ~/Mycodo/mycodo/scripts/upgrade_mycodo_release.sh upgrade

Bugfixes

  • Fix upgrade system (mycodo_wrapper). This may have broke the upgrade system (if so, use the manual method in the README)
  • Fix time-lapses not resuming after an upgrade
  • Fix calculation of total 1-month relay usage and cost
  • Fix (and modify) the logging behavior in modules
  • Fix K30 sensor module returning None as a measurement value
  • Fix gpiod being added to crontab during install from setup.sh (#159)

4.1.6

17 Jan 21:39
Compare
Choose a tag to compare

4.1.6 (2017-01-17)

Features

  • Add ability to export selected measurement data (in CSV format) from a date/time span

Bugfixes

  • Fix issue with setup.sh when the version of wget<1.16
  • Fix error calculating rely usage when it's currently the billing day of the month

Miscellaneous

  • Remove Sensor Logs (Tools/Sensor Logs). The addition of the measurement export feature in this release deprecates Sensor Logs. Note that by the very nature of how the Sensor Log controllers were designed, there was a high probability of missing measurements. The new measurement export feature ensures all measurements are exported.
  • Add more translatable text
  • Add password repeat input when creating new admin user

4.1.5

14 Jan 18:36
Compare
Choose a tag to compare

4.1.5 (2017-01-14)

Bugfixes:

  • Fix DHT11 sensor module not returning values (#159)
  • Fix HTU21D sensor module not returning values (#159)

4.1.4

14 Jan 03:15
Compare
Choose a tag to compare

4.1.4 (2017-01-13)

This release introduces a new method for upgrading Mycodo to the latest version. Upgrades will now be performed from github releases instead of commits, which should prevent unintended upgrades to the public, facilitate bug-tracking, and enable easier management of a changelog.

Performance:

  • Add ability to hold, pause and resume PID controllers
  • Add ability to modify PID controller parameters while active, held, or paused
  • New method of processing data on live graphs that is more accurate and reduced bandwidth
  • Install numpy binary from apt instead of compiling with pip

Features:

  • Add ability to set the language of the web user interface (#167)
  • Add Spanish language translation
  • New upgrade system to perform upgrades from github releases instead of commits
  • Allow symbols to be used in a user password (#76)
  • Introduce changelog (CHANGELOG.md)

Bugfixes:

  • Fix inability to update long-duration relay times on live graphs
  • Fix dew point being incorrectly inserted into the database
  • Fix inability to start video stream (#155)
  • Fix SHT1x7x sensor module not returning values (#159)

Miscellaneous:

  • Add more software tests
  • Update Flask to v0.12
  • Update InfluxDB to v1.1.1
  • Update factory_boy to v2.8.1
  • Update sht_sensor to v16.12.1
  • Move install files to Mycodo/install

4.0.26

23 Nov 21:32
Compare
Choose a tag to compare

4.0.26 (2016-11-23)

Features:

  • Add more I2C LCD address options (again)
  • Add Fahrenheit conversion for temperatures on /live page
  • Add github issue template (#150 #151)
  • Add information to the README about performing manual backup/restore
  • Add universal sensor tests

Bugfixes:

  • Fix code warnings and errors
  • Add exceptions, logging, and docstrings