Skip to content

Commit

Permalink
Info added for GMAIL users in raspisump.conf as per issue tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
alaudet committed Mar 1, 2016
1 parent 491c451 commit 3136e69
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ New Version 1.0.0Beta Python3 compatible
See the [changelog](https://github.com/alaudet/raspi-sump/blob/master/changelog)
for changes to all versions.

**Important information if using GMAIL to send alerts**

See issue tracker;

https://github.com/alaudet/raspi-sump/issues/6


QUICK INSTALL
Expand Down
3 changes: 2 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Raspi-Sump Changelog

Version 1.0.0
Python 3 compatible
Started adding some tests. Very basic stuff.
Important info added for Gmail users to send alerts. See issue tracker;
https://github.com/alaudet/raspi-sump/issues/6

Version 0.8.0
- Option to receive alerts on low water levels instead of high. This would allow
Expand Down
7 changes: 7 additions & 0 deletions conf/raspisump.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ alert_when = high

[email]

# ***Important information for gmail users***
# ***Please read this thread on allowing applications to send
# ***email from Googles Gmail service which have implemented ouath2.
# ***Raspi-sump does not implement oauth2 so you will need to use a workaround
# ***as outlined here
# ***https://github.com/alaudet/raspi-sump/issues/6

# Set an appropriate interval for alerts. If you are taking readings at short
# intervals it is possible to bombard yourself with SMS text messages when the
# water reaches a critical level. For example if you are taking a reading
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup
import os
version = '1.0.0b4'
version = '1.0.0b5'

homedir = '/home/pi/raspi-sump/'

Expand Down

0 comments on commit 3136e69

Please sign in to comment.