read temperature using ADC #23218
Unanswered
fpgiovanini
asked this question in
scripter / SML
Replies: 1 comment
-
In the >T section var=ANALOG#Temperature
|
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.
-
How to read temperature using esp8266 tasmota ADC?
If you choose ADC INPUT:
"Time":"2025-03-30T22:55:58","ANALOG":{"A0":448}}
become: var=adc(0)
If you choose ADC Temp:
{"Time":"2025-03-30T20:12:22","ANALOG":{"Temperature":45.1},"TempUnit":"C"}
become: var=????
tks
Beta Was this translation helpful? Give feedback.
All reactions