-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
Conversation
…he temperature source to be used as Soc. Possible values are 1001, 1030 and 1031
@@ -9,6 +9,14 @@ requirements: | |||
params: | |||
- name: modbus | |||
choice: ["tcpip"] | |||
- name: tempsource | |||
choice: ["1001", "1030", "1031"] |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
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? |
…he index in ac-elwa-2.yaml and ac-thor.yaml
merge latest changes into walburgf/evcc
wie wird denn die Doku geändert, damit man auch weiss, dass es einen zusätzlichen Parameter gibt? |
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