<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=Openai%2F6971762b-a4d0-8013-af97-ad0960889ed5</id>
	<title>Openai/6971762b-a4d0-8013-af97-ad0960889ed5 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://freemwiki.com/index.php?action=history&amp;feed=atom&amp;title=Openai%2F6971762b-a4d0-8013-af97-ad0960889ed5"/>
	<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=Openai/6971762b-a4d0-8013-af97-ad0960889ed5&amp;action=history"/>
	<updated>2026-05-05T00:30:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://freemwiki.com/index.php?title=Openai/6971762b-a4d0-8013-af97-ad0960889ed5&amp;diff=595932&amp;oldid=prev</id>
		<title>Lukegao: by freem.ai...</title>
		<link rel="alternate" type="text/html" href="https://freemwiki.com/index.php?title=Openai/6971762b-a4d0-8013-af97-ad0960889ed5&amp;diff=595932&amp;oldid=prev"/>
		<updated>2026-01-22T05:25:06Z</updated>

		<summary type="html">&lt;p&gt;by freem.ai...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
{{DISPLAYTITLE:Zigbee Network Troubleshooting}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;This conversation was exported from ChatGPT&amp;#039;&amp;#039;&amp;lt;ref&amp;gt;{{cite web|title=Zigbee Network Troubleshooting|url=https://chatgpt.com/share/6971762b-a4d0-8013-af97-ad0960889ed5|publisher=ChatGPT|access-date=2026-01-21}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== gpt-5 ==&lt;br /&gt;
=== User: What do you recommend to this person on reddit ===&lt;br /&gt;
What do you recommend to this person on reddit&lt;br /&gt;
&lt;br /&gt;
=== Assistant: Here’s what I’d recommend to them—framed in a practical, Reddit-appropriate way: ===&lt;br /&gt;
Here’s what I’d recommend to them—framed in a practical, Reddit-appropriate way:&lt;br /&gt;
&lt;br /&gt;
That Status.BUFFER_FULL (17) error is almost always Zigbee network congestion or coordinator overload, not Home Assistant itself.&lt;br /&gt;
&lt;br /&gt;
Based on what you described (≈65 Zigbee devices, ZHA, PoE SMLight coordinator), I’d suggest this checklist:&lt;br /&gt;
&lt;br /&gt;
===== 1. Don’t reboot HA to “fix” it =====&lt;br /&gt;
&lt;br /&gt;
Rebooting clears the queue temporarily, but it hides the real issue. If this keeps happening, the Zigbee stack is getting saturated.&lt;br /&gt;
&lt;br /&gt;
===== 2. Check Zigbee router vs battery balance (this is the big one) =====&lt;br /&gt;
&lt;br /&gt;
If too many of those 65 devices are battery-powered, you’ll hit problems.&lt;br /&gt;
&lt;br /&gt;
Rule of thumb:&lt;br /&gt;
* 1 powered Zigbee router for every 6–10 end devices&lt;br /&gt;
* Routers = smart plugs, in-wall switches, bulbs (powered)&lt;br /&gt;
&lt;br /&gt;
If you’re light on routers, add a few Zigbee plugs in problem areas and let the mesh settle overnight.&lt;br /&gt;
&lt;br /&gt;
===== 3. Audit automations for message storms =====&lt;br /&gt;
&lt;br /&gt;
Recently added scripts + motion automations can flood the network.&lt;br /&gt;
&lt;br /&gt;
Common offenders:&lt;br /&gt;
* Motion sensors firing → multiple light calls&lt;br /&gt;
* Repeated turn_on commands even when lights are already on&lt;br /&gt;
* Loops or automations without debounce&lt;br /&gt;
&lt;br /&gt;
Fix:&lt;br /&gt;
Add conditions like:&lt;br /&gt;
* if light is off&lt;br /&gt;
* mode: restart or mode: queued (with limits)&lt;br /&gt;
* Short delays (even 200–500 ms helps)&lt;br /&gt;
&lt;br /&gt;
===== 4. Verify Zigbee channel vs Wi-Fi overlap =====&lt;br /&gt;
&lt;br /&gt;
If you’re on:&lt;br /&gt;
* Zigbee 11 + Wi-Fi channel 1 → ❌ bad&lt;br /&gt;
* Zigbee 15/20/25 → usually safer&lt;br /&gt;
&lt;br /&gt;
Once chosen, don’t change channels unless necessary, and let the mesh heal for 24 hours.&lt;br /&gt;
&lt;br /&gt;
===== 5. Update coordinator firmware (but only once) =====&lt;br /&gt;
&lt;br /&gt;
The SMLight PoE coordinators are solid, but make sure:&lt;br /&gt;
* Firmware is current&lt;br /&gt;
* No experimental builds&lt;br /&gt;
&lt;br /&gt;
After updating, leave it alone—constant resets hurt mesh stability.&lt;br /&gt;
&lt;br /&gt;
===== 6. Watch ZHA logs before it breaks =====&lt;br /&gt;
&lt;br /&gt;
When this happens again, look for:&lt;br /&gt;
* Message retries&lt;br /&gt;
* Delivery failures&lt;br /&gt;
* Devices spamming state updates&lt;br /&gt;
&lt;br /&gt;
That usually points straight to the problematic device or automation.&lt;br /&gt;
&lt;br /&gt;
===== 7. Capacity-wise: you’re not “too big” =====&lt;br /&gt;
&lt;br /&gt;
65 devices is fine for ZHA if:&lt;br /&gt;
* Mesh is healthy&lt;br /&gt;
* Enough routers&lt;br /&gt;
* Automations are sane&lt;br /&gt;
&lt;br /&gt;
Most “Zigbee limits” people hit are actually design issues, not hard limits.&lt;br /&gt;
&lt;br /&gt;
TL;DR:&lt;br /&gt;
Add more Zigbee routers, reduce automation spam, don’t rely on HA reboots, and let the mesh stabilize. BUFFER_FULL means “too much too fast,” not “you’re out of capacity.”&lt;br /&gt;
&lt;br /&gt;
If you want, I can also help them:&lt;br /&gt;
* Identify router gaps&lt;br /&gt;
* Sanity-check an automation&lt;br /&gt;
* Interpret ZHA logs&lt;br /&gt;
&lt;br /&gt;
That would be my Reddit reply.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:ChatGPT Shares]]&lt;br /&gt;
[[Category:openai]]&lt;/div&gt;</summary>
		<author><name>Lukegao</name></author>
	</entry>
</feed>