Commit Graph
15 Commits
Author SHA1 Message Date
TD-er b54d2d03b2 [ESPEasy p2p] Add p2pNode#Connected and #Disconnected events 2024-05-01 14:12:52 +02:00
Ton Huisman 3aa2dc7a7c [Docs] Improvements and missing features 2024-03-30 22:22:05 +01:00
Ton Huisman 0e1673e28a [Docs] Describe Wrk and Wkd indicators for Clock#Time event 2023-06-27 22:14:06 +02:00
TD-er f0cc375cbf [Docs] Document pins to use for ESP32-S2/S3/C3 2023-05-03 19:14:49 +02:00
TD-er 0035f55abf [ADC] Update docs 2022-07-26 17:30:19 +02:00
TD-er b43802ec4d [HTTP] Document changes to handling HTTP calls + add follow redirects 2022-07-23 21:46:22 +02:00
TD-er 8622e8a6e6 [BME280] Make TaskError event more useful by adding error string 2022-06-21 23:00:41 +02:00
TD-er b3920cd07c [BME280] Proper handling error states, send error event.
The BME280 plugin does not always return true on PLUGIN_READ as it first starts the measurement and then reschedules itself.

This may lead to constantly getting error state values, only to be updated after a successful measurement.
2022-06-21 15:50:32 +02:00
TD-er 617c4d1ac8 [ESP32] Update GPIO description docs & add event to get boot strap pins
ESP32 can keep track of the pin state of a number of pins at boot.
With this update these pin states will be send at boot as an event, so one may act on it during boot.

Possible use case:
Detect voltage and immediately go to sleep again.
Later features may use these too to enter for example a service mode.
2021-10-18 13:18:11 +02:00
TD-er 02abbfadb6 [Events] Trigger new events TaskInit#taskname and TaskExit#taskname 2020-11-06 15:17:21 +01:00
Gijs Noorlander bede949bef [docs] Replace code-block:: html with code-block:: none
The HTML parser does not parse our own rules which is where it is used.
So until we have a rules highlighter, we use the ``none`` highlighter.
2020-08-04 13:18:36 +02:00
Gijs Noorlander 58826ef1b8 [WiFi] Fix No reconnect when setup page was not completed
The WiFi setup page does set a flag to indicate the connect attempt was initiated from the setup. 
But the flag was only reset when the setup page reloaded..
If that did not happen, the node could retry forever to (re)connect to the AP if the channel was changed or the node cannot see the old BSSID anymore (e.g. out of reach when using repeater)
Also the first attempt after changing WiFi settings would also (initially) fail due to retrying with old BSSID/channel combination.
2019-09-09 12:12:40 +02:00
Grovkillen e028b9d02a [docs] fixed error in event list 2019-02-14 14:52:30 +01:00
Grovkillen 2564bcd4b8 [docs] event+commands for GPIO#N + Monitor added 2019-02-14 14:28:58 +01:00
Grovkillen 5c1d68b627 [docs] moved events to repl file (same as commands) 2019-01-07 08:43:54 +01:00