Commit Graph
7401 Commits
Author SHA1 Message Date
TD-er 0df609e285 Merge pull request #3737 from giig1967g/bugfix/3736
Fixed #3736
2021-08-06 00:49:06 +02:00
Plebs 7fd9895b87 Updated plugin documentation 2021-08-05 15:50:49 +02:00
Plebs a62bdb84d9 Fixed #3736
Longpress for PCF8574 was working only once.
Longpress timer was not reset.
2021-08-03 18:47:58 +02:00
TD-er 6829f22dd5 automatically updated release notes for mega-20210802 mega-20210802 2021-08-02 16:16:24 +02:00
TD-er 68d92bbf0a Merge pull request #3730 from tonhuisman/bugfix/task-commands-check-enabled
[Task commands] Check if task enabled before action (bugfix)
2021-08-02 16:10:46 +02:00
TD-er 1b022aa31d [Commands] Don't use newline in JSON value 2021-08-02 15:51:48 +02:00
Ton Huisman c7e0471b12 [Commands] Revert Failed to original case 2021-08-02 12:15:28 +02:00
Ton Huisman de1916a6f0 [Commands] Change OK, FAILED and new error messages to uppercase 2021-08-02 12:06:16 +02:00
Ton Huisman 2ec2b64369 [Commands] Fix camelcase typo 2021-08-02 10:17:47 +02:00
Ton Huisman 2ae6911c9d Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into bugfix/task-commands-check-enabled 2021-08-02 10:01:34 +02:00
TD-er ade9968491 [Commands] Add feedback on other task commands 2021-08-02 02:30:03 +02:00
TD-er c47df642c4 [Commands] Output proper feedback on command execution 2021-08-02 02:13:17 +02:00
TD-er 70e78a5b86 Rename getDevicePluginID_from_TaskIndex to getPluginID_from_TaskIndex
Function name a bit more in line with similar functions.
2021-08-02 00:43:48 +02:00
TD-er e6284e8cba Merge pull request #3729 from tonhuisman/bugfix/p033-return-true-on-plugin_init
[PLUGIN_INIT] Return true on PLUGIN_INIT so TaskEnable returns OK
2021-08-02 00:16:24 +02:00
Ton Huisman 08fb45f38e [PLUGIN_INIT] Fix remaining plugins missing the PLUGIN_INIT case 2021-08-01 23:37:03 +02:00
Ton Huisman 2a00905edc [Task commands] Check if task enabled before action 2021-08-01 23:29:24 +02:00
Ton Huisman 4220c6d34b [P033] Return true on PLUGIN_INIT so TaskEnable returns OK 2021-08-01 22:33:22 +02:00
TD-er 8dee3a1a0d Merge pull request #3711 from Tall-Paul/feature-add-prometheus-exporter
added prometheus exporter on /metrics path
2021-08-01 13:23:23 +02:00
unknown a6346a3030 removed unused string definition 2021-08-01 12:04:13 +01:00
unknown a7a7f597ef Added ifdef, updated image name as per PR comments 2021-08-01 11:41:00 +01:00
unknown 566a2e22ea Added prometheus documentation 2021-08-01 11:30:49 +01:00
Tall-Paul d173af6147 Merge branch 'letscontrolit:mega' into feature-add-prometheus-exporter 2021-08-01 10:56:19 +01:00
TD-er 04cbbe3dee Merge pull request #3681 from tonhuisman/bugfix/trigonometric-functions-in-normal-1M
[Build] Include Trigonometric functions also in 1M Normal builds
2021-07-31 22:56:38 +02:00
TD-er 9fe9495323 Merge branch 'mega' into bugfix/trigonometric-functions-in-normal-1M 2021-07-31 22:54:37 +02:00
TD-er 5235149a12 Merge pull request #3707 from tonhuisman/feature/p053-add-support-for-pms5003st-pms2003-pms3003
[P053] Add support for PMS5003ST, PMS2003 and PMS3003
2021-07-31 22:47:00 +02:00
TD-er 32a7483876 Merge pull request #3714 from tonhuisman/feature/show-release-date-in-header
[UI] Show build (date) in footer (or header)
2021-07-31 21:09:25 +02:00
TD-er 24174f2c93 Merge branch 'mega' into feature/show-release-date-in-header 2021-07-31 21:08:31 +02:00
TD-er 5f1aa7fb94 Merge pull request #3710 from Tall-Paul/fix-post-esp32
fix for building esp32 firmware from directory with space in name
2021-07-31 21:02:01 +02:00
TD-er 72dbb10158 Merge pull request #3727 from TD-er/build/Exclude_RTC_small_builds
[Custom build] Make external RTC optional via USE_EXT_RTC define
2021-07-31 20:59:46 +02:00
TD-er 600420df0d Merge branch 'mega' into build/Exclude_RTC_small_builds 2021-07-31 20:59:36 +02:00
TD-er 88ec6e672c Merge pull request #3725 from kretzp/feature/AtlasEZOPlugins_pH_EC_ORP
[Atlas EZO EC pH ORP] added device name to I2C address scan, reorgani..
2021-07-31 20:59:03 +02:00
TD-er b19bbb5a97 Merge pull request #3726 from tonhuisman/bugfix/taskvalueset-only-for-dummy-device
[TaskValueSet] Only allowed for Dummy Device (bugfix)
2021-07-31 20:58:37 +02:00
Ton Huisman 155955c525 [TaskValueSet] Remove not needed include 2021-07-31 18:07:03 +02:00
Ton Huisman f03a4e5f4c [TaskValueSet] Rename and move new support function to Plugin.h/cpp 2021-07-31 18:04:25 +02:00
TD-er 57a9c38833 [Custom build] Make external RTC optional via USE_EXT_RTC define
Saves almost 5k in build size when not used.
2021-07-31 16:56:05 +02:00
Ton Huisman b760fd139a [UI] Move Github Releases link define to ESPEasyDefaults.h 2021-07-31 16:55:41 +02:00
Ton Huisman 92f9006de6 [TaskValueSet] Only allowed for Dummy Device (bugfix) 2021-07-31 16:48:35 +02:00
Peter Kretz ff37bd32b8 Commented Atlas EZO Plugin in Custom sample 2021-07-31 15:17:29 +02:00
Peter Kretz 2fedaac363 [Atlas EZO EC pH ORP] added device name to I2C address scan, reorganized plugin in Custom build 2021-07-31 14:58:32 +02:00
Ton Huisman b5cc9cd718 [UI] Fix compiler warning 2021-07-31 10:57:13 +02:00
Ton Huisman b2ae0d446b Merge branch 'mega' into feature/show-release-date-in-header 2021-07-31 10:53:51 +02:00
Ton Huisman ebf117b9b2 [UI] Small source improvement 2021-07-31 10:49:27 +02:00
Ton Huisman dbca412019 [UI] Open Releases link in new tab, show tooltip on hover 2021-07-31 10:36:09 +02:00
Ton Huisman 53450f6d30 [UI] Build name/date is link to Github Releases page 2021-07-30 20:17:14 +02:00
TD-er 2b418f6673 Merge pull request #3720 from tonhuisman/bugfix/esp32-deepsleep-max-duration
[ESP32] Fix maximum deepsleep time for ESP32
2021-07-29 00:36:21 +02:00
Ton Huisman bdb4f7be53 [UI] Show build date in header, add build date to build filename in footer 2021-07-28 21:23:58 +02:00
Ton Huisman 6664ad92c9 [P053] Minor improvements 2021-07-27 22:28:00 +02:00
Ton Huisman f06af40b78 [ESP32] Fix maximum deepsleep time for ESP32 2021-07-27 21:26:10 +02:00
Ton Huisman 1c6075b423 [P053] Correct reading from PMS2003/PMS3003, minor improvements 2021-07-27 20:14:10 +02:00
Ton Huisman 11224371ab [UI] Only show Build in footer 2021-07-26 22:28:41 +02:00