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
The current JSON for tempdiffcool is producing the error below in HA log:
ERROR (MainThread) [homeassistant.components.mqtt.number] Invalid value for number.boiler_temp_diff_tc3_tc0_cool: 2.0 (range 3.0 - 10.0)
The latest recommended value for this setting on a Nefit EnviLine All-Electric Split is 2K as can be found here
The JSON at http://ems-esp/api/boiler/tempdiffcool defines the range to be min 3 to max 10, and should be changed to min 2 max 10.
{ "name": "tempdiffcool", "fullname": "Temp.vers. TC3/TC0 koel.", "circuit": "", "value": 2.0, "type": "number", "min": 3, "max": 10, "uom": "K", "readable": true, "writeable": true, "visible": true }
The text was updated successfully, but these errors were encountered:
Thanks for reporting - we'll change in the dev version
Sorry, something went wrong.
adapt limits emsesp#1215, emsesp#1190
87f28e7
will be in dev2 when Michael merges his PR
No branches or pull requests
The current JSON for tempdiffcool is producing the error below in HA log:
ERROR (MainThread) [homeassistant.components.mqtt.number] Invalid value for number.boiler_temp_diff_tc3_tc0_cool: 2.0 (range 3.0 - 10.0)
The latest recommended value for this setting on a Nefit EnviLine All-Electric Split is 2K as can be found here
The JSON at http://ems-esp/api/boiler/tempdiffcool defines the range to be min 3 to max 10, and should be changed to min 2 max 10.
The text was updated successfully, but these errors were encountered: