Search found 11 matches

by spm
15 Nov 2019, 10:17
Forum: ESP Easy: General Discussion
Topic: Incorrect readings of analog input
Replies: 9
Views: 10397

Re: Incorrect readings of analog input

Aaaah. LDR. What a mystery :-) Several days of playing and... this was it. Yes, I tried to put light on that chip and it's reacting. So this is the reason why it's not working :-) And at least it seems that I didn't smashed first board. Thank you very much, now I can sleep well :-)
by spm
14 Nov 2019, 09:15
Forum: ESP Easy: General Discussion
Topic: Incorrect readings of analog input
Replies: 9
Views: 10397

Re: Incorrect readings of analog input

I'm measuring using analog input in devies. Build without VCC. To be sure I added generic - sysinfo and looked on VCC - it was -1 which is correct. Yes, - of battery was connected to ground of ESP module. In my last test I even pull battery out and just measured ADC pin connected via 15k resistor to...
by spm
13 Nov 2019, 17:22
Forum: ESP Easy: General Discussion
Topic: Incorrect readings of analog input
Replies: 9
Views: 10397

Incorrect readings of analog input

Hi, I'm trying to make some project based on ESP runnig from batteries and I wanted to measure battery voltage to know when it will die. So currently prototype was still powered from USB (ESP12-F board with some USB power connector and voltage regulator) and I connected li-ion battery with resistor ...
by spm
14 Aug 2019, 09:58
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11964

Re: Sending data to defined controller after deepsleep wake up

Heh, no other plugin installed :-) I've just flashed ESP_Easy_mega-20190809_test_core_242_ESP8266_4M.bin to my ESP, after upgrade it stopped working (not reachable on wifi) and I see that sometimes OLED display resets so it looks like it's resetting. I keep it powered on, doing some other things and...
by spm
13 Aug 2019, 13:08
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11964

Re: Sending data to defined controller after deepsleep wake up

It wasn't working :-( I had it (look on first post, there is rule which I had). In that case it did nothing, after upgrade to last mega, which have implemented fix for flushing buffers before sleep, it even start crashing after wake up :-) (it crashed several times and after that it disabled my devi...
by spm
13 Aug 2019, 12:52
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11964

Re: Sending data to defined controller after deepsleep wake up

yeah, but I have little trouble with this solution. Problem is that in this solution you are using publish function in rules for sending data (via MQTT). But unfortunately I need to publish them via HTTP POST (to InfluxDB) which is possible to do via controller but I didn't figure out how to do it i...
by spm
13 Aug 2019, 10:28
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11964

Re: Sending data to defined controller after deepsleep wake up

Yeah, but if I reduce interval to some short value it will make me trouble when I disable deepsleep and leave ESP running (I'm guessing that if I reduce interval to 10s I can reduce sleep awake time but when I keep it running it will be saving to InfluxDB every 10s which also it's not what I want :-...
by spm
12 Aug 2019, 16:34
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11964

Re: Sending data to defined controller after deepsleep wake up

Do you mean interval in device settings (in my case DHT11 device)? There is 60 seconds.
by spm
12 Aug 2019, 13:49
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11964

Re: Sending data to defined controller after deepsleep wake up

Well about querying device - I have also attached OLED display with displayed values. When ESP wake up from deepsleep, I can after 1-2 sec read temperature/humidity from sensor. So, if it's not last value from DHT11 saved before deepsleep and after wake up recovered then I think that sensor is queri...
by spm
09 Aug 2019, 17:03
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11964

Re: Sending data to defined controller after deepsleep wake up

Ok, few minutes ago I updated to last mega release (20190809). I had to remove rule with taskRun,1 because it was causing some problems - ESP after upgrades several times crashed / rebooted, after few minutes it normaly boots but device with DHT11 was disabled. So I removed this rule, enable device....
by spm
08 Aug 2019, 16:06
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11964

Sending data to defined controller after deepsleep wake up

Hi, I have ESP board running on mega-20190630 and I'm trying to make temperature/humidity datalogger running from batteries. I want data stored in InfluxDB. So, in controllers I have defined Generic HTTP Advanced with parameters for my Influx. Under devices I have defined DHT11 sensor with option to...