14.5.0: a specific webquery no longer works #23245
Replies: 4 comments 5 replies
-
Testing the last command on different ESP32 devices (with varying variants of ESP32), on current Tasmota 14.5.0.3, I'm not seeing any failures. However, reverting one of them to release version 14.5.0 did produce a crash. Appears to be fixed with latest dev builds. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, the error is still present in 14.5.0.3 |
Beta Was this translation helpful? Give feedback.
-
Well, I could not get anything out on webquery in my rule on 14.5.0 and I noted there was an issue so I upated to 14.6.0.1 and still nothing... Rule1 ON system#boot do power1 1 ENDON ON Time#Minute|2 DO WebQuery http://google.com/ GET ENDON ON WebQuery#Data=Done DO TimedPower 15000,off ENDON ON event#manualcycle DO TimedPower1 15000,off ENDON The rule is turned on and in the log I see the query says Done.... 18:42:00.248 RUL: TIME#MINUTE|2 performs 'WebQuery http://google.com/ GET' But my timedpower1 isn't flicking the output off. I have a light attached so I can watch while testing.... I can manually tun the timedpower command in the console and that works perfectly. 18:46:38.265 CMD: TimedPower1 15000,off Any ideas anyone? My device is a LOCALBYTES smartplug which runs Tasmota. @sfromis you any ideas? I was convinced it was pe but AI Perplexity told me othere were having issues... |
Beta Was this translation helpful? Give feedback.
-
I use scripts. My web queries work perfectly under 13.x. After that, I stopped trying and migrated back to 13.x. |
Beta Was this translation helpful? Give feedback.
-
Hi,
in script and in console webquery works fine, for example to telegram
=>webquery https://api.telegram.org/XXXXXXXXXXXXXXXXXXXX/sendMessage?chat_id=-4140173122&text=RESPONSE_NULL get
but not this one:
=> webquery https://script.google.com/macros/s/AKfycbzkxhfOjPI5m8_GNL-uC7kuwZUfXx1ZbsC8OOdnVpDkFYTfJWg-bPjOQ2p-YoAV7EEiQA/exec?2_Spalte=TEST get
tasmota restarts immediately.
It works in the old version, even in the browser via a URL.
Maybe the error is on my end (e.g., bin creation). but I don't believe it anymore
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions