feature/http_call_send_json #3
f
commented 2022-11-27 10:57:25 +01:00
Owner
No description provided.
f
added 56 commits 2022-11-27 10:57:26 +01:00
Initial implementation of the FSM, also cleaned up webUpdater ino file.
b25ea99da0
FSM status info debug message added
277e525314
First verison with running FSM. Sensor data read not verified. Web updater is fine.
c8626bb5cd
Logging feature added.
0a605c7300
Updated timing checks to use millis() function, added some links to web updater main page.
0b84725d78
Modified time checks again, removed obsolete debug messages. Still not working.
6f7cb3352f
Fixed connection check rules
0cb4212fc8
Mostly running main loop and FSM. Call of sensor functions does not work yet.
0482db2f21
Improved sensor data read code.
d2b9851bc1
Added some newlines
ced1e5f7e3
Disabled call of sensor functionality again
188473944b
New entry to git ignore file added
e409d7fa39
Some more debug messages disabled. Renamed sensor_values array to sensor_ids
ed3a956dc6
Removed sensor_ids array, increased logger list length.
7770f83ef7
Read sensor data code replaced by separate function.
446c7a5807
Webupdater moved outside the fsm. Started to implement a semi parallel wind measurement.
35c62fbce2
Cleaned order of defines in user config header.
f6333c2801
Added serial baudrate define
d323eedfae
Renamed FSM state defines and added some new
67d3a7053a
Code optically cleared
4bd4944d6b
Added start, wait, read functions and changed main sensor read function.
8c907ce1e1
Newline added
7225866dd4
Waiting for wind sensor result code changed to be processed by FSM states. Added new battery mode main function. Renamed FSM state names.
5fcfd89652
Fixed battery mode main function call. Disabled some debug messages.
76475b7c33
Fixed valid data checks and prevented to copy nan data to webUpdater.
c89486bd31
Added reconnect info. Also added the info to the webupdater.
6e1f64b14f
Reduced autoconnect timeout and portal uptime.
40b2550c89
Added a separate function to set the windspeed to the webupdater.
9abd468fbc
Reduced portal timeout again.
7a97677e0d
Updated required libraries
417493c8ba
Improved InfluxDB code to prevent deadlock
3e8d65d121
Refresh of webupdater increased.
f22ec9b02d
Removed obsolete debug messages
6aa242da85
Removed library content
9ceb77ea8d
Updated library files.
6d2d5e2aa0
Sensor read will now performed directly after startup.
1f2b4ec38c
Moved wifi depending code to separate function.
17fdbe6155
Added non wifimanager wifi connection support.
93114b0f49
Added BMP280 sensor (like BME280 but without humidity). Updated kicad files to new file standard.
94a1e785f1
Added missing network configuration init code.
bcda387d26
Fixed debug output in dmp280 sensor code and removed unused function.
e699c8b37b
Added a comment to descript a for loop behaviour.
ff71dad13f
Added BMP280 sensor config flag to user config file.
8c28468563
code formatting changed
02c84949bc
Updated firmware library folder content
0a08e8d974
Inverted status LED on behaviour
a009a19261
Cleaned include list in main firmware file.
ba1cc54d2e
Added http get call functionality and fixed spaces in code.
4b737ce350
Added documentation about includes.
dc2eb61584
Updated required libraries
3e206715fd
Added fix to prevent sending nan value through http get to the destination webserver.
baff93865c
Removed temperature overwriting. Added some disabled debug output messages. Reformatted code.
a210c94721
Fixed wrong temperature value.
53ca46e7bd
Added preprocessor check to prevent adding wifimanager reset link to webupdater html interface.
1253123e46
Added a preprocessor flag to enable/disable sensor walue table on webupdater main page.
0ae44ec987
Fixed wind sensor interrupt handling.
35f1635a3d
f
referenced this pull request 2022-11-27 11:02:06 +01:00
Big wheaterstation update #2
f
merged commit 097623dcfc into master 2022-11-27 11:02:22 +01:00
f
referenced this pull request from a commit 2022-11-27 11:02:22 +01:00
Merge pull request 'feature/http_call_send_json' (#3) from feature/http_call_send_json into master
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/http_call_send_json"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?