dataConsumption.subscribe(result => {
      this.dataConsumption = JSON.stringify(result, undefined, 2);
      this.ref.detectChanges();
    });