I am trying to get the script to work, but unsuccessfully

Our fanbox has 3 settings.
Setting 1: no one home ( only use this when we are on vacation, manually )
Setting 2: normal setting
Setting 3: shower of cooking
Plan is to have a remote in every ( 2 ) bathroom and a remote in the kitchen, when a remote is pressed the fanbox goes to setting 3, what I do not understand is how the targetHum can be higher then the Current Humidity, I am using dzVents 1.1
I did not change anything in the script except following lines:
local FAN_DEVICE = 'Ventilatie-3-Virtual' -- Fan device ( this a virtual switch that controls the fanbox settings )
local FORCE_FAN_DEVICE = 'Ventilatie-Remote-Virtual' -- (Optional) ( this is a virtual switch that goes on when I press a remote )
local FORCE_FAN_TIME = 45 -- Minutes to force the fan when button pushed
local HUMIDITY_SENSORS = {'Badkamer', 'Douche'}
local FAN_DELTA_TRIGGER = 5 -- % Rise in humidity that will trigger the fan
local FAN_MAX_TIME = 45 -- Maximum minutes that the fan can be on in case we never reach the target humidity
local TARGET_OFFSET = 1 -- Fan goes off if target + offset is reached
local TEST_MODE_HUMIDITY_READING = 0 -- Set to a value between 1 and 100. Set to 0 to disable test mode
local DEBUG = true
local READING_SAMPLES = 15
When I run the script it starts the fanbox all the time
2017-07-16 17:01:00.466 LUA: =====================================================
2017-07-16 17:01:00.466 LUA: >>> Handler: fanspeed
2017-07-16 17:01:00.466 LUA: .....................................................
2017-07-16 17:01:00.479 LUA: Dehumidification program doesn't run for: Badkamer
2017-07-16 17:01:00.479 LUA: targetHum: 74, Current humidity: 73, humDelta: 0
2017-07-16 17:01:00.480 LUA: Dehumidification program doesn't run for: Douche
2017-07-16 17:01:00.480 LUA: targetHum: 68, Current humidity: 67, humDelta: 0
2017-07-16 17:01:00.480 LUA: Turning the fan On
2017-07-16 17:01:00.485 LUA: .....................................................
2017-07-16 17:01:00.485 LUA: <<< Done
2017-07-16 17:01:00.485 LUA: -----------------------------------------------------
2017-07-16 17:01:00.486 LUA: [1] = Ventilatie-3-Virtual: On
2017-07-16 17:01:00.486 LUA: =====================================================
2017-07-16 17:01:00.487 EventSystem: Script event triggered: /home/domoticz/domoticz/scripts/lua/script_time_main.lua