-
Hi there, I'm running a bit into a pickle here: I've compiled my own Tasmota via Tasmocompiler and I've selected Berry scripting and added
and will use
later. While Berry works fine,
fails. I am using WebSend with Rules but I'd like to transfer more than one variable via a simple GET request so I figure it should be possible to use Webclient from within Berry. What did I miss? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
You don't use any |
Beta Was this translation helpful? Give feedback.
-
Giving you an example, writing to MySql with (too) many parameters.
The page reads the vars and writes them in an insert in mysql. |
Beta Was this translation helpful? Give feedback.
Giving you an example, writing to MySql with (too) many parameters.