Activity for bctl

  • ppanish ppanish committed [ce076c] on Code

    in propane mode, heat pump dhw should not preheat or use circulator. Removed all related states.

  • ppanish ppanish committed [41e9d8] on Code

    corrected location of 'web' directory and contents.

  • ppanish ppanish committed [04e207] on Code

    Spelling error.

  • ppanish ppanish committed [a0814f] on Code

    Added web monitoring, corrected typo's and updated sysParams.h

  • ppanish ppanish committed [db3b16] on Code

    Added state machine for pressurizaton fan. This is a good example of what is required to add a complete state machine module with sense input, switch output, and timers.

  • ppanish ppanish committed [9d1718]

    dhwLoopHsm was not properly processing WOOD_HEAT_MODE_CHANGE_SIG and

  • ppanish ppanish committed [0e1a4f]

    First stage of qpupdate.

  • ppanish ppanish committed [8929e5]

    Modified dhwLoopHsm fuel mode to enable fuel boiler and call for heat in secondary mode

  • ppanish ppanish committed [2a2f88]

    Added LOOP_UPDATE to suppress error message.

  • ppanish ppanish committed [12f121]

    Secondary DHW Capability

  • ppanish ppanish committed [9532b8]

    Added output switch device for secondary DHW

  • ppanish ppanish committed [8c6d71]

    Merge branch 'master' of ssh://git.code.sf.net/p/bctl/code

  • ppanish ppanish committed [ccd7f6]

    Updated nlohmann json library name for current linux version.

  • ppanish ppanish committed [623916]

    Cleanup, eliminated xml examples and added json headers

  • ppanish ppanish committed [86f27a]

    Release 2.109 Changes to be committed: modified: configure.ac

  • ppanish ppanish committed [923eb3]

    Configure command invokes spy

  • ppanish ppanish committed [01a5f8]

    Modified json generation so all files use key:value notation. Status information is now written to /usr/local/var/bctl/devStatus.json. On branch devstatus Changes to be committed: modified: PelletBoilerHsmController.qm modified: src/dhwmodehsm/dhwModeHsm.cpp modified: src/owfs/jsonGen.cpp modified: src/owfs/owBus.cpp modified: src/owfs/owDevice.cpp

  • ppanish ppanish committed [f27f01]

    Input device status (temp and PIO devices) are now written to files in

  • ppanish ppanish committed [1907eb]

    Added pump group capabilities to allow zone valves to be assigned to specific pumps. "Zone X Distribution Switch" (zone valves) must now be configured with a specific pumpGroup assignment (see example devConfig.json). Pumps are now configured using "Pump X Circ Power Switch" (where X is the pumpGroup assignment). On branch pumpgroup Changes to be committed: modified: PelletBoilerHsmController.qm modified: configure.ac modified: devConfig.json.example modified: devConfig.xml.exam...

  • ppanish ppanish committed [6817b5]

    Changed generated and configuration file formats to Json using the nlohmann json package. I recommend that configuration files still be written in xml, and translated and checked using on-line utilities. Json does not allow comments, which are valuable in config files. On branch json-dev Changes to be committed: modified: PelletBoilerHsmController.qm modified: README modified: configure.ac new file: devConfig.json.example modified: src/include/log.h modified: src/include/o...

  • ppanish ppanish committed [2a103d]

    Fixed bugs in json sax parse callbacks. Elminated references to xml.

  • ppanish ppanish committed [9642cc]

    Added generation of busConfig.json, replacing xml file as first step in

  • ppanish ppanish committed [0775cf]

    Added buildable files for SysEnable switch without functionality. This

  • ppanish ppanish committed [fcafb9]

    Added disable switch and function. In fuel mode diable is immediate.

  • ppanish ppanish committed [b9d5b8]

    Changed default configuration to home system. No longer working on

  • ppanish ppanish committed [84a8d1]

    Removed switch selection of aquastat and boilerCirc. DHW control now only uses aquastat if enabled.

  • ppanish ppanish committed [42824a]

    Eliminated separate controls for Heat and DHW modes of operation. Wood/Fuel now controls both. The Heat and DHW mode state machines were both retained so that operation without DHW could still be specified in sysParams.h.

  • ppanish ppanish committed [46b627]

    Added all entries for a buildable ipcHsm state machine with no current

  • ppanish ppanish committed [b107b6]

    Fixed bug causing a crash when heat or dhw mode was changed. The cause

  • ppanish ppanish committed [b2b026]

    Adding base components for ipc handling.

  • ppanish ppanish committed [d9a646]

    Merge branch 'master' into ipc

  • ppanish ppanish committed [e5bcc8]

    Fixed bug that continuously logged missing valve error.

  • ppanish ppanish committed [ae2a1f]

    Corrected bug causing segmentation fault when distCirc state changed.

  • ppanish ppanish committed [332e5e]

    Corrected initialization error for heat mode valve control. If the

  • ppanish ppanish committed [65ae69]

    Modified timer setting for BOILER_COOLDOWN... BOILER_PURGE...

  • ppanish ppanish committed [b50417]

    Added provision for FUEL_BOILER_CONTROL_SUPPORT to allow suppression of

  • ppanish ppanish committed [0be640]

    completed reWriteBus functionality for release.

  • ppanish ppanish committed [0f8465]

    Fixed dhwMode initialization bug that wouldn't pick up input switch

  • ppanish ppanish committed [5fc08f]

    Removed logTRACE entries, changed to logDEBUG

  • ppanish ppanish committed [0b4a14]

    Release candidate 2.96, fixed zero hour problem for time of day and

  • ppanish ppanish committed [efcc9f]

    Added provision to disable DAILY_START_TIME (and with it

  • ppanish ppanish committed [9b2e34]

    Added assignParamsHsm state machine to enable parameter passing for primary and

  • ppanish ppanish committed [ecbcef]

    Simplified state machine for initializing DHW mode and removed

  • ppanish ppanish committed [0c9bb7]

    Modified DHW control to have default modes of wood DHW heating with

  • ppanish ppanish committed [6ae8ab]

    Implemented changes to allow use of DS2413 1-Wire/2 Channel I/O switch.

  • ppanish ppanish committed [e1090b]

    Release candidate build 2.95, fixed varous bugs from changes to

  • ppanish ppanish committed [f351c4]

    Removed hardwired references to personal home directory, replaced

  • ppanish ppanish committed [e6f0f8]

    v2.7 PIO input control for DHW Aquastat or Boiler Circ Mode

  • ppanish ppanish committed [0f2d9e]

    Provisions for boiler failing to stop circulator

  • ppanish ppanish committed [068e1a]

    Merge branch 'qpcpp-v5.9.7' of ssh://git.code.sf.net/p/bctl/code into qpcpp-v5.9.7

  • ppanish ppanish committed [411bd1]

    hardwire 'skip' mode

  • ppanish ppanish committed [ce3f67]

    Commit Stable as Prep

  • ppanish ppanish committed [a5ff13]

    Minor changes

  • ppanish ppanish committed [2909e0]

    Minor modifications

  • ppanish ppanish committed [98a042]

    Added boilerCircSense to boilerCooldown

  • ppanish ppanish committed [61b73e]

    All changes for v2.7, need to merge branches

  • ppanish ppanish committed [049151]

    Provisions for boiler failing to stop circulator

  • ppanish ppanish committed [c5589c]

    Misc. corrections

  • ppanish ppanish committed [c08de0]

    v2.4, added circ and sense modes for wood DHW

  • ppanish ppanish committed [51e1c1]

    DAILY_START_TIME modifications

  • ppanish ppanish committed [a12c17]

    v 2.2 - Update to qpcpp v5.9.7 and qtools v5.9.3

  • ppanish ppanish committed [bb6fbb]

    v2.3 added daily start time

  • ppanish ppanish committed [2084a1]

    V 2.1

  • ppanish ppanish committed [79e43f]

    Low Water Cutoff Conditoning Extensions

  • ppanish ppanish committed [5c53dc]

    Pellet Boiler Implemantation

  • ppanish ppanish committed [aada0a]

    test commit for pelletBctl branch

  • ppanish ppanish committed [7c53d6]

    State Transition Cleanup

  • ppanish ppanish committed [1daf51]

    Added states to handle HEAT_PRIORITY correctly

  • ppanish ppanish committed [179aab]

    Init changes

  • ppanish ppanish committed [e3f322]

    Corrected HEAT_PRIORITY Bug

  • ppanish ppanish committed [696545]

    Simplified boiler overtemp events

  • ppanish ppanish committed [767dce]

    Simplified heatPriority events

  • ppanish ppanish committed [503371]

    updated version

  • ppanish ppanish committed [e3b33f]

    Added function dictionary for new Overtemp states

  • ppanish ppanish committed [641b3b]

    Add Overtemp State Machines to distLoopHsm

  • ppanish ppanish created ticket #16

    Improve Overtemp behavior to minimize zone valve operation

  • ppanish ppanish committed [03fa65]

    Removed vector pointer from busUpdateTimer event

  • ppanish ppanish committed [c51be7]

    Tune mpool and queue size

  • ppanish ppanish committed [7a062a]

    Threadsafe inputDevDataReady... functions

  • ppanish ppanish committed [c73589]

    Start thread safe implementation to resolve seg...

  • ppanish ppanish committed [a5fb52]

    Corrected Critical Section Entries

  • bctl bctl released /bctl-1.7.tar.gz

  • ppanish ppanish committed [09a0dd]

    README comments

  • ppanish ppanish committed [747f48]

    Bug fix for crash due to queue overrun (proposed)

  • ppanish ppanish committed [abea42]

    Cleanup, bug fixes, crash investigation

  • ppanish ppanish committed [6c6507]

    Changed log level to normal

  • ppanish ppanish committed [0ad9c9]

    Added temp sensor attributes for all cases

  • ppanish ppanish committed [7838ed]

    modified boiler OverTemp behavior

  • ppanish ppanish modified ticket #14

    DHW mode transition incorrect

  • ppanish ppanish modified ticket #15

    Change BUS_UPDATE_TIMER debug message

  • ppanish ppanish created ticket #15

    Change BUS_UPDATE_TIMER debug message

  • ppanish ppanish created ticket #14

    DHW mode transition incorrect

  • ppanish ppanish created ticket #13

    Need warning for invalid devConfig.xml string entries

  • ppanish ppanish committed [ecac6d]

    Misc cleanup for debug an qspy

  • ppanish ppanish committed [909286]

    Ignored and Unhandled event cleanup

  • ppanish ppanish committed [25a59d]

    Additional trace statements

  • ppanish ppanish committed [6adbf2]

    Corrected fix for ticket 12

  • ppanish ppanish committed [ee001e]

    Fix for Tciket 12, heatPriority stays active

  • ppanish ppanish committed [d209df]

    Merge branch 'master' of ssh://git.code.sf.net/...

  • ppanish ppanish modified ticket #12

    heatPriority incorrectly stays active

1 >