-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Development #77
Development #77
Commits on Jun 7, 2022
-
Set Power to Zero if Switched Off
Set power to Zero if the actor is switched off.
Configuration menu - View commit details
-
Copy full SHA for 55db17e - Browse repository at this point
Copy the full SHA 55db17eView commit details -
Set power to Zero if the actor is switched off.
Set power to Zero if the actor is switched off.
Configuration menu - View commit details
-
Copy full SHA for a4f1de3 - Browse repository at this point
Copy the full SHA a4f1de3View commit details
Commits on Jul 10, 2022
-
Merge pull request #53 from phylax2020/master
Missing string conversion of value in log_data function.
Configuration menu - View commit details
-
Copy full SHA for 82e2c1b - Browse repository at this point
Copy the full SHA 82e2c1bView commit details -
Merge pull request #52 from chappo/master
Set MQTT Actor Power Level to Zero if Switched Off
Configuration menu - View commit details
-
Copy full SHA for 459c420 - Browse repository at this point
Copy the full SHA 459c420View commit details
Commits on Jul 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4d85c4c - Browse repository at this point
Copy the full SHA 4d85c4cView commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c85b929 - Browse repository at this point
Copy the full SHA c85b929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea4160 - Browse repository at this point
Copy the full SHA 5ea4160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 313f9d4 - Browse repository at this point
Copy the full SHA 313f9d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752d9a2 - Browse repository at this point
Copy the full SHA 752d9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0ba76 - Browse repository at this point
Copy the full SHA ff0ba76View commit details -
Merge branch 'master' of https://github.com/phylax2020/craftbeerpi4
# Conflicts: # cbpi/controller/log_file_controller.py
Configuration menu - View commit details
-
Copy full SHA for 4101818 - Browse repository at this point
Copy the full SHA 4101818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1619012 - Browse repository at this point
Copy the full SHA 1619012View commit details -
Merge pull request #57 from phylax2020/master
log_file_controller.py and __init__.py in ConfigUpdate reloaded
Configuration menu - View commit details
-
Copy full SHA for 205389f - Browse repository at this point
Copy the full SHA 205389fView commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c0997ff - Browse repository at this point
Copy the full SHA c0997ffView commit details
Commits on Aug 7, 2022
-
Merge pull request #58 from phylax2020/master
Add parameter in settings to slow down pipe animation in dashboard
Configuration menu - View commit details
-
Copy full SHA for 635ea36 - Browse repository at this point
Copy the full SHA 635ea36View commit details
Commits on Aug 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c7d01c3 - Browse repository at this point
Copy the full SHA c7d01c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6ede1 - Browse repository at this point
Copy the full SHA 9c6ede1View commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ac3c880 - Browse repository at this point
Copy the full SHA ac3c880View commit details
Commits on Sep 2, 2022
-
extends cbpi-dev-config to be a complete set.
cbpi requires empty folders inside the config folder to fully function, and this commit adds them. There are also some more extensive checks on missing files and folders newly implemented. As well as checking for restored_config.zip is now done before checking for config.yaml. On unsuccessfull restore the zip file is renamed instead of deleted.
Configuration menu - View commit details
-
Copy full SHA for 2f08596 - Browse repository at this point
Copy the full SHA 2f08596View commit details -
imports the whirlpool hop addition kbh with timer
previously the whirlpool step has been ignored when importing from a kbh database. on creation the whirlpoolstep would only be on a hardcoded 15 minute timer. I added the optional timer as argument to create_Whirlpool_Cooldown(). And made use of it for negative hops timer imported from KBH. For KBH databases this is valid because if the hops timer value is negative it can only be the whirlpool timer and the value is the time that is set for the brewing device for getting from boil to below 80°C. I did only test the data and not the functionality, but it sucessfully replaces the hardcoded "15" timer with the value from the first whirlpool hop addition while getting rid of the sign.
Configuration menu - View commit details
-
Copy full SHA for 76b11a7 - Browse repository at this point
Copy the full SHA 76b11a7View commit details
Commits on Sep 3, 2022
-
uploaded restored_config.zip is now placed in provided config folder …
…and not the working directory where it will be ignored on restart
Configuration menu - View commit details
-
Copy full SHA for 2076c66 - Browse repository at this point
Copy the full SHA 2076c66View commit details
Commits on Sep 7, 2022
-
reorders the .vscode tasks so run is the default hopefully. removes code that was commented out anyway.
Configuration menu - View commit details
-
Copy full SHA for e61fbdb - Browse repository at this point
Copy the full SHA e61fbdbView commit details
Commits on Sep 9, 2022
-
Merge branch 'dev-config-changes' of github.com:prash3r/craftbeerpi4 …
…into dev-config-changes
Configuration menu - View commit details
-
Copy full SHA for b5ca644 - Browse repository at this point
Copy the full SHA b5ca644View commit details -
logs folder is next to the active config folder.
It was wherever 'cbpi setup' was run from. and if no config folder path is provided its still the same. This also adds a file based global logger placed in the logs folder. The sensor loggers respect the new logs folder location.
Configuration menu - View commit details
-
Copy full SHA for 4952861 - Browse repository at this point
Copy the full SHA 4952861View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c56d7cc - Browse repository at this point
Copy the full SHA c56d7ccView commit details
Commits on Sep 14, 2022
-
adds journalctl arg '--output cat' (log exports),
because cbpi already writes timestamps into the logs and we dont need two timestamps when exporting. This commit also reverts to using the same formatter for all logHandlers.
Configuration menu - View commit details
-
Copy full SHA for f924e1a - Browse repository at this point
Copy the full SHA f924e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfc876f - Browse repository at this point
Copy the full SHA cfc876fView commit details -
keeps default dev config unchanged.
this commit moves the default config into a seperate folder. And it adds a preLaunchTask which copies the default dev config to the used dev config. This is done with the cp option '-ru' so if the files in the target dir (current config) are newer they are not overwritten.
Configuration menu - View commit details
-
Copy full SHA for 706bbac - Browse repository at this point
Copy the full SHA 706bbacView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9b599 - Browse repository at this point
Copy the full SHA ac9b599View commit details
Commits on Sep 16, 2022
-
adds the 'cbpi create' command to vscode.
also initilizes plugin names with dashes instead of underscores. everything now runs as root inside the dev container (otherwise the permissions for cbpi create wouldnt be sufficient).
Configuration menu - View commit details
-
Copy full SHA for 1fa3f88 - Browse repository at this point
Copy the full SHA 1fa3f88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf1b14 - Browse repository at this point
Copy the full SHA 6bf1b14View commit details -
corrected some more places where ./logs was used
instead of the dynamically given logs path.
Configuration menu - View commit details
-
Copy full SHA for fea1ba0 - Browse repository at this point
Copy the full SHA fea1ba0View commit details
Commits on Sep 24, 2022
-
additional requirements.txt for devcontainer only
inside the dev container default config there now is a 'additional-dev-requirements.txt' file that allows us to ship additional python packages requirements with a default development config.
Configuration menu - View commit details
-
Copy full SHA for e0d809c - Browse repository at this point
Copy the full SHA e0d809cView commit details -
repairs log_file_controller.py.
I seem to have exidentally search and replaced some needed glob.glob calls when adding dinamic log location, which should now be repaired. There also was a mysterious cbpi_dashboard_1.json appearing in the wrong folder which now inside the dashboard folder. I also figured out how to run tests locally, they should now respect the dynamic folder paths.
Configuration menu - View commit details
-
Copy full SHA for e7aa0a6 - Browse repository at this point
Copy the full SHA e7aa0a6View commit details -
repairs plugin creation inside the devcontainer
strange windows volume behaviour needs a small delay between template folder unzip and rename. reverts user changes of the dev container which werent the cause of this problem.
Configuration menu - View commit details
-
Copy full SHA for 50fa87d - Browse repository at this point
Copy the full SHA 50fa87dView commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2bc5bbb - Browse repository at this point
Copy the full SHA 2bc5bbbView commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1c38af - Browse repository at this point
Copy the full SHA d1c38afView commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 89da0be - Browse repository at this point
Copy the full SHA 89da0beView commit details
Commits on Oct 2, 2022
-
Merge pull request #62 from prash3r/dev-config-changes
changes to cbpi-dev-config, logs and the devcontainer.
Configuration menu - View commit details
-
Copy full SHA for 781f68d - Browse repository at this point
Copy the full SHA 781f68dView commit details -
Merge pull request #63 from prash3r/kbh-whirlpool-step
imports the whirlpool hop addition kbh with timer
Configuration menu - View commit details
-
Copy full SHA for 24ae034 - Browse repository at this point
Copy the full SHA 24ae034View commit details -
Merge pull request #65 from prash3r/notify-log-events
notify clients on log events worse than INFO
Configuration menu - View commit details
-
Copy full SHA for 8c8d09e - Browse repository at this point
Copy the full SHA 8c8d09eView commit details -
moves cbpi_dashboard_*.json to dashboard folder.
if the file cbpi_dashboard_1.json doesnt exist in the dashboard folder every cbpi_dashboard_*.json file from the config folder is moved to the dashboard folder. This also removes the empty default cbpi_dashboard_1.json file from the template folder, because the file is not needed for cbpi to function and can be created when editing the dashboard online.
Configuration menu - View commit details
-
Copy full SHA for 2a0daf3 - Browse repository at this point
Copy the full SHA 2a0daf3View commit details -
not copying empty cbpi_dashboard_1.json anymore.
will be created on first dashboard save instead.
Configuration menu - View commit details
-
Copy full SHA for 7f16a8b - Browse repository at this point
Copy the full SHA 7f16a8bView commit details
Commits on Oct 3, 2022
-
Merge pull request #69 from prash3r/move-dashboard-files
moves cbpi_dashboard_*.json to subfolder dashboard.
Configuration menu - View commit details
-
Copy full SHA for 7c87a2b - Browse repository at this point
Copy the full SHA 7c87a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb60b6d - Browse repository at this point
Copy the full SHA cb60b6dView commit details -
Merge pull request #68 from lopelex/hop_text
add hop name to BoilStep and UploadController
Configuration menu - View commit details
-
Copy full SHA for 6e1f1fa - Browse repository at this point
Copy the full SHA 6e1f1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ddb2a - Browse repository at this point
Copy the full SHA 92ddb2aView commit details -
Merge pull request #70 from avollkopf/revert-68-hop_text
Revert "add hop name to BoilStep and UploadController"
Configuration menu - View commit details
-
Copy full SHA for 7021131 - Browse repository at this point
Copy the full SHA 7021131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ce9ed - Browse repository at this point
Copy the full SHA 21ce9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ebc659 - Browse repository at this point
Copy the full SHA 2ebc659View commit details
Commits on Oct 22, 2022
-
Merge pull request #71 from lopelex/hop_text
add hop name to BoilStep and UploadController
Configuration menu - View commit details
-
Copy full SHA for f13c8de - Browse repository at this point
Copy the full SHA f13c8deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0ee24 - Browse repository at this point
Copy the full SHA 0b0ee24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1e457 - Browse repository at this point
Copy the full SHA 9a1e457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a2d40 - Browse repository at this point
Copy the full SHA 17a2d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b2e0fb - Browse repository at this point
Copy the full SHA 8b2e0fbView commit details
Commits on Nov 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e234f4 - Browse repository at this point
Copy the full SHA 4e234f4View commit details
Commits on Nov 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f38697d - Browse repository at this point
Copy the full SHA f38697dView commit details -
Configuration menu - View commit details
-
Copy full SHA for afeba81 - Browse repository at this point
Copy the full SHA afeba81View commit details
Commits on Nov 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a9f3bef - Browse repository at this point
Copy the full SHA a9f3befView commit details -
Configuration menu - View commit details
-
Copy full SHA for f83ee71 - Browse repository at this point
Copy the full SHA f83ee71View commit details
Commits on Nov 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f13993d - Browse repository at this point
Copy the full SHA f13993dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05b70e3 - Browse repository at this point
Copy the full SHA 05b70e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e0eb0f - Browse repository at this point
Copy the full SHA 7e0eb0fView commit details
Commits on Dec 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9f655c9 - Browse repository at this point
Copy the full SHA 9f655c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde20f6 - Browse repository at this point
Copy the full SHA cde20f6View commit details
Commits on Dec 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6a356c6 - Browse repository at this point
Copy the full SHA 6a356c6View commit details