By changing a few of your habits, you can great a green yardscape that protects the environment and helps you save money.
To have a truly eco-friendly yard, you need to consider both the resources you put into lawncare and the output of waste in your lawn and gardens. But did you know that making a few green choices outside can actually help you save money on your energy bills inside, too? Follow these tips to transform your home's landscape and save money.
Water responsibly
Practice xeriscaping — a process that reduces the need for irrigation — to save water. This can be done by placing plants that have similar water requirements together. You can also swap out more water-hungry grasses for drought-resistant variants, and utilize succulents and native plants in your landscape design.
Opt for eco-friendly materials
Reusing concrete and glass from other projects can reduce the carbon dioxide produced during the manufacturing process. Choose adobe or terra cotta bricks — which don't require kilns — and select stones found inland rather than in quarries. Avoid toxins by staying away from treated lumber, artificially dyed mulch and rubber mulch.
Plant a tree
Reducing energy use for air conditioning can be as simple as strategically planting a tree in your yard. Shading your home from the summer sun can reduce temperatures by up to 9 degrees. Choose the best tree based on the shape of your home and the height, shadow size and growth rate of the tree.
Cut down on chemicals
Fertilizers and herbicides that strip the soil of nutrients and harm the environments aren't necessary to maintain a healthy lawn. Instead, use organic fertilizer and natural pest control. Insecticidal soaps and oil sprays can take care of mites and mealybugs, and ladybugs can naturally manage aphids.
Utilize solar power
If you host a lot of outdoor gatherings or enjoy sitting outside at night, you'll likely want to add some outdoor lighting. Rather than relying on electrical lighting, consider adding a solar-powered system. It won't require underground wiring, is easier to install, and saves electricity by charging naturally during the day.
With these tips, you're well on your way to a greener and healthier lawn that can protect the environment and help you save money, too.
By changing a few of your habits, you can great a green yardscape that protects the environment and helps you save money.
<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: "4yystAqynRwIzpAAzuDJ6S", articleTitle: "Sustainable Landscaping: 5 Eco-Friendly Yard Ideas", articleSlug: "sustainable-landscaping-5-eco-friendly-yard-ideas", // If article has media, populate with appropriate values, otherwise each should be null mediaId: "", mediaType: "article", mediaTitle: "", mediaSlug: "", // 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: "4yystAqynRwIzpAAzuDJ6S", articleTitle: "Sustainable Landscaping: 5 Eco-Friendly Yard Ideas", articleSlug: "sustainable-landscaping-5-eco-friendly-yard-ideas", // If article has media, populate with appropriate values, otherwise each should be null mediaId: "", mediaType: "article", mediaTitle: "", mediaSlug: "", // 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-4yystAqynRwIzpAAzuDJ6S" class="ql-embed-article"> <div class="ql-embed-article__header"> <h1 class="ql-embed-article__title">Sustainable Landscaping: 5 Eco-Friendly Yard Ideas</h1> <div class="ql-embed-article__deck"></div> <p class="ql-embed-article__pubdate">Published: <time pubdate="pubdate">8/24/2021 6:31:13 PM</time></p> </div> <div class="ql-embed-article__summary" style="display:none"> <p>By changing a few of your habits, you can great a green yardscape that protects the environment and helps you save money. </p> </div> <div class="ql-embed-article__image"> <img src="https://cdn.questline.com/asset/get/a135d130-05be-483a-9fba-b5178baefd4b?w=1200&q=80" alt="House on sunny day with well-tailored landscaping"> </div> <div class="ql-embed-article__body"><p>To have a truly eco-friendly yard, you need to consider both the resources you put into lawncare and the output of waste in your lawn and gardens. But did you know that making a few green choices outside can actually help you save money on your energy bills inside, too? Follow these tips to transform your home's landscape and save money.</p><h3>Water responsibly</h3><p>Practice xeriscaping — a process that reduces the need for irrigation — to save water. This can be done by placing plants that have similar water requirements together. You can also swap out more water-hungry grasses for drought-resistant variants, and utilize succulents and native plants in your landscape design.</p><h3>Opt for eco-friendly materials</h3><p>Reusing concrete and glass from other projects can reduce the carbon dioxide produced during the manufacturing process. Choose adobe or terra cotta bricks — which don't require kilns — and select stones found inland rather than in quarries. Avoid toxins by staying away from treated lumber, artificially dyed mulch and rubber mulch.</p><h3>Plant a tree</h3><p>Reducing energy use for air conditioning can be as simple as strategically planting a tree in your yard. Shading your home from the summer sun can reduce temperatures by up to 9 degrees. Choose the best tree based on the shape of your home and the height, shadow size and growth rate of the tree.</p><h3>Cut down on chemicals</h3><p>Fertilizers and herbicides that strip the soil of nutrients and harm the environments aren't necessary to maintain a healthy lawn. Instead, use organic fertilizer and natural pest control. Insecticidal soaps and oil sprays can take care of mites and mealybugs, and ladybugs can naturally manage aphids.</p><h3>Utilize solar power</h3><p>If you host a lot of outdoor gatherings or enjoy sitting outside at night, you'll likely want to add some outdoor lighting. Rather than relying on electrical lighting, consider adding a solar-powered system. It won't require underground wiring, is easier to install, and saves electricity by charging naturally during the day.</p><p>With these tips, you're well on your way to a greener and healthier lawn that can protect the environment and help you save money, too.</p></div> </div></div><style type="text/css">#ql-embed-4yystAqynRwIzpAAzuDJ6S h1.ql-embed-article__title { display: none; }#ql-embed-4yystAqynRwIzpAAzuDJ6S p.ql-embed-article__pubdate { display: none; }</style>
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 1: Utility Rates - Our First Episode!
5 Ways to Save Energy at Home Using Your Smartphone
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.
Small changes, big impact. Discover seven energy-saving habits that will help reduce your operating costs.
Published:
Small changes, big impact. Discover seven energy-saving habits that will help reduce your operating costs.
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.
Don't let the cold weather get you down. These simple indoor projects will help reduce your winter energy bills and improve the comfort of your home.
Published:
Stuck inside due to cold weather? Now's the perfect time to reduce your winter energy bills with these simple indoor projects.
Don't let the cold, gray weather get you down. If you're stuck inside, now is the perfect time to take on some of the indoor home improvement projects you've been putting off. These simple projects will help make your home more comfortable and efficient and save you money on your energy bills.
Install low-flow showerheads
Standard showerheads use 2.5 gallons per minute or more. WaterSense-labeled models can save water and energy while still providing a comfortable flow.
Turn off water sources for both hot and cold at the faucet.
Unscrew your existing showerhead by turning counterclockwise.
Clean off the shower arm threads and make sure they are dry.
Apply Teflon thread-sealing tape, wrapping the tape two or three times around the threads.
Hand tighten the new showerhead onto the shower arm. Be careful not to overtighten.
Run the shower and check for leaks. If it leaks, gently tighten it with a wrench using a cloth to protect the finish.
Air seal your basement
Air leaking into your basement can make the space feel colder and increase your winter energy bills.
Check for gaps in the rim joists where the wall meets the ceiling, as well as plumbing and wiring holes on outside walls.
Caulk is best for sealing gaps or cracks that are one-quarter inch or smaller.
Use spray foam insulation to fill gaps up to three inches.
Fill larger gaps by cutting and stuffing pieces of insulation.
Insulate hot water pipes
Heat loss through unprotected hot water pipes can cost you. Pipe insulation is readily available at your local DIY retailer.
Starting at the water heater, measure the length of insulation needed to cover accessible pipes.
Cut the insulation to the lengths needed.
Place the insulation on the pipe with the seam or opening facing down.
Tape the insulation every foot or so to secure it to the pipe
Air seal your attic
Leaks in unfinished attics can waste energy, even when adequate insulation is installed.
Locate all ceiling fans, recessed lighting fixtures and electrical outlets in the ceiling below your attic. Each of these is a potential source of air leakage.
From the attic, pull back the insulation to find the cutouts and seal them with caulk or expandable foam.
Check for and seal gaps around plumbing vents, furnace flues and ductwork.
Seal the attic access with weatherstripping.
Switch to smart outlets
Replace older electric outlets with smart models. Smart outlets automatically shut off power to unused plugged-in devices. And you can control them from your smartphone or voice assistant.
Turn off the power to the outlet you're working on.
Remove the outlet trim and disconnect the old outlet.
Connect the new outlet wires — white to white and black to black. Attach the green wire to the bare ground wire.
Attach the wired outlet to the box and install the new trim.
Download the outlet control app and add the outlet to your system.
Contact a qualified electrician if you don't feel comfortable doing the work yourself.
These projects will keep you occupied during the dreary days of winter, and the lower energy bills will give you a warm feeling inside.
Stuck inside due to cold weather? Now's the perfect time to reduce your winter energy bills with these simple indoor projects.
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:
Home cooking is a great way to make healthy and flavorful meals, but careless habits can be a recipe for energy waste.
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.
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:
Here are five affordable home energy upgrades that can pay for themselves quickly by lowering your bills.
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.
Install a smart thermostat. Smart thermostats quickly pay for themselves by significantly reducing your heating and cooling costs with little effort and maximum comfort.
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.
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.
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.
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.
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:
Energy-efficiency upgrades don't have to bust your budget. Use these five low-cost tips to save energy and improve your bottom line.
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.
Install a smart thermostat. Smart thermostats can significantly reduce your heating and cooling costs with little effort and maximum comfort.
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.
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.
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.
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.
Cobb EMC is working to maintain electric reliability using the latest technology. Partnering with Firmatek, we are conducting aerial inspections of the overhead distribution power lines in several areas throughout our service territory through the end of this week pending weather conditions.
Since 2011, Cobb EMC has supported Operation Warmth, an annual effort that collects new winter coats for students in need in Cobb County and Marietta City Schools.