Commit Graph
122 Commits
Author SHA1 Message Date
swimIanandGitHub b4ddc60c07 Update beerxml.py 2017-07-15 21:52:34 -07:00
swimIanandGitHub 6fd39a81a9 Update beerxml.py 2017-07-15 21:50:28 -07:00
swimIan bb6f6f2b36 Add mashin step including the infusion temp from a beerxml import 2017-07-15 11:34:17 -07:00
Manuel83andGitHub ca9575ac29 Merge pull request #70 from MikonosII/patch-3
fixed typos
2017-07-15 13:13:16 +02:00
Manuel83andGitHub 9a1981fa46 Merge pull request #81 from swimIan/master
Update all brew steps to allow decimal values
2017-07-15 13:12:59 +02:00
Manuel83andGitHub 46fc39c185 Merge pull request #80 from IndyJoeA/master
Use Integer for Buzzer GPIO
2017-07-15 13:12:44 +02:00
swimIanandGitHub 54dd31ea11 Update all brew steps to allow decimal values
Changes int() on mashin and boilsteps to a float() value to check if the Target Temp is reached.  This allows decimals value to not error out in the log.
2017-07-14 09:02:26 -07:00
IndyJoeAandGitHub 1d586b353e Make buzzer GPIO an Int
Fixes buzzer initialization errors
2017-07-13 20:37:16 -04:00
IndyJoeAandGitHub fc04ae01a7 Merge pull request #1 from Manuel83/master
Merge
2017-07-13 12:09:47 -04:00
Manuel83 929db1df81 Actor Action added 2017-07-12 15:18:14 +02:00
Manuel83andGitHub fd5ac5ce77 Merge pull request #77 from carlallen/patch-2
Improved descriptions for fermenter hysteresis
2017-07-11 22:11:25 +02:00
Carl AllenandGitHub 91c0dc9a59 fix geather to greater 2017-07-11 15:09:57 -05:00
Carl AllenandGitHub 8c0f03c139 Update __init__.py 2017-07-11 15:00:35 -05:00
Carl AllenandGitHub 2398ce360d Improved descriptions for fermenter hysteresis 2017-07-11 14:58:55 -05:00
Manuel83andGitHub 785e5c984c Merge pull request #71 from carlallen/patch-1
Add back in sensor_name and improve description for offset
2017-07-10 21:57:36 +02:00
Carl AllenandGitHub a978f43649 Add back in sensor_name and improve description for offset 2017-07-09 17:13:30 -05:00
Manuel83 da6b107e94 tool tip for config properties 2017-07-09 22:04:19 +02:00
Manuel83 47268d8d1c Allow to use actor, sensor and kettle dropdown for actor and sensor
config.
2017-07-08 17:16:27 +02:00
MikonosIIandGitHub 8916cd6054 fixed typos 2017-07-07 20:30:53 -07:00
Manuel83andGitHub ca7270b5ee Merge pull request #67 from carlallen/buzzer_gpio_options
allow buzzer on all gpio pins
2017-07-07 08:47:37 +02:00
Manuel83andGitHub 2c941e01d5 Merge pull request #66 from MikonosII/patch-2
Update __init__.py
2017-07-07 08:46:14 +02:00
Carl Allen 7591d47add allow buzzer on all gpio pins 2017-07-06 21:04:36 -05:00
MikonosIIandGitHub 20b535b293 Update __init__.py
swapped .PropertyNumber("Cooler Offset ON", True, 0) on lines 11 and 12.  On should match with min and Off should match with max on lines 32 and 35
2017-07-06 16:49:44 -07:00
Manuel83 3af76d0a1e Action Button for Sensors added 2017-07-05 21:16:40 +02:00
Manuel83andGitHub 62f31e2dd4 Merge pull request #55 from jalim/hotfix/buzzer_fix
Move buzzer init order to fall after config init.
2017-07-05 20:34:29 +02:00
Manuel83andGitHub 88a9989c13 Merge pull request #62 from carlallen/patch-6
Select properties configurable for steps
2017-07-05 20:33:32 +02:00
Manuel83 ba0e932239 Beer.xml convert to Fahrenheit 2017-07-05 20:31:56 +02:00
Carl AllenandGitHub 734f0c6693 Select properties configurable for steps 2017-07-05 11:30:02 -05:00
Manuel83 45c937825b -fix beer xml
-fix fermenter hysteresis
2017-07-05 00:34:35 +02:00
Manuel83 291f09dcd1 - Import KBH
- Import BeerXML
- Import REST API
- Migration DB
- Set Default Screen after Start
- Cleanup
2017-07-02 23:52:18 +02:00
Luke Mullan e7de4d8965 Move buzzer init order to fall after config init.
Buzzer can't initialise with correct gpio pin as the config hasn't been initialised yet.
2017-07-02 22:12:43 +10:00
Manuel83andGitHub c2aa5d8141 Update README.md 2017-06-29 15:13:57 +02:00
Manuel83andGitHub dc046e92c4 Merge pull request #50 from carlallen/patch-5
Allow blank value for offset on onewire sensor
2017-06-28 21:59:08 +02:00
Carl AllenandGitHub 4470767a1c Allow blank value for offset on onewire sensor
Fixes bug caused introduced when adding the offset (temps only reading 0)
2017-06-28 09:46:28 -05:00
Manuel83andGitHub e67baeabb0 Merge pull request #47 from jalim/hotfix/message-event-bus-patch
Change to notification to use message event bus
2017-06-28 09:32:44 +02:00
Luke Mullan 7d35538962 Fix **kwargs ommision. 2017-06-28 17:31:52 +10:00
Manuel83andManuel83 10a989cee9 Fix: Sensors are now stopping after update of config 2017-06-28 09:01:13 +02:00
Manuel83andGitHub 3396e1b379 Merge pull request #38 from carlallen/patch-3
Allow specifying an offset on onewire sensor
2017-06-28 08:42:07 +02:00
Manuel83andGitHub 0749c55478 Merge pull request #39 from IndyJoeA/patch-1
Replace int with float in get_sensor_value()
2017-06-28 08:41:43 +02:00
Manuel83andGitHub 3b60c8cfd1 Merge pull request #44 from carlallen/patch-4
Allow SQL file to be re-run
2017-06-28 08:41:05 +02:00
Manuel83andGitHub ef0f719c58 Merge pull request #41 from MikonosII/patch-1
Update controller.py
2017-06-28 08:38:02 +02:00
Manuel83andGitHub 1ec6b9acf1 Merge pull request #36 from carlallen/patch-2
Allow floats for offeset min/max
2017-06-28 08:37:39 +02:00
Luke Mullan fc945f093c Change to notification to use message even bus
This will allow any plugin to listen for a notification and respond accordingly.
2017-06-27 14:52:01 +10:00
Carl AllenandGitHub ebeb726dd9 Allow SQL file to be re-run
Allow the schema.sql file to be re-run if it changes
2017-06-25 18:36:58 -05:00
Manuel83 00739ea38f -Ui Changes
-Brew Steps added
-Clean AddOn Dialog
2017-06-25 21:29:45 +02:00
MikonosIIandGitHub 71449740fa Update controller.py
lines 138 and 144 were changed to f.cooler
2017-06-24 19:12:25 -07:00
IndyJoeAandGitHub f1ec635f25 Replace int with float in get_sensor_value()
I've noticed that sensor values are being handled as integers by this function, which was causing poor performance of the PIDArduino logic and another logic plugin I am testing.  I have changed the type to float, and now logic controllers can receive more accurate temperature values.
2017-06-23 22:47:05 -04:00
Carl AllenandGitHub 139f5e8f91 Allow specifying an offset on onewire sensor 2017-06-22 23:20:32 -05:00
Carl AllenandGitHub 7594aecaee Allow floats for offeset min/max 2017-06-21 16:59:20 -05:00
Manuel83andGitHub f0b7c6e640 Merge pull request #24 from alexpalmer/patch-1
Update __init__.py
2017-06-18 21:22:34 +02:00