High Energy Bills? Start Saving Today

High Bills? Start Saving Energy Today

 

Published:

 

 

Find additional resources to save energy this summer: 

Don't let high energy bills get you down. Use these low-cost tips to start saving today.
/sites/default/files/images/questline/news-cards/HighEnergyBill_BlogImageV2.png

As summer temperatures rise, so do energy bills—but they don’t have to. In our recent conversation with Jeff Mason, a veteran energy advisor with 25 years of experience at Cobb EMC, we uncovered essential strategies for improving home energy efficiency that can lead to significant savings on electric bills.

Title
Watt's New Episode 5: Inside Your Attic - The Key to Energy Efficiency

Cobb EMC has a brand new podcast that brings insightful conversations about the latest innovations, trends, and developments in the energy industry. Watt’s New will feature industry experts, thought leaders, and company insiders discussing the evolving energy landscape and how these changes impact the community. From renewable energy advancements to smart grid technology, each episode will illuminate “watt’s” happening in the energy world.

Title
Watt's New Episode 2: EV Ownership - Should You Switch?

Electrical Safety Month: Protect Your Home

May is National Electrical Safety Month. Use these tips to stay safe, inside and out.

Electrical Safety Month: Protect Your Home

 

Published:

May is National Electrical Safety Month. Use these tips to stay safe, inside and out.
/sites/default/files/images/questline/news-cards/MayElectricalSafetyMonth.png

Spring Cleaning for Energy Savings

 

Spring Cleaning for Energy Savings

 

Published:

Keep these simple energy-saving tips in mind as you're chasing those dust bunnies around this spring.

<p><script type="text/javascript" src="https://live-cwb-tse2.pantheonsite.io/modules/custom/engage_drupal_module/js/jquery-3.3.1.min.js"></script></p><div class="ql-embed"> <script type="text/javascript" src="https://cdn.questline.com/static/scripts/segment.js"></script> <script type="text/javascript"> var segmentPayload = null; var timeOnPagePayload = null; var sessionId = newGuid(); document.addEventListener('DOMContentLoaded', function() { replaceSiteURL(); setUpSegmentTracking();segmentInitialize();setupLinkTracking(); }); function replaceSiteURL() { var url = window.location.toString(); var socialURL = removeParameterFromUrl(url, "subscriberId"); document.querySelectorAll("a[href*='SITE_URL']").forEach( a => {a.href = a.href.replace('SITE_URL', encodeURIComponent(socialURL)); }); } function removeParameterFromUrl(url, parameter) { return url .replace(new RegExp('[?&]' + parameter + '=[^&#]*(#.*)?$'), '$1') .replace(new RegExp('([?&])' + parameter + '=[^&]*&'), '$1'); } function setUpSegmentTracking() { analytics.load("Qf3Pi57JHHPhXX0DsqEN6AsUCNksVnhz"); segmentPayload = {accountId: 82, brandingId: null, spaceId: "v92ovjhf1w1y", articleId: "4dba7bb268be4279ac720f3b513efd00", articleTitle: "Spring Cleaning for Energy Savings", articleSlug: "spring-cleaning-for-energy-savings", // If article has media, populate with appropriate values, otherwise each should be null mediaId: "677a4d04676e45e7b070b1d12f9140af", mediaType: "infographic", mediaTitle: "Spring Cleaning for Energy Savings - Infographic", mediaSlug: "spring-cleaning-for-energy-savings-infographic", // If article came from newsletter campaign, populate with appropriate values, otherwise each should be null newsletterCampaignId: null, newsletterCampaignSendId: null,newsletterSection: "", // the URL of the link that was clicked data: null, referrer: document.referrer, sessionId: sessionId }; // copy the payload, we want separate objs to avoid collisions timeOnPagePayload = JSON.parse(JSON.stringify(segmentPayload)); } function newGuid() { return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16) ); }function videoSegmentInitialize() {// this is separate from segmentPayload to avoid collisions when updating the data field for video progress trackingvideoSegmentPayload = {accountId: 82, brandingId: null, spaceId: "v92ovjhf1w1y", articleId: "4dba7bb268be4279ac720f3b513efd00", articleTitle: "Spring Cleaning for Energy Savings", articleSlug: "spring-cleaning-for-energy-savings", // If article has media, populate with appropriate values, otherwise each should be null mediaId: "677a4d04676e45e7b070b1d12f9140af", mediaType: "infographic", mediaTitle: "Spring Cleaning for Energy Savings - Infographic", mediaSlug: "spring-cleaning-for-energy-savings-infographic", // If article came from newsletter campaign, populate with appropriate values, otherwise each should be null newsletterCampaignId: null, newsletterCampaignSendId: null,newsletterSection: "", // the % of the video that was watched data: null, referrer: document.referrer, sessionId: sessionId };video = document.getElementsByTagName('video')[0];video.addEventListener('timeupdate', function () {let currentPercent = Math.floor(video.currentTime / video.duration * 100);if (currentPercent !== 0 && currentPercent !== lastPercent) {videoSegmentPayload.data = currentPercent;analytics.track("", videoSegmentPayload);lastPercent = currentPercent;}}, false);} function getUrlParameter(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\\?&]' + name + '=([^&#]*)', 'i'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); } function segmentInitialize() { analytics.track("Article Viewed", segmentPayload); } function setupLinkTracking() {document.querySelectorAll("a").forEach( a => {a.addEventListener("click", (e) => {// link tracking behavior does not apply unless it's an http,mailto,tel links, with an exception for the print linkvar eventData = null;var href = a.href;if (href && href.indexOf("#") != 0){eventData = href;} else {// special exception made for the print button that has no hrefvar segMessage = a.getAttribute('data-segment-message');if(segMessage && segMessage.indexOf("Print Clicked") == 0) {eventData = "Print";}}if(eventData != null){segmentPayload.data = eventData;// some links have special event names, all others get the default 'Outbound Link Clicked'var msg = a.getAttribute('data-segment-message');if (!msg) {msg = "API Outbound Link Clicked";}// the social links have special js for popping up a new window, so we don't interfere with thatif (a.classList.contains("ql-social__link") || a.getAttribute("target") == "_blank") {analytics.track(msg, segmentPayload);return true;} else {// all other links we have to block the default behavior then redirect in a callback e.preventDefault();analytics.track(msg, segmentPayload, function () {window.location = href;});} }}, false); }); } // time on page tracking let lastTick = new Date().getTime(); let timeOnPage = 0; let hasFocus = true; function timeOnPageTick() { let now = new Date().getTime(); if(hasFocus){ timeOnPage += now - lastTick; timeOnPageTransmit(); } lastTick = now; setTimeout(timeOnPageTick, 5000); } function timeOnPageTransmit() { // transmit whole seconds and stop after 10 mins let transmittedTimeOnPage = Math.floor(timeOnPage / 1000); if(transmittedTimeOnPage <= (10 * 60)) { timeOnPagePayload.data = transmittedTimeOnPage; analytics.track("TimeOnPage", timeOnPagePayload); } } function onBlur() { hasFocus = false; } function onFocus() { hasFocus = true; } // attach event handlers window.onfocus = onFocus; window.onblur = onBlur; // inital call setTimeout(timeOnPageTick, 5000); </script><script type="text/javascript">if ($ === undefined || $ === null) { var $ = jQuery; }</script><link type="text/css" rel="stylesheet" href="https://cdn.questline.com/static/styles/ql-embed.css"> <div id="ql-embed-4dba7bb268be4279ac720f3b513efd00" class="ql-embed-article"> <div class="ql-embed-article__header"> <h1 class="ql-embed-article__title">Spring Cleaning for Energy Savings</h1> <div class="ql-embed-article__deck"></div> <p class="ql-embed-article__pubdate">Published: <time pubdate="pubdate">3/1/2024 3:02:39 PM</time></p> </div> <div class="ql-embed-article__summary" style="display:none"> <p>Keep these simple energy-saving tips in mind as you're chasing those dust bunnies around this spring. </p> </div> <div class="ql-embed-article__body"><div class="ql-embed-media"><script type="text/javascript">if ($ === undefined || $ === null) { var $ = jQuery; }</script><link type="text/css" rel="stylesheet" href="https://cdn.questline.com/static/styles/ql-embed-media.css"><div id="ql-embed-media-677a4d04676e45e7b070b1d12f9140af" class="ql-embed-media__infographic"><div class="ql-infographic"><img class="ql-infographic__desktop" src="https://cdn.questline.com/asset/get/fadc584a-4a0f-4768-8fa0-468b92192329" alt longdesc="data:text/html;charset=utf-8;base64,PGgxPlNwcmluZyBDbGVhbmluZyBmb3IgRW5lcmd5IFNhdmluZ3M8L2gxPjxwPlNwcmluZyBjbGVhbmluZyBpcyB3aGVuIHdlIHJpZCBvdXIgaG9tZXMgb2YgdGhlIGRpcnQgYW5kIGdyaW1lIGFjY3VtdWxhdGVkIG92ZXIgdGhlIHdpbnRlci4gRGlkIHlvdSBrbm93IHRoYXQgaXTigJlzIGEgZ3JlYXQgdGltZSBjbGVhbiB1cCB5b3VyIGVuZXJneSBiaWxscyBhcyB3ZWxsPyBLZWVwIHRoZXNlIGNvc3Qtc2F2aW5nIHRpcHMgaW4gbWluZCBhcyB5b3XigJlyZSBjaGFzaW5nIHRob3NlIGR1c3QgYnVubmllcyBhcm91bmQuPC9wPjxwPlNlYWwgV2luZG93czwvcD48cD5XaGlsZSBjbGVhbmluZyB3aW5kb3dzLCBsb29rIGZvciBnYXBzIG9yIGNyYWNrZWQgY2F1bGtpbmcgdGhhdCBjYW4gY2F1c2UgYWlyIGxlYWtzLiBTZWFsIGxlYWtzIGJ5IGNsZWFuaW5nIG91dCB0aGUgYXJlYSBhbmQgc3ByZWFkaW5nIGNhdWxrIGV2ZW5seSBhcm91bmQgdGhlIHdpbmRvd3BhbmUgZm9sbG93aW5nIG1hbnVmYWN0dXJlcuKAmXMgaW5zdHJ1Y3Rpb25zLjwvcD48cD5CcmlnaHRlbiBUaGluZ3MgVXA8L3A+PHA+RHVzdCBhY2N1bXVsYXRpb24gb24gYnVsYnMgY2FuIGJsb2NrIGxpZ2h0LiBXaXBlIG9mZiBidWxicyB0byBnZXQgbW9yZSBsaWdodCBmb3IgeW91ciBlbmVyZ3kgZG9sbGFyLiBSZXBsYWNlIGluY2FuZGVzY2VudCBidWxicyB3aXRoIExFRHMsIHdoaWNoIGFyZSBtb3JlIGVuZXJneSBlZmZpY2llbnQgYW5kIGxhc3QgbG9uZ2VyLjwvcD48cD5DbGVhbiB0aGUgRnJpZGdlPC9wPjxwPlZhY3V1bSB0aGUgY29pbHMgYmVoaW5kIHRoZSByZWZyaWdlcmF0b3IuIER1c3QgYnVpbGR1cCBjYXVzZXMgdGhlIHVuaXQgdG8gcnVuIGxlc3MgZWZmaWNpZW50bHkuIENsZWFuIG91dCB0aGUgaW5zaWRlIG9mIHRoZSBmcmlkZ2UgYXMgd2VsbC4gQW4gb3ZlcnN0dWZmZWQgcmVmcmlnZXJhdG9yIG9yIGZyZWV6ZXIgY2FuIHJlc3RyaWN0IGFpcmZsb3csIHJlZHVjaW5nIGVmZmljaWVuY3kuPC9wPjxwPkNsZWFyIHRoZSBBaXI8L3A+PHA+RHVzdCBhY2N1bXVsYXRpb24gYXJvdW5kIEhWQUMgdmVudHMgY291bGQgYmUgYSBzaWduIG9mIGxlYWt5IGR1Y3R3b3JrLiBSZW1vdmUgdmVudHMgYW5kIGNsZWFuIHRoZW0uIFZhY3V1bSBpbnNpZGUgZHVjdHMgYXMgZmFyIGFzIHlvdSBjYW4gcmVhY2guIFRvIGVuc3VyZSBhaXIgZmxvdywgbWFrZSBzdXJlIHZlbnRzIGFyZW7igJl0IGJsb2NrZWQgYnkgcnVncyBvciBmdXJuaXR1cmUuPC9wPjxwPkNoZWNrIEZpbHRlcnM8L3A+PHA+QSBkaXJ0eSBIVkFDIGZpbHRlciBpcyBsZXNzIGVmZmVjdGl2ZSBhdCBrZWVwaW5nIHlvdXIgaW5kb29yIGFpciBjbGVhbi4gUmVwbGFjZSBpdCByZWd1bGFybHkgYWNjb3JkaW5nIHRvIG1hbnVmYWN0dXJlcuKAmXMgaW5zdHJ1Y3Rpb25zLiBZb3VyIGRlaHVtaWRpZmllciBhbmQgYWlyIHB1cmlmaWVyIG1heSBoYXZlIGZpbHRlcnMgdGhhdCBuZWVkIGNsZWFuZWQgb3IgcmVwbGFjZWQuPC9wPjxwPkNsZWFuIEdyZWVuPC9wPjxwPk1hbnkgaG91c2Vob2xkIGNsZWFuaW5nIHByb2R1Y3RzIGNvbnRhaW4gaGFybWZ1bCBjaGVtaWNhbHMgdGhhdCBjYW4gcG9sbHV0ZSB0aGUgZW52aXJvbm1lbnQgYW5kIGNhdXNlIGhlYWx0aCBwcm9ibGVtcy4gVXNlIG5vbnRveGljIGNsZWFuaW5nIHNvbHV0aW9ucyBhbmQgbWV0aG9kcy4gTG9vayBmb3IgdGhlIFUuUy4gRW52aXJvbm1lbnRhbCBQcm90ZWN0aW9uIEFnZW5jeSdzIFNhZmVyIENob2ljZSBsYWJlbCAod3d3LmVwYS5nb3Yvc2FmZXJjaG9pY2UpLjwvcD48cD5CeSB0YWtpbmcgdGhlIHRpbWUgdG8gc2F2ZSBlbmVyZ3ksIHlvdSBjYW4gbGl2ZSBtb3JlIHN1c3RhaW5hYmx5IHRoaXMgc3ByaW5nIGFuZCBhbGwgeWVhciBsb25nLjwvcD4="><img class="ql-infographic__mobile" src="https://cdn.questline.com/asset/get/cb72885c-031a-4ca4-a6f0-cebedd81624d" alt longdesc="data:text/html;charset=utf-8;base64,PGgxPlNwcmluZyBDbGVhbmluZyBmb3IgRW5lcmd5IFNhdmluZ3M8L2gxPjxwPlNwcmluZyBjbGVhbmluZyBpcyB3aGVuIHdlIHJpZCBvdXIgaG9tZXMgb2YgdGhlIGRpcnQgYW5kIGdyaW1lIGFjY3VtdWxhdGVkIG92ZXIgdGhlIHdpbnRlci4gRGlkIHlvdSBrbm93IHRoYXQgaXTigJlzIGEgZ3JlYXQgdGltZSBjbGVhbiB1cCB5b3VyIGVuZXJneSBiaWxscyBhcyB3ZWxsPyBLZWVwIHRoZXNlIGNvc3Qtc2F2aW5nIHRpcHMgaW4gbWluZCBhcyB5b3XigJlyZSBjaGFzaW5nIHRob3NlIGR1c3QgYnVubmllcyBhcm91bmQuPC9wPjxwPlNlYWwgV2luZG93czwvcD48cD5XaGlsZSBjbGVhbmluZyB3aW5kb3dzLCBsb29rIGZvciBnYXBzIG9yIGNyYWNrZWQgY2F1bGtpbmcgdGhhdCBjYW4gY2F1c2UgYWlyIGxlYWtzLiBTZWFsIGxlYWtzIGJ5IGNsZWFuaW5nIG91dCB0aGUgYXJlYSBhbmQgc3ByZWFkaW5nIGNhdWxrIGV2ZW5seSBhcm91bmQgdGhlIHdpbmRvd3BhbmUgZm9sbG93aW5nIG1hbnVmYWN0dXJlcuKAmXMgaW5zdHJ1Y3Rpb25zLjwvcD48cD5CcmlnaHRlbiBUaGluZ3MgVXA8L3A+PHA+RHVzdCBhY2N1bXVsYXRpb24gb24gYnVsYnMgY2FuIGJsb2NrIGxpZ2h0LiBXaXBlIG9mZiBidWxicyB0byBnZXQgbW9yZSBsaWdodCBmb3IgeW91ciBlbmVyZ3kgZG9sbGFyLiBSZXBsYWNlIGluY2FuZGVzY2VudCBidWxicyB3aXRoIExFRHMsIHdoaWNoIGFyZSBtb3JlIGVuZXJneSBlZmZpY2llbnQgYW5kIGxhc3QgbG9uZ2VyLjwvcD48cD5DbGVhbiB0aGUgRnJpZGdlPC9wPjxwPlZhY3V1bSB0aGUgY29pbHMgYmVoaW5kIHRoZSByZWZyaWdlcmF0b3IuIER1c3QgYnVpbGR1cCBjYXVzZXMgdGhlIHVuaXQgdG8gcnVuIGxlc3MgZWZmaWNpZW50bHkuIENsZWFuIG91dCB0aGUgaW5zaWRlIG9mIHRoZSBmcmlkZ2UgYXMgd2VsbC4gQW4gb3ZlcnN0dWZmZWQgcmVmcmlnZXJhdG9yIG9yIGZyZWV6ZXIgY2FuIHJlc3RyaWN0IGFpcmZsb3csIHJlZHVjaW5nIGVmZmljaWVuY3kuPC9wPjxwPkNsZWFyIHRoZSBBaXI8L3A+PHA+RHVzdCBhY2N1bXVsYXRpb24gYXJvdW5kIEhWQUMgdmVudHMgY291bGQgYmUgYSBzaWduIG9mIGxlYWt5IGR1Y3R3b3JrLiBSZW1vdmUgdmVudHMgYW5kIGNsZWFuIHRoZW0uIFZhY3V1bSBpbnNpZGUgZHVjdHMgYXMgZmFyIGFzIHlvdSBjYW4gcmVhY2guIFRvIGVuc3VyZSBhaXIgZmxvdywgbWFrZSBzdXJlIHZlbnRzIGFyZW7igJl0IGJsb2NrZWQgYnkgcnVncyBvciBmdXJuaXR1cmUuPC9wPjxwPkNoZWNrIEZpbHRlcnM8L3A+PHA+QSBkaXJ0eSBIVkFDIGZpbHRlciBpcyBsZXNzIGVmZmVjdGl2ZSBhdCBrZWVwaW5nIHlvdXIgaW5kb29yIGFpciBjbGVhbi4gUmVwbGFjZSBpdCByZWd1bGFybHkgYWNjb3JkaW5nIHRvIG1hbnVmYWN0dXJlcuKAmXMgaW5zdHJ1Y3Rpb25zLiBZb3VyIGRlaHVtaWRpZmllciBhbmQgYWlyIHB1cmlmaWVyIG1heSBoYXZlIGZpbHRlcnMgdGhhdCBuZWVkIGNsZWFuZWQgb3IgcmVwbGFjZWQuPC9wPjxwPkNsZWFuIEdyZWVuPC9wPjxwPk1hbnkgaG91c2Vob2xkIGNsZWFuaW5nIHByb2R1Y3RzIGNvbnRhaW4gaGFybWZ1bCBjaGVtaWNhbHMgdGhhdCBjYW4gcG9sbHV0ZSB0aGUgZW52aXJvbm1lbnQgYW5kIGNhdXNlIGhlYWx0aCBwcm9ibGVtcy4gVXNlIG5vbnRveGljIGNsZWFuaW5nIHNvbHV0aW9ucyBhbmQgbWV0aG9kcy4gTG9vayBmb3IgdGhlIFUuUy4gRW52aXJvbm1lbnRhbCBQcm90ZWN0aW9uIEFnZW5jeSdzIFNhZmVyIENob2ljZSBsYWJlbCAod3d3LmVwYS5nb3Yvc2FmZXJjaG9pY2UpLjwvcD48cD5CeSB0YWtpbmcgdGhlIHRpbWUgdG8gc2F2ZSBlbmVyZ3ksIHlvdSBjYW4gbGl2ZSBtb3JlIHN1c3RhaW5hYmx5IHRoaXMgc3ByaW5nIGFuZCBhbGwgeWVhciBsb25nLjwvcD4="></div></div></div></div> </div></div><style type="text/css">#ql-embed-4dba7bb268be4279ac720f3b513efd00 h1.ql-embed-article__title { display: none; }#ql-embed-4dba7bb268be4279ac720f3b513efd00 p.ql-embed-article__pubdate { display: none; }</style>
/sites/default/files/images/questline/news-cards/SpringCleaning.png

5 Ways to Save Energy at Home Using Your Smartphone

5 Ways to Save Energy at Home Using Your Smartphone

Smartphone woman

These days, our smartphones are practically glued to our palms. But what if you could use that screen time to save energy instead of passing hours doom scrolling on that social media app? Here are just a few of the sustainable actions you can take without putting down that trusty device.

1. Adjust the thermostat

You can use the connected app to adjust its settings if you have a smart thermostat. Manually raise or lower the temperature for comfort and energy savings, or input your daily schedule so the thermostat can automatically regulate your home's temperature.

2. Remember to change the filter

Tired of having to remember when it's time to replace your HVAC filter? There's an app for that.

Filtrete™'s app allows you to set reminders for one or multiple filters around your home, so you'll never forget again. You can also step it up a notch and opt for their Smart Air Filters, which include Bluetooth-connected sensors that can monitor air flow and usage of the filter instead of just time.

3. Turn off the lights

Left the downstairs lights on after you've already ascended the stairs to the bedroom? We've all been there. If you have smart bulbs and the connected app, however, you can correct your mistake from the cozy comfort of your bed.

You can turn these bulbs on and off, dim them and even change their color with just a few taps. Smart bulbs can also automatically adjust their settings based on a set schedule, which you can also program in the app.

4. Reduce the water temperature

Most water heaters are preset at 140°F, and the U.S. Department of Energy recommends lowering the temperature to 120°F. Lowering the temperature can help reduce the amount of money you spend on water heating. And this can be as simple as adjusting the temperature on your home's thermostat.

A retrofit smart controller lets you make existing devices smart without changing the wiring or updating to a newer model. This includes your water heater, but there are countless possibilities with this exciting new technology.

5. Turn off unused electronics

Smart plugs are an efficient solution for those home devices that simply plug into an outlet. Just insert a smart plug into the outlet, then the device into the plug, and you can turn your coffee maker, television and more on or off through the connected app. You can also create a set schedule for certain appliances and devices so they run on your preferred schedule.

Connected smart devices and smartphone apps bring efficiency to your fingertips. Just a tap or two, and you can make your home more comfortable and efficient — and save some money, too.

Connected smart devices and smartphone apps bring efficiency to your fingertips.
/sites/default/files/images/questline/news-cards/image3.jpg

7 Energy-Saving Habits Your Business Should Adopt

7 Energy-Saving Habits Your Business Should Adopt

Small changes, big impact. Discover seven energy-saving habits that will help reduce your operating costs.

Published:

Businesswoman in office

Many businesses operate within commercial buildings smaller than 50,000 square feet, which account for nearly half of U.S. commercial building energy use. If you’re looking to reduce your business’s carbon footprint and save on costs, adopting energy-efficient practices can be a game-changer. The good news? You don’t always need to make significant investments or undertake drastic changes. Here are seven affordable energy-saving measures that you can implement.

1. Turn off lights

Installing LED lights will save your business the most energy, but no matter what type of lights you have, you must ensure they’re not left on in empty spaces. Make it a habit to remind staff to turn off lights when they’re the last one leaving the room or building at the end of the day. For added convenience, consider installing occupancy sensors and timer controls.

2. Use power strips

Phantom energy — the power used by electronics turned off but still plugged in — can add up over time. To combat this, use smart power strips, which automatically cut power to devices not in use. It’s a straightforward solution that can reduce your overall energy consumption.

3. Adjust thermostats

Heating and cooling can significantly impact energy bills. Implement strategies to optimize temperature settings, such as programming thermostats to adjust automatically during non-working hours or setting them a few degrees lower in winter and higher in summer. Zone-based heating and cooling can further decrease unnecessary energy use in unoccupied areas.

4. Conduct periodic energy audits

Regular audits help you understand how your business uses energy. They pinpoint inefficiencies and recommend changes that can lead to substantial savings. By scheduling periodic audits, you can stay on top of your energy consumption and make informed decisions to enhance efficiency.

5. Prioritize natural light

Maximizing natural light in your workspace can reduce the need for artificial lighting. Position workspaces near windows and skylights, and keep walls lightly-colored to reflect daylight.

6. Invest in smart technology

Energy-efficient companies often embrace advanced technologies to optimize their energy use. This includes smart thermostats, which optimize energy savings by automatically adjusting building temperatures based on your operating schedule, while also provide advanced features, such as remote control. Another example is smart LED lighting systems, which can be integrated with sensors and timers to automatically adjust lighting based on occupancy or time of day.

7. Maintain equipment

The equipment and appliances in your facility use a lot of energy and neglected maintenance can really cost you. Have your HVAC system inspected regularly by a qualified professional and establish a routine preventive maintenance program for all energy-using equipment. You'll not only save energy, but you'll reap additional benefits in longer equipment lifespan and lower repair costs.

By adopting these practical habits, you’ll join the ranks of savvy, energy-efficient companies, enhancing both your profitability and sustainability.

Small changes, big impact. Discover seven energy-saving habits that will help reduce your operating costs.
/sites/default/files/images/questline/news-cards/image4.jpg

Is Cooking Eating Up Your Energy Dollars?

Home cooking is a great way to make healthy and flavorful meals, but careless habits can be a recipe for energy waste.

Is Cooking Eating Up Your Energy Dollars?

Don't waste money with careless cooking habits. These simple measures are your recipe for energy savings.

Published:

Cooking dollars

Home cooking is a great way to make healthy and flavorful meals for you and your family, but careless kitchen habits are a recipe for energy waste. The good news is you have a full menu of opportunities while preparing meals and cleaning dishes to help trim your energy costs.

Ingredients for energy savings

  • Keep your range top and oven clean. A well-maintained appliance will cook more evenly and efficiently.
  • Preheat the oven to the exact temperature needed. Preheating isn't necessary for foods that cook for several hours.
  • Limit the number of times you open the oven door. Opening the door can lower the oven temperature by as much as 25 degrees.
  • Match the size of the pot or pan to the size of the burner. A 6-inch pan on an 8-inch burner can waste 40% of the energy used, according to the American Council for an Energy-Efficient Economy.
  • Cover pots and pans to cook food faster and more efficiently. An added bonus is that the kitchen will stay cooler in the summer.
  • Use glass or ceramic baking dishes whenever possible. They retain heat better than metal cookware.
  • Consider your cooking options. Microwaves, slow cookers and toaster ovens are great options for simple meals or leftovers. They use less energy than a conventional oven or range top.

Low-cost cleanup

  • Clean dishes using your dishwasher, which typically uses less energy and water than hand washing.
  • Scrape dishes instead of rinsing them before loading them into the dishwasher.
  • If you do rinse, use cold water to reduce energy use for water heating.
  • To optimize dishwasher energy use, wait until you have a full load before running it.

Energy-efficient upgrades

If your kitchen appliances — such as your range, dishwasher or refrigerator — are older or need repair, consider upgrading to ENERGY STAR®-certified models. ENERGY STAR appliances are independently tested to ensure they use less energy than standard units while still providing the performance you expect.

Home cooking is a great way to make healthy and flavorful meals, but careless habits can be a recipe for energy waste.
/sites/default/files/images/questline/news-cards/image6.jpg

5 Ways to Save With Affordable Energy Upgrades

Here are five affordable home energy upgrades that can pay for themselves quickly by lowering your bills.

5 Ways to Save With Affordable Energy Upgrades

 

Published:

While some home energy upgrades can be a big investment, there are still plenty of ways to save without having to spend a lot. Here are five affordable home energy upgrades that will pay for themselves in no time.

  1. Install a smart thermostat. Smart thermostats quickly pay for themselves by significantly reducing your heating and cooling costs with little effort and maximum comfort.

  2. Switch to LEDs. Still have incandescent bulbs? Switching to LEDs will reduce your energy costs, and because LEDs have a longer life, they'll also save you the time and expense of replacing bulbs in the future.

  3. Reduce phantom energy. Smart plugs and advanced power strips can cut off energy waste from electronic devices in standby mode. This waste is sometimes called phantom energy — which can make up as much as 10% of the average household's energy use.

  4. Switch to efficient fixtures. Reducing water use reduces the cost of the water and the cost of heating that water. Switch to efficient water fixtures and save both ways.

  5. Stop air leaks. Seal air leaks around windows and exterior doors with caulk or weatherstripping. Not only will your home be more comfortable, but it will reduce the work your HVAC system has to do to keep it that way.

Use these five tips to save on your energy bills without breaking the bank.

Here are five affordable home energy upgrades that can pay for themselves quickly by lowering your bills.
/sites/default/files/images/questline/news-cards/Screenshot%202025-02-13%20150416.jpg

5 Ways to Save With Budget-Friendly Upgrades

Energy-efficiency upgrades don't have to bust your budget. Use these five low-cost tips to save energy and improve your bottom line.

5 Ways to Save With Budget-Friendly Upgrades

 

Published:

Making energy-efficiency upgrades to your business doesn't have to bust your budget. Take advantage of these five low-cost tips that can reduce your energy use.

  1. Install a smart thermostat. Smart thermostats can significantly reduce your heating and cooling costs with little effort and maximum comfort.

  2. Switch to LEDs. Still have old fluorescent tubes? Switching to LEDs will not only reduce your energy costs, but LEDs also have a longer life, reducing the maintenance and material costs of replacing lighting.

  3. Install sensors. Installing occupancy and vacancy sensors will reduce energy wasted from lighting areas that no one is using. They also ensure lights are on when needed to help keep your workplace safe.

  4. Reduce phantom power. Some electronic devices still use power even when they aren't in use. Stop this phantom power by plugging into smart plugs or advanced power strips.

  5. Stop air leaks. Seal air leaks in exterior doors and windows with caulk or weatherstripping to make your indoor environment more comfortable and reduce the work your HVAC system has to do to keep it that way.

Use these five tips to lower your energy bills and improve your bottom line.

Energy-efficiency upgrades don't have to bust your budget. Use these five low-cost tips to save energy and improve your bottom line.
/sites/default/files/images/questline/news-cards/Screenshot%202025-02-13%20144907.jpg