Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#14 Fix notecard serial error #15

Closed
Closed
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ac02d56
#4 Post sensor data to Safecast.org
sighmon Apr 13, 2020
fdb52a8
#4 Measurements can't have the same captured_at and value, so setting…
sighmon Apr 13, 2020
6ef2864
#5 Add Blues Notecard support
sighmon May 3, 2020
b6fc43d
#5 Remove unneeded variable
sighmon May 3, 2020
864d0b6
#5 Fix notecard import
sighmon May 3, 2020
bd74189
#6 Fix temperature compensation. Export CPU temperature
sighmon May 26, 2020
b041224
#6 Set cpu_temperature before closing file
sighmon May 26, 2020
0e081c0
#6 Export cpu_temperature
sighmon May 26, 2020
5324b18
#6 Add humidity compensation
sighmon Jul 25, 2020
b0a9494
#6 Increase the humidity by the compensation value
sighmon Jul 25, 2020
97da5d1
#6 Fix flags
sighmon Jul 25, 2020
c9d27a5
#6 Try -u for Humidity
sighmon Jul 25, 2020
42476a3
#6 Fix output information
sighmon Jul 25, 2020
938569a
Handle failing to connect to the PMS5003 sensor if you don't have one
sighmon Dec 9, 2020
2183d1c
#8 Add LC709023F battery monitor support
sighmon Dec 12, 2020
1a0865a
#8 Prepend battery voltage and percentage with battery_
sighmon Dec 12, 2020
9ed1679
#8 Handle OSError reading the battery monitor
sighmon Dec 13, 2020
dee03d1
#8 Add battery data to influxdb and notehub
sighmon Dec 15, 2020
53e6d63
#9 Handle OSError reading gas sensor
sighmon Feb 28, 2021
2bddf8d
#11 Handle ValueError calling get readings
sighmon Mar 14, 2021
9f66c4c
#10 Handle PMS5003 reading checksum error
sighmon Mar 14, 2021
ce6d7a9
#12 Handle OSError while trying to access the light sensor
sighmon Mar 26, 2021
a9f000a
Merge branch 'add/8-battery-monitor-support'
sighmon Jun 20, 2021
d1d0c99
#14 Include setting up the serial port in try/except
sighmon Jun 20, 2021
1a997c6
#14 Remove duplicate debug arg
sighmon Jun 21, 2021
9813bad
#14 Fix bad merge from master
sighmon Jun 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "notecard"]
path = notecard
url = https://github.com/blues/note-python.git
Loading