Skip to content

Commit

Permalink
Merge pull request #165 from theyosh/development
Browse files Browse the repository at this point in the history
Release 3.8.0
  • Loading branch information
theyosh authored Jul 1, 2018
2 parents 5bb948a + ef7e1cf commit 73780ed
Show file tree
Hide file tree
Showing 21 changed files with 1,131 additions and 522 deletions.
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,71 @@ Changelog
=========


3.8.0 (2018-07-01)
------------------

**New**
------
- Added support for LCD screens through notification system. [#164](https://github.com/theyosh/TerrariumPI/issues/164) [#101](https://github.com/theyosh/TerrariumPI/issues/101).
[theyosh]
- Add proxy support for Telegram. [#161](https://github.com/theyosh/TerrariumPI/issues/161). [theyosh]

**Fixes**
------
- Fixing hanging Telegram Bot. [theyosh]
- Rewriting getting remote data. Trying to fix proxy issues with
Telegram. [#161](https://github.com/theyosh/TerrariumPI/issues/161). [theyosh]
- Fix missing dimmer step setting. [theyosh]
- Fix database recovery. [theyosh]
- Fix environment status for manual power switch toggling. [theyosh]
- Better fix for tooltips in graphs. [theyosh]
- Fix tooltip HTML code. [theyosh]
- Fix telegram bot socks setting [#161](https://github.com/theyosh/TerrariumPI/issues/161). [theyosh]
- Fix total power usage (2) [theyosh]
- Fix total power usage. [theyosh]
- Fixing telegram bot to be more resistant to errors. [theyosh]

**Updates**
------
- Update changelog. [theyosh]
- Update README.md. [TheYOSH]
- Update translations. [theyosh]
- Small update to installer and reload message settings after saving.
[#101](https://github.com/theyosh/TerrariumPI/issues/101) [#161](https://github.com/theyosh/TerrariumPI/issues/161). [theyosh]
- Small update to installer and reload message settings after saving.
[#101](https://github.com/theyosh/TerrariumPI/issues/101) [#161](https://github.com/theyosh/TerrariumPI/issues/161). [theyosh]
- Update Telegram box proxy settings. [theyosh]
- Better and safer upgrade. [theyosh]
- Update version number. [theyosh]
- Updated data collector: - Removed duplicate data records for power
switches and doors - Added and changed indexes for faster quering
- Put more logic in queries and less in code. [theyosh]

This will improve the overall query time with 50%. And improve the average query times with 400%!!

**Other**
------
- Finetuning. [theyosh]
- Smoothen the dimmer. [theyosh]
- Auto decode HTML content. [theyosh]
- Restart Telegram Bot after changing settings if needed. [theyosh]
- Stop after 2 errors. [theyosh]
- Code cleanup. [theyosh]
- Move timestamp to LCD code. [theyosh]
- Merge branch 'development' of ssh://github.com/theyosh/TerrariumPI
into development. [theyosh]
- Remove debig. [theyosh]
- Final collector code. And good looking graphs. [theyosh]
- Merge branch 'master' into development. [theyosh]
- Merge pull request [#162](https://github.com/theyosh/TerrariumPI/issues/162) from theyosh/development. [TheYOSH]

Add proxy support for Telegram. [#161](https://github.com/theyosh/TerrariumPI/issues/161)
- Stash. [theyosh]
- Another attempt to get the powerswitches and door nicer graphs.
[theyosh]
- Change quotes. [theyosh]


3.7.0 (2018-06-20)
------------------

Expand All @@ -25,6 +90,7 @@ Changelog

**Updates**
------
- Update CHANGELOG. [theyosh]
- Update version number. [theyosh]
- Update twitter image based on profile image. [#101](https://github.com/theyosh/TerrariumPI/issues/101). [theyosh]
- Update notification translations. [#101](https://github.com/theyosh/TerrariumPI/issues/101). [theyosh]
Expand All @@ -40,6 +106,9 @@ Changelog

**Other**
------
- Merge pull request [#160](https://github.com/theyosh/TerrariumPI/issues/160) from theyosh/development. [TheYOSH]

New release
- Some cosmetic touchups... [#101](https://github.com/theyosh/TerrariumPI/issues/101). [theyosh]
- Remove debug. [theyosh]
- Typo. [theyosh]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TerrariumPI 3.7.0
# TerrariumPI 3.8.0
Software for cheap home automation of your reptile terrarium or any other enclosed environment. With this software you are able to control for example a terrarium so that the temperature and humidity is of a constant value. Controlling the temperature can be done with heat lights, external heating or cooling system. As long as there is one temperature sensor available the software is able to keep a constant temperature.

For humidity control there is support for a spraying system. The sprayer can be configured to spray for an X amount of seconds and there is a minumal period between two spray actions. Use at least one humitidy sensors to get a constant humidity value. In order to lower the humidity you can add a dehumidifier.
Expand Down
2 changes: 1 addition & 1 deletion defaults.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[terrariumpi]
host = ::
port = 8090
version = 3.7.0
version = 3.8.0
title = TerrariumPI %(version)s
power_usage = 5
owfs_port = 4304
Expand Down
Binary file modified locales/en_US/LC_MESSAGES/terrariumpi.mo
Binary file not shown.
Loading

0 comments on commit 73780ed

Please sign in to comment.