Skip to content

Add ChargeHQ export plugin#238

Open
rianbk wants to merge 1 commit intobohdan-s:mainfrom
rianbk:feature/chargehq-export
Open

Add ChargeHQ export plugin#238
rianbk wants to merge 1 commit intobohdan-s:mainfrom
rianbk:feature/chargehq-export

Conversation

@rianbk
Copy link
Copy Markdown
Contributor

@rianbk rianbk commented Dec 21, 2025

Summary

  • Add new export plugin for ChargeHQ Push API
  • Enables EV charging optimization based on solar production
  • Supports both grid-tied (SG*) and hybrid (SH*) inverters
  • Configurable register mappings for different setups

Features

  • Pushes production, consumption, and net import data to ChargeHQ
  • Battery support for hybrid inverters (SOC, charge/discharge power)
  • Rate limiting (default 60s) per ChargeHQ API guidelines
  • Automatic unit conversion (W → kW, % → decimal)

Configuration Example

- name: chargehq
  enabled: True
  api_key: "your-api-key"
  # For SG* models with smart meter:
  register_consumption: load_power
  register_net_import: meter_power
  invert_net_import: False

Testing

Tested with SG8K-D grid-tied inverter with smart meter over multiple polling cycles.

Push solar data to ChargeHQ API for EV charging optimization.
Supports grid-tied and hybrid inverters with configurable register mappings.
@rianbk rianbk force-pushed the feature/chargehq-export branch from cfdc072 to 8ee15bf Compare January 9, 2026 09:53
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.

1 participant