node-red-contrib-heater-controller icon indicating copy to clipboard operation
node-red-contrib-heater-controller copied to clipboard

Remove Calendar

Open joergensen70 opened this issue 4 years ago • 7 comments

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?

joergensen70 avatar Mar 02 '20 19:03 joergensen70

As a workaround you could set the userConfig as Input.

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

kressnerd avatar Mar 04 '20 19:03 kressnerd

@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.

SergiuToporjinschi avatar Mar 04 '20 20:03 SergiuToporjinschi

It's just not nice to waste place and having this calendar if never needed. It confuses...My hope was that there is a way.But great job. It's a nice flow.Von meinem Samsung Galaxy Smartphone gesendet. -------- Ursprüngliche Nachricht --------Von: Sergiu Toporjinschi [email protected] Datum: 04.03.20 21:18 (GMT+01:00) An: SergiuToporjinschi/node-red-contrib-heater-controller [email protected] Cc: joergensen70 [email protected], Mention [email protected] Betreff: Re: [SergiuToporjinschi/node-red-contrib-heater-controller] Remove   Calendar (#43) @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.

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/SergiuToporjinschi/node-red-contrib-heater-controller/issues/43?email_source=notifications\u0026email_token=AN3F7OHKURHJIDDQ6EBJ32DRF2ZRZA5CNFSM4K72X75KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN2B64Y#issuecomment-594812787", "url": "https://github.com/SergiuToporjinschi/node-red-contrib-heater-controller/issues/43?email_source=notifications\u0026email_token=AN3F7OHKURHJIDDQ6EBJ32DRF2ZRZA5CNFSM4K72X75KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN2B64Y#issuecomment-594812787", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

joergensen70 avatar Mar 04 '20 21:03 joergensen70

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?

SergiuToporjinschi avatar Mar 04 '20 21:03 SergiuToporjinschi

What I like most about your node is the design and having all data on the same node. The original nodes didn't look that nice. Used them before.I'm using your node to control a Homematic Thermostate. The calender is inside.I was looking for a nice node, showing humidity, set temp, current temp, heat state and switching between manual or auto mode. Your node is doing most of it and looks great.Regards Von meinem Samsung Galaxy Smartphone gesendet. -------- Ursprüngliche Nachricht --------Von: Sergiu Toporjinschi [email protected] Datum: 04.03.20 22:30 (GMT+01:00) An: SergiuToporjinschi/node-red-contrib-heater-controller [email protected] Cc: joergensen70 [email protected], Mention [email protected] Betreff: Re: [SergiuToporjinschi/node-red-contrib-heater-controller] Remove   Calendar (#43) 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?

—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/SergiuToporjinschi/node-red-contrib-heater-controller/issues/43?email_source=notifications\u0026email_token=AN3F7OF35HRGM7GMA2SYXJTRF3B7DA5CNFSM4K72X75KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN2NDLI#issuecomment-594858413", "url": "https://github.com/SergiuToporjinschi/node-red-contrib-heater-controller/issues/43?email_source=notifications\u0026email_token=AN3F7OF35HRGM7GMA2SYXJTRF3B7DA5CNFSM4K72X75KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN2NDLI#issuecomment-594858413", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

joergensen70 avatar Mar 05 '20 05:03 joergensen70

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?

pomplesiegel avatar Aug 18 '21 13:08 pomplesiegel

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

debouttek avatar Aug 29 '21 07:08 debouttek