Skip to content

Conversation

@rodxavier
Copy link

@rodxavier rodxavier commented Jul 28, 2025

This PR addresses #24 and #40 .

Adds 2 controls in the inverter device

  • Export limit enable [disable, enable]
  • Export limit rate [100 (1%)-10000 (100%)]
  • Standby mode [disable, enable]

Due to the changes in HA 2025.9.0, I also updated the following.

  • Update manifest to use pymodbus>3.10.0
  • Update pymodbus calls to work again
  • Make version checking more robust

petikehc and others added 9 commits July 11, 2025 13:25
- Change minimum export limit from 0% to 1% (100-10000 register values)
- Update UI configuration to reflect new minimum value
- Ensure compliance with Fronius specification requirements
- Add CONN_ADDRESS constant (40231) for connection control register
- Implement set_conn_status() method to write to Conn register
- Add hub method to handle connection status changes
- Create UI select entity for inverter connection control
- Enable toggle between Connected/Disconnected (standby) modes
- Provide full standby mode functionality through Home Assistant interface
- Update UI configuration to use Disabled/Enabled instead of Disconnected/Connected
- Remove unused CONN_STATUS variable and import
- Maintain consistency with other control register mappings
- Fix UI value preservation by using consistent status labels
@rodxavier rodxavier changed the title Implement export limit Implement export limiting and standby mode Jul 29, 2025
@mbard
Copy link

mbard commented Aug 22, 2025

Fantastic, ive been waiting for is.

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.

3 participants