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

Current Temperature - mismatch with TSmart app #16

Open
bulletcom opened this issue Mar 22, 2024 · 1 comment
Open

Current Temperature - mismatch with TSmart app #16

bulletcom opened this issue Mar 22, 2024 · 1 comment

Comments

@bulletcom
Copy link

bulletcom commented Mar 22, 2024

I can see two current temperature sensors - one called ‘Low’, the other ‘High’

In the Tsmart app, the High temp reading is used for the current water temperature. This is the one the thermostat seems to use to control the relay.

In the HA integration, it’s the Low temp reading.

Is there a way of switching this round, so it’s consistent? Have I missed something in the config?

Thanks

@pdw-mb
Copy link
Owner

pdw-mb commented Mar 22, 2024

Actually, it's currently taking the average of the two readings:

https://github.com/pdw-mb/tsmart/blob/main/src/tsmart/tsmart.py#L210

I couldn't find any documentation of what the two sensors were, so I just went with an average. Are you seeing a difference between the two sensors? I'm happy enough to switch to using just the High one, but I'd quite like to understand what the difference 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

No branches or pull requests

2 participants