craftbeerpi4-pione/cbpi/controller
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
..
__init__.py setuptools added 2019-01-05 20:43:48 +01:00
actor_controller.py disable sorting of elements by default 2022-04-23 20:32:32 +02:00
basic_controller2.py disable sorting of elements by default 2022-04-23 20:32:32 +02:00
config_controller.py Allow specifying config path on start 2022-03-31 08:06:42 +02:00
dashboard_controller.py Allow specifying config path on start 2022-03-31 08:06:42 +02:00
fermentation_controller.py Added dummy pressure sensor for testing of spunding functionality 2022-04-10 17:48:36 +02:00
fermenter_recipe_controller.py fix for fermenter_recipe_controller and flexible config path 2022-04-01 19:28:17 +02:00
job_controller.py log http endpoint added 2019-08-05 23:00:18 +02:00
kettle_controller.py Remove kettle and fermenter target temp logs and actor logs 2022-02-06 14:05:31 +01:00
log_file_controller.py 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 2022-07-15 21:47:23 +02:00
notification_controller.py fix typos 2022-04-02 16:27:09 +02:00
plugin_controller.py update cli and remove target temp to 0 at fermenterstep end 2022-02-28 11:15:02 +01:00
recipe_controller.py Allow specifying config path on start 2022-03-31 08:06:42 +02:00
satellite_controller.py added filters for mqtt updates that can be triggered via mqtt 2022-02-03 18:03:53 +01:00
sensor_controller.py disable sorting of elements by default 2022-04-23 20:32:32 +02:00
step_controller.py fix typos 2022-04-02 16:27:09 +02:00
system_controller.py Allow specifying config path on start 2022-03-31 08:06:42 +02:00
upload_controller.py Allow specifying config path on start 2022-03-31 08:06:42 +02:00