Skip to content
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

Modbus-Steuerung #1095

Closed
wants to merge 7 commits into from
Closed

Modbus-Steuerung #1095

wants to merge 7 commits into from

Conversation

LKuemmel
Copy link
Contributor

stichprobenartig getestet
Server kann nicht beendet werden

elif address == 505:
_form_int32(data.data.bat_all_data.data.get.exported, address)
elif address > 10099:
chargepoint = data.data.cp_data[f"cp{_get_pos(address, 2)}"]
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
chargepoint = data.data.cp_data[f"cp{_get_pos(address, 2)}"]
chargepoint = data.data.cp_data[f"cp{_get_pos(address, 2) - 1}"]

Sollte das Register 10100 nicht Ladepunkt 0 zugeordnet sein?

_form_int32(data.data.bat_all_data.data.get.imported, address)
elif address == 505:
_form_int32(data.data.bat_all_data.data.get.exported, address)
elif address > 10099:
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
elif address > 10099:
elif 10099 < address < 20000:

Comment on lines 104 to 105
elif address == 19916:
_form_int16("llsolllp8", address)
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
elif address == 19916:
_form_int16("llsolllp8", address)

Copy/Paste Überbleibsel von 1.9?

@LKuemmel LKuemmel mentioned this pull request Aug 28, 2023
@LKuemmel
Copy link
Contributor Author

Ersetzt durch #1115

@LKuemmel LKuemmel closed this Aug 28, 2023
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