Commit Graph
39 Commits
Author SHA1 Message Date
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
Manuel83 26da7c66bc Add actor_power to Controller 2017-06-18 20:08:17 +02:00
Manuel83 167a0bb8f8 KettleController
- Method actor_power added to set the power without switching
- Method timer_remaining added to get the remaining time of a timer
2017-06-18 19:09:08 +02:00
alexpalmerandGitHub c77fff6ffa Update __init__.py
Correct datatypes for def F automode to work
2017-06-17 22:07:35 -04:00
Manuel83 bcd07e4705 Put parameter into cache after adding 3.0 2017-06-16 01:02:45 +02:00
Manuel83 c07e3f4d79 Add new Config Parameter via cbpi api 2017-06-16 00:51:18 +02:00
Manuel83 37d8c7be83 Merge branch 'master' of https://github.com/Manuel83/craftbeerpi3 2017-06-13 20:40:21 +02:00
Manuel83 c0e3ef4c4c ip addr for startup 2017-06-13 20:39:50 +02:00
Manuel83 04c92deedb - Fix Service Installation
- Fix Autostart
- Add Splash Screen for Pixel
2017-06-13 20:28:03 +02:00
Manuel83andGitHub 3727c1494e Merge pull request #9 from carlallen/patch-1
Add GPIO Pin 27
2017-06-12 23:05:41 +02:00
Manuel83 fe002cfb25 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	modules/core/controller.py
2017-06-12 22:55:17 +02:00
Manuel83 4f95309a28 - Fermenter Controller Fix
- Kettle Controller Fix
- Remove SQL Alchemie
2017-06-12 22:53:49 +02:00
Carl AllenandGitHub 16ff6653e8 Add GPIO Pin 27
Closes https://github.com/Manuel83/craftbeerpi3/issues/7
2017-06-12 15:05:40 -05:00
Manuel83andGitHub 73153c7461 Update README.md 2017-06-11 22:11:45 +02:00
Manuel83andGitHub 1838575d2d Merge pull request #1 from carlallen/patch-1
Fix exception in FermenterController
2017-06-11 20:34:05 +02:00
Carl AllenandGitHub 657358c254 heater_on/heater_off for FermenterController copy/paste fix 2017-06-11 13:25:38 -05:00
Manuel83andGitHub b7664e31fd Create README.md 2017-06-11 19:00:23 +02:00
Manuel83 83a7628248 fix 2017-06-11 17:38:27 +02:00
Manuel83 54c18c053c Fix 2017-06-11 17:30:45 +02:00
Manuel83 b6a2ad1c93 fix 2017-06-11 17:22:48 +02:00
Manuel83 229ae5aad1 Fix 2017-06-11 17:15:04 +02:00
Manuel83 58e927b0bf First Version 2017-06-11 17:12:22 +02:00
Manuel83andGitHub b03966562c Create README.md 2017-06-11 17:09:05 +02:00