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

Bug: show logline only when 'Extend logging' is enabled #68

Closed
edterbak opened this issue Jan 18, 2023 · 1 comment
Closed

Bug: show logline only when 'Extend logging' is enabled #68

edterbak opened this issue Jan 18, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@edterbak
Copy link
Owner

edterbak commented Jan 18, 2023

Toon logregel alleen als "Extend logging" is enabled? (Function RTC: incremental setpoint correction at 19.3°C --> 3.4 °C)
Regel 121 in function node "RTC Correction".

@edterbak edterbak added this to the Stable Release (v22.00) milestone Jan 18, 2023
@edterbak edterbak added the bug Something isn't working label Jan 18, 2023
@Maarten69
Copy link
Collaborator

Fixed in v21.48

if (global.get('Debugging', "file") == 1) { // Show in log what incremental setpoint correction should be and continue: msg99.payload = "incremental setpoint correction at " + rtc_PV + "°C " + "--> " + rtc_correction + " °C"; node.send([null, null, msg99, null]); // only to log and continue code from here }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants