View Single Post
  #11   Report Post  
Posted to uk.d-i-y
Caecilius[_2_] Caecilius[_2_] is offline
external usenet poster
 
Posts: 451
Default Maintaining constant overnight bedroom temperature with electric heater

On Fri, 27 Nov 2020 15:59:50 +0000, T i m wrote:

On Fri, 27 Nov 2020 15:28:48 +0000, Caecilius
wrote:

[snip]

And if the internal overtemp operates then
there's something badly wrong.


Well, that's how I treated the functionality of the (several) oil
filled rads I have here but it's how they work nonetheless.

Even the 600W ones can generate more heat than they can dissipate and
so do 'overheat' and then cycle on their overtemp stats, way before
they may have reached the temp set by the main thermostat. I even
considered (and may well try this year) or rigging up two sockets on
an extension lead and wiring two of the 600W heaters in series so they
become two x 300W heaters. Set one stat on Max and then use the other
to manage the actual room temp.


That's useful information. I was considering replacing the convector
heater with a oil-filled rad to smooth the output by increasing
thermal mass, but I don't think I'll bother now if that's how they
work.


I did buy some mains level PWM power controllers with the intention of
mating them with an Arduino and remote thermostats (one on the heater
and one in the room) so that I could manage the power to a small oil
filled rad (that couldn't dissipate it's heat energy fast enough so
would modulate on it's overtemp stat) and manage the room temp both
silently and more accurately (no temperature overshoot etc).

Not gotrountuit yet of course ... ;-(


We've all been there with arduino/pi things I think.


I just had a look on eBay and there are quite a few choices of 2kW
opto coupled module that should be very easy to interface. An Arduino
Nano, a Dallas I2C external temperature probe and a few lines of code
and you should be able to do what you need.

Mount it all in a plastic double box (like a trailing lead) with a
double pole switch on one side and 13A socket on the other and with
the stat coming out though a rubber grommet to somewhere suitable in
the room and you should be good to go (if you are ok with the coding).
;-)


Yes, I'm fine with coding - I used to be a software engineer in the
1980s so I'm comfortable with C.

I'm still hoping there's a neater pre-built solution though. I would
hope that solid-state switching add-on thermostats would be common - I
can't be the only person with this use case.

I know I have.


I was sorting though some electronicy stuff earlier and came across an
ESP32 with external SIM card reader that was part of a project I was
playing with previously. That has built in BT and WiFi so you might
even be able to use one of those and set / adjust the required temp
with an App! ;-)


This is the sort of thing I like to play around with, but don't want
to integrate into "production" equipment around the house that I want
other family members to be able to use.

Cheers, T i m