Hi,
for mega version I have seen that in release notes the following is mentioned: "Taskvalues are preserved during reboot". Does anyone have further information regarding this and if it should work also during deepSleep/reboot or not.
Search found 10 matches
- 30 Jun 2017, 09:24
- Forum: Experimental
- Topic: Taskvalues preserved during reboot
- Replies: 1
- Views: 7789
- 12 Jun 2017, 21:32
- Forum: ESP Easy: General Discussion
- Topic: is it possible to put espeasy in deep sleep in a rule?
- Replies: 2
- Views: 6736
Re: is it possible to put espeasy in deep sleep in a rule?
I have tried the following on mega version: On gpio#Switch do deepSleep,30 endon and have observe4d such behavior in log, note that I have added the Extra debug - going to sleep serial print on the firmware, just to be sure that piece of code is being executed. EVENT: gpio#Switch=0.00 ACT : deepSlee...
- 12 Jun 2017, 19:58
- Forum: ESP Easy: General Discussion
- Topic: is it possible to put espeasy in deep sleep in a rule?
- Replies: 2
- Views: 6736
Re: is it possible to put espeasy in deep sleep in a rule?
This is also relevant for my implementation: https://www.letscontrolit.com/forum/viewtopic.php?f=2&t=3190&p=16727#p16727 I have tried activating deep sleep from the rules, and checked that the command deepSleep(delay) is actually executed in the https://github.com/letscontrolit/ESPEasy/blob/...
- 12 Jun 2017, 19:55
- Forum: ESP Easy: Projects / Applications
- Topic: Arribada Arboreal Monitoring Platform
- Replies: 2
- Views: 4249
Re: Arribada Arboreal Monitoring Platform
You are right and we can modify rules though WiFi in that case, which also makes changing this rather straight forward. One of the things at the moment is how to control deepSleep from Rules and have device operate in day and night mode if we think of it so.
- 08 Jun 2017, 16:29
- Forum: Experimental
- Topic: Enable AP mode of operation
- Replies: 0
- Views: 4916
Enable AP mode of operation
Hi, as part of the AAMP project, see https://www.letscontrolit.com/forum/viewtopic.php?f=2&t=3190, I need to implement the AP mode in the following scenarios: 1) WiFi connectivity as a client fails/ out of range 2) No WiFi client mode is configured Thus I will be looking to add these feature, be...
- 08 Jun 2017, 16:26
- Forum: ESP Easy: Projects / Applications
- Topic: Arribada Arboreal Monitoring Platform
- Replies: 2
- Views: 4249
Arribada Arboreal Monitoring Platform
Hi, at http://irnas.eu we are working on developing an open source Arboreal Monitoring Platform https://github.com/IRNAS/arribada-amp for deployment in tropical environments to monitor animals passing though tree tops. As a part of the design of the IoT battery pack we are using ESP8266 (our version...
- 06 Dec 2016, 19:59
- Forum: ESP Easy: Software
- Topic: Bug: Buffer overflow in Config
- Replies: 0
- Views: 2272
Bug: Buffer overflow in Config
Fields in Config tab must be length limited to prevent spilling the information into values of other members of the struct or other variables. For example, entering Controller User value longer then 24 characters will result in it being overwritten by the password entry following it. My concrete pro...
- 22 Nov 2016, 22:15
- Forum: ESP Easy: Software
- Topic: Feature Request - Telegram Bot
- Replies: 4
- Views: 5940
Re: Feature Request - Telegram Bot
I might be a able to look into this should there be some more interest. What would be the features and use/cases? For example print all measurements to phone, dump log or things like that? Maybe a device would be more suitable solution for this, something similar to Displaz code, where you can deter...
- 21 Nov 2016, 21:49
- Forum: ESP Easy: Software
- Topic: Custom tab/webpage, unauthenticated access
- Replies: 0
- Views: 2313
Custom tab/webpage, unauthenticated access
I am considering creating an extension of ESPEasy to allow one to read the values of sensors without authentication, practical if you wish data to be publicly accessible directly on the sensor and only configuration to be password protected. Any pointers in this direction, have not found any topics ...
- 21 Nov 2016, 21:39
- Forum: ESP Easy: Projects / Applications
- Topic: PLUGIN development - Skeleton to use as master?
- Replies: 8
- Views: 9947
Re: PLUGIN development - Skeleton to use as master?
+1, would be helpful