Breaker feeding an electric heater trips after one minute
I purchased a Comfort Zone Heater. Model CZ230ER. It is a 7,500 watt 240V unit.
This was installed with 10/2 wire to a brand new 30 amp breaker. Once the heater has been running for about a minute it trips the breaker. I have verified there are no shorts.
I do have it about 60 feet from the panel and my wire conduit was only 25 feet long. The connections are made using wire nuts mounted in a metal box.
Any thoughts?
circuit-breaker
add a comment |
I purchased a Comfort Zone Heater. Model CZ230ER. It is a 7,500 watt 240V unit.
This was installed with 10/2 wire to a brand new 30 amp breaker. Once the heater has been running for about a minute it trips the breaker. I have verified there are no shorts.
I do have it about 60 feet from the panel and my wire conduit was only 25 feet long. The connections are made using wire nuts mounted in a metal box.
Any thoughts?
circuit-breaker
add a comment |
I purchased a Comfort Zone Heater. Model CZ230ER. It is a 7,500 watt 240V unit.
This was installed with 10/2 wire to a brand new 30 amp breaker. Once the heater has been running for about a minute it trips the breaker. I have verified there are no shorts.
I do have it about 60 feet from the panel and my wire conduit was only 25 feet long. The connections are made using wire nuts mounted in a metal box.
Any thoughts?
circuit-breaker
I purchased a Comfort Zone Heater. Model CZ230ER. It is a 7,500 watt 240V unit.
This was installed with 10/2 wire to a brand new 30 amp breaker. Once the heater has been running for about a minute it trips the breaker. I have verified there are no shorts.
I do have it about 60 feet from the panel and my wire conduit was only 25 feet long. The connections are made using wire nuts mounted in a metal box.
Any thoughts?
circuit-breaker
circuit-breaker
edited Feb 1 at 20:02
isherwood
48.8k456123
48.8k456123
asked Feb 1 at 19:45
Rick RobertsonRick Robertson
61
61
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
As noted by isherwood, you are pulling too much power. 7,500 W /240 V = 31.25 A on a 30 A circuit. Circuit breakers are typically designed to handle a somewhat higher than rated current for a short time - e.g., motor startup, a really high current (e.g., hundreds of Amps on a 30 A circuit) for an extremely short time, and a moderate overage for a moderate amount of time. This actually matches well with another rule: continuous loads should not exceed 80% of the rated circuit. In the case of 30 A, that means your continuous load should be no more than 24 A = 7,200 W.
So this is actually normal operation.
You need either a slightly smaller heater or a larger breaker with matching appropriately sized wiring.
1
24 amps at 240v is 5760 watts. 30 amps at 240v is 7200 watts. The proper circuit size for the 7500w heater would be (1.2 * 7500w) / 240v = 37.5 amps (40 amp).
– JPhi1618
Feb 1 at 21:06
1
Actually I think 0.8 down equals 1.25 up so 1.25x7500/240=39. But still 40A breaker.
– manassehkatz
Feb 1 at 21:57
You're right. 80% and 125% match up (1.25). The 1.2 was a mistake.
– JPhi1618
Feb 1 at 22:00
Comments are fair game. Don't shout-out to them. Especially if they get deleted ;)
– Mazura
Feb 2 at 3:28
add a comment |
Right off the bat you have overloaded the breaker. 7500W > the 7200W a 30A circuit can carry.
7200W = 30A x 240V.
240V is actual voltage in USA.
I see where the installation instructions are ambiguous about wire size. That is very typical of heater instructions; they are absolutely as vague and generic as they can possibly be, because writing manuals is expensive and they want the flexibility to use the same instructions for as many models as possible.
So they mention 10 AWG wire in the prose of the "how to wire" section. But they are talking about the machine's internal wires, which are allowed to be 10AWG. Only later in a chart do they have a table indicating 31.25A and 8 AWG wire for 7500W models. I am surprised UL listed it that way.
Anyway, the basic rule is that heaters are a continuous load and you must provision power for 125% of their nameplate. 125% of 7500 is 9375 watts, which fits very nicely inside 9600 watts, the capacity of a 40A circuit. That's why that heater is sized that way.
A 40A circuit calls for 8 AWG wire.
1
Thanks...wish I understood that before I ran 50 feet of flex with 10/2!!! Live and learn. Re-installing with 8/2 and a 40A breaker as we speak. Thanks for the info!
– Rick Robertson
Feb 2 at 20:17
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "73"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdiy.stackexchange.com%2fquestions%2f156492%2fbreaker-feeding-an-electric-heater-trips-after-one-minute%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
As noted by isherwood, you are pulling too much power. 7,500 W /240 V = 31.25 A on a 30 A circuit. Circuit breakers are typically designed to handle a somewhat higher than rated current for a short time - e.g., motor startup, a really high current (e.g., hundreds of Amps on a 30 A circuit) for an extremely short time, and a moderate overage for a moderate amount of time. This actually matches well with another rule: continuous loads should not exceed 80% of the rated circuit. In the case of 30 A, that means your continuous load should be no more than 24 A = 7,200 W.
So this is actually normal operation.
You need either a slightly smaller heater or a larger breaker with matching appropriately sized wiring.
1
24 amps at 240v is 5760 watts. 30 amps at 240v is 7200 watts. The proper circuit size for the 7500w heater would be (1.2 * 7500w) / 240v = 37.5 amps (40 amp).
– JPhi1618
Feb 1 at 21:06
1
Actually I think 0.8 down equals 1.25 up so 1.25x7500/240=39. But still 40A breaker.
– manassehkatz
Feb 1 at 21:57
You're right. 80% and 125% match up (1.25). The 1.2 was a mistake.
– JPhi1618
Feb 1 at 22:00
Comments are fair game. Don't shout-out to them. Especially if they get deleted ;)
– Mazura
Feb 2 at 3:28
add a comment |
As noted by isherwood, you are pulling too much power. 7,500 W /240 V = 31.25 A on a 30 A circuit. Circuit breakers are typically designed to handle a somewhat higher than rated current for a short time - e.g., motor startup, a really high current (e.g., hundreds of Amps on a 30 A circuit) for an extremely short time, and a moderate overage for a moderate amount of time. This actually matches well with another rule: continuous loads should not exceed 80% of the rated circuit. In the case of 30 A, that means your continuous load should be no more than 24 A = 7,200 W.
So this is actually normal operation.
You need either a slightly smaller heater or a larger breaker with matching appropriately sized wiring.
1
24 amps at 240v is 5760 watts. 30 amps at 240v is 7200 watts. The proper circuit size for the 7500w heater would be (1.2 * 7500w) / 240v = 37.5 amps (40 amp).
– JPhi1618
Feb 1 at 21:06
1
Actually I think 0.8 down equals 1.25 up so 1.25x7500/240=39. But still 40A breaker.
– manassehkatz
Feb 1 at 21:57
You're right. 80% and 125% match up (1.25). The 1.2 was a mistake.
– JPhi1618
Feb 1 at 22:00
Comments are fair game. Don't shout-out to them. Especially if they get deleted ;)
– Mazura
Feb 2 at 3:28
add a comment |
As noted by isherwood, you are pulling too much power. 7,500 W /240 V = 31.25 A on a 30 A circuit. Circuit breakers are typically designed to handle a somewhat higher than rated current for a short time - e.g., motor startup, a really high current (e.g., hundreds of Amps on a 30 A circuit) for an extremely short time, and a moderate overage for a moderate amount of time. This actually matches well with another rule: continuous loads should not exceed 80% of the rated circuit. In the case of 30 A, that means your continuous load should be no more than 24 A = 7,200 W.
So this is actually normal operation.
You need either a slightly smaller heater or a larger breaker with matching appropriately sized wiring.
As noted by isherwood, you are pulling too much power. 7,500 W /240 V = 31.25 A on a 30 A circuit. Circuit breakers are typically designed to handle a somewhat higher than rated current for a short time - e.g., motor startup, a really high current (e.g., hundreds of Amps on a 30 A circuit) for an extremely short time, and a moderate overage for a moderate amount of time. This actually matches well with another rule: continuous loads should not exceed 80% of the rated circuit. In the case of 30 A, that means your continuous load should be no more than 24 A = 7,200 W.
So this is actually normal operation.
You need either a slightly smaller heater or a larger breaker with matching appropriately sized wiring.
answered Feb 1 at 19:53
manassehkatzmanassehkatz
8,9971335
8,9971335
1
24 amps at 240v is 5760 watts. 30 amps at 240v is 7200 watts. The proper circuit size for the 7500w heater would be (1.2 * 7500w) / 240v = 37.5 amps (40 amp).
– JPhi1618
Feb 1 at 21:06
1
Actually I think 0.8 down equals 1.25 up so 1.25x7500/240=39. But still 40A breaker.
– manassehkatz
Feb 1 at 21:57
You're right. 80% and 125% match up (1.25). The 1.2 was a mistake.
– JPhi1618
Feb 1 at 22:00
Comments are fair game. Don't shout-out to them. Especially if they get deleted ;)
– Mazura
Feb 2 at 3:28
add a comment |
1
24 amps at 240v is 5760 watts. 30 amps at 240v is 7200 watts. The proper circuit size for the 7500w heater would be (1.2 * 7500w) / 240v = 37.5 amps (40 amp).
– JPhi1618
Feb 1 at 21:06
1
Actually I think 0.8 down equals 1.25 up so 1.25x7500/240=39. But still 40A breaker.
– manassehkatz
Feb 1 at 21:57
You're right. 80% and 125% match up (1.25). The 1.2 was a mistake.
– JPhi1618
Feb 1 at 22:00
Comments are fair game. Don't shout-out to them. Especially if they get deleted ;)
– Mazura
Feb 2 at 3:28
1
1
24 amps at 240v is 5760 watts. 30 amps at 240v is 7200 watts. The proper circuit size for the 7500w heater would be (1.2 * 7500w) / 240v = 37.5 amps (40 amp).
– JPhi1618
Feb 1 at 21:06
24 amps at 240v is 5760 watts. 30 amps at 240v is 7200 watts. The proper circuit size for the 7500w heater would be (1.2 * 7500w) / 240v = 37.5 amps (40 amp).
– JPhi1618
Feb 1 at 21:06
1
1
Actually I think 0.8 down equals 1.25 up so 1.25x7500/240=39. But still 40A breaker.
– manassehkatz
Feb 1 at 21:57
Actually I think 0.8 down equals 1.25 up so 1.25x7500/240=39. But still 40A breaker.
– manassehkatz
Feb 1 at 21:57
You're right. 80% and 125% match up (1.25). The 1.2 was a mistake.
– JPhi1618
Feb 1 at 22:00
You're right. 80% and 125% match up (1.25). The 1.2 was a mistake.
– JPhi1618
Feb 1 at 22:00
Comments are fair game. Don't shout-out to them. Especially if they get deleted ;)
– Mazura
Feb 2 at 3:28
Comments are fair game. Don't shout-out to them. Especially if they get deleted ;)
– Mazura
Feb 2 at 3:28
add a comment |
Right off the bat you have overloaded the breaker. 7500W > the 7200W a 30A circuit can carry.
7200W = 30A x 240V.
240V is actual voltage in USA.
I see where the installation instructions are ambiguous about wire size. That is very typical of heater instructions; they are absolutely as vague and generic as they can possibly be, because writing manuals is expensive and they want the flexibility to use the same instructions for as many models as possible.
So they mention 10 AWG wire in the prose of the "how to wire" section. But they are talking about the machine's internal wires, which are allowed to be 10AWG. Only later in a chart do they have a table indicating 31.25A and 8 AWG wire for 7500W models. I am surprised UL listed it that way.
Anyway, the basic rule is that heaters are a continuous load and you must provision power for 125% of their nameplate. 125% of 7500 is 9375 watts, which fits very nicely inside 9600 watts, the capacity of a 40A circuit. That's why that heater is sized that way.
A 40A circuit calls for 8 AWG wire.
1
Thanks...wish I understood that before I ran 50 feet of flex with 10/2!!! Live and learn. Re-installing with 8/2 and a 40A breaker as we speak. Thanks for the info!
– Rick Robertson
Feb 2 at 20:17
add a comment |
Right off the bat you have overloaded the breaker. 7500W > the 7200W a 30A circuit can carry.
7200W = 30A x 240V.
240V is actual voltage in USA.
I see where the installation instructions are ambiguous about wire size. That is very typical of heater instructions; they are absolutely as vague and generic as they can possibly be, because writing manuals is expensive and they want the flexibility to use the same instructions for as many models as possible.
So they mention 10 AWG wire in the prose of the "how to wire" section. But they are talking about the machine's internal wires, which are allowed to be 10AWG. Only later in a chart do they have a table indicating 31.25A and 8 AWG wire for 7500W models. I am surprised UL listed it that way.
Anyway, the basic rule is that heaters are a continuous load and you must provision power for 125% of their nameplate. 125% of 7500 is 9375 watts, which fits very nicely inside 9600 watts, the capacity of a 40A circuit. That's why that heater is sized that way.
A 40A circuit calls for 8 AWG wire.
1
Thanks...wish I understood that before I ran 50 feet of flex with 10/2!!! Live and learn. Re-installing with 8/2 and a 40A breaker as we speak. Thanks for the info!
– Rick Robertson
Feb 2 at 20:17
add a comment |
Right off the bat you have overloaded the breaker. 7500W > the 7200W a 30A circuit can carry.
7200W = 30A x 240V.
240V is actual voltage in USA.
I see where the installation instructions are ambiguous about wire size. That is very typical of heater instructions; they are absolutely as vague and generic as they can possibly be, because writing manuals is expensive and they want the flexibility to use the same instructions for as many models as possible.
So they mention 10 AWG wire in the prose of the "how to wire" section. But they are talking about the machine's internal wires, which are allowed to be 10AWG. Only later in a chart do they have a table indicating 31.25A and 8 AWG wire for 7500W models. I am surprised UL listed it that way.
Anyway, the basic rule is that heaters are a continuous load and you must provision power for 125% of their nameplate. 125% of 7500 is 9375 watts, which fits very nicely inside 9600 watts, the capacity of a 40A circuit. That's why that heater is sized that way.
A 40A circuit calls for 8 AWG wire.
Right off the bat you have overloaded the breaker. 7500W > the 7200W a 30A circuit can carry.
7200W = 30A x 240V.
240V is actual voltage in USA.
I see where the installation instructions are ambiguous about wire size. That is very typical of heater instructions; they are absolutely as vague and generic as they can possibly be, because writing manuals is expensive and they want the flexibility to use the same instructions for as many models as possible.
So they mention 10 AWG wire in the prose of the "how to wire" section. But they are talking about the machine's internal wires, which are allowed to be 10AWG. Only later in a chart do they have a table indicating 31.25A and 8 AWG wire for 7500W models. I am surprised UL listed it that way.
Anyway, the basic rule is that heaters are a continuous load and you must provision power for 125% of their nameplate. 125% of 7500 is 9375 watts, which fits very nicely inside 9600 watts, the capacity of a 40A circuit. That's why that heater is sized that way.
A 40A circuit calls for 8 AWG wire.
answered Feb 1 at 23:19
HarperHarper
71.7k448143
71.7k448143
1
Thanks...wish I understood that before I ran 50 feet of flex with 10/2!!! Live and learn. Re-installing with 8/2 and a 40A breaker as we speak. Thanks for the info!
– Rick Robertson
Feb 2 at 20:17
add a comment |
1
Thanks...wish I understood that before I ran 50 feet of flex with 10/2!!! Live and learn. Re-installing with 8/2 and a 40A breaker as we speak. Thanks for the info!
– Rick Robertson
Feb 2 at 20:17
1
1
Thanks...wish I understood that before I ran 50 feet of flex with 10/2!!! Live and learn. Re-installing with 8/2 and a 40A breaker as we speak. Thanks for the info!
– Rick Robertson
Feb 2 at 20:17
Thanks...wish I understood that before I ran 50 feet of flex with 10/2!!! Live and learn. Re-installing with 8/2 and a 40A breaker as we speak. Thanks for the info!
– Rick Robertson
Feb 2 at 20:17
add a comment |
Thanks for contributing an answer to Home Improvement Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdiy.stackexchange.com%2fquestions%2f156492%2fbreaker-feeding-an-electric-heater-trips-after-one-minute%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown