You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exponential growth of variable use. To reduce resource impact, group variables.
To keep things clear, start using naming conventions. See image below.
Variable changes are listed below.
MQTT
.active MQTT block enabled/disabled 1,0
.allow_rtc_onoff
.allow_scheduler
.allow_solar
.block_mode BLOCK ALL (1) , CUSTOM (2), UNRESTRICTED (3)
.block_mode_previous Restore to this block_mode when disabling switch
.counter Total MQTT messages counter
.messages_today No. MQTT messages today
.messages_yesterday No. MQTT messages yesterday
.message_limit Maximum allowed messages in 24h allow before block will activate
NightReductionWaterTemp
.current_value renamed from NightReduction_current_value
.correction renamed from NightReduction_correction
.state renamed from nightreduction_on_off
NightReductionRoomSetpoint
.state Night reduction room setpoint status (1,0)
.LOW renamed from RoomSetpointLOW
.NORMAL renamed from RoomSetpointNORMAL
F_ReducePumpSpeed
.state Reduce pump speed active 1,0
.PumpMaxFlowSetting
.SavedPumpspeed Value to restore to when disabled
.LowSpeed Value used as low pump speed when active
F_RTC
.state RTC main function on/off (1,0)
.incremental_setpoints_state incremental_setpoints status of switch. (Renamed from Booster), value 1,0
.correction_value (Memory Only) RTC correction (renamed from F_RTC_correction)
.F1_power_state function turn on/off heatpump (1,0)
.F2_OM_state function change OM heatpump
.on_off_active 0= waiting to turn heat on. 1= waiting to turn heat off
.on_off_status value: 0,1,2
Defrost
.Counter Renamed from Defrost_Counter
.Counter_Today Renamed from Defrost_Counter_Today
.Counter_Yesterday Renamed from Defrost_Counter_Yesterday
The text was updated successfully, but these errors were encountered:
Deze taak doen vanuit NodeRed zelf, CTRL+F. Dus niet tektfile openen en find+replace all.
Reden is dat je in NR flow voor flow doorloopt en kunt controleren of alle global.get's slim gebundeld zijn of niet. Dit heb je niet als je domweg in notepad find/replace all doet.
Kost meer tijd, maar je doet het in 1x goed.
Ik heb de XLS file behooooorlijk verbouwd.
ik was een beetje begonnen met de convention, maar door bugs heb ik dit even naar achteren geschoven. Eerst de bugs, daarna pak ik dit weer op.
Exponential growth of variable use. To reduce resource impact, group variables.
To keep things clear, start using naming conventions. See image below.
Variable changes are listed below.
The text was updated successfully, but these errors were encountered: