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

Smoothing setpoint jumps to prevent unnecessary short-term compressor shutdowns #160

Open
WP-Rue opened this issue Jan 17, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@WP-Rue
Copy link

WP-Rue commented Jan 17, 2024

As switching on night-reduction with offset -3 I got a 5 min compressor shutdown...
To avoid this I put a 10 min smoothing function into your flow...
Maybe you have a better idea for the right place...
My implementation only works for the switch and global.var: NightReductionWaterTemp.state and only for the reduction of the setpoint temperature...
Bildschirmfoto vom 2024-01-17 19-25-09
Greetings Rue

@WP-Rue WP-Rue added the bug Something isn't working label Jan 17, 2024
@WP-Rue WP-Rue changed the title [BUG]:Soothing setpoint jumps to prevent unnecessary short-term compressor shutdowns [BUG]:Smoothing setpoint jumps to prevent unnecessary short-term compressor shutdowns Jan 17, 2024
@edterbak
Copy link
Owner

I will put this logic in the tab WP Control, [Function NightReduction] node.
Not now, directly, but a bit later.

@edterbak edterbak added enhancement New feature or request and removed bug Something isn't working labels Jan 17, 2024
@edterbak edterbak self-assigned this Jan 17, 2024
@edterbak edterbak added this to the Stable Release (v25.00) milestone Jan 17, 2024
@WP-Rue
Copy link
Author

WP-Rue commented Jan 18, 2024

I will put this logic in the tab WP Control, [Function NightReduction] node. Not now, directly, but a bit later.

:-) Thank you.
Hm- I wonder, if this is the right place.. The easing node should be active to build new setpoints in the moment of activation (switch on) night reduction..so it has to jump in, where the actual setpoint is calculated ..? . but you are the expert with your flow ;-)

@edterbak
Copy link
Owner

Ease node, i can recreate the logic in a function node. I will try that first.

@WP-Rue
Copy link
Author

WP-Rue commented Jan 18, 2024 via email

@edterbak
Copy link
Owner

edterbak commented Jan 18, 2024

Alternative;

I need to clean the night reduction function. It has now 2 methods to achieve the same

I think a good replacement is to be able to use the scheduler to set the value of night reduction. At your set time.
In your case, you set2 or 3 times a different value at different moments.
If i do this, wil this work for you?

@WP-Rue
Copy link
Author

WP-Rue commented Jan 18, 2024

I would prefer to have the switch for manual control too..
or additional with external link in node..
Sorry this answer is not the one leading to the simple solution..🤪
But my 1st suggestion doesn't work.
It is not the right place to interact.
My original idea was to make a branch for the outgoing setpoint, if the night reduction, state is set to "1" and generate several new setpoints over eg 10min.

@WP-Rue WP-Rue changed the title [BUG]:Smoothing setpoint jumps to prevent unnecessary short-term compressor shutdowns Smoothing setpoint jumps to prevent unnecessary short-term compressor shutdowns Jan 20, 2024
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

2 participants