rljonesau
4b1d941b7f
Web server now using SPIFFS - must use Partition: Minimal SPIFFS
2019-01-20 21:14:45 +11:00
rljonesau
f48ec8d314
Tidied "STORING" timeout in PasswordScreen.cpp.
2019-01-20 15:25:58 +11:00
rljonesau
a218218db0
Heater settings now explain PF-X and SN-X by toggling their actual effect.
...
First press if display is dimmed now brightens display but does not perform an action.
2019-01-20 14:19:38 +11:00
rljonesau
a6ea647724
Heater tuning and settings now in OLED sub menu which is password protected.
2019-01-19 22:05:14 +11:00
rljonesau
7ddc2c16ef
Using CPasswordScreen for Fuel and heater settings
2019-01-19 10:06:12 +11:00
rljonesau
033d2f4c27
Adding CPasswordScreen class
2019-01-19 07:15:02 +11:00
rljonesau
71abd19e52
Gave screens meaningful names. Set Clock and Timer screens now branch from Clock Screen.
2019-01-18 18:09:40 +11:00
rljonesau
4d12334823
Improved Config Portal feedback on OLED
2019-01-18 14:34:32 +11:00
rljonesau
716827b399
All WifiManager reconfigs now conclude via wifiEnterConfigPortal which manages NV flag and OLED reboot alert
2019-01-16 20:22:17 +11:00
rljonesau
af0980a72b
Can now set/clear CFG mode with OLED. Can also clear credentials.
2019-01-15 08:41:54 +11:00
rljonesau
abbd0fa5ae
tidied commenting in BTCWifi.cpp
2019-01-15 07:03:35 +11:00
rljonesau
1b74359084
Refactored to use BOOT (GPIO0) switch for WiFi - so obvious! Shows CFG on WiFi icon if STA+AP and portal running
2019-01-14 21:35:21 +11:00
rljonesau
95c054e19b
Rehashed post wm.autoConnect. Can now have config portal active on STA connection!
2019-01-14 20:54:31 +11:00
rljonesau
c2e790a5dd
STA+AP mode working - woo hoo!
2019-01-14 17:55:54 +11:00
rljonesau
13c3b1b44a
changed to single variable for AP mode tracking
2019-01-14 16:48:33 +11:00
rljonesau
d01e660f79
re-enabled OTA - works :-)
2019-01-14 15:22:57 +11:00
rljonesau
551205d6bd
Tidy up DS18B20 reporting. Tidied WiFiManager handling, new Bluetooth app
2019-01-14 14:30:41 +11:00
rljonesau
320b7e8b6f
Added CFG to OLED WiFi icon when portal running. 5 sec press to reset WiFi creds, start portal
2019-01-14 11:47:13 +11:00
rljonesau
de2cd12770
Once again works with 192.168.100.1 as the SoftAP IP address
2019-01-14 09:00:43 +11:00
rljonesau
c0e42e6dc6
Pin 25 now determines if we boot into Config Portal or Web Page
...
Short press -> Config Portal
Long press -> Web Page (> 1 second)
2019-01-14 08:24:13 +11:00
rljonesau
0765882256
Can launch SoftAP with web server from boot with no WiFiManager credentials.
...
Now to set some NV flags to control the boot to either web server or WifiManager with no creds.
2019-01-14 07:16:45 +11:00
rljonesau
4d780ed3a1
Have portal working from boot, reboot after setting up WiFiManager to connect to new network
2019-01-14 06:59:32 +11:00
rljonesau
bbb225e3b7
Can finally get WifiManager configportal up using the pushbutton, but only if no credentials
2019-01-13 08:32:13 +11:00
rljonesau
59d24d96b9
Simplified timer NV store load/save
2019-01-12 12:57:32 +11:00
rljonesau
713724eaab
restored comment on line in BTCWifi.cpp
2019-01-12 12:21:29 +11:00
rljonesau
74daefe644
Added validatedLoad for checking and correcting values read by Preferences at time of read.
2019-01-12 12:19:55 +11:00
rljonesau
28cd89ad5e
Changed NV storage to use Preferences with discreet entries - no more conflation across branches :-)
2019-01-12 10:33:45 +11:00
James
86f1c2df4c
Added /wmconfig and /resetwifi uri's
2019-01-11 21:37:59 +11:00
rljonesau
e8a110a308
Fixed wm access from BTCWebServer.cpp for James
2019-01-11 19:50:27 +11:00
James
8005636f30
Added /reset and /wmconfig pages to reset wifi settings and start config portal on request
2019-01-11 19:28:22 +11:00
rljonesau
6a3e57ca11
Merge remote-tracking branch 'remotes/origin/JCWebColorChangeBar'
...
Resolved Conflicts in :
Arduino/BTCDieselHeater/BTCDieselHeater.ino
Arduino/BTCDieselHeater/src/WiFi/mainpage.cpp
2019-01-11 16:58:32 +11:00
rljonesau
b40f9d3538
Improved DS18B20 handling (not connected), Fan Sensor & Operating voltage added to JSON.
...
Wireless AP no go on new green board....
2019-01-11 16:40:25 +11:00
Jimmy C
8786263734
Moved tempsensor.begin to top - Added code to scan for DS18B20 sensor
...
Corrected wifi ap mode gateway address - Now 192.168.100.1
2019-01-11 00:10:05 +11:00
rljonesau
74107d93d0
Added support for (horrid) 0.96" OLED via BTCConfig.h - BEST USE 1.3" SH1106 DISPLAYS
...
HC-05 bug fix for bare modules - not happy with empty AT lines being sent ERROR:(0) returns!
Had UART pins for HC-05 reversed on green board.
2019-01-10 16:01:52 +11:00
rljonesau
9007f0856b
commented out NVstore.getDimTime() until can properly define in menus. Tends to head toward 0 when trying other branches - defeating the dim function!
2018-12-23 22:15:36 +11:00
Jimmy C
d378d902ac
Added date picker and time setup input boxes
...
Added two start and stop timers - No code attached - Simply UI at this stage
2018-12-23 02:27:17 +11:00
rljonesau
e5db792179
OLED Display dims after 1 minute of no keyboard action. Keypress restores brightness for another minute.
...
Allows for user defined interval, if zero display will not dim (user adjustment to be implemented)
2018-12-22 21:32:13 +11:00
rljonesau
54fa331d23
No longer insert smart errors into received data frames. With JSON we can just build an error.
2018-12-22 17:34:10 +11:00
Jimmy C
5d2f42acba
Added input boxes
2018-12-22 16:48:43 +11:00
rljonesau
e6ea53496f
Fixed raw blue wire data reporting, now shows true raw data received (and sent by us)
...
Added state machine reporting toggle to debug menu
New state machine diagram
2018-12-22 08:48:39 +11:00
rljonesau
e315a06747
merged to master from James's coloured title bar - BUG fix of OLED error reporting
2018-12-21 17:27:25 +11:00
rljonesau
b99623108b
got colour changing title bar working
2018-12-21 15:57:19 +11:00
James C (SkinnyBuddah)
60392e733e
Update Arduino/BTCDieselHeater/src/WiFi/mainpage.cpp
2018-12-21 03:24:29 +00:00
rljonesau
7bb0ffd022
Tidied up E-07 reporting, new AI app
2018-12-21 12:27:03 +11:00
rljonesau
887c19c50a
Forces E-07 in JSON ErrorState and ErrorStateStr messages now when no heater data detected upon blue wire
...
V9 protocol document - ALTITUDE decoded!
2018-12-21 09:22:29 +11:00
rljonesau
4d0ae22961
Rename state machine "report" states to "validate" - better match in JSON world
...
State machine diagram updated to suit latest design with extra temperature read state
2018-12-20 20:59:53 +11:00
rljonesau
5db72af511
Added suppression of blue wire recycling warnings for when not connected to blue wire <W> toggles
2018-12-20 18:33:44 +11:00
rljonesau
27d55f7c90
OLED now reports and resists illegal changes when an OEM controller is active
2018-12-20 17:29:00 +11:00
rljonesau
7eda32b9e7
Omitted new file: UtilClasses.cpp
2018-12-20 15:49:33 +11:00
rljonesau
5268d0704c
Tidy up of state machine in JSON world
...
Hit <SPC> to get debug console menu
Toggle reporting of CHeaterPackage to debug console - using <B> on debug console
Toggle reporting of JSON to debug console - using <J> on debug console
Only allow temperature and heating mode changes when not using an OEM controller
2018-12-20 15:19:59 +11:00
rljonesau
f2732ba1ac
BUG FIX: was not detecting OEM controller! Added Bluewire activity to JSON reporting
2018-12-20 06:13:28 +11:00
rljonesau
dbde3c9065
Refactor JSON moderation to a single moderator for all possible clients, BT or WiFi.
...
Any change in client connection status will force a refresh to all possible clients.
2018-12-19 23:07:51 +11:00
rljonesau
a90571ae5b
Merge branch 'SubDirectories'
2018-12-19 19:40:04 +11:00
rljonesau
403c182724
Comprehensive stuff up - editing a test branch - incorporated changes back into proper repo
2018-12-19 19:39:07 +11:00
rljonesau
4fc2e1898d
Added dummy favicon to web page
2018-12-19 18:45:50 +11:00
rljonesau
620425e978
left out fonts!
2018-12-16 18:39:23 +11:00
rljonesau
529ac5d8e0
Pushed and shoved and edited and finally there - structured file directories
2018-12-16 18:34:39 +11:00
rljonesau
b07b7db8db
Starting to move files about, fonts first
2018-12-16 14:55:12 +11:00