avollkopf
5dc9089c80
update requirements
2022-11-17 19:44:32 +01:00
Alexander Vollkopf
3d72071303
Merge pull request #55 from avollkopf/revert-54-master
...
Revert "Allow changing logfile size and logfile backup count"
2022-07-19 17:41:01 +02:00
Alexander Vollkopf
49b5067841
Revert "Allow changing logfile size and logfile backup count"
2022-07-19 17:36:37 +02:00
Alexander Vollkopf
ce1db9b188
Merge pull request #54 from phylax2020/master
...
Allow changing logfile size and logfile backup count
2022-07-19 17:36:27 +02:00
phylax2020
abe87b4218
Logfile size and backup logfile count in config.json
2022-07-19 09:39:27 +02:00
phylax2020
8621888d81
Allow changing log file size and log file backup count in settings. Default for log file size is now 130000 bytes (was 1MB). Dashboard with charts can be blocked
...
if accumulated size of log file data exceeds some megabytes. Also chart refresh rate should be greater than some 10 seconds so that chart plots can not block the user interface.
In functions get_data (for dashboard charts) and get_data2 (for chart in analytics) the pandas resample function is reactivated respectively added to further reduce the amount of data to be transferred to the clients.
In function log_data max_bytes and backup_count must be converted to int, when these settings are changed in the settings dialog.
2022-07-15 21:47:23 +02:00
phylax2020
e95237eef6
limit log data transfer to not exceed 2 times max_rows = 1000 rows by removing every nth row. This keeps the user interface operable.
2022-07-09 22:23:26 +02:00
phylax2020
4652b2b516
Missing string conversion of value in log_data function.
2022-07-03 21:28:19 +02:00
Alexander Vollkopf
58175bf951
Merge pull request #51 from avollkopf/development
...
fix restore backup issue
2022-05-12 21:28:16 +02:00
avollkopf
9634e876ce
fix restor backup issue
2022-05-12 21:27:12 +02:00
Alexander Vollkopf
25c96b2df4
Merge pull request #50 from avollkopf/development
...
Add license information to setup.py
2022-05-12 07:14:18 +02:00
avollkopf
e86c3d2f1c
Add license information to setup.py
2022-05-12 07:11:39 +02:00
Alexander Vollkopf
f966419c58
Merge pull request #49 from avollkopf/development
...
Development -> version update for release
2022-05-12 07:07:15 +02:00
avollkopf
e2c2e88d94
Version change fr release
2022-05-12 07:05:25 +02:00
avollkopf
d148dc0b38
update workflow
2022-05-11 07:47:06 +02:00
avollkopf
3c8801780c
Merge branch 'development' of https://github.com/avollkopf/craftbeerpi4 into development
2022-05-11 07:42:43 +02:00
Alexander Vollkopf
d209472238
Update README.md
2022-05-11 07:38:35 +02:00
avollkopf
4cb340ba45
update README
2022-05-11 07:36:21 +02:00
Alexander Vollkopf
261b391895
Merge pull request #48 from avollkopf/testrelease
...
merge in Testrelease
2022-05-11 07:33:48 +02:00
avollkopf
4744070063
change docker ui to main
2022-05-11 07:29:58 +02:00
avollkopf
59274f23c2
some updated links
2022-05-10 17:52:23 +02:00
avollkopf
b1bd3dc9f4
adapt for release test with different gui package
2022-05-10 07:06:14 +02:00
avollkopf
29cc09c837
minor adaptions for release test
2022-05-09 22:29:50 +02:00
avollkopf
d36c18cb2a
rename app to cbpi4 for test release
2022-05-09 17:10:36 +02:00
Alexander Vollkopf
a8b745c97b
Merge branch 'craftbeerpi:development' into development
2022-04-26 16:28:05 +02:00
Alexander Vollkopf
a00b77b45d
Merge branch 'craftbeerpi:master' into master
2022-04-26 16:27:52 +02:00
Alexander Vollkopf
988f19ebdd
Merge pull request #95 from craftbeerpi/development
...
bug fix plugin create in cli.py
2022-04-26 07:21:51 +02:00
avollkopf
cbce63eab3
fix plugin create in cli.py
2022-04-26 07:19:25 +02:00
Alexander Vollkopf
043e75303a
Merge branch 'craftbeerpi:development' into development
2022-04-25 07:18:07 +02:00
Alexander Vollkopf
f36b6d31ab
Merge branch 'craftbeerpi:master' into master
2022-04-25 07:17:37 +02:00
Alexander Vollkopf
4a4eed8fd8
Merge pull request #94 from craftbeerpi/development
...
disable sorting of elements by default
2022-04-23 20:42:46 +02:00
avollkopf
1b85eefad2
disable sorting of elements by default
2022-04-23 20:32:32 +02:00
Alexander Vollkopf
6f458b4649
Merge pull request #47 from craftbeerpi/master
...
Fetch upstream
2022-04-14 08:11:54 +02:00
Alexander Vollkopf
8a0061f0a0
Merge pull request #93 from craftbeerpi/development
...
Development environment for vscode | spunding
2022-04-14 07:22:59 +02:00
avollkopf
da975f92b2
fix spunding hysteresis temp control
2022-04-11 13:06:32 +02:00
avollkopf
d63bbbb887
sort order needs also change in basic controller for existing data
2022-04-11 10:15:08 +02:00
avollkopf
9ac0141e4d
sort hardware by name
2022-04-11 10:06:54 +02:00
avollkopf
4d95017842
Added dummy pressure sensor for testing of spunding functionality
2022-04-10 17:48:36 +02:00
avollkopf
d1f656f509
Added pressure to steps
2022-04-05 12:31:20 +02:00
avollkopf
1f25b3ae03
Fix in case no valve is defined for fermenter
2022-04-05 07:43:19 +02:00
avollkopf
4acb19fcc5
Added valve release time and pause as parameters
2022-04-04 19:56:47 +02:00
avollkopf
946d4c6261
aded wait step when spundung valve is closed
2022-04-04 07:21:41 +02:00
avollkopf
08a841ebe3
Add test for fermenter spunding logic
2022-04-03 20:07:22 +02:00
avollkopf
b7d54952d1
Add valve, pressure sensor and target pressure to fermenter class
2022-04-03 12:37:34 +02:00
avollkopf
9677357726
changed dockerfile UI to craftbeerpi org repo
2022-04-02 16:28:55 +02:00
avollkopf
72ea595f16
fix typos
2022-04-02 16:27:09 +02:00
avollkopf
14f1bd6dd4
fix typos in step controller
2022-04-02 16:20:48 +02:00
avollkopf
fec02047ad
fix for fermenter_recipe_controller and flexible config path
2022-04-01 19:28:17 +02:00
Alexander Vollkopf
46a589c463
Merge pull request #87 from papauorg/feature/development-environment-upstream
...
Provide preconfigured dev-environment and automated tests -> some fixes still required for femrneter recipes and config path
2022-04-01 18:40:26 +02:00
Philipp Grathwohl
0c0bda6abe
Use config folder abstraction in fermentation controller
2022-04-01 15:02:12 +00:00