Commit Graph
7474 Commits
Author SHA1 Message Date
TD-er cc190a06ef [docs] Update Cache Controller docs to mention different time exports 2021-08-10 22:51:12 +02:00
TD-er cc058affdd [Cache Controller] Update dump.htm to not check for valid timestamp
When used on a node that cannot have its time set to a proper time, the `dump5.htm` would not export any data in the export CSV file.
This because of a very simple check for a valid time stamp where the Unix Time had to be > 1.5 billion.
However on a node which doesn't have any time set, you can't check for this.
2021-08-10 22:50:20 +02:00
TD-er 03d430d64b [RTC lib] Makecentury bit unambiguous in C++ terms 2021-08-09 03:05:46 +02:00
TD-er 961a69a2e9 [Cache Controller] Allow to save sample time in local time
Default is to save it using Unix Time, but that may be hard to use later if you need local time.
2021-08-09 03:04:41 +02:00
TD-er 0d119d2c61 Merge pull request #3752 from letscontrolit/bugfix/RTClib_month
Fix setting month + century bit RTC lib
2021-08-08 14:47:05 +02:00
TD-er a006edf5f4 Fix setting month + century bit RTC lib
As suggested by @uzi18
2021-08-08 11:45:06 +02:00
TD-er a437d2318a Merge pull request #3751 from tonhuisman/bugfix/rtc-ds3231-write-month-correctly
[RTClib] (Bugfix) Write month correctly to DS3231 (#3749)
2021-08-08 00:03:06 +02:00
Ton Huisman 2d18d264e4 [RTClib] (Bugfix) Write month correctly to DS3231 (#3749) 2021-08-07 17:43:44 +02:00
TD-er 1e1435aaee Merge pull request #3708 from TD-er/cleanup/C014_Homie
Cleanup C014 Homie
2021-08-07 00:13:39 +02:00
TD-er 713c345083 Merge pull request #3743 from TD-er/feature/taskvalueset_all_plugins
[TaskValueSet] Allow TaskValueSet on non-Dummy tasks (setting)
2021-08-07 00:06:06 +02:00
TD-er 4f76677d88 Merge pull request #3744 from TD-er/bugfix/RFC952_hostname
[Hostname] Make generated hostname RFC952 compliant (#3723)
2021-08-07 00:05:34 +02:00
TD-er 0d48bb55a4 Merge pull request #3615 from tonhuisman/feature/P065-add-mode-and-repeat-commands
[P065] Add mode and repeat commands
2021-08-06 23:10:12 +02:00
Ton Huisman d5123aa312 Merge branch 'mega' into feature/P065-add-mode-and-repeat-commands 2021-08-06 20:50:23 +02:00
TD-er f0faebcbd2 [Cleanup] Replace single character flash strings 2021-08-06 20:18:29 +02:00
TD-er 179091bc76 Merge branch 'mega' into cleanup/C014_Homie 2021-08-06 20:00:56 +02:00
TD-er e25c7246d1 Merge pull request #3745 from TD-er/bugfix/format_decimals_formula
[Formula] Use correct nr of decimals in formula (#3721)
2021-08-06 20:00:14 +02:00
TD-er df2312d611 [docs] Fix wrong topic length in docs. 2021-08-06 16:37:20 +02:00
TD-er a86a5330e9 [Formula] Add more documentation for formulas + examples 2021-08-06 16:28:24 +02:00
TD-er 6e591548fe [Formula] Allow using standard conversions and task values in formula 2021-08-06 16:28:06 +02:00
TD-er 9aa2d9d8bc [Formula] Use correct nr of decimals in formula (#3721)
Fixes: #3721
2021-08-06 13:12:38 +02:00
TD-er 202a6af615 Merge branch 'mega' into feature/taskvalueset_all_plugins 2021-08-06 12:22:04 +02:00
TD-er 10569fad83 [Docs] Document "Allow TaskValueSet on all plugins" checkbox 2021-08-06 12:21:32 +02:00
TD-er 01a46e4e50 Merge pull request #3734 from tonhuisman/feature/p007-add-easier-address-and-port-selection
[P007] PCF8591 Add easier I2C Address and port selection options
2021-08-06 12:11:44 +02:00
TD-er f5f9f471e9 Merge pull request #3733 from tonhuisman/feature/i2c-scanner-show-plugin-name
[I2C Scanner] Show available device(s) for detected addresses
2021-08-06 12:09:21 +02:00
TD-er 064599db0f [Cleanup] Use Arduino isDigit and isAlphaNumeric functions 2021-08-06 12:05:10 +02:00
TD-er 593899d081 [Hostname] Make generated hostname RFC952 compliant (#3723)
Fixes: #3723
2021-08-06 12:03:43 +02:00
Ton Huisman 07f2d1c6c1 [I2C Scanner] Also check I2C Low Speed (is used by scanner) 2021-08-06 11:26:28 +02:00
Ton Huisman a7a8874b60 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/i2c-scanner-show-plugin-name 2021-08-06 11:23:04 +02:00
Ton Huisman 6dd0b99a9d [P065] Adjust documentation on mode command not always working as advertised 2021-08-06 11:16:44 +02:00
Ton Huisman 57d02a395b Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P065-add-mode-and-repeat-commands 2021-08-06 11:14:33 +02:00
TD-er c05b239011 Merge pull request #3742 from clumsy-stefan/fix_metrics_build
Exclude not needed parts for USES_MQTT and WEBSERVER_METRICS
2021-08-06 10:17:43 +02:00
Ton Huisman 0117242bb5 Merge branch 'feature/P065-add-mode-and-repeat-commands' of https://github.com/tonhuisman/ESPEasy-1 into feature/P065-add-mode-and-repeat-commands 2021-08-06 09:30:50 +02:00
Ton Huisman bf4861d8bf Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P065-add-mode-and-repeat-commands 2021-08-06 09:30:29 +02:00
Ton Huisman 57170a5b94 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/i2c-scanner-show-plugin-name 2021-08-06 09:15:42 +02:00
stefan 39e6b8a351 Cleanup webserver_metrics
Remove unneeded lines
2021-08-06 09:15:41 +02:00
TD-er 57c1485310 Merge pull request #3740 from tonhuisman/bugfix/p108-correct-2-complement-values
[P108] DDS238 Fix 2-complement values (#3662)
2021-08-06 00:50:02 +02:00
TD-er 0df609e285 Merge pull request #3737 from giig1967g/bugfix/3736
Fixed #3736
2021-08-06 00:49:06 +02:00
TD-er 054159efda [TaskValueSet] Allow TaskValueSet on non-Dummy tasks (setting)
As reported [here](https://github.com/TD-er/ESPEasy/commit/92f9006de6710c6b21eb71d60b089e7d9ed966be#r54477663) by @clumsy-stefan
2021-08-05 23:53:51 +02:00
Ton Huisman f029212b0a [I2C Scanner] Move refactored check into Settings struct 2021-08-05 22:07:10 +02:00
Ton Huisman 4e81dde351 [P108] Code improvements 2021-08-05 21:48:13 +02:00
stefan ea43d4e7ed Exclude not needed parts for USES_MQTT and WEBSERVER_METRICS
Exclude not needed code to save space (USES_MQTT) and make it compile again (WEBSERVER_METRICS).
2021-08-05 19:33:46 +02:00
Plebs 7fd9895b87 Updated plugin documentation 2021-08-05 15:50:49 +02:00
Ton Huisman b2cf8ae560 [P108] DDS238 Fix 2-complement values (#3662) 2021-08-05 11:58:57 +02:00
Ton Huisman 4e6a68371b [P103] Fix silly typo :-( 2021-08-05 11:39:12 +02:00
Ton Huisman c86bf71599 [P103] Remove unsupported devices from I2C selection list 2021-08-05 11:00:12 +02:00
Ton Huisman 5b54527658 [I2C Scanner] Adjust errormessage, refactor checks into isI2CEnabled() 2021-08-05 10:55:28 +02:00
Ton Huisman 8213f26176 [I2C Scanner] Show proper message if no I2C pins configured 2021-08-04 22:01:34 +02:00
Ton Huisman 437956d3a5 [I2C Scanner] Restore leaving most of feature out of OTA builds 2021-08-04 16:41:30 +02:00
Ton Huisman 7208eb86be [P109] Moved I2C address setting to designed plugin event, cleanup to use macros where appropriate 2021-08-04 16:25:34 +02:00
Ton Huisman f0f02052ec [P103] Moved I2C address setting to designed plugin event 2021-08-04 16:24:44 +02:00