I Used Tasmota / Thermostat to replace fridge thermostat #12386
Replies: 4 comments 17 replies
-
Nice example of getting something to work, and improve it at the same time. |
Beta Was this translation helpful? Give feedback.
-
How often are the temperatures read in home assistant? |
Beta Was this translation helpful? Give feedback.
-
Does this thermostat function work without room temperature sensor ? Just with the fridge temp sensor ? Or it requires both sensors ? |
Beta Was this translation helpful? Give feedback.
-
I try to use thermostat and set temperature for a deep freezer.. Seems tha minimum allowed temp target for thermostat is 4.0 C |
Beta Was this translation helpful? Give feedback.
-
Lately it has been very hot and I noticed that my decade old beverages fridge / wine cooler started having trouble keeping its insides cool and a few days ago it all became too much for it and it died. I opened it up, checked the circuitry and it turned out to be the thermostat module (a purely mechanical one).
Since in my house I have already tasmotized everything else there is to tasmotize, I decided to give the Thermostat variant a try.
see : https://tasmota.github.io/docs/Thermostat/
it says "testers are welcomed", so here is my review :
I'm very impressed by that "intelligent control strategy" as apart from switching it to cooling mode (CLIMATEMODESET 1) I only had to set the target temperature (TEMPTARGETSET 15) and see it work. It keeps its temperature of around 15°C in a room with about 28°C with an average duty cycle of about 30%. And it consumes much less now ! Plus the advantage of being able to monitor and control it in home assistant, grafana, etc...
On the doc page, they explain how to make the parameters persistent through reboots and I can confirm that works too.
I could have imagined having a power cut, wifi not coming up and the fridge going haywire because not being able to fetch parameters, but I can confirm that it has passed that test beautifully too.
It can fetch its parameters from persistent MQTT topics and that's pretty neat if you want to control that e.g. from a widget in home assistant.
I used an ESP8266 (a wemos D1), a relay hat and a waterproofed variant of the DS18b20 temperature probe.
If you try this yourself, watch out not to electrocute yourself !
Beta Was this translation helpful? Give feedback.
All reactions