<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									EG4 Community Forum - Recent Posts				            </title>
            <link>https://forum.eg4electronics.com/community/</link>
            <description>EG4 Community Forum Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 14 Apr 2026 20:25:54 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: 6000 &amp; 12000XP failed updates</title>
                        <link>https://forum.eg4electronics.com/community/forum/6000-12000xp-failed-updates/#post-21078</link>
                        <pubDate>Tue, 14 Apr 2026 19:18:47 +0000</pubDate>
                        <description><![CDATA[@eg4eric I didn’t do anything it just finally took it. Sorry for the slow response]]></description>
                        <content:encoded><![CDATA[@eg4eric I didn’t do anything it just finally took it. Sorry for the slow response]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>Pawnee</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/forum/6000-12000xp-failed-updates/#post-21078</guid>
                    </item>
				                    <item>
                        <title>RE: EG4 monitor data reset</title>
                        <link>https://forum.eg4electronics.com/community/forum/eg4-monitor-data-reset/#post-21077</link>
                        <pubDate>Tue, 14 Apr 2026 13:52:49 +0000</pubDate>
                        <description><![CDATA[@jamisonworkshop I apologize for the delay. We were able to successfully reset the data for you.]]></description>
                        <content:encoded><![CDATA[@jamisonworkshop <br />I apologize for the delay. We were able to successfully reset the data for you.]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>EG4 Eric</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/forum/eg4-monitor-data-reset/#post-21077</guid>
                    </item>
				                    <item>
                        <title>RE: My inverter wasted grid power every morning. Built a forecasting engine to fix it.</title>
                        <link>https://forum.eg4electronics.com/community/forum/my-inverter-wasted-grid-power-every-morning-built-a-forecasting-engine-to-fix-it/#post-21076</link>
                        <pubDate>Mon, 13 Apr 2026 22:43:31 +0000</pubDate>
                        <description><![CDATA[Github runnet the link was removed
&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>Github runnet the link was removed</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>fcamargo</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/forum/my-inverter-wasted-grid-power-every-morning-built-a-forecasting-engine-to-fix-it/#post-21076</guid>
                    </item>
				                    <item>
                        <title>My inverter wasted grid power every morning. Built a forecasting engine to fix it.</title>
                        <link>https://forum.eg4electronics.com/community/forum/my-inverter-wasted-grid-power-every-morning-built-a-forecasting-engine-to-fix-it/#post-21075</link>
                        <pubDate>Mon, 13 Apr 2026 22:41:37 +0000</pubDate>
                        <description><![CDATA[My home solar system(6000XP + Livepower v2) has a design flaw that costs real money every single night.
When the battery reserve hits 20%, the inverter cuts discharge and switches to paid g...]]></description>
                        <content:encoded><![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-">My home solar system(6000XP + Livepower v2) has a design flaw that costs real money every single night.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">When the battery reserve hits 20%, the inverter cuts discharge and switches to paid grid power. This happens around 2:00 AM. From that point on, I'm paying. And when the sun comes up, the inverter insists on recharging a buffer before releasing energy back to the house. So the grid bill keeps running until 7 or 8 AM with panels already producing above me. That's not a technical limitation. That's a delivery gap in the system's logic.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">The manual workaround was simple: if tomorrow's forecast looked strong, I'd wake up at 5:00 AM and override the reserve limit to 0%, forcing the battery to drain just enough to meet sunrise perfectly. It made a noticeable difference on the bill. But one bad call on a cloudy day meant zero battery, and if the grid went down, zero house. The risk tolerance was unsustainable without automation.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">So I built the brain.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">The goal was a predictive engine that could make that call autonomously: is tomorrow's solar production reliable enough to justify releasing the reserve? Yes or no, with real data behind it.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">The first approach used NASA irradiance data. Failed immediately. Timezone misalignment between UTC and my local zone made the solar curve completely unusable. Migrated to Open-Meteo and built an astrophysical filter that zeroed out below-horizon hours mathematically.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">The second approach used Meta's Prophet model trained on months of my own production data. Also failed. I had recently doubled my panel capacity with a second inverter, and Prophet kept averaging against the old baseline. My system was producing 6,000W and the model stubbornly forecasted 2,000W. It couldn't adapt to an infrastructure change, which is a familiar problem for anyone managing environments that evolve faster than the models tracking them.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">I'll be honest, I shelved the project for a while. Bought more batteries as a brute-force fix to survive the night. But the operational inefficiency kept nagging at me, so I came back to finish it right.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">The solution was to abandon statistics entirely and build a physical scaling engine. Instead of training a model on historical averages, the system reads the last 7 days of real panel output to detect proven peak capacity, extracts thermal efficiency against the climate ceiling, and discounts tomorrow's cloud cover from the forecast API. Physics over pattern-matching. No training set, no hyperparameters. The model calibrates itself every night.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">The output is a triple-curve forecast generated nightly: actual production (orange), ideal clear-sky potential (dotted bell), and a realistic prediction adjusted for every cloud in tomorrow's weather model (blue). The accuracy has been remarkably precise.</p>
2612
<p class="font-claude-response-body break-words whitespace-normal leading-">The decision engine is already built and tested. It doesn't run on a simple timer. It calculates three variables in real time: current household consumption, remaining battery capacity, and the scheduled sunrise hour. If the stored energy is enough to bridge that gap, it sends the release command. If not, it holds. A decision engine, not an alarm clock. I've been validating it by pushing automated Telegram notifications every time the system triggers a decision, and it works </p>
<p class="font-claude-response-body break-words whitespace-normal leading-">The only remaining piece is the Solar Assistant integration to execute the actual inverter parameter change automatically. Once that connection is live, the entire cycle runs without human intervention.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">Beyond my specific use case, this opens the door to something bigger: automatically deciding when to consume battery and when to hold it, so you either pay less or use 100% of your installed capacity instead of letting the inverter's conservative defaults leave energy on the table.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">I'm sharing the repo here. The README covers everything, and getting started is straightforward: just upload your inverter data. I left my own export files in as examples so you can see the expected format.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">&lt;a class="underline underline underline-offset-2 decoration-1 decoration-current/40 hover:decoration-current focus:decoration-current" href=" <span style="color: #aaa">removed link</span> "&gt; <span style="color: #aaa">removed link</span></p>
<p class="font-claude-response-body break-words whitespace-normal leading-">Contributions welcome.</p>]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>fcamargo</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/forum/my-inverter-wasted-grid-power-every-morning-built-a-forecasting-engine-to-fix-it/#post-21075</guid>
                    </item>
				                    <item>
                        <title>RE: Gridboss Hybride Breaker Issue</title>
                        <link>https://forum.eg4electronics.com/community/troubleshooting/gridboss-hybride-breaker-issue/#post-21074</link>
                        <pubDate>Mon, 13 Apr 2026 21:59:33 +0000</pubDate>
                        <description><![CDATA[Can you please share your ticket number or inverter&#039;s serial number so I can look into this issue for you?]]></description>
                        <content:encoded><![CDATA[<p>Can you please share your ticket number or inverter's serial number so I can look into this issue for you?</p>]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>EG4 Eric</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/troubleshooting/gridboss-hybride-breaker-issue/#post-21074</guid>
                    </item>
				                    <item>
                        <title>RE: eg4 12000xp offgrid rs485 terminals</title>
                        <link>https://forum.eg4electronics.com/community/forum/eg4-12000xp-offgrid-rs485-terminals/#post-21073</link>
                        <pubDate>Mon, 13 Apr 2026 21:55:05 +0000</pubDate>
                        <description><![CDATA[Can you please share a picture of the inverter?Those 2 ports are not usable, since the inverter does not use CT&#039;s.]]></description>
                        <content:encoded><![CDATA[<p>Can you please share a picture of the inverter?<br /><br />Those 2 ports are not usable, since the inverter does not use CT's.</p>]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>EG4 Eric</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/forum/eg4-12000xp-offgrid-rs485-terminals/#post-21073</guid>
                    </item>
				                    <item>
                        <title>RE: eg4 12000xp offgrid rs485 terminals</title>
                        <link>https://forum.eg4electronics.com/community/forum/eg4-12000xp-offgrid-rs485-terminals/#post-21072</link>
                        <pubDate>Mon, 13 Apr 2026 21:16:19 +0000</pubDate>
                        <description><![CDATA[My 2 cents. I don&#039;t know if the 12000XP supports monitoring through RS485. I do have a 18KPV and it does have a terminal block that has RS485 on it -

See connections g. Note that connecti...]]></description>
                        <content:encoded><![CDATA[<p>My 2 cents. I don't know if the 12000XP supports monitoring through RS485. I do have a 18KPV and it does have a terminal block that has RS485 on it -</p>
2610
<p>See connections g. Note that connections (CT1/CT2) that you talk about are typically reserved for external current transformers. Also in your case COM1 and COM2 are relay connections to start a generator and not RS485. I'm thinking that in the case of the 12000XP. The only RS485 is through the battery connection and the WiFi dongle. I believe in my case, the RS485 is shared with the WiFi dongle connection where as the battery connection is separate (but I would need to measure it. You may be able to use the WiFi connection and make either a break out cable with a HDMI connector on it or you could follow that connection back to the board that it connects to internally. In my case, I'm connecting the RS485 to a RS485 to Ethernet adapter like this -</p>
2611
<p>I then set it up for Modbus communications and use Home assistant EG4 inverter Modbus for communications.</p>
<p>I'm not sure what is communicated through the 12000XP dongles RS485 port but you could try it.</p>
<p>I did look some more and see the following - </p>
<ul>
<li class="dF3vjf" data-sfc-root="c" data-sfc-cb="" data-hveid="CAQQAg" data-complete="true" data-sae=""><span class="T286Pc" data-sfc-cp="" data-sfc-root="c" data-sfc-cb="" data-complete="true"><strong class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true">Port Location</strong>: Most users connect to the <strong class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true">RJ45 port</strong> (often labeled for the Wi-Fi dongle or CT1/CT2) inside the inverter's wiring compartment.</span></li>
<li class="dF3vjf" data-sfc-root="c" data-sfc-cb="" data-hveid="CAQQAw" data-complete="true" data-sae=""><span class="T286Pc" data-sfc-cp="" data-sfc-root="c" data-sfc-cb="" data-complete="true"><strong class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true">Pin Configuration</strong>: For custom cables, the standard pinout for RS485 communication on this unit is typically <strong class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true">Pin 7 (RS485B)</strong> and <strong class="Yjhzub" data-sfc-root="c" data-sfc-cb="" data-complete="true">Pin 8 (RS485A)</strong>.</span><span class="uJ19be notranslate" data-sfc-root="c" data-wiz-uids="gWpkoe_1g,gWpkoe_1h" data-sfc-cb="" data-complete="true"><span class="vKEkVd" data-animation-atomic="" data-wiz-attrbind="class=gWpkoe_1f/TKHnVd" data-sae=""><span aria-hidden="true"></span></span></span></li>
</ul>
<p>With a DVM, my RS485 signals measure +2.5V to ground. Of course this has the digital signal on it. The dongles cable inside my unit has 4 wires, of which the black and white wires appear to have the RS485 signals on them. Have not confirmed which is A or B on dongle cable. You could start by measuring the CT1/CT2 terminals and see if they are close to +2.5V. If you have a scope, you could also look for activity on the terminals.</p>]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>fkitzmann</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/forum/eg4-12000xp-offgrid-rs485-terminals/#post-21072</guid>
                    </item>
				                    <item>
                        <title>RE: North Central Texas Setup Just about to turn a year old!</title>
                        <link>https://forum.eg4electronics.com/community/share-your-setup/north-central-texas-setup-just-about-to-turn-a-year-old/paged/4/#post-21071</link>
                        <pubDate>Sun, 12 Apr 2026 18:31:39 +0000</pubDate>
                        <description><![CDATA[&nbsp;
Nature ALWAYS wins!  We just THINK we have game! (The proof is in! and it ain&#039;t pretty.)
The short version: Don&#039;t believe the IP ratings of ANY product, especially if that product i...]]></description>
                        <content:encoded><![CDATA[<p>&nbsp;</p>
<p>Nature ALWAYS wins!  We just THINK we have game! (The proof is in! and it ain't pretty.)</p>
<p>The short version: Don't believe the IP ratings of ANY product, especially if that product is related in any way to electricity!</p>
<p>The truth is is out there ...  and it's costly! lesson RE-learned.</p>
<p>Lets just get the ugly part over with (see damage photos).</p>
<p>.</p>
<p>These little cuties are the WiFi extender and the PoE converter for one of the PTZ cameras (which survived).</p>
2602
2603
<p>This is the PoE range extender</p>
2604
<p>We had a storm blow through parker county last week and dump a couple of inches of rain in a VERY short time.  As you have probably guessed by now; I lost, Nature won.   I forgot the basic principals of electricity I learned at Millington NAS 50 years ago.  DON'T MIX WATER AND ELECTRICITY.  period end of story.  </p>
<p>After taking advantage of all of my amazon insurance; I decided to do, what i should have done in the first place. At each junction mount the box below to the fence post with u-brackets and call it a day.</p>
2606
<p>&nbsp;</p>
<p>The OEM seals, etc might work, but after a lot of research and buying several different types of "waterproof" connectors, I found that the problem seems to be improper fitting of the back seal.  The quality of the seal depends on whether or not water can "wick" up the back side into the connecter.  This seems to be what is happening to me. </p>
<p>The primary seal appears to hold; the rear seals do not.  The other issue with the back seals has to do with the coating on the wire.  If the wire "twist" or "strands" can be seen, you are probably using indoor instead of outdoor wiring and won't get a good seal.  I have found for the best seal to use "ground burial" quality cable. It has a very thick outer covering, but it cost more.</p>
<p>btw, the same problem occurs if there is an excessive "pattern" to the surface of whatever cable you use. I even found some buried cable online, but it had ridges in the coating for some reason.</p>
<p>Cameras are all good and I only lost one WiFi extender, one PoE booster and a handful of junctions (most covered by insurance).</p>
<p>For those who are thinking of just "waterproofing" the connector ....  great idea, bad outcome!  its waterproof, forever! AND ugly as sin.  Obviously there is no repairing this.   </p>
2607
2608
<p>Not sustainable,  I cut it out, reinstalled RJ-45 ends with a regular junction and installed a box as indicated above.</p>
2609
<p>&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>dfwtinker</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/share-your-setup/north-central-texas-setup-just-about-to-turn-a-year-old/paged/4/#post-21071</guid>
                    </item>
				                    <item>
                        <title>eg4 12000xp offgrid rs485 terminals</title>
                        <link>https://forum.eg4electronics.com/community/forum/eg4-12000xp-offgrid-rs485-terminals/#post-21070</link>
                        <pubDate>Sat, 11 Apr 2026 23:51:47 +0000</pubDate>
                        <description><![CDATA[I have an EG4 12000XP off-grid inverter, it&#039;s currently equipped with the wifi dongle, but I want to remove that and switch to local monitoring. I&#039;m wanting to try to do that myself versus b...]]></description>
                        <content:encoded><![CDATA[<p><span>I have an EG4 12000XP off-grid inverter, it's currently equipped with the wifi dongle, but I want to remove that and switch to local monitoring. I'm wanting to try to do that myself versus buying the etherent dongle.</span><br /><br /><span>I'm trying to figure out how to get local monitoring via RS485, but I'm running into a port conflict and need help confirming the green terminal block pinout.</span><br /><br /><span>My comm board does NOT have the two upper RJ45 ports (CT1/CT2) that most guides reference for RS 485. My board only has BAT COM and Parallel.</span><br /><span>My batteries are currently connected to the inverter via the BAT COM RJ45 port for closed-loop comms, so that port is occupied.</span></p>
&lt;div class=&quot;bbImageWrapper  js-lbImage&quot; title=&quot;1775951026041.png&quot; data-src=&quot; <span style="color:#aaa">removed link</span> " data-type="image" data-lb-sidebar-href="" data-lb-caption-extra-html="" data-single-image="1" data-fancybox="lb-post-1793427" data-caption="&lt;h4&gt;1775951026041.png&lt;/h4&gt;&lt;p&gt;&lt;a href=&quot;https:&amp;#x2F;&amp;#x2F;diysolarforum.com&amp;#x2F;threads&amp;#x2F;eg4-12000xp-rs485-terminals.123716&amp;#x2F;#post-1793427&quot; class=&quot;js-lightboxCloser&quot;&gt;yam404 · Apr 11, 2026 at 4:44 PM&lt;/a&gt;&lt;/p&gt;"&gt; </div>
2598
<p><br /><br /><span>What I do have is the green terminal block above.</span><br /><br /><span>My questions:</span><br /><span>1. Are COM1 and COM2 on the green terminal block the RS485 A+ and B− lines?</span><br /><span>2. If so, which is A+ and which is B−?</span><br /><span>3. Is there any conflict with the batteries already using BAT COM, or are these completely separate?</span><br /><br /><span>Goal is to connect a USB RS485 adapter to the terminal block and read inverter data locally via Modbus.</span></p>]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>Anonymous 3251</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/forum/eg4-12000xp-offgrid-rs485-terminals/#post-21070</guid>
                    </item>
				                    <item>
                        <title>RE: EG4_FAAB-2727 (Most Recent Firmware)</title>
                        <link>https://forum.eg4electronics.com/community/18kpv/eg4_faab-2727-newest-firmware/#post-21069</link>
                        <pubDate>Sat, 11 Apr 2026 17:20:17 +0000</pubDate>
                        <description><![CDATA[And Yes. the fans appear to be able to be ramped and under PWM control. The fan speed algorithm is probably based on an internal heat sink temperature and power being produced. The fan turn ...]]></description>
                        <content:encoded><![CDATA[<p>And Yes. the fans appear to be able to be ramped and under PWM control. The fan speed algorithm is probably based on an internal heat sink temperature and power being produced. The fan turn on seems to have two different temperatures of where they turn on, again probably based on a heat sink temperature and power produced.</p>]]></content:encoded>
						                            <category domain="https://forum.eg4electronics.com/community/"></category>                        <dc:creator>fkitzmann</dc:creator>
                        <guid isPermaLink="true">https://forum.eg4electronics.com/community/18kpv/eg4_faab-2727-newest-firmware/#post-21069</guid>
                    </item>
							        </channel>
        </rss>
		