[go: nahoru, domu]

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

suggestion: Auto temperature #25

Open
antst opened this issue Oct 7, 2019 · 10 comments
Open

suggestion: Auto temperature #25

antst opened this issue Oct 7, 2019 · 10 comments
Labels
enhancement New feature or request

Comments

@antst
Copy link
antst commented Oct 7, 2019

It would be nice if there were way to force back to "auto" temperature from the schedule.

@SergiuToporjinschi
Copy link
Owner

@antst actually it is, Double click or double tap the temperature (the big number)

@fromCologne
Copy link

@SergiuToporjinschi your node is excellent.
Is it possible to reset the Auto mode by a message?
Send msg.payload.isUserCustom = false doesn´t work.

@SergiuToporjinschi
Copy link
Owner

@fromCologne No is not possible, but I will come back to this project soon and I can implement this.

@SergiuToporjinschi SergiuToporjinschi added the enhancement New feature or request label Oct 10, 2019
@HellGL
Copy link
HellGL commented Oct 24, 2019

Double tap doesn't seem to work on my iPhone. When I scroll through my controllers I often accidentially move the slider and change the target temperature. Double tap on the target temperature does not work and I need to set it back with the slider. Would it be possible to reset the target value whenever changed from locked to unlocked? Otherwise I will just add a button to reset a single or all heater nodes with the auto mode message.

@SergiuToporjinschi
Copy link
Owner

slide it, it should work on doing a slide to right or to left;

@SergiuToporjinschi
Copy link
Owner

@HellGL I don't have an iphone, I hate Apple :)

@krja1012
Copy link
krja1012 commented Dec 7, 2019

+1

@Vinisz
Copy link
Vinisz commented Jan 6, 2020

+1, need a way to put the the program back to "auto"
use case : go to manual, lower temperature when a window is open and resume to auto-schedule when window is closed.

@ravensergio
Copy link

+1 i also need a way to go back to "auto" via an input.
I'm trying to implement the heater in Home assistant as a mqtt HVAC , the only option i'm missing is the "get back to auto from isUserCustom", so i cannot undo my user set temp, just wait until next schedule.

@ravensergio
Copy link

I found a partial resolve to resetting the temperature to "Auto". Just get the output from this heater node, then extract the current schedule ("msg.payload.currentSchedule.temp") , then send it to the heater input as (userTargetValue).
What it does, is basically resetting the temperature to your current calendar .As I said, it is a partial resolve, because with this mode you CANNOT set the LOCKED mode, because "isUserCustom" remains true . So if you lock it and use this, you will lock the "currentSchedule" even on the next schedule.
I managed to make this heater as a mqtt HVAC for my home assistant by splitting the heater payload object , and creating mqtt topics for the split parts.
Here is with the https://github.com/nervetattoo/simple-thermostat
hvac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

7 participants