avollkopf
28f4113f2f
Fix to improve accuracy of timer
...
Timer was not accurate as it was depending on the asyncio.sleep function which is most liklely not exactly one second depending on other functions running in parallel.
Now the timer is comparable to cbpi3 where it runs until an end time is reached.
This is to address issue #66 and has been tested
2021-04-08 14:40:47 +02:00
avollkopf
5cb0ce76de
Added Hop alarms to boil step
2021-03-30 21:00:17 +02:00
avollkopf
06bc69b367
Fixed back hysteresis
...
To addres issue #44
2021-03-30 07:46:41 +02:00
Manuel83
fb2793eb85
Merge pull request #59 from MrGunnery/Fix_some_issues
...
Fix some issues
2021-03-21 10:27:11 +01:00
Manuel83
580ecc8d00
Merge pull request #60 from avollkopf/master
...
Added ConfigType.STEP
2021-03-21 10:26:11 +01:00
avollkopf
baf285be9f
Added ConfigType.STEP
...
This supports also the pre-configuration of steps in the cbpi settings
2021-03-20 21:02:05 +01:00
Martin
6dc1c22e20
Fix[extension]: mqtt_sensor did not work with Mash_profile
...
Error NoneType object as no attribute 'get'
2021-03-18 19:27:03 +01:00
Martin
919d6c8e93
Update cbpi/extension/mashstep/__init__.py
...
Co-authored-by: Marcel Schulz <schullebernd@googlemail.com>
2021-03-15 22:09:23 +01:00
Martin
aabe76d15d
optimize import
2021-03-15 19:55:59 +01:00
Martin
d8b083003d
fix issues #55
2021-03-15 19:54:22 +01:00
Martin
de38fbc80c
fix: error, i put the modification on bad class
2021-03-15 17:21:57 +01:00
Martin
93a07ac613
Fix: issuses #56
2021-03-15 13:02:35 +01:00
Martin
12d487bd3a
Fix: issuses #57
2021-03-15 12:59:55 +01:00
Manuel Fritsch
2a018fb731
"fix mqtt push update issue"
2021-03-14 17:40:44 +01:00
Manuel Fritsch
12857c73ef
"mqtt added"
2021-03-14 11:52:46 +01:00
Manuel83
9c3a1f564b
Merge pull request #47 from Prash3r/master
...
BasicController manages state of item.instance.running
2021-03-11 22:23:44 +01:00
Manuel83
7611e1d167
Merge pull request #48 from BrauereiAlt/master
...
Activate Timer in Boil and Mash Steps
2021-03-11 22:21:20 +01:00
Manuel83
e7578030cc
Merge pull request #50 from Prash3r/forcePython3
...
enforce python3 via Setuptools
2021-03-11 22:20:59 +01:00
prash3r
c404ce19fa
enforce Python3 via Setuptools
2021-03-08 17:55:18 +01:00
BrauereiAlt
07024d7fc3
Add files via upload
2021-03-07 22:54:58 -08:00
prash3r
a9546bc40c
BasicController start() and stop() functions manages item.instance.running state
...
Also changes usage of 'while True' inside run() functions to 'while self.running == True'
2021-03-08 01:34:13 +01:00
Manuel Fritsch
7a5e852121
"save props for steps"
2021-03-07 23:52:20 +01:00
Manuel Fritsch
51c8f82834
"notificaton added"
2021-03-07 22:11:25 +01:00
Manuel83
0371e74b4a
Merge pull request #42 from michluk/dev
...
fix HttpSensor
2021-03-07 19:26:46 +01:00
Manuel83
367a0dfe9e
Merge pull request #29 from vojtech/master
...
Fix OneWire Setup
2021-03-07 19:25:58 +01:00
Manuel83
26369e2a9b
Merge pull request #22 from madhatguy/master
...
fix to add_config_value
2021-03-07 19:25:34 +01:00
Manuel83
9d85adcc24
Merge pull request #43 from BrauereiAlt/master
...
Fix Hysteresis Autorun
2021-03-07 19:24:57 +01:00
BrauereiAlt
03a30e70ce
Add files via upload
2021-03-06 17:05:19 -08:00
Lukas
1ddfc56f15
Update __init__.py
2021-03-04 15:07:56 +01:00
Lukas
7c94833634
Update __init__.py
2021-03-04 14:49:10 +01:00
Mich, Lukas
5874b0bda5
fix HttpSensor
2021-03-04 13:06:57 +01:00
Manuel Fritsch
441e235d1f
"fix cli main_dir error"
2021-03-03 23:49:41 +01:00
Manuel Fritsch
c142380bc6
"add seconds to timer at runtime"
2021-03-03 07:37:54 +01:00
Manuel Fritsch
a55ed2a5e5
"recipe book added"
2021-02-27 20:09:19 +01:00
Manuel Fritsch
79fd2b8727
"fix actor satellite issue"
2021-02-20 12:59:23 +01:00
Manuel Fritsch
c78ab29b85
"fix actor instance error"
2021-02-20 09:24:03 +01:00
Vojtech Hrdina
0717a45449
Fix OneWire Setup
2021-02-19 22:41:53 +00:00
Manuel Fritsch
f1bcd1e543
"fix static config"
2021-02-19 22:24:15 +01:00
Manuel Fritsch
6a091c0bae
"fix config.json"
2021-02-19 22:05:13 +01:00
Manuel Fritsch
fb85d67fcf
"Small bug fixed. Step Actions added on server part"
2021-02-17 23:52:54 +01:00
Manuel Fritsch
93aea0c063
"added dataclassed"
2021-02-16 20:37:51 +01:00
Guy
6a0764a937
fix add_config_value
2021-02-12 12:13:32 +02:00
Manuel Fritsch
2468dab6dd
"fix mash step time to minutes"
2021-02-12 00:03:18 +01:00
Manuel Fritsch
5f18e7a7b8
"Hysteresis added"
2021-02-10 22:11:35 +01:00
Manuel Fritsch
bd311edccd
"mash profiles added"
2021-02-10 07:38:55 +01:00
Manuel83
ab14111787
Merge pull request #16 from avollkopf/master
2021-02-10 07:21:01 +01:00
Manuel83
0af9f6b0e3
Merge pull request #17 from Manuel83/dependabot/pip/cryptography-3.3.2
2021-02-10 07:19:41 +01:00
dependabot[bot]
6e47bc8d8d
Bump cryptography from 3.3.1 to 3.3.2
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pyca/cryptography/releases )
- [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/3.3.1...3.3.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-02-10 01:38:11 +00:00
avollkopf
ba988fbbb5
Fix for gpioactor
...
definition of mode --> GPIO.BCM
2021-02-09 18:48:45 +01:00
Manuel Fritsch
6025336686
"Build Script added"
2021-02-07 13:54:31 +01:00