tbnobody / OpenDTU

Software for ESP32 to talk to Hoymiles/TSUN/Solenso Inverters
GNU General Public License v2.0
1.69k stars 471 forks source link

Anzeige der CPU-Temperatur unter System möglich? #2018

Closed tm-107 closed 3 weeks ago

tm-107 commented 1 month ago

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Da der ESP32 meines Wissens nach einen internen Temperatursensor hat, wäre es vielleicht schön diesen Wert unter System darzustellen. Würde mich interessieren wie warm das Teil im meist geschlossenen Gehäuse wird. Meine Shellys (Plus 1PM mit Tasmota) bringen es in der Verteilung ja schon auf über 60°C.

Describe alternatives you've considered

No response

Additional context

No response

Schaefers commented 1 month ago

This is definitely possible, I just did a quick test using temperatureRead():

image

@tbnobody if it helps, I could create a MR, but I guess it's just copy paste and some formatting.

tbnobody commented 1 month ago

It's already implemented in my local branch. Will be included in the next release.

tm-107 commented 1 month ago

Thank you!

tbnobody commented 3 weeks ago

Implemented in 6ce474053e280182f1f41327e9dd42d055171ee0