Search found 10 matches

by erstec
23 Feb 2024, 13:05
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

No no :) only PWM is clear and works as before
TD-er wrote: 23 Feb 2024, 13:04 Fixed as in no more reboots?
by erstec
23 Feb 2024, 12:55
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

Tried minimum send interval of value 10 - same... Regarding PWM, thank you for explanation, now it is clear, just tested on a bench and it is fixed The minimum send interval for MQTT controllers can be much lower as the connection is kept open So 100 msec is fine, but 10 msec probably is too :) Maki...
by erstec
23 Feb 2024, 12:20
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

For me it seems have, as disable send to controller from both DS's - it stops rebooting. Same time BH1750 send data every 15 seconds and i addition I tried to add two dummy tasks with 10 sec intervals. It is stable with them too. So, tests, changed both DS's interval to 10 sec, as it causes reboot m...
by erstec
23 Feb 2024, 07:41
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

One more thing noticed (after update to 20231215) - PWM Frequency are changed. In one of esp8266 device I use explicit setting (in rules) like pwm,12,650,0,200 and signal on gpio12 are much "faster" than was on 20231130. Ofc it is separate thing, but just for info.
by erstec
23 Feb 2024, 07:23
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

Rechecked. Controller settings are mostly default, except IP address and LWT topic.
by erstec
22 Feb 2024, 19:30
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

Tried Ignore, 125 and -127 - no changes.
It is not disconnects before crash, just drops.
Disable of Controller (MQTT) make it stable, runs for 45+ minutes already without restarts
by erstec
22 Feb 2024, 18:30
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

NaN, as it was here for years What should I select to not provide any data in case of error? Ignore? And one other thing.... What have you set as "error value" ? One of the few changes in those builds is how task values are being dealt with and P004_Dallas is one of the few that might have...
by erstec
22 Feb 2024, 18:29
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

Each device have two same type DS sensors on same bus, each sensor on separate task (two Environment - 1-Wire Temperature tasks per device). Interval - 30 sec on both tasks. In addition one Light/Lux - BH1750 and Display - OLED SSD1306/SH1106 Framed tasks on device. Home Assistant (openHAB) MQTT con...
by erstec
22 Feb 2024, 18:00
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

Release one, from GitHub Releases zip, Build: ESP_Easy_mega_20231225_normal_ESP8266_4M1M Dec 25 2023 As well as todays build from latest 'mega' branch Build: ESP_Easy_mega_20240222_normal_ESP8266_4M1M Feb 22 2024 Both ends with Last Action before Reboot: PLUGIN_READ: timer, id: 11 after random time,...
by erstec
22 Feb 2024, 17:33
Forum: ESP Easy: General Discussion
Topic: why did this esp reboot
Replies: 23
Views: 1516

Re: why did this esp reboot

It seems that something changed in 20231225 with 1-Wire routines. Atm I have 5 ESP8266 devices, all work perfectly with 20231130, for months, but exactly after update to 20231225 tasks reading DS18B20 causes reboots randomly. Disabling of Environment - 1-Wire Temperature tasks solves issue (but no t...