Skip to content

Conversation

@ndrsnhs
Copy link
Contributor

@ndrsnhs ndrsnhs commented Apr 22, 2025

openWB/openwb-ui-settings#709

Support for:
blueplanet TL1 series
blueplanet TL3 series
Powador TL3 series

Comment on lines 13 to 14
default_unit_id = 85
synergy_unit_identifier = 160
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ist das durch copy-paste hier reingekommen? Es wird nicht darauf zugegriffen.


def create_inverter_component(component_config: KacoInverterSetup):
nonlocal client
return KacoInverter(component_config, client=client, device_id=device_config.id)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return KacoInverter(component_config, client=client, device_id=device_config.id)
return KacoInverter(component_config, client=client)

Auf die Device-ID wird in der Komponente nicht zugegriffen.

Comment on lines 16 to 17
client: modbus.ModbusTcpClient_
device_id: int
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
client: modbus.ModbusTcpClient_
device_id: int
client: modbus.ModbusTcpClient_

@LKuemmel LKuemmel merged commit 34679da into openWB:master May 7, 2025
1 check 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