Ray Jones
775f235ba8
Added Stop/Start thermostat mode
...
FuelUsage & FuelRate added as basic MQTT status topics
2020-05-13 10:37:31 +10:00
Ray Jones
4b3951b465
BUG FIX: signed 16 bit issue reporting altitude over JSON
2020-05-07 10:12:20 +10:00
Ray Jones
3129a88cb9
Pretty stable with https library BUT #ifdef'd out actual https usage is is very temperamental ATM.
2020-05-03 21:59:56 +10:00
Ray Jones
baf8678e99
Added some FreeRTOS tasks to avoid blocking issues - still very unreliable
2020-04-22 16:21:24 +10:00
Ray Jones
b58ed90432
Found websocket write was blocking, returning 0, leading to WD reboot. Need to think of proper fix
2020-04-20 13:39:39 +10:00
Ray Jones
67998747d7
Added DemandManager, removing TimerManager from direct temperature demand control aspects
...
Likewise moved demand adjustments into DemandManager.
2020-04-11 18:49:52 +10:00
Ray Jones
4eddcd0f1e
STA only mode
...
Fixed MQTT topic prefix
2020-04-08 07:51:52 +10:00
Ray Jones
9c100f1954
Added Fuel Reset GPIO input option
2020-03-31 19:46:25 +11:00
Ray Jones
8b8aaf0024
Timer Temperature support added
...
Desired temperature requests are now managed via TimerManager to allow timer override of desired temperature.
Bug fix: crash checking for new firmware if no STA connection
Suppression of GPIO JSON if no or limited GPIO capability is installed.
2020-03-29 13:59:13 +11:00
Ray Jones
87b1704335
Added OLED and JSON Web Content Update functionality
2020-03-25 20:28:12 +11:00
Ray Jones
4986a4d741
Assortment of tweaks and fixes
...
New Features:
GPIO "Run" status output (not standby)
RSSI of STA connection
STA gatewayIP
Only run as "active" controller when changes to fuel mixture etc for a short while.
Timed moderation added for frequently changing JSON vars
Altitude & Humidity via JSON
JSON reboot (mainly for MQTT clients)
Bug Fixes:
Cyclic not enabled when frost start
LVC holdoff added for "starting car" situation
Better handling of string and float NV Storage defaults
FrostRise limits 1-30 now 0-30
Handle spaces in SPIFFS file uploads
2020-03-23 16:54:15 +11:00
Ray Jones
194cc08ac9
Case Sensitive issue "ABmqtt"/"ABMqtt" -> "ABMQTT.h"
2020-01-05 08:46:46 +11:00
Ray Jones
7081391f63
Added core frost functionality
2019-11-01 09:24:58 +11:00
Ray Jones
2e25ad3da4
Fixed role ordering in NV for DS18B20 probe offsets
...
Replaced ` with clean degree symbol in standard font & arial 8
Removed temp offset from fuel cal screen
GUI alignment tweaks to avoid cutoffs
Better handling of single DS18B20 with BME280
Added bounds limits to Exponential Mean
Sorted inheritance from CSensor properly
2019-10-19 09:58:19 +11:00
Ray Jones
aabe6a54b3
Stabilised BME280 with DS18B20 coexistence
2019-10-18 12:55:16 +11:00
Ray Jones
573ebf3e3b
Added auto save of single DS18B20 serial number
2019-09-22 14:46:39 +10:00
Ray Jones
8fb1981552
Added Temp Probe selection screen, mapping sensors to user preferences
2019-09-22 09:03:42 +10:00
Ray Jones
de9417ff73
Tidied JSON/MQTT topic command decode into UtilClasses.cpp
2019-09-21 09:58:51 +10:00
Ray Jones
6e86571a19
Merged branch 'VerboseMQTTout'
...
Resolved Conflicts:
src/Afterburner.cpp
src/Utility/BTC_JSON.cpp
2019-09-21 08:11:36 +10:00
Ray Jones
bf537d1ac5
MQTT can now accept any cmd topic that matches the JSON names
2019-09-20 23:00:27 +10:00
Ray Jones
3a70970356
Added menu mode selection menu
2019-09-17 08:30:49 +10:00
Ray Jones
f93e5d7628
Add basic menu Modes
2019-09-15 12:51:51 +10:00
Ray Jones
ac5fdc5dfd
V3.1.2 -
...
AM/PM selection in clock setup menu.
Extra MQTT JSON IDs added.
Filtered No Heater JSON.
2019-09-08 10:14:36 +10:00
Ray Jones
77dada9d6b
BUG FIX: Fuel gauge reset via web page
...
NEW FEATURE: MQTT status screen
2019-09-04 20:59:01 +10:00
Ray Jones
8a237059fd
Added JSON driven watchdog
2019-09-01 17:35:12 +10:00
Ray Jones
61e246f6f1
telnet menu to setup MQTT. JSON now pushed over MQTT - typ. topic name: Afterburner/JSONout
2019-08-31 17:34:56 +10:00
Ray Jones
48a0254f13
Can now define the operation mode for each GPIO line individually.
...
Need to test actual functionality, GUI OK.
2019-08-07 22:04:20 +10:00
Ray Jones
10db95733f
Added external thermostat via GPIO in 2. Want to change how GPIO pins are defined.
...
Modded code to only allow single DS18B20 - getting funny ROM SEARCH lock ups...
Set mini temp sample interval to 750ms, as per data sheet for 12bit DS18B20
2019-08-07 18:59:30 +10:00
Ray Jones
1c314e14f2
removed debug prints of TempCurrent - grrrrr
2019-08-04 08:23:54 +10:00
Ray Jones
2a788cb2d0
Fixed rounding issue of TempCurrent in JSON data, always 0.1 low
2019-08-04 08:19:59 +10:00
Ray Jones
c1207e66ef
Extreme makeover to timer manager, now properly shows one shot next day timers in timer chart.
...
Added cursor showing time of day on Timer chart.
2019-07-28 17:40:12 +10:00
Ray Jones
a7348fdbf5
Decoding HC-05 MAC address
2019-07-27 12:47:16 +10:00
Ray Jones
ca0e763da6
Added Hour Meters screen
2019-07-26 23:12:00 +10:00
Ray Jones
9c338fa74c
Main skeleton of Hourmeter in place
2019-07-25 06:06:47 +10:00
Ray Jones
92283a3e0d
Added module files for fuelgauge, RTCStore, HourMeter
2019-07-24 19:25:07 +10:00
Ray Jones
8ebf6dbf3e
Refactored directory hierarchy to regain some linker command line space in PIO
2019-07-23 22:32:36 +10:00