Search found 7 matches

by Dexamenos
31 May 2022, 10:22
Forum: ESP Easy: Software
Topic: Off-topic: Combining LittleFS and Firmware binary for OTA?
Replies: 4
Views: 3867

Re: Off-topic: Combining LittleFS and Firmware binary for OTA?

Thanks TD-er. I guess question is more like:

is there a way to avoid flashing twice (filesystem + firmware) by combining separate binaries into one big binary (latter not beeing 4 MB but actual sizes of firmware + filesystem images).
by Dexamenos
02 Aug 2021, 16:18
Forum: ESP Easy: Software
Topic: Set value of a device (tskname) via HTTP request – How?
Replies: 23
Views: 9246

Re: Set value of a device (tskname) via HTTP request – How?

Hi there, I turn out to be the aforementioned partner in crime :-) Use case: our idea would be a kind of semi-self-configuring system. Think of: each ESP Easy unit will be pre-configured: - hardware with one or more relais shield - software with: - one controller (Generic HTTP), for all esp units se...
by Dexamenos
22 Jul 2021, 10:02
Forum: ESP Easy: Software
Topic: URL Encoded System Variable
Replies: 12
Views: 5799

Re: URL Encoded System Variable

I can only say thanks for picking up this topic :)
by Dexamenos
20 Jul 2021, 09:36
Forum: ESP Easy: Software
Topic: URL Encoded System Variable
Replies: 12
Views: 5799

Re: URL Encoded System Variable

Thanks for frequent answering. Again, this is more like a general question out of curiosity. I will be able to live without URL-encoded SysVars. However, I was "guided" to ask, as there is the URL encoded version already given in "Tools > System Variables". To respond to your que...
by Dexamenos
20 Jul 2021, 08:01
Forum: ESP Easy: Software
Topic: URL Encoded System Variable
Replies: 12
Views: 5799

Re: URL Encoded System Variable

Sure can I replace spaces in the unit name (%sysname%) with underscores. However, my question is more general. You will run into the same problem with e.g. %dns% or %sysbuild_date%).
by Dexamenos
19 Jul 2021, 17:09
Forum: ESP Easy: Software
Topic: URL Encoded System Variable
Replies: 12
Views: 5799

Re: URL Encoded System Variable

Sadly, this does not work, as there still is a space in URL (as there is a space in %sysname%)
by Dexamenos
19 Jul 2021, 13:57
Forum: ESP Easy: Software
Topic: URL Encoded System Variable
Replies: 12
Views: 5799

URL Encoded System Variable

Hey I'm new to ESP Easy and currently struggling with the use of System Variables in a Rule. My Unit Name (%sysname%) contains a space char and I want to use it in a rule within a sendToHTTP request. Is there a kind of modifier available to automatically URL-encode SysVars? I'm wondering, because in...