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

Remove Calendar #43

Open
joergensen70 opened this issue Mar 2, 2020 · 7 comments
Open

Remove Calendar #43

joergensen70 opened this issue Mar 2, 2020 · 7 comments

Comments

@joergensen70
Copy link

I'm using the heater controller to set and control my floor heating system. For this system it doesn't make much sense to work with a heating schedule and I would like to disable it.
Is there any way to disable the calendar completely?

@kressnerd
Copy link

As a workaround you could set the userConfig as Input.

{
    "topic" : "userConfig",
    "payload" : {"isUserCustomLocked": true, "userTargetValue": 25.5, "isUserCustom": false}
}

@SergiuToporjinschi
Copy link
Owner

@joergensen70 why would you need that?
you can set a temperature and lock it. that will keep the custom current temperature until you change it again.

@joergensen70
Copy link
Author

joergensen70 commented Mar 4, 2020 via email

@SergiuToporjinschi
Copy link
Owner

I understand your point of view. But I don't see the point of using this node without having a calendar.
Because, if you want a fix value each time you can have by using default nodes.
Or!!??! what part are you using from this node, if you are not using the calendar?

@joergensen70
Copy link
Author

joergensen70 commented Mar 5, 2020 via email

@pomplesiegel
Copy link

Thank you for making such an awesome node to solve a common problem!

I would also be interested in a version of this node without the calendar functionality visible or running. It's a great node for simply controlling and showing the current value of a heater, instead of building your own UI and functionality with a PID and off-the-shelf UI nodes. However, I have no use for the calendar functionality, and it can confuse users as a result. Is there a way to load a null calendar and turn off the UI showing the next relevant setpoints on the top left?

@debouttek
Copy link

Great work.
+1 for a version without the calendar function

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

5 participants