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: 0.1 increment in Hysteresis #33

Closed
ravensergio opened this issue Jan 9, 2020 · 7 comments
Closed

suggestion: 0.1 increment in Hysteresis #33

ravensergio opened this issue Jan 9, 2020 · 7 comments

Comments

@ravensergio
Copy link

ravensergio commented Jan 9, 2020

I would like to set the hysteresis in .1 increments instead of 0.5. Is this possible? For Example, at set temp of 22.5 i would like it to start at 22.0 and stop at 22.8 , because 23 is already too much and it takes too long to get there. Also 22.5 is kinda short. I tried using by setting it manually the Upper to 0.3 , but is with red and as i don't know if it is working.
Thank you for this, otherwise is working really nice, i've integrated your heater into Home assistant lovelace (in a iframe) via node-red plugin (screenshot below):
shot

@ravensergio
Copy link
Author

Hi. Thank you for replying. I think you misunderstood me.
I was talking about the HYSTERESIS steps, not the slider ones.

@SergiuToporjinschi
Copy link
Owner

@ravensergio Yes I missed HYSTERESIS word I reopened the ticket

@SergiuToporjinschi
Copy link
Owner

@ravensergio I just looked on the code, seems that I've set the step to 0.5 in html tag but in validation needs to be >= -100 and <= 100;
Even if appears red should work with the value that you set. please try it and let me know.
Looking on it without testing and running seems that is just an interface problem showing the field as red because the step is set to 0.5.

@ravensergio
Copy link
Author

Alright i did that now. I've set the upper to 0.2 and I will monitor it today to see if it works. I will get back after that.
Thank you.

SergiuToporjinschi added a commit that referenced this issue Jan 16, 2020
@SergiuToporjinschi
Copy link
Owner

@ravensergio just a quick question ... I noticed that the title of your card is in romanian language. I've missed something or you are romanian?

@ravensergio
Copy link
Author

@SergiuToporjinschi Yes I am romanian. Also I've tested with 0.1 increment, regardless of the "red" warning in html, and it seems that is working. Thank you for your help and for this awesome node.
If you noticed the #25 issue, i've commented there how i changed the heater to act as a mqtt HVAC for Home Assistant, in order to have a more "native" card for lovelace (no iframe cause iframe resizing is strange on different screens).

@SergiuToporjinschi
Copy link
Owner

SergiuToporjinschi commented Feb 18, 2021

@ravensergio Looking now on this screen shut and I like your colors. What I don't like is that colors from my node is not matching those, Can you tel me how did you set the that orange color? because I noticed that Dashboard is giving me some theme colors but I don't know which is that. I can use those values and then you will have a matching design.
And what's with that border!?? you wanted that or is a bug ?

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