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

Temperature sensor of AC Thor / AC Thor 9s can be choosen as source for Soc #18431

Merged
merged 10 commits into from
Jan 27, 2025

Conversation

walburgf
Copy link
Contributor

@walburgf walburgf commented Jan 26, 2025

in evcc.yaml, the temperature sensor of the AC Thor (9s) can be choosen by entering tempsource: "value".
"value" is the modbus register of the respective temperature sensor (1001, 1030 or 1031). Default is 1001

@@ -9,6 +9,14 @@ requirements:
params:
- name: modbus
choice: ["tcpip"]
- name: tempsource
choice: ["1001", "1030", "1031"]
Copy link
Member

Choose a reason for hiding this comment

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

Please use sensor name 1/2/3. Users won't know know the modbus register.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@andig
Copy link
Member

andig commented Jan 26, 2025

Looks good, thank you! Last wish: please hand sensor index to the go code and have the actual registers in go. That's what we do with other modules, too to keep the go part reusable.

@andig andig added the devices Specific device support label Jan 26, 2025
@walburgf
Copy link
Contributor Author

Looks good, thank you! Last wish: please hand sensor index to the go code and have the actual registers in go. That's what we do with other modules, too to keep the go part reusable.

you mean: handover the 1,2,3 to the go code an assign the modbus registers there?

walburgf and others added 2 commits January 26, 2025 16:20
merge latest changes into walburgf/evcc
@walburgf
Copy link
Contributor Author

wie wird denn die Doku geändert, damit man auch weiss, dass es einen zusätzlichen Parameter gibt?

@andig andig merged commit e59aead into evcc-io:master Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devices Specific device support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants