Commit graph

70 commits

Author SHA1 Message Date
klaute c2f1571305 Charge / charging test modified. 2019-02-09 09:52:49 +01:00
klaute 808cf6a40d Nodemcu board support added. 2019-02-06 21:26:13 +01:00
Aaron Fischer 11c991e687 Add some hints to reset the credentials. Fixes #16 2019-02-03 21:14:18 +01:00
Thomas Kopp 44e9b02cf1 latest version 2019-02-03 19:13:33 +01:00
Aaron Fischer bd95532bc4 Fix a lot of compiler warnings (#MDST) 2019-02-03 19:10:38 +01:00
Aaron Fischer f24858d162 Move all dependencies to the repository
This step seems bold, but is saves us so much hassle. Even better, we have a
reliable codebase, with all the dependencies (and their versions) we
need in order to build the project. If a library got an update, we can
replace it inplace if the code is still compatible.
2019-02-03 16:15:00 +01:00
klaute 091ab25196 Fixed typo 2019-02-03 15:09:01 +01:00
klaute b4284ccb3c Added user specific humidity/light calculation factor constants. 2019-02-03 14:53:08 +01:00
klaute 589be0474f Logic fixed for charging/charged pin 2019-02-02 15:21:03 +01:00
Thomas Kopp 1ea0ea410d Fix limititing number of retries 2019-02-02 14:59:00 +01:00
klaute e869f03c2c Some more constants. 2019-02-02 14:01:13 +01:00
klaute 29c52d0a34 Fixed influxdb write 2019-02-02 13:58:47 +01:00
klaute 2bdc615ddb Some logic fixes 2019-02-02 13:31:21 +01:00
klaute ef2a6c15de Timeout constant values are used now. 2019-02-02 11:58:44 +01:00
klaute 740bfc600b Battery charging states added. 2019-02-02 11:15:27 +01:00
klaute 87fe6c6e7a Added battery charging states. 2019-02-02 10:09:00 +01:00
klaute f0974e6e79 Update 'firmware/sensors.ino'
Comments comments comments
2019-01-28 10:54:16 +00:00
klaute b5a7b36869 user config example updated 2019-01-27 20:31:15 +01:00
klaute 96894fbc39 Fixed compilation errors... config_user.h includes twice. 2019-01-27 20:14:43 +01:00
Thomas Kopp 1cef0e43c8 Clean up power settings logic 2019-01-27 18:49:28 +01:00
Thomas Kopp 07ed99f9a2 Pushing only valid values 2019-01-27 16:29:58 +01:00
Aaron Fischer d9256c2194 Remove humidity * 2 2019-01-08 22:41:48 +01:00
Aaron Fischer 169bd36c3d Allow user specific modifications 2019-01-08 22:41:24 +01:00
klaute ec349aec13 disabled debugging 2019-01-08 21:07:56 +01:00
klaute 7bb62b5e4e Fixed anemometer read and humidity value. 2019-01-08 21:07:16 +01:00
klaute c1b19add3b Update 'firmware/firmware.ino'
Removed variable check which is always true.
2019-01-06 17:13:37 +00:00
klaute dd7054d853 Fix for 03962a board 2019-01-06 15:24:02 +01:00
klaute a95f5c648e Fix for 03962a board 2019-01-06 15:23:48 +01:00
klaute 53c6bbcb6c Fix for 03962 board 2019-01-06 15:21:59 +01:00
klaute 5ebbd6377c Fix for 03962 board 2019-01-06 15:21:03 +01:00
klaute 845e637c59 manual merge 2019-01-05 18:58:01 +01:00
Aaron Fischer 82e450708a More energy saving features 2018-12-02 17:06:06 +01:00
klaute 7be4fe23ab HT stopfen modifies. Some improvements in the firmare. 2018-08-05 09:50:46 +02:00
klaute e3327a54e9 influxdb ip replaced by hostname. 2018-07-19 21:56:43 +02:00
klaute d744fffeb0 InfluxDB hostname replaced by IP v4 address. Added a config setup portal timeout. 2018-07-19 20:13:08 +02:00
klaute a8c40a7e23 Minimum voltage check moved into a separate function. Minimum voltage constant added. 2018-07-13 20:20:56 +02:00
klaute 984dfc07dd Update 'firmware/firmware.ino'
Added undervoltage preventing deep sleep to setup function.
2018-07-13 08:21:59 +00:00
klaute e3a9ecc595 Update 'firmware/firmware.ino'
Moved the deep sleep call in case of low battery to the top of the main loop.
2018-07-13 08:02:50 +00:00
klaute 1da7da3b64 Changed the measurement interval to 10 minutes. 2018-07-12 22:34:01 +02:00
klaute 10977e14b7 Powersaving implemented. The web update mechanism is disabled. 2018-07-12 22:30:30 +02:00
klaute f52e7afc87 Added a reload interval to the main html page. 2018-07-11 12:09:29 +02:00
klaute cee44bee6b Fixed the main html page. 2018-07-11 11:55:58 +02:00
klaute 9dd90841a5 Frickelt in a sensor status page. 2018-07-11 11:49:58 +02:00
klaute c16d431c89 Added the battery voltage code. 2018-07-11 11:12:53 +02:00
Aaron Fischer 5cdaf48d36 Set connection timeout 2018-06-27 19:43:34 +02:00
klaute c47116af89 Main loop timing optimized. 2018-06-24 16:54:57 +02:00
klaute 0e33d52af4 Comment added: delay of 100ms added to the energy saver dummy code. 2018-06-24 16:01:05 +02:00
klaute b2d513dcde The update mechanism is now always enabled. 2018-06-24 15:53:58 +02:00
klaute cf162c9dce WebUpdater documentation updated. 2018-06-24 12:13:46 +02:00
klaute 5fa712a0cd WebUpdater documentation updated. 2018-06-24 12:03:05 +02:00