Skip to content

docs(faq): explain power-flow diagram showing 0W with split import/export sensors#4266

Merged
springfall2008 merged 1 commit into
springfall2008:mainfrom
chalfontchubby:docs/faq-grid-power-two-sensors
Jul 17, 2026
Merged

docs(faq): explain power-flow diagram showing 0W with split import/export sensors#4266
springfall2008 merged 1 commit into
springfall2008:mainfrom
chalfontchubby:docs/faq-grid-power-two-sensors

Conversation

@chalfontchubby

Copy link
Copy Markdown
Contributor

🤖 Drafted with Claude Code assistance.

Referenced from #4255 - a "power flow diagram shows 0W export" report that turned out to be a config/integration mismatch rather than a bug: grid_power expects a single signed sensor, but the reporter's meter integration exposes two separate always-non-negative sensors (import and export), and grid_power was only able to point at one of them.

Adds a FAQ entry alongside the existing "grid power flowing in the wrong direction" one, covering this sibling case and the workaround (a Home Assistant template sensor netting the two into one signed value).

…port sensors

grid_power expects a single signed sensor. Some meter/CT-clamp integrations
instead expose two separate always-non-negative sensors (one for import, one
for export) - if grid_power is pointed at just one of those, it correctly
reads 0 during flow in the other direction, which looks like a bug but isn't.
Documents the fix (a combining template sensor) alongside the existing
"wrong direction" FAQ entry for the same diagram.
@springfall2008
springfall2008 merged commit 9ef8943 into springfall2008:main Jul 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants