Replies: 1 comment 1 reply
-
You are doing something more as Better check full context from the log instead of just picking a single message. And enable Note that it is invalid to set up |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have Tasmota 15.0.1 loaded on a ESP32 D1 R32. Tasmona identified it as
RESULT = {"Module":{"1":"ESP32-DevKit"}}
. I have set up GPIO35 as ADC Input 1 and get a valid voltage reading back. I am trying to scale the voltage range of 0.7 to 3.0v to 0 to 100%. From my understanding, one should be able to do that withAdcParam1 6,744,3723,0,100
When I do that however, I get a strangeRESULT = {"Command":"Unknown","Input":"DIMMER0 0"}
feedback and the ADC value dissapears. When I first create the sensor, I get the following when runningADCParam
RESULT = {"AdcParam1":[35,0,4095,5,0]}
What am I doing wrong?Beta Was this translation helpful? Give feedback.
All reactions