Thanks Bruno, I am now experimenting with it. Probably worth mentioning for the benefit of others that changing a line in controllers/setup.py was sufficient to get things initially going:
config = Config(autogetconfig=False) to config = Config(autogetconfig=True)

