-
Notifications
You must be signed in to change notification settings - Fork 44
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
Terminator nl master #87
base: master
Are you sure you want to change the base?
Conversation
…ains debugging switches that need to be removed before release.
Move all entities related to AC-ctrl into conf files and anything unr…
Cleanup confs
…ESPHome-TempRange into TerminatorNL-master
Thanks for the continuing effort! I could have missed the context for a lot of these changes, but:
If I know what to look for I can test these changes and provide feedback here. Edit: I found #83 :) |
Hi @ervee thanks for replying and wanting to help. the changes are indeed for issue #83 and the nice work of @TerminatorNL
in future, we can extend it further to allow half degree setting of temperature (which currently is ignored) |
So I have been using this build for a while, but it seems to influence the set_api_room_temperature option since temperature wasn't stable. Reverted back to the original code and all is working fine again. With my earlier tests during summer, it looked ok (testing for short period), but I didn't actually use it for heating until a few days ago and it seems strange things happen (temperature is not stable and I see the temperature of the climate entity changing to high numbers (e.g. 27 degrees) sometimes when in reality it was around 21... (as given through the API). Since this build, I haven't changed any setup on my side (except that I actually started heating again), so I think it really an issue with this code change. Flashing the ESP with the latest code of the master branch resolved the issue, but maybe others with external sensors can test too... I imagine this implementation might be an improvement over the default's behaviour, but I think the external temperature sensor is superior and simple to implement. Temperature in multiple rooms with this setup is rock solid, I just think not many people actually use it :) |
Needs some testing, especially on the api room temp part and the offset / low temperature stuff from @Terminator-NL