On my android smartphone I have assigned following Tasmota
....
This works very fine, except that the device's answer page
is buffered in Firefox....
....
I know this trick, but I don't know how to implement in a one-liner.
Getting this timer value needs a javascript function, but....
On 7/18/2026 1:20 AM, Wendelin Uez wrote:
On my android smartphone I have assigned following Tasmota
....
This works very fine, except that the device's answer page
is buffered in Firefox....
....
I know this trick, but I don't know how to implement in a one-liner.
Getting this timer value needs a javascript function, but....
Are you sure that it's Firefox that's caching
the page? Web server caches pages as well.
You need to force the web server (e.g. Apache,
router firmware) to "forget" its cached pages
if you cannot do it from client side
(e.g. Firefox).
Try appending a time-stamp to the URL, led by a question
mark. It's a typical web programming trick.
Mr. Man-wai Chang, 2026-07-18 05:26:
On 7/18/2026 1:20 AM, Wendelin Uez wrote:
On my android smartphone I have assigned following Tasmota
....
This works very fine, except that the device's answer page
is buffered in Firefox....
....
I know this trick, but I don't know how to implement in a one-liner.
Getting this timer value needs a javascript function, but....
Are you sure that it's Firefox that's caching
the page? Web server caches pages as well.
You need to force the web server (e.g. Apache,
router firmware) to "forget" its cached pages
if you cannot do it from client side
(e.g. Firefox).
Tasmota does not cache anything at all - this runs on a tiny
microcontroller without much RAM. They can not afford to spend that
memory for caching.
Try appending a time-stamp to the URL, led by a question
mark. It's a typical web programming trick.
Yes, but an ugly one as all old versions also stay in the cache and fill
it up. Better would be to send an appropriate headers in the HTTP response:
Cache-Control: no-store, no-cache, must-revalidate, max-age=0
Expires: 0
However, I don't think, that there is a configuration option for that,--
you may have to patch the web server code of Tasmota to do this.
Tasmota does not cache anything at all - this runs on a tiny
microcontroller without much RAM. They can not afford to spend that
memory for caching.
Yes, but an ugly one as all old versions also stay--
in the cache and fill it up. Better would be to
send an appropriate headers in the HTTP response:
Cache-Control: no-store, no-cache, must-revalidate, max-age=0
Expires: 0
Complete list:
Cache-Control: no-store, no-cache, must-revalidate, max-age=0
Expires: 0
Pragma: no-cache
However, I don't think, that there is a configuration
option for that, you may have to patch the web
server code of Tasmota to do this.
On 7/21/2026 10:21 PM, Arno Welzel wrote:
Tasmota does not cache anything at all - this runs on a tiny
microcontroller without much RAM. They can not afford to spend that
memory for caching.
You don't infer from hardware spec. You have to test
things using tools like ncat to find out.
Maybe Wendelin Uez <wuez@online.de> should restart
Tasmota whenever he/she thought its caches was
not cleared? It possibly is the last resort. :)
I presume Android don't do strange things when
it comes to caching. And we don't know what
hardware and ISP Wendelin Uez is using.
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 74 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 51:09:25 |
| Calls: | 1,100 |
| Files: | 1,339 |
| Messages: | 276,012 |