Are solar panels right for your home? The answer depends on multiple factors that many salespeople will not tell you about. As solar power continues to gain momentum as a smart investment, homeowners are looking to reduce energy costs and environmental impact with solar panels and solar power. In our recent interview with Pearson Kilgore from Suncatcher of Atlanta, we explored the fundamentals of residential solar installation, common scams to avoid, and exciting developments in the industry.
Title
Watt's New Episode 3: Solar - Catching Rays and Avoiding Scams
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>
The summer sun is shining and the warmer weather is here, so rooftop solar panels are at the top of many Cobb EMC members’ minds. To better understand the rooftop solar market in our area and what members should consider, we sat down with Cobb EMC’s Vice President of Power Supply, Rates, and DER Strategy, Tim Jarrell.
Title
Rooftop Solar: From Decision Making to Installation
Has someone tried to sell you solar products at your home and told you that your electric bill will be zero? That's a red flag to watch out for. Jeff, our Energy Advisor, reminds our members to be on the lookout for solar scams.
We want our members to know that Cobb EMC employees will never come to your house to try and sell you solar products. If you are interested in solar, we can help you make an informed decision.
With temperatures rising, so too are the efforts of solar marketers in our area. While the allure of the promises made by these marketers can be very tempting, remember that if they sound too good to be true, they often are.
Protect your family from solar scams by taking the right steps in choosing your installation contractor. Our solar checklist is a great way to fact check information you receive. See the attached PDF document or visit our FAQ page for more detailed information.
Learn the initial steps to installing solar in the infographic below. Remember, Cobb EMC will never come to your door to sell products or services.
Summer months provide bright sunny days, perfect for small scale solar projects. There are many fun ways to incorporate solar into your home garden. Some products we found include pathway lighting, fun decorative lights and water features powered by the sun.
With recent reports of solar scams in the media, many members wonder, “How do I choose solar and avoid getting scammed?”.
Considering rooftop solar is a big step and it’s important to know what’s right for your home before committing to a system. Ask yourself these questions before deciding:
Is your roof in good condition with consistent access to sun?