-
Notifications
You must be signed in to change notification settings - Fork 40
Add Export Limit control for KH inverters #934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Export Limit control for KH inverters #934
Conversation
mystardious
commented
Oct 8, 2025
- Add export_limit property to EntityRemoteControlManager interface
- Implement export_limit setter in RemoteControlManager with async register write
- Add ModbusRemoteControlNumberDescription for export limit in remote control config
- Restrict export limit to KH models only (KH_PRE119, KH_PRE133, KH_133)
- Use register 41012 for KH inverters
- Support 0-10kW range with 0.001kW steps
- Integrate with existing remote control system
- Add export_limit property to EntityRemoteControlManager interface - Implement export_limit setter in RemoteControlManager with async register write - Add ModbusRemoteControlNumberDescription for export limit in remote control config - Restrict export limit to KH models only (KH_PRE119, KH_PRE133, KH_133) - Use register 41012 for KH inverters - Support 0-10kW range with 0.001kW steps - Integrate with existing remote control system
41012 with u32 also works for H3 after 180 (as far as I can confirm) Been using it for a while. |
Yep that's the same case for me I have done a dump of my registers in the 40K range below: FoxESS adaptive scan (stop after 5 consecutive errors +2) === Range 40000-40099 (auto-stop) === === Range 41000-41099 (auto-stop) === === Range 42000-42099 (auto-stop) === === Range 42100-42199 (auto-stop) === === Range 42200-42299 (auto-stop) === === Range 42300-42399 (auto-stop) === === Range 42400-42499 (auto-stop) === === Range 42700-42799 (auto-stop) === === Range 42800-42899 (auto-stop) === === Range 42900-42999 (auto-stop) === === Range 43000-43099 (auto-stop) === === Range 44000-44099 (auto-stop) === === Range 46000-46099 (auto-stop) === === Range 46500-46599 (auto-stop) === === Range 46600-46699 (auto-stop) === === Range 49000-49099 (auto-stop) === === Range 49100-49199 (auto-stop) === === Range 49200-49299 (auto-stop) === ✅ Adaptive scan complete. |
I wanted to find Meter Compensation register if there was any. I had my installer set it to -60W for me and I don't think it is available as a modbus register. |