arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.97k stars 4.77k forks source link

NTP issue #14093

Closed s0170071 closed 2 years ago

s0170071 commented 2 years ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is. Blind position jumps to zero when a tilt command is issued while the blind is moving.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

- [ ] If using rules, provide the output of this command: `Backlog Rule1; Rule2; Rule3`:
```lua
  Rules output here:
- [ ] Set `weblog` to 4 and then, when you experience your issue, provide the output of the Console log:
```lua
  Console output here:

TO REPRODUCE

Steps to reproduce the behavior:

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here. I use a FritzBox, that does also provide the time. Setting NTP1 to 192.168.1.1 apparently fixes the issue.

(Please, remember to close the issue when the problem has been addressed)

Jason2866 commented 2 years ago

Tasmota does NOT work correctly if it can't access a NTP server. As designed.

s0170071 commented 2 years ago

It must not crash. That's a bug, not by design. I understand that some functions are not available without ntp, but this is different.