changed the logger for the monitor to be available all the time
made lazyLoading local to the module
fixed ticker bug so that the tasks are executed in an endless loop
fixed timezone bug of Add Participant. only validator local time is used, not the timestamp from the mqtt messages as these might come from a different time zone (resulted in delayed deletion from the activeActors DB)
improved connection management for the monitor
added a watchdog task to restart the monitor in case of connection loss (every 2 min)
Mqtt connections broke away.