b89dc3a
start event is called everytime a new step starts. So a new value for "active_brew" will only be generated if the value before was "none". The value is "none" either after initializing the app or after the process got stopped. That leaves one potentiall error: if a process is started and the app needs a restart. In this case a new value for "active_brew" would be unecessarily generated. by
2018-11-01 08:11:00 +0100
1008613
beer.xml import differentates between mash step or mash in step, depending on timer > 0. by
2018-11-01 08:06:10 +0100
eda2094
Update package because of vulnerability by
2018-10-29 22:15:03 +0100
a3bbbcc
beer.xml exports from "BrewersFriend" can contain a tag like "<STEP_TIME></STEP_TIME>" which led to a float converting error. Now this will be interpreted as Step_Time = 0.0 by
2018-10-28 08:57:36 +0100
029f330
(refs/pull/219/merge)
Merge ebfc1e2d2d into 5b47b94833 by
2018-10-06 16:41:45 +0000
510154b
(refs/pull/220/head)
fix AttributeError: NoneType' object has no attribute 'ChangeDutyCycle by
2018-10-04 23:51:31 +0300
ebfc1e2
(refs/pull/219/head)
fix AttributeError: NoneType' object has no attribute 'ChangeDutyCycle by
2018-10-04 23:51:31 +0300
60ab783
Support passive buzzer by
2018-10-03 18:58:51 +0300
254a4c7
Merge pull request #4 from Manuel83/master by
2018-09-23 11:58:04 +0200
f11f7d0
Fix typo which resulted in reference to incorrect port by
2018-08-15 22:47:36 +1000
640d921
Docker files for ease of development on PCs/macs by
2018-08-13 23:13:13 +1000
efc85d6
Remove "Steps started on xml imported" bug by
2018-08-03 09:12:45 -0700
e0c2678
Remove duplicate line by
2018-04-05 08:53:19 -0700
e57350e
Update __init__.py by
2018-04-05 10:49:35 -0400
590a523
Import boil time alerts from BeerXML by
2018-01-05 21:10:36 +0000
5b47b94
Merge pull request #213 from cgspeck/fix-typo by
2018-09-04 06:32:32 +0200
98409d9
Merge pull request #206 from swimIan/swimIan-patch-1 by
2018-09-04 06:32:15 +0200
433b1c3
(refs/pull/213/head)
Fix typo which resulted in reference to incorrect port by
2018-08-15 22:47:36 +1000
a477cb8
Merge pull request #211 from cgspeck/docker-dev-env by
2018-08-15 07:00:19 +0200
a22dcba
(refs/pull/211/head)
Docker files for ease of development on PCs/macs by
2018-08-13 23:13:13 +1000
c1d94a8
(refs/pull/206/head)
Remove "Steps started on xml imported" bug by
2018-08-03 09:12:45 -0700
dd64f4e
Merge pull request #16 from Manuel83/master by
2018-08-03 08:40:43 -0700
1414b1e
Merge pull request #166 from DrRataplan/master by
2018-08-02 12:54:14 +0200
bf045e0
(refs/pull/188/head)
change location of apt build-essentials by
2018-05-24 05:59:15 -0300
acd4046
Merge pull request #182 from archonic/patch-1 by
2018-05-23 10:19:17 +0200
d657077
Merge pull request #181 from clearwaterbrewer/patch-1 by
2018-05-23 10:18:41 +0200
cdac4bc
Added additional parameters to configure timeseries database queries (kairos_db_sampling_value, kairos_db_start_relative) by
2018-05-23 06:36:57 +0200
b17203d
changed description for KairosDB parameter by
2018-05-18 06:18:47 +0200
37068ca
Added branches to git overview on system tab by
2018-05-18 06:01:33 +0200
cc65591
added logging of "action" into time series database by
2018-05-17 07:37:17 +0200
571f9cf
does not show IP address, resolved by
2018-05-16 20:14:05 -0300
15a2c2a
installing rpi.gpio, not installed by default by
2018-05-16 20:06:58 -0300
869473f
simplified code for logging to logfile by
2018-05-16 07:52:04 +0200
b5c722b
corrected tagging of actual brew process for storing in time serires db by
2018-05-16 07:51:46 +0200
8e4f509
corrected tagging of actual brew process for storing in time serires db by
2018-05-16 07:48:49 +0200
e66a934
Adjustments for installation on DietPi by
2018-05-11 18:49:04 -0300
acd210b
checking for the existence of the file splash.png by
2018-05-11 18:29:27 -0300
c34939f
Added writing to Time Series Database KairosDB by
2018-05-04 06:12:59 +0200
0803e85
Added writing to Time Series Database KairosDB by
2018-05-04 06:07:29 +0200
ac328b8
Added writing to Time Series Database KairosDB by
2018-05-03 22:18:09 +0200
33834c6
added KairosDB to installer by
2018-05-03 21:05:50 +0200
47d6e76
added KairosDB to installer by
2018-05-03 20:49:03 +0200
093d486
Added writing to Time Series Database KairosDB by
2018-05-02 12:29:17 +0200
32125d3
Merge branch 'master' of https://github.com/Manuel83/craftbeerpi3 by
2018-05-01 18:54:47 +0200
c205247
(refs/pull/147/head)
added time series database KairosDB by
2018-05-01 18:48:16 +0200
649e452
Added writing to Time Series Database KairosDB by
2018-05-01 18:29:55 +0200
0e6da89
(refs/pull/182/head)
Remove duplicate line by
2018-04-05 08:53:19 -0700
faa2b9d
(refs/pull/181/head)
Update __init__.py by
2018-04-05 10:49:35 -0400
e3a16aa
(refs/pull/178/head)
Remove dockerfile by
2018-03-15 13:53:59 +0000
641a85e
Making the db location dynamic so that it can be run inside a docker container by
2018-03-15 13:48:58 +0000
e40bcfa
(refs/pull/174/merge)
Merge 83bce21386 into 5efa1df350 by
2018-02-22 10:29:37 +0000
83bce21
(refs/pull/174/head)
Update __init__.py by
2018-02-22 07:28:56 -0300
f14c2b6
(refs/pull/172/head)
Fixed hop time not checked if temperature dropped below setpoint by
2018-02-03 22:51:35 -0200
28b1bca
Fixed bug when not all hop times are filled by
2018-02-03 22:41:32 -0200
c01d146
Fixed hop alert GUI by
2018-02-03 22:28:08 -0200
83699f1
(refs/pull/166/head)
Import boil time alerts from BeerXML by
2018-01-05 21:10:36 +0000
9b7908c
(core_refactoring)
- Refactoring - Action Button with Parameter - Actor Action with Parameter - Sensor Action with Parameter by
2017-11-29 22:37:18 +0100
13836a5
- Recipe Book - BugFixes - Refactoring by
2017-11-22 00:10:11 +0100
fea3e85
Merge pull request #15 from Manuel83/master by
2017-11-15 09:31:46 -0800
ecd32f3
(refs/pull/143/merge)
Merge be5a2ab645 into 5efa1df350 by
2017-11-11 03:20:25 +0000
1dc4843
(refs/pull/157/merge)
Merge c54bccf163 into 5efa1df350 by
2017-11-09 08:50:34 +0000
5efa1df
Merge pull request #133 from JamFfm/JamFfm-install by
2017-11-08 19:45:08 +0100
dd5b5f4
Merge pull request #151 from mb-tec/master by
2017-11-08 19:44:32 +0100
c54bccf
(refs/pull/157/head)
new file with updated link by
2017-11-07 22:06:02 +0100
9a686a2
Delete bundle.js by
2017-11-07 22:05:01 +0100
e0e3aff
(refs/pull/151/head)
Buzzer Beep Level by
2017-10-28 22:08:30 +0200
27df35d
(refs/pull/147/merge)
Merge 933096624e into 6253cb9976 by
2017-10-27 06:44:15 +0000
9330966
added travis build status to readme file by
2017-10-25 21:10:34 +0200
8c570be
removed special requirements for py.test from travis configuration by
2017-10-25 21:05:47 +0200
82d685d
changed travis configuration to get py.test to work by
2017-10-25 20:47:01 +0200
476be94
changed travis configuration to get py.test to work by
2017-10-25 07:47:57 +0200
4d59b9d
changed travis configuration to get py.test to work by
2017-10-25 07:24:29 +0200
cb11cab
Added sample test case by
2017-10-24 07:31:11 +0200
73e0726
Added sample test case by
2017-10-24 07:24:36 +0200
13ce333
Added Python version to TravisCI configuration by
2017-10-23 07:04:27 +0200
1752b63
Added TravisCI configuration by
2017-10-23 06:50:45 +0200
7e3d590
Added codebeat and codacy badge to readme file by
2017-10-22 20:49:04 +0200
0af3d28
Added Better Code Hub badge to readme file by
2017-10-22 20:37:34 +0200
a660766
Added igonore file for codebeat analysis by
2017-10-22 20:26:10 +0200
4443eaf
JST: added codebeatignore file by
2017-10-22 12:10:15 +0200
35e94b1
tidied up some log statements by
2017-10-18 06:51:29 +0200
75e74c3
Merge branch 'temp_fix_detached_head' into core_refactoring by
2017-10-18 06:39:42 +0200
ec335ec
fixed bug where logger stopped logging, because of calling cbpi.run() twice by
2017-10-18 06:36:38 +0200
c3512fb
Merge branch 'core_refactoring' from Manuel by
2017-10-15 20:08:55 +0200
be5a2ab
(refs/pull/143/head)
Merge pull request #14 from swimIan/patch2 by
2017-10-15 07:54:47 -0700
6d1bb7c
Merge branch 'revert-142-revert-105-patch2' into patch2 by
2017-10-15 07:54:08 -0700
f50c1c4
updating to reflect remote branch by
2017-10-15 07:46:41 -0700
eba5261
Revert "Revert "Updates the boilstep and beerxml recipe import"" by
2017-10-15 07:35:40 -0700
15a4f40
Revert "Revert "Updates the boilstep and beerxml recipe import"" by
2017-10-15 07:35:40 -0700
8f3a2bf
Moved fining description. by
2017-10-15 07:18:38 -0700
2a02979
Merge pull request #142 from Manuel83/revert-105-patch2 by
2017-10-15 14:48:45 +0200
a174007
(refs/pull/142/head, revert-105-patch2)
Revert "Updates the boilstep and beerxml recipe import" by
2017-10-15 14:48:24 +0200
d6a04f1
(refs/pull/141/merge)
Merge 6612f1e631 into b279dcf347 by
2017-10-14 15:29:09 +0000
6612f1e
(refs/pull/141/head)
Fixes indentation error for getmashintemp() function by
2017-10-14 08:26:39 -0700
1b3042a
Merge pull request #13 from Manuel83/master by
2017-10-14 07:55:06 -0700
6253cb9
(tag: 3.1_alpha)
fix by
2017-10-13 23:27:58 +0200
616a9c7
fix by
2017-10-13 23:20:26 +0200
1dc4f5f
Update git status by
2017-10-13 23:16:12 +0200
ad21625
update by
2017-10-13 22:36:18 +0200
b279dcf
Merge pull request #105 from swimIan/patch2 by
2017-10-13 21:56:17 +0200