Giter VIP home page Giter VIP logo

Comments (7)

stefanbode avatar stefanbode commented on July 20, 2024 1

ok, gents. agree. The proposed behavior should be that on teleperiod=10 the board detects al sensors do one measurement and then go into deepsleep. From the logs you provided it looks like that the recognition of the BME sensor does not work in time and therefore it goes into deepsleep without publishing a value.

I2C: BME280 found at 0x76

this is the important line that must be logged before going into deepsleep. Otherwise, it is clear that there is no measurement because the program assumes there is no measuring device. Also in A you can see the wrong behavior because the first state is without the BME and then there is the detect of the board and the next measurement is correct. This should be "fixable". I have some time today evening in the hotel to sync to the newest version but have no ESP with me to test. Willl upload it anyway and do the testing at Friday.

from sonoff-tasmota.

stefanbode avatar stefanbode commented on July 20, 2024

For deepsleep normally teleperiod =10 should be ok. Do you get your data without deepsleep? Please can you send the log seriallog=5 and what sensor you want to gather

from sonoff-tasmota.

kodibrain avatar kodibrain commented on July 20, 2024

How do I find the serial log?
the AM2301 sensor sends if deep sleep is set to 0

from sonoff-tasmota.

ajanulis avatar ajanulis commented on July 20, 2024

Hi @stefanbode, first of all - huge thanks for this fork - it's so useful to have tasmota with deep sleep (in my opinion it's a shame that Theo Arends doesn't think the same). Anyway, you did a great job. But, I am struggling with the same issue as @kodibrain - MQTT messages with BME280 are sent if DEEPSLEEP = 0 or even DEEPSLEEP = 10, but stops if I go above (using ESP12, 5.13.1a compiled with Arduino core 2.4.1). Would be grateful for any hint how to figure out what causes it. (TELE_PERIOD 30, but I guess it doesn't make any difference). By the way, can you point me to the file holding "core" program running Main loop and responsible for all the data sent to Serial and to a web server (I am new to Tasmota but very excited that I found it)?

Thank you in advance,
Aidas

P.S. By the way, OTA is not functioning anymore as well, as it responds with "Upload Failed - Not enough space" even if I am trying to flash firmware-minimal.bin - can do it with the help of FTDI to USB only

EDIT: Looks like this issue is related to MQTT and Node-red?!?! If for any reason Node-red is stopped (not mosquitto), and teleperiod is set to 10, I am not able to see any sensor readings on a web server or even via serial. Restarted node-red and everything started to work - deepsleep = 300, teleperiod = 10, getting readings regularly.

from sonoff-tasmota.

m-anish avatar m-anish commented on July 20, 2024

I am observing this issue as well. My setup is the following:

NodeMCU board ESP12E connected to BME280 over pins D1 (SDA) and D2 (SCL).

Teleperiod seems to control what the delay is between each mqtt publish.

Now. When I set:

A. Teleperiod=N, Deepsleep=0
I get a publish every N seconds

B. Teleperiod=10, Deepsleep=(I tried 30, 60, 120)
The board boots after the prescribed duration, but the sensor data does not get published

C. Teleperiod=300, Deepsleep=30
Sensor data gets published sometimes

Here are the loglevel=5 logs for

A. Teleperiod=10, Deepsleep=0

00:00:00 APP: Boot Count 61
00:00:00 Project sonoff Sonoff (Topic sonoff, Fallback DVES_05FB6A, GroupTopic sonoffs) Version 5.13.1a-2_4_0
00:00:00 CFG: Saved to flash at F8, Count 92, Bytes 2788
00:00:00 WIF: Checking connection...
00:00:00 WIF: Attempting connection...
00:00:00 WIF: Connecting to AP1 cygnus x-1 in mode 11N as sonoff-7018...
00:00:01 WIF: Checking connection...
00:00:01 WIF: Attempting connection...
00:00:02 WIF: Checking connection...
00:00:02 WIF: Attempting connection...
00:00:03 WIF: Checking connection...
00:00:03 WIF: Attempting connection...
00:00:04 WIF: Checking connection...
00:00:04 WIF: Attempting connection...
00:00:05 WIF: Checking connection...
00:00:05 WIF: Attempting connection...
00:00:06 WIF: Checking connection...
00:00:06 WIF: Connected
00:00:06 DNS: Initialized
00:00:06 HTP: Web server active on sonoff-7018.local with IP address 192.168.225.26
00:00:06 MQT: Attempting connection...
00:00:07 MQT: Connected
00:00:07 MQT: tele/sonoff/LWT = Online (retained)
00:00:07 MQT: cmnd/sonoff/POWER = 
00:00:07 MQT: Subscribe to cmnd/sonoff/#
00:00:07 MQT: Subscribe to cmnd/sonoffs/#
00:00:07 MQT: Subscribe to cmnd/DVES_05FB6A/#
00:00:07 MQT: tele/sonoff/INFO1 = {"Module":"Generic","Version":"5.13.1a","FallbackTopic":"DVES_05FB6A","GroupTopic":"sonoffs"}
00:00:07 MQT: tele/sonoff/INFO2 = {"WebServerMode":"Admin","Hostname":"sonoff-7018","IPAddress":"192.168.225.26"}
00:00:07 MQT: tele/sonoff/INFO3 = {"RestartReason":"External System"}
00:00:07 APP: (UTC) Wed Jun 13 10:17:21 2018, (DST) Sun Mar 25 02:00:00 2018, (STD) Sun Oct 28 03:00:00 2018
11:17:22 MQT: tele/sonoff/STATE = {"Time":"2018-06-13T11:17:22","Uptime":"0T00:00:08","Vcc":3.050, "Wifi":{"AP":1, "SSId":"cygnus x-1", "RSSI":60, "APMac":"40:C8:CB:11:50:BA"}, "DeepSleep":0, "Heap":16712}
11:17:31 SHT: Sensor did not ACK command
11:17:31 I2C: BME280 found at 0x76
11:17:32 MQT: tele/sonoff/STATE = {"Time":"2018-06-13T11:17:32","Uptime":"0T00:00:18","Vcc":3.050, "Wifi":{"AP":1, "SSId":"cygnus x-1", "RSSI":62, "APMac":"40:C8:CB:11:50:BA"}, "DeepSleep":0, "Heap":16360}
11:17:32 MQT: tele/sonoff/SENSOR = {"Time":"2018-06-13T11:17:32","BME280":{"Temperature":23.6,"Humidity":52.7,"Pressure":803.0},"TempUnit":"C"}
11:17:40 WIF: Checking connection...
11:17:40 WIF: Connected
11:17:41 SHT: Sensor did not ACK command
11:17:42 MQT: tele/sonoff/STATE = {"Time":"2018-06-13T11:17:42","Uptime":"0T00:00:28","Vcc":3.050, "Wifi":{"AP":1, "SSId":"cygnus x-1", "RSSI":62, "APMac":"40:C8:CB:11:50:BA"}, "DeepSleep":0, "Heap":16360}
11:17:42 MQT: tele/sonoff/SENSOR = {"Time":"2018-06-13T11:17:42","BME280":{"Temperature":23.6,"Humidity":53.7,"Pressure":803.0},"TempUnit":"C"}
11:17:51 SHT: Sensor did not ACK command
11:17:52 MQT: tele/sonoff/STATE = {"Time":"2018-06-13T11:17:52","Uptime":"0T00:00:38","Vcc":3.050, "Wifi":{"AP":1, "SSId":"cygnus x-1", "RSSI":62, "APMac":"40:C8:CB:11:50:BA"}, "DeepSleep":0, "Heap":16360}
11:17:52 MQT: tele/sonoff/SENSOR = {"Time":"2018-06-13T11:17:52","BME280":{"Temperature":23.6,"Humidity":54.2,"Pressure":803.0},"TempUnit":"C"}

B. Teleperiod=10, Deepsleep=60

00:00:00 APP: Boot Count 63
00:00:00 Project sonoff Sonoff (Topic sonoff, Fallback DVES_05FB6A, GroupTopic sonoffs) Version 5.13.1a-2_4_0
00:00:00 CFG: Saved to flash at F5, Count 95, Bytes 2788
00:00:00 WIF: Checking connection...
00:00:00 WIF: Attempting connection...
00:00:00 WIF: Connecting to AP1 cygnus x-1 in mode 11N as sonoff-7018...
00:00:01 WIF: Checking connection...
00:00:01 WIF: Attempting connection...
00:00:02 WIF: Checking connection...
00:00:02 WIF: Attempting connection...
00:00:03 WIF: Checking connection...
00:00:03 WIF: Attempting connection...
00:00:04 WIF: Checking connection...
00:00:04 WIF: Attempting connection...
00:00:05 WIF: Checking connection...
00:00:05 WIF: Connected
00:00:05 DNS: Initialized
00:00:05 HTP: Web server active on sonoff-7018.local with IP address 192.168.225.26
00:00:07 MQT: Attempting connection...
00:00:07 MQT: Connected
00:00:07 MQT: tele/sonoff/LWT = Online (retained)
00:00:07 MQT: cmnd/sonoff/POWER = 
00:00:07 MQT: Subscribe to cmnd/sonoff/#
00:00:07 MQT: Subscribe to cmnd/sonoffs/#
00:00:07 MQT: Subscribe to cmnd/DVES_05FB6A/#
00:00:07 MQT: tele/sonoff/INFO1 = {"Module":"Generic","Version":"5.13.1a","FallbackTopic":"DVES_05FB6A","GroupTopic":"sonoffs"}
00:00:07 MQT: tele/sonoff/INFO2 = {"WebServerMode":"Admin","Hostname":"sonoff-7018","IPAddress":"192.168.225.26"}
00:00:07 MQT: tele/sonoff/INFO3 = {"RestartReason":"Deep-Sleep Wake"}
00:00:11 APP: (UTC) Wed Jun 13 10:20:43 2018, (DST) Sun Mar 25 02:00:00 2018, (STD) Sun Oct 28 03:00:00 2018
11:20:44 MQT: tele/sonoff/STATE = {"Time":"2018-06-13T11:20:44","Uptime":"0T00:00:12","Vcc":3.054, "Wifi":{"AP":1, "SSId":"cygnus x-1", "RSSI":38, "APMac":"40:C8:CB:11:50:BA"}, "DeepSleep":60, "Heap":16648}
11:20:44 MQT: tele/sonoff/LWT = Offline
11:20:44 MQT: tele/sonoff/UPTIME_S = {"Time":"2018-06-13T11:20:44", "Uptime_s":12}

Here is the log of changing deepsleep and teleperiod

11:22:01 CMD: Teleperiod 300
11:22:01 RSL: Received Topic /Teleperiod, Data Size 3, Data 300
11:22:01 RSL: Group 0, Index 1, Command TELEPERIOD, Data 300
11:22:01 MQT: stat/sonoff/RESULT = {"TelePeriod":"300"}
11:22:01 MQT: tele/sonoff/STATE = {"Time":"2018-06-13T11:22:01","Uptime":"0T00:00:18","Vcc":3.054, "Wifi":{"AP":1, "SSId":"cygnus x-1", "RSSI":52, "APMac":"40:C8:CB:11:50:BA"}, "DeepSleep":0, "Heap":16072}
11:22:01 MQT: tele/sonoff/SENSOR = {"Time":"2018-06-13T11:22:01","BME280":{"Temperature":23.7,"Humidity":54.4,"Pressure":802.9},"TempUnit":"C"}
11:22:01 CFG: Saved to flash at FA, Count 98, Bytes 2788
11:22:07 CMD: deepsleep 60
11:22:07 RSL: Received Topic /deepsleep, Data Size 2, Data 60
11:22:07 RSL: Group 0, Index 1, Command DEEPSLEEP, Data 60
11:22:07 MQT: stat/sonoff/RESULT = {"DeepSleep":"60 (60)"}
11:22:08 CFG: Saved to flash at F9, Count 99, Bytes 2788

and C. Teleperiod=300, Deepsleep=60

00:00:00 APP: Boot Count 66
00:00:00 Project sonoff Sonoff (Topic sonoff, Fallback DVES_05FB6A, GroupTopic sonoffs) Version 5.13.1a-2_4_0
00:00:00 CFG: Saved to flash at F7, Count 101, Bytes 2788
00:00:00 WIF: Checking connection...
00:00:00 WIF: Attempting connection...
00:00:00 WIF: Connecting to AP1 cygnus x-1 in mode 11N as sonoff-7018...
00:00:01 WIF: Checking connection...
00:00:01 WIF: Attempting connection...
00:00:02 WIF: Checking connection...
00:00:02 WIF: Attempting connection...
00:00:03 WIF: Checking connection...
00:00:03 WIF: Attempting connection...
00:00:04 WIF: Checking connection...
00:00:04 WIF: Attempting connection...
00:00:05 WIF: Checking connection...
00:00:05 WIF: Connected
00:00:05 DNS: Initialized
00:00:05 HTP: Web server active on sonoff-7018.local with IP address 192.168.225.26
00:00:06 MQT: Attempting connection...
00:00:07 MQT: Connected
00:00:07 MQT: tele/sonoff/LWT = Online (retained)
00:00:07 MQT: cmnd/sonoff/POWER = 
00:00:07 MQT: Subscribe to cmnd/sonoff/#
00:00:07 MQT: Subscribe to cmnd/sonoffs/#
00:00:07 MQT: Subscribe to cmnd/DVES_05FB6A/#
00:00:07 MQT: tele/sonoff/INFO1 = {"Module":"Generic","Version":"5.13.1a","FallbackTopic":"DVES_05FB6A","GroupTopic":"sonoffs"}
00:00:07 MQT: tele/sonoff/INFO2 = {"WebServerMode":"Admin","Hostname":"sonoff-7018","IPAddress":"192.168.225.26"}
00:00:07 MQT: tele/sonoff/INFO3 = {"RestartReason":"Deep-Sleep Wake"}
00:00:07 APP: (UTC) Wed Jun 13 10:29:21 2018, (DST) Sun Mar 25 02:00:00 2018, (STD) Sun Oct 28 03:00:00 2018
11:29:28 SHT: Sensor did not ACK command
11:29:28 I2C: BME280 found at 0x76
11:29:29 MQT: tele/sonoff/STATE = {"Time":"2018-06-13T11:29:29","Uptime":"0T00:00:15","Vcc":3.054, "Wifi":{"AP":1, "SSId":"cygnus x-1", "RSSI":72, "APMac":"40:C8:CB:11:50:BA"}, "DeepSleep":60, "Heap":16144}
11:29:29 MQT: tele/sonoff/SENSOR = {"Time":"2018-06-13T11:29:29","BME280":{"Temperature":24.3,"Humidity":52.0,"Pressure":802.9},"TempUnit":"C"}
11:29:29 MQT: tele/sonoff/LWT = Offline
11:29:29 MQT: tele/sonoff/UPTIME_S = {"Time":"2018-06-13T11:29:29", "Uptime_s":15}

from sonoff-tasmota.

m-anish avatar m-anish commented on July 20, 2024

So in C. above, the board doesnt actually wait 5 minutes before publishing data, and it does get published, but B. (teleperiod=10, deepsleep=60) does not work.

Note, I could try and get it to work with rules, but it would be ideal if this worked as documented (or maybe I'm doing it wrong)

Thanks for your amazing work btw! Great project!

from sonoff-tasmota.

stefanbode avatar stefanbode commented on July 20, 2024

Ok, the root cause is now clear. Normally the timer gets executed every second and ONE second before it initate the I2C scan. But on the boot process the gettime function that calls the timeserver takes so long, that it misses the second before the measurement.

from sonoff-tasmota.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.