Variables in >D section cannot be set via MQTT/Console #24650
Unanswered
DennisXK
asked this question in
Support request
Replies: 1 comment
-
|
The documentation suggests that you have to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I am experiencing an issue where script variables cannot be updated externally on an ESP32-C3 running Tasmota 14.4.1 (compiled via TasmoCompiler).
My Setup:
I am using a Tasmota script to control two fans via PWM.
The Problem:
I am unable to update these variables via the Console or MQTT. Every attempt to address the variable directly or via standard commands results in Command: Unknown.
Tested Commands (all failed):
event FanSpeed1=50 -> Command: Unknown (and EVENT is not recognized as a command)
script FanSpeed1=50 -> Command: Unknown
Var1 50 -> var1 not found
v1 50 -> Command: Unknown
Observations:
While the variables work internally (Web UI sliders change the fan speed immediately), the command parser seems unable to link incoming MQTT/Console strings to the script variables. Even using Backlog does not bypass the "Unknown Command" error.
Beta Was this translation helpful? Give feedback.
All reactions