Skip to content
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

merge from Development #116

Closed
wants to merge 245 commits into from
Closed

Commits on Mar 8, 2022

  1. Merge pull request #45 from craftbeerpi/development_fermentersteps

    Transfer from organization dev branch that has now fermentersteps
    avollkopf authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    f3cd341 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Merge pull request #46 from craftbeerpi/master

    Align with upstream
    avollkopf authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    bdc534e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merge pull request #93 from craftbeerpi/development

    Development environment for vscode | spunding
    avollkopf authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    8a0061f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from craftbeerpi/master

    Fetch upstream
    avollkopf authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    6f458b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Merge pull request #94 from craftbeerpi/development

    disable sorting of elements by default
    avollkopf authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    4a4eed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    f36b6d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    043e753 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Merge pull request #95 from craftbeerpi/development

    bug fix plugin create in cli.py
    avollkopf authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    988f19e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a00b77b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8b745c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    d36c18c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cc09c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    b1bd3dc View commit details
    Browse the repository at this point in the history
  2. some updated links

    avollkopf committed May 10, 2022
    Configuration menu
    Copy the full SHA
    59274f2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. change docker ui to main

    avollkopf committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4744070 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from avollkopf/testrelease

    merge in Testrelease
    avollkopf authored May 11, 2022
    Configuration menu
    Copy the full SHA
    261b391 View commit details
    Browse the repository at this point in the history
  3. update README

    avollkopf committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4cb340b View commit details
    Browse the repository at this point in the history
  4. Update README.md

    avollkopf authored May 11, 2022
    Configuration menu
    Copy the full SHA
    d209472 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c88017 View commit details
    Browse the repository at this point in the history
  6. update workflow

    avollkopf committed May 11, 2022
    Configuration menu
    Copy the full SHA
    d148dc0 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Version change fr release

    avollkopf committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e2c2e88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from avollkopf/development

    Development -> version update for release
    avollkopf authored May 12, 2022
    Configuration menu
    Copy the full SHA
    f966419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e86c3d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #50 from avollkopf/development

    Add license information to setup.py
    avollkopf authored May 12, 2022
    Configuration menu
    Copy the full SHA
    25c96b2 View commit details
    Browse the repository at this point in the history
  5. fix restor backup issue

    avollkopf committed May 12, 2022
    Configuration menu
    Copy the full SHA
    9634e87 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #51 from avollkopf/development

    fix restore backup issue
    avollkopf authored May 12, 2022
    Configuration menu
    Copy the full SHA
    58175bf View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Set Power to Zero if Switched Off

    Set power to Zero if the actor is switched off.
    chappo authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    55db17e View commit details
    Browse the repository at this point in the history
  2. Set power to Zero if the actor is switched off.

    Set power to Zero if the actor is switched off.
    chappo authored Jun 7, 2022
    Configuration menu
    Copy the full SHA
    a4f1de3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    4652b2b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. limit log data transfer to not exceed 2 times max_rows = 1000 rows by…

    … removing every nth row. This keeps the user interface operable.
    phylax2020 committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    e95237e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Merge pull request #53 from phylax2020/master

    Missing string conversion of value in log_data function.
    avollkopf authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    82e2c1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from chappo/master

    Set MQTT Actor Power Level to Zero if Switched Off
    avollkopf authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    459c420 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Allow changing log file size and log file backup count in settings. D…

    …efault 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.
    phylax2020 committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8621888 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Update minor version

    avollkopf committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    4d85c4c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    abe87b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from phylax2020/master

    Allow changing logfile size and logfile backup count
    avollkopf authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    ce1db9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b5067 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #55 from avollkopf/revert-54-master

    Revert "Allow changing logfile size and logfile backup count"
    avollkopf authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    3d72071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c85b929 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ea4160 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    313f9d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    752d9a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff0ba76 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' of https://github.com/phylax2020/craftbeerpi4

    # Conflicts:
    #	cbpi/controller/log_file_controller.py
    phylax2020 committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    4101818 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1619012 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #57 from phylax2020/master

    log_file_controller.py and __init__.py in ConfigUpdate reloaded
    avollkopf authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    205389f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    c0997ff View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Merge pull request #58 from phylax2020/master

    Add parameter in settings to slow down pipe animation in dashboard
    avollkopf authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    635ea36 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    c7d01c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c6ede1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. actor update api for WS

    avollkopf committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ac3c880 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. 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.
    prash3r committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2f08596 View commit details
    Browse the repository at this point in the history
  2. 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.
    prash3r committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    76b11a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. uploaded restored_config.zip is now placed in provided config folder …

    …and not the working directory where it will be ignored on restart
    prash3r committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    2076c66 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. extends #62

    reorders the .vscode tasks so run is the default hopefully.
    removes code that was commented out anyway.
    prash3r committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    e61fbdb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Merge branch 'dev-config-changes' of github.com:prash3r/craftbeerpi4 …

    …into dev-config-changes
    prash3r committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b5ca644 View commit details
    Browse the repository at this point in the history
  2. 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.
    prash3r committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4952861 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    c56d7cc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. 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.
    prash3r committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f924e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc876f View commit details
    Browse the repository at this point in the history
  3. 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.
    prash3r committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    706bbac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac9b599 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. 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).
    prash3r committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1fa3f88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bf1b14 View commit details
    Browse the repository at this point in the history
  3. corrected some more places where ./logs was used

    instead of the dynamically given logs path.
    prash3r committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    fea1ba0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. 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.
    prash3r committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e0d809c View commit details
    Browse the repository at this point in the history
  2. 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.
    prash3r committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    e7aa0a6 View commit details
    Browse the repository at this point in the history
  3. 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.
    prash3r committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    50fa87d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. add hop text

    lopelex committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    2bc5bbb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    d1c38af View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. remove unused import

    lopelex authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    89da0be View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Merge pull request #62 from prash3r/dev-config-changes

    changes to cbpi-dev-config, logs and the devcontainer.
    avollkopf authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    781f68d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from prash3r/kbh-whirlpool-step

    imports the whirlpool hop addition kbh with timer
    avollkopf authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    24ae034 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65 from prash3r/notify-log-events

    notify clients on log events worse than INFO
    avollkopf authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    8c8d09e View commit details
    Browse the repository at this point in the history
  4. 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.
    prash3r committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    2a0daf3 View commit details
    Browse the repository at this point in the history
  5. not copying empty cbpi_dashboard_1.json anymore.

    will be created on first dashboard save instead.
    prash3r committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    7f16a8b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Merge pull request #69 from prash3r/move-dashboard-files

    moves cbpi_dashboard_*.json to subfolder dashboard.
    avollkopf authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7c87a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb60b6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #68 from lopelex/hop_text

    add hop name to BoilStep and UploadController
    avollkopf authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6e1f1fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92ddb2a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #70 from avollkopf/revert-68-hop_text

    Revert "add hop name to BoilStep and UploadController"
    avollkopf authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7021131 View commit details
    Browse the repository at this point in the history
  6. update version number

    avollkopf committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    21ce9ed View commit details
    Browse the repository at this point in the history
  7. fix conflicts with #62

    lopelex committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2ebc659 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Merge pull request #71 from lopelex/hop_text

    add hop name to BoilStep and UploadController
    avollkopf authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    f13c8de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0ee24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #74 from avollkopf/hop-name-test

    Hop name test
    avollkopf authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    9a1e457 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17a2d40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b2e0fb View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. add hop text

    lopelex committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    4e234f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. update requirements

    avollkopf committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f38697d View commit details
    Browse the repository at this point in the history
  2. bump rev

    avollkopf committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    afeba81 View commit details
    Browse the repository at this point in the history
  3. update requirements

    avollkopf committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5dc9089 View commit details
    Browse the repository at this point in the history
  4. update gitignore

    avollkopf committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0105d15 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Merge pull request #75 from lopelex/development

    add hop text
    avollkopf authored Nov 19, 2022
    Configuration menu
    Copy the full SHA
    a9f3bef View commit details
    Browse the repository at this point in the history
  2. bump rev

    avollkopf committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    f83ee71 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. Configuration menu
    Copy the full SHA
    f13993d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b70e3 View commit details
    Browse the repository at this point in the history
  3. bump rev

    avollkopf committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    7e0eb0f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    9f655c9 View commit details
    Browse the repository at this point in the history
  2. fix notify on error

    avollkopf committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    cde20f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. bump rev from rc to major

    avollkopf committed Dec 10, 2022
    Configuration menu
    Copy the full SHA
    6a356c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from avollkopf/development

    Development
    avollkopf authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    08f2922 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Copy dashboard files from config folder to config/dashboard when upgr…

    …ading to version 4.0.7. Detect missing or empty dashboard file in config/dashboard.
    phylax2020 committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0c957de View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Merge pull request #78 from phylax2020/development

    Copy dashboard files from config folder to config/dashboard when upgr…
    avollkopf authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    6cd2988 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f7cd38 View commit details
    Browse the repository at this point in the history
  3. updated requirements.txt

    avollkopf committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    d6316a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d6f217 View commit details
    Browse the repository at this point in the history
  5. python 3.10 compatibility

    avollkopf committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    4823a04 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. partial update for sattelite controller to adapt to future requiremen…

    …ts of asyncio-mqtt
    
    Still some additional work required
    avollkopf committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    4dd20ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7504ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23d540f View commit details
    Browse the repository at this point in the history
  4. bump version

    avollkopf committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    f5d9d43 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    7f76645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d5ca55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10e603e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    2429ea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ddc969 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    47e3bcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85490ce View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    9e50b79 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    366d6cb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. transfer guiversion to gui

    avollkopf committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    56ec309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    853920b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    90f9452 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    679d10d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. bump revision

    avollkopf committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    760d9b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from avollkopf/development

    Merge from Development Branch
    avollkopf authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a819782 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. fixes #87 cli create problem

    prash3r committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7a1aabd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from prash3r/fix-for-cli-create-issue-87

    Fix for cli create issue 87
    avollkopf authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d033a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    616503e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    be59c7c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Create CODE_OF_CONDUCT.md

    avollkopf authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    671feb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #90 from avollkopf/add-code-of-conduct-1

    Create CODE_OF_CONDUCT.md
    avollkopf authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    5feb1ab View commit details
    Browse the repository at this point in the history
  3. pkg info

    avollkopf committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    39bf7c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    6d5fd49 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    2c97840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c0aa22 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. test with sensor datatype -> should allow datetime in sensors. requir…

    …es also new ui version (0.3.8)
    avollkopf committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    d0278c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. test workflow

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    3b0c12c View commit details
    Browse the repository at this point in the history
  2. test workflow

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    5eab419 View commit details
    Browse the repository at this point in the history
  3. revert back

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    43c60c5 View commit details
    Browse the repository at this point in the history
  4. revert

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    29960e1 View commit details
    Browse the repository at this point in the history
  5. back 1

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    1a08293 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9834a0d View commit details
    Browse the repository at this point in the history
  7. test

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    352090e View commit details
    Browse the repository at this point in the history
  8. test

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a0243ff View commit details
    Browse the repository at this point in the history
  9. revert back again

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    80703b3 View commit details
    Browse the repository at this point in the history
  10. original

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    531d11e View commit details
    Browse the repository at this point in the history
  11. test

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    84deba1 View commit details
    Browse the repository at this point in the history
  12. test2

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4752c7d View commit details
    Browse the repository at this point in the history
  13. test

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    cb8372f View commit details
    Browse the repository at this point in the history
  14. test

    avollkopf committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    abf4be7 View commit details
    Browse the repository at this point in the history
  15. Use lowercase image name when building docker image

    This avoids issues with github forks that contain
    uppercase characters. Also updated github actions
    to avoid other warnings in builds.
    papauorg committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    947ee56 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #96 from papauorg/feature/fix-docker-image-build

    Use lowercase image name for building docker image
    avollkopf authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    186c05d View commit details
    Browse the repository at this point in the history
  17. Update build.yml

    adding write permission
    avollkopf authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a5b06c8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f7c0c7b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    4d1c24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffa3c3 View commit details
    Browse the repository at this point in the history
  3. timer fix

    avollkopf committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f5e6b22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c13b3c View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. bump revision

    avollkopf committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8dae245 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    d075cb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98 from papauorg/feature/fix-links-in-readme

    Update image and badge links in readme
    avollkopf authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    31c0b1f View commit details
    Browse the repository at this point in the history
  3. updated README links

    avollkopf committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f0b8f40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9495d7c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Merge pull request #99 from papauorg/feature/update-repo-links

    Fix occurences of the repo name to reflect the PiBrewing repo
    avollkopf authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    f71481f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    7aecdac View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    03d1521 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f975eb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    c59931d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    15b275b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Merge pull request #103 from mstrinzha/influxdb

    InfluxDB: support non-ASCII symbols in sensor names
    pascal1404 authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    6996a93 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Bump revision

    Bump to 4.1.7.a3 due to the last PR (Influxdb handling of non-ASCII symbols)
    avollkopf authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ec1f79d View commit details
    Browse the repository at this point in the history
  2. change cryptography version to 40 (fix security issue). Tested with r…

    …aspbian 32 and 64 bit versions
    avollkopf committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c4333d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a8b0ca View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Configuration menu
    Copy the full SHA
    2aa2ef7 View commit details
    Browse the repository at this point in the history
  2. added reduced logging fucntionality to onewire sensor (depeding on ke…

    …ttle or fermenter activity)
    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    88528f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bc5259 View commit details
    Browse the repository at this point in the history
  4. additional logging info

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    9257b95 View commit details
    Browse the repository at this point in the history
  5. update

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    a8ec65b View commit details
    Browse the repository at this point in the history
  6. test

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    5f24e2d View commit details
    Browse the repository at this point in the history
  7. test

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    848fb4e View commit details
    Browse the repository at this point in the history
  8. test

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    1fcbe91 View commit details
    Browse the repository at this point in the history
  9. test

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    5cbc7e1 View commit details
    Browse the repository at this point in the history
  10. test

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    84bb745 View commit details
    Browse the repository at this point in the history
  11. test

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    c5d6cb5 View commit details
    Browse the repository at this point in the history
  12. test

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    3186c18 View commit details
    Browse the repository at this point in the history
  13. some tweaks

    avollkopf committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    6e06628 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    62298ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bcf9b3e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3768a77 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    b0406a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37203dd View commit details
    Browse the repository at this point in the history
  3. bump version to rc1

    avollkopf committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    5a2b0a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    187426e View commit details
    Browse the repository at this point in the history
  2. remove egg.info dir

    avollkopf committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    e16c0ac View commit details
    Browse the repository at this point in the history
  3. bug fix

    avollkopf committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b52e260 View commit details
    Browse the repository at this point in the history
  4. another fix

    avollkopf committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    54eb769 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7df48bd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    0364769 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. change rev

    avollkopf committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    35252a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. test

    avollkopf committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    7fa738d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a70c63e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    5f3e3ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be77d90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    754d8be View commit details
    Browse the repository at this point in the history
  4. removed logging item

    avollkopf committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7320089 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1357aa2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    7d9d010 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    5e2dc35 View commit details
    Browse the repository at this point in the history
  2. change dependency -> trying to fix potential issue wit latest release…

    … and armv6 devices (Pi Zero W) -> Illegal Instruction #108
    avollkopf committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    662f29d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    dc36cc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    5e69ce4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    9041ad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc3e37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    668705e View commit details
    Browse the repository at this point in the history
  4. fix api description

    avollkopf committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    f036a2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f990e0e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    1d6cd75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    639efe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2f4c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    f01bdb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eebb17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    384a8d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    e483ef6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    f37fd31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #109 from PiBrewing/plugin-settings-selection-test

    Plugin settings selection test
    avollkopf authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    4fb67ad View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Merge branch 'development', remote-tracking branch 'upstream' into ho…

    …okable-log-data-revisited
    prash3r committed May 14, 2023
    Configuration menu
    Copy the full SHA
    0d164e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fd6361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    125bd07 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    955409d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    819c9f3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge pull request #110 from prash3r/hookable-log-data-revisited

    Hookable log data revisited
    avollkopf authored May 17, 2023
    Configuration menu
    Copy the full SHA
    e01850f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9558f3e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. bump to rc1

    avollkopf committed May 31, 2023
    Configuration menu
    Copy the full SHA
    0441b73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aa773d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    eb646fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af97dc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. bump version to release

    avollkopf committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    1d9b27e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. adapted requirements (cryptography/pyopenssl for security, asyncio-mq…

    …tt to aiomqtt due to change of package name)
    avollkopf committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    355376a View commit details
    Browse the repository at this point in the history
  2. test: add wait time for influxdb if no connection can be established …

    …after several retries -> currently, there seems to be interference with mqtt.
    avollkopf committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a301276 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    d6c2e46 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    2eece20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dee07f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. bump version

    avollkopf committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    17d49d5 View commit details
    Browse the repository at this point in the history