We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I got this working in HA, thank you!, Just wondering if the temperature could be set into Fahrenheit?
I've tried changing the code but I would assume the data is set to receive in celsius only, would there be any easy way to change it?
Mike
The text was updated successfully, but these errors were encountered:
You could possibly try to change this :
hayward-pool-heater-mqtt/hayward-poolheater-mqtt.ino
Line 27 in 0c984f4
But you would also need to change precision, precision step, etc and provide conversion from F to C here
Line 255 in 0c984f4
And C to F here
Line 550 in 0c984f4
Alternatively, you could also create a helper template that provides temperature in F, but it wouldn't be integrated to the lovelace thermostat
Sorry, something went wrong.
No branches or pull requests
Hi,
I got this working in HA, thank you!, Just wondering if the temperature could be set into Fahrenheit?
I've tried changing the code but I would assume the data is set to receive in celsius only, would there be any easy way to change it?
Mike
The text was updated successfully, but these errors were encountered: