blakadder / templates

Tasmota Device Templates Repository. Your one stop shop to get templates for devices running Tasmota!
https://templates.blakadder.com
Eclipse Public License 2.0
319 stars 1.33k forks source link

Shelly Plus Plug S "V2" - Temperature configuration (copy & paste from Shelly Plus 1) #1819

Closed HKEB closed 9 months ago

HKEB commented 9 months ago

Hi, I bought 4 x Shelly Plus Plug S and received Shelly Plus Plug S "V2". Flashing worked fine and the Shelly Plug S templates seem to work correct. BUT the temperature seems to be the same circuit as the one on the Shelly Plus 1 and gives values close to 0 when used indoor. Given that I'd add a section to "Shelly Plus Plug S Power Monitoring Plug (PlusPlugS)" which is a copy and paste from the Shelly Plus 1 Switch but for the Shelly Plus Plug S V2:

"GPIO 33 is an NTC thermistor with a ?10k bridge resistor. Use “adcparam1 2, 10000, 10000, 3350” to get a sensible value (calibration needed!)"

blakadder commented 9 months ago

each device page has an edit button to add relevant information such as this

JoakimCh commented 3 months ago

each device page has an edit button to add relevant information such as this

Yeah and you closed this without editing it... Hence I got the wrong temperature on my V2 plug and I had to look up this information here! Why close issues not resolved?

EDIT: All I had to do was to run this in console adcparam1 2, 10000, 10000, 3350, but the temperature is still off and I'm not sure how I should calibrate it. E.g. I tried setting the last number to 14000 and it improved, but I don't know if it will still be correct when the temperature is changing. I guess no one has discovered the correct-ish values for v2 yet.