Commit graph

  • 86bd6c5a6b Delete unused craftbeerpi.db Philipp Grathwohl 2022-02-17 11:46:24 +0000
  • a187ec64e1 Add default configuration for development environment Philipp Grathwohl 2022-02-16 14:20:26 +0000
  • 9366c18a38 Configure devcontainer for python Philipp Grathwohl 2022-02-16 12:51:09 +0100
  • c781f9cd2f
    Merge pull request #92 from craftbeerpi/development Alexander Vollkopf 2022-03-30 17:42:18 +0200
  • d254cdfb7d
    Merge branch 'master' into development Alexander Vollkopf 2022-03-30 17:37:55 +0200
  • 8a7525ef9d Added codenae to release.py and adapted release.py code for 3 digits version avollkopf 2022-03-30 07:42:07 +0200
  • 25327bab9f clear femrenter recipe name if recie is cleared avollkopf 2022-03-29 18:48:36 +0200
  • 43cf27bad5 Version bump avollkopf 2022-03-28 15:59:42 +0200
  • 42670efd9c Added fermenterstep with controlled ramp rate avollkopf 2022-03-28 15:59:04 +0200
  • 83286150b7 Add Codename avollkopf 2022-03-24 07:33:48 +0100
  • bdc534e12c
    Merge pull request #46 from craftbeerpi/master Alexander Vollkopf 2022-03-21 11:59:46 +0100
  • 6cf49a822a
    Merge branch 'master' into master #46 Alexander Vollkopf 2022-03-21 11:30:05 +0100
  • e3f47e6651 Merge branch 'master' of https://github.com/craftbeerpi/craftbeerpi4 avollkopf 2022-03-15 21:15:42 +0100
  • cdc2ee83a3 fix if no description is given in fermenterrecipe avollkopf 2022-03-15 21:15:38 +0100
  • 30ec17be3c
    Merge pull request #88 from papauorg/feature/fix-readme-links Alexander Vollkopf 2022-03-15 16:09:12 +0100
  • 9349ce8ca8
    Merge pull request #91 from papauorg/feature/fix-version-regex Alexander Vollkopf 2022-03-15 16:06:42 +0100
  • 2bde0e42ae Allow 3 part version numbers Philipp Grathwohl 2022-03-15 08:13:00 +0100
  • d8ba8c0ac5 fix create plugin under windows avollkopf 2022-03-15 06:53:40 +0100
  • fda8042ff1 version number update to 4.0.3 Manuel Fritsch 2022-03-13 12:55:52 +0100
  • 036e70e4bf Merge form dev branch Manuel Fritsch 2022-03-13 12:52:40 +0100
  • aa76c908ef wlan0 speed fix for linux / defalt mqtt actor off on startup avollkopf 2022-03-09 08:25:17 +0100
  • 12803b62c4 check if nic is down avollkopf 2022-03-08 19:43:37 +0100
  • c3c4101b6b Added NIC Speed info to system controller avollkopf 2022-03-08 14:25:00 +0100
  • f3cd341813
    Merge pull request #45 from craftbeerpi/development_fermentersteps Alexander Vollkopf 2022-03-08 07:32:09 +0100
  • 6ac93e5212 fix for stepid on load recipe/addstep #45 avollkopf 2022-03-07 16:43:00 +0100
  • bc6649dff8 Dont' start femrentationstep before mqtt sensor has received a value avollkopf 2022-03-07 15:03:41 +0100
  • ea8f22b90d Fix readme links for the main repository Philipp Grathwohl 2022-03-02 12:32:32 +0100
  • 3b81f1d844 remove db and update get async loop Manuel Fritsch 2022-03-06 14:39:52 +0100
  • 248be2c6e2 db removed Manuel Fritsch 2022-03-06 14:37:44 +0100
  • ecbb2d404d use current fermenter recipe name when sending recipe to fermenter avollkopf 2022-03-05 16:07:15 +0100
  • fc14c786a4 added development_fermentersteps to workflow (test) avollkopf 2022-03-05 13:43:32 +0100
  • e32b2c4af8 worflow avollkopf 2022-03-05 13:24:08 +0100
  • 0dfc55aa04 another workflow test avollkopf 2022-03-05 13:22:03 +0100
  • ea990bc759 test workflow avollkopf 2022-03-05 13:18:12 +0100
  • b6ad39df1b text workflow avollkopf 2022-03-05 13:14:29 +0100
  • a136f6b467 set default for mqtt sensor to 999 and add check to fermentersteps target temp step avollkopf 2022-03-05 11:29:33 +0100
  • bce0a0025b cleanup in fermentation controller and setup.py avollkopf 2022-03-05 11:02:49 +0100
  • 2370b6d124 WindowsSelectorEventLoopPolicy import caused error under linux -> try to import avollkopf 2022-03-04 17:45:28 +0100
  • b1dc05b209 feasibility to update fermentersteps (not reqwuired yet) avollkopf 2022-03-04 16:52:16 +0100
  • db4e75525f check if server is running under windows to fix issue with mqtt under win and python 3.9 avollkopf 2022-03-04 16:36:50 +0100
  • a16c14feca fix for loading fermenterrecipes from recipe book -> add endtime = 0 avollkopf 2022-03-02 19:40:22 +0100
  • b84e33822b added shutdown flag to all steps for on_timer_done avollkopf 2022-03-02 17:25:59 +0100
  • 662e8b4497 updated libs and fix eventloop from lib_update branch avollkopf 2022-03-02 12:35:16 +0100
  • 3cf48fff04 fix to start timer directly after restart on step with remaining time avollkopf 2022-03-02 10:29:21 +0100
  • 1d3298fc60 autostart active fermenterstep with remaining time avollkopf 2022-03-02 07:53:43 +0100
  • 5bcbb7480a fixes for femrentersteps on controler shutdown avollkopf 2022-03-01 21:55:52 +0100
  • 959c33624d one more fix on timer reset for fermentationstep avollkopf 2022-02-28 18:15:23 +0100
  • 2573e39bd8 timer fix for manual stop and restart of fermentationstep avollkopf 2022-02-28 16:47:33 +0100
  • a503995d98 update cli and remove target temp to 0 at fermenterstep end avollkopf 2022-02-28 11:15:02 +0100
  • 580bdd899a Autostart active or stopped step with orignila endtime avollkopf 2022-02-27 18:45:57 +0100
  • ff37779863 Fermentation controller will start step instead of logic after restart avollkopf 2022-02-26 23:08:45 +0100
  • 840d97c115 lib update Manuel Fritsch 2022-02-26 22:03:38 +0100
  • c5acb68c6b update .gitignore Manuel Fritsch 2022-02-26 21:47:24 +0100
  • d02da30d11
    Delete .DS_Store Manuel83 2022-02-26 21:46:43 +0100
  • 18476a78c0 updated of cli Manuel Fritsch 2022-02-26 21:45:10 +0100
  • c272d1ba2a Fixed time format for timer and messages in case of longer steps avollkopf 2022-02-25 07:28:18 +0100
  • d87a578447 fix calculation of fermentation end time -> Format still open avollkopf 2022-02-24 18:37:46 +0100
  • b2d29678b5 Added fermenter recipe book avollkopf 2022-02-24 13:46:56 +0100
  • 2d481bff81 added fermenterstep actions avollkopf 2022-02-23 07:12:51 +0100
  • 9ed640cf6a Add fermentation time in stepform as days, hours, minutes avollkopf 2022-02-22 18:32:48 +0100
  • 302ce4b518 Run tests automatically in build #44 Philipp Grathwohl 2022-02-20 11:07:13 +0000
  • dfe07b0cfc Fix tests so they run again Philipp Grathwohl 2022-02-20 10:50:44 +0000
  • 3c1120f73b Allow specifying config path on start Philipp Grathwohl 2022-02-19 11:33:11 +0000
  • 4ace0c9f6a Delete unused craftbeerpi.db Philipp Grathwohl 2022-02-17 11:46:24 +0000
  • 21f7a971cf Add default configuration for development environment Philipp Grathwohl 2022-02-16 14:20:26 +0000
  • 0b314feac4 Configure devcontainer for python Philipp Grathwohl 2022-02-16 12:51:09 +0100
  • 3aa9ad9cd2 fix fermenter steps -> self.next() requires now fermenter id avollkopf 2022-02-21 19:39:36 +0100
  • 84f9bbb67f update on fermentersteps for automode avollkopf 2022-02-21 17:54:22 +0100
  • 36329fb533 further changes to support fermentersteps - WIP avollkopf 2022-02-21 07:16:34 +0100
  • 286198fcd1 update on fermenter steps - Work In Progress avollkopf 2022-02-18 20:22:16 +0100
  • 115fa37685
    Update __init__.py Alexander Vollkopf 2022-02-18 18:53:25 +0100
  • 08aaad7a78 Merge branch 'development' of https://github.com/avollkopf/craftbeerpi4 into development avollkopf 2022-02-17 21:48:05 +0100
  • 2f0edbf0fd
    Update cli.py Alexander Vollkopf 2022-02-17 21:45:44 +0100
  • 2cc2df0208 fermentertest avollkopf 2022-02-17 21:42:54 +0100
  • fe75ae64d6 Merge branch 'development' of https://github.com/avollkopf/craftbeerpi4 into development avollkopf 2022-02-17 20:30:19 +0100
  • 334e9e7335 fix cli.py avollkopf 2022-02-17 20:29:15 +0100
  • b8ef79d11c further tests on fermentersteps avollkopf 2022-02-16 20:36:11 +0100
  • 4803376b6c
    Merge pull request #42 from avollkopf/development Alexander Vollkopf 2022-02-15 18:28:03 +0100
  • 22d629c7a8 Merge branch 'development' of https://github.com/avollkopf/craftbeerpi4 into development #42 avollkopf 2022-02-15 18:15:08 +0100
  • 972c9dbf49 Added check for plugin addition avollkopf 2022-02-15 18:11:14 +0100
  • 28cd17ec2a
    Merge pull request #41 from papauorg/feature/python3.9-docker Alexander Vollkopf 2022-02-14 20:30:51 +0100
  • baed31f8b6 Update dependencies for dev environment for python 3.9 #41 Philipp Grathwohl 2022-02-14 09:54:51 +0100
  • 68fb5f45c8 Update python to v3.9 when building Philipp Grathwohl 2022-02-14 09:54:27 +0100
  • 259f5abc78 changed RPi.GPIO version to latest official version avollkopf 2022-02-14 07:53:04 +0100
  • 9ad90fdf45
    Merge pull request #40 from avollkopf/development Alexander Vollkopf 2022-02-13 11:38:28 +0100
  • 1652b340fe Update setup.py #40 avollkopf 2022-02-12 15:38:51 +0100
  • f887d6247b Update setup.py avollkopf 2022-02-12 14:56:31 +0100
  • 04753946d0 Update setup.py avollkopf 2022-02-11 17:19:41 +0100
  • c47849e741 Update setup.py avollkopf 2022-02-11 07:15:15 +0100
  • 31fb88ef23 Update setup.py avollkopf 2022-02-11 06:56:16 +0100
  • a24f426909 Update setup.py avollkopf 2022-02-07 22:34:53 +0100
  • 9deb4d115e Update setup.py avollkopf 2022-02-07 22:31:21 +0100
  • 94d32c4dc4 fixed duplicated mqtt message for gpioactors avollkopf 2022-02-07 18:57:02 +0100
  • 033165d619 updated requirements in setup.py avollkopf 2022-02-07 17:52:42 +0100
  • 195705d79e
    Merge pull request #38 from pascal1404/master Alexander Vollkopf 2022-02-06 14:46:57 +0100
  • 49e8488c0b
    Merge branch 'development' into master #38 pascal1404 2022-02-06 14:06:21 +0100
  • ab60c5c0fc Remove kettle and fermenter target temp logs and actor logs pascal1404 2022-02-06 14:05:31 +0100
  • f8024f3b49 Add Influxdb-cloud connection and log for actor, fermenter and kettles pascal1404 2022-02-04 20:48:55 +0100
  • 6c1f928933 Update on mqttutil avollkopf 2022-02-04 17:08:10 +0100
  • c1dacd691e added filters for mqtt updates that can be triggered via mqtt avollkopf 2022-02-03 18:03:53 +0100