SergiuToporjinschi / node-red-contrib-heater-controller

Heater controller for node-red dashboard
GNU General Public License v3.0
18 stars 17 forks source link

Remove Calendar #43

Open joergensen70 opened 4 years ago

joergensen70 commented 4 years ago

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 commented 4 years ago

As a workaround you could set the userConfig as Input.

{
    "topic" : "userConfig",
    "payload" : {"isUserCustomLocked": true, "userTargetValue": 25.5, "isUserCustom": false}
}
SergiuToporjinschi commented 4 years ago

@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 commented 4 years ago

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 notifications@github.com Datum: 04.03.20 21:18 (GMT+01:00) An: SergiuToporjinschi/node-red-contrib-heater-controller node-red-contrib-heater-controller@noreply.github.com Cc: joergensen70 joergmiddendorf@gmx.de, Mention mention@noreply.github.com 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" } } ]

SergiuToporjinschi commented 4 years ago

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 commented 4 years ago

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 notifications@github.com Datum: 04.03.20 22:30 (GMT+01:00) An: SergiuToporjinschi/node-red-contrib-heater-controller node-red-contrib-heater-controller@noreply.github.com Cc: joergensen70 joergmiddendorf@gmx.de, Mention mention@noreply.github.com 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" } } ]

pomplesiegel commented 3 years ago

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 commented 2 years ago

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