// Smart Meter Readings (smart-meter-readings) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.customers), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.customers.createMany({
        data: [
            { id: 1, full_name: "Omar Gupta", email: "omar.gupta@example.com", registration_date: "2021-04-25" },
            { id: 2, full_name: "Ines Smith", email: "ines.smith@example.org", registration_date: "2021-02-18" },
            { id: 3, full_name: "Olivia Jensen", email: "olivia.jensen@example.com", registration_date: "2022-12-01" },
            { id: 4, full_name: "Felix Chen", email: "felix.chen@example.org", registration_date: "2021-02-15" },
            { id: 5, full_name: "Ruby Nakamura", email: null, registration_date: "2022-05-29" },
            { id: 6, full_name: "Zara Singh", email: "zara.singh@example.net", registration_date: "2022-05-27" },
            { id: 7, full_name: "Mateo Chen", email: null, registration_date: "2021-10-24" },
            { id: 8, full_name: null, email: null, registration_date: "2021-10-08" },
            { id: 9, full_name: "Noah Smith", email: "noah.smith@example.net", registration_date: "2021-07-17" },
            { id: 10, full_name: "Emma Ibrahim", email: "emma.ibrahim@example.net", registration_date: "2021-07-19" },
            { id: 11, full_name: "Sofia Hughes", email: "sofia.hughes@example.net", registration_date: "2021-12-27" },
            { id: 12, full_name: "Liam Jansen", email: "liam.jansen@example.com", registration_date: "2022-09-28" },
            { id: 13, full_name: "Maja Cruz", email: "maja.cruz@example.com", registration_date: "2022-01-09" },
            { id: 14, full_name: "Lena Smith", email: null, registration_date: "2022-06-13" },
            { id: 15, full_name: "Maya Tanaka", email: "maya.tanaka@example.org", registration_date: "2022-04-01" },
            { id: 16, full_name: "Rafael Yilmaz", email: "rafael.yilmaz@example.org", registration_date: "2021-05-01" },
            { id: 17, full_name: "Daniel Pereira", email: "daniel.pereira@example.net", registration_date: "2021-02-09" },
            { id: 18, full_name: "Ibrahim Davis", email: "ibrahim.davis@example.org", registration_date: "2021-04-06" },
            { id: 19, full_name: "Karim Dubois", email: "karim.dubois@example.net", registration_date: "2021-01-22" },
            { id: 20, full_name: "Ethan Oliveira", email: "ethan.oliveira@example.net", registration_date: "2022-10-08" },
            { id: 21, full_name: "Nina Meyer", email: null, registration_date: "2021-12-24" },
            { id: 22, full_name: "Isaac Wilson", email: "isaac.wilson@example.org", registration_date: "2022-01-14" },
            { id: 23, full_name: null, email: null, registration_date: "2022-08-29" },
            { id: 24, full_name: "Ines Sousa", email: "ines.sousa@example.com", registration_date: "2021-05-30" },
            { id: 25, full_name: "Marco Davis", email: "marco.davis@example.com", registration_date: "2022-05-11" },
            { id: 26, full_name: "Hannah Bennett", email: "hannah.bennett@example.net", registration_date: "2022-07-16" },
            { id: 27, full_name: "Maja Almeida", email: "maja.almeida@example.com", registration_date: "2021-11-04" },
            { id: 28, full_name: "Ruby Ibrahim", email: "ruby.ibrahim@example.net", registration_date: "2021-07-19" },
            { id: 29, full_name: "Anna Wagner", email: "anna.wagner@example.org", registration_date: "2021-02-24" },
            { id: 30, full_name: "Daniel Becker", email: "daniel.becker@example.com", registration_date: "2021-05-08" },
            { id: 31, full_name: null, email: null, registration_date: "2021-05-07" },
            { id: 32, full_name: "Zara Ahmed", email: "zara.ahmed@example.net", registration_date: "2022-03-15" },
            { id: 33, full_name: "Elif Diaz", email: "elif.diaz@example.net", registration_date: "2021-11-04" },
            { id: 34, full_name: "Nour Lee", email: null, registration_date: "2022-11-12" },
            { id: 35, full_name: "Mei Wilson", email: null, registration_date: "2021-09-05" },
            { id: 36, full_name: "Amir Kumar", email: "amir.kumar@example.net", registration_date: "2022-09-28" },
            { id: 37, full_name: "Pedro Kaya", email: null, registration_date: "2021-06-19" },
            { id: 38, full_name: "James Meyer", email: "james.meyer@example.net", registration_date: "2021-10-13" },
            { id: 39, full_name: "Pedro Costa", email: null, registration_date: "2021-10-26" },
            { id: 40, full_name: "Victor Vargas", email: "victor.vargas@example.org", registration_date: "2021-06-01" },
            { id: 41, full_name: "Maja Costa", email: "maja.costa@example.com", registration_date: "2021-07-05" },
            { id: 42, full_name: "Ben Jansen", email: "ben.jansen@example.net", registration_date: "2022-03-24" },
            { id: 43, full_name: "Maja Ruiz", email: null, registration_date: "2021-03-31" },
            { id: 44, full_name: "Lina Taylor", email: "lina.taylor@example.net", registration_date: "2021-10-09" },
            { id: 45, full_name: "Ana Miller", email: "ana.miller@example.net", registration_date: "2022-08-23" },
            { id: 46, full_name: "Nour Wang", email: "nour.wang@example.org", registration_date: "2021-01-07" },
            { id: 47, full_name: "Sara Bennett", email: "sara.bennett@example.com", registration_date: "2021-03-06" },
            { id: 48, full_name: "Selin Castro", email: "selin.castro@example.net", registration_date: "2022-06-20" },
            { id: 49, full_name: "Deniz Mendes", email: "deniz.mendes@example.net", registration_date: "2022-08-03" },
            { id: 50, full_name: "Julia Smith", email: "julia.smith@example.org", registration_date: "2021-09-22" },
            { id: 51, full_name: "David Moreau", email: "david.moreau@example.com", registration_date: "2022-08-22" },
            { id: 52, full_name: "Arjun Schneider", email: "arjun.schneider@example.com", registration_date: "2022-08-09" },
            { id: 53, full_name: "Yusuf Bauer", email: "yusuf.bauer@example.org", registration_date: "2022-12-26" },
            { id: 54, full_name: "Ethan Wang", email: "ethan.wang@example.org", registration_date: "2022-01-05" },
            { id: 55, full_name: "Emma Chen", email: "emma.chen@example.com", registration_date: "2022-03-31" },
            { id: 56, full_name: "Daniel Weber", email: "daniel.weber@example.net", registration_date: "2022-08-24" },
            { id: 57, full_name: "James Carter", email: "james.carter@example.org", registration_date: "2022-02-19" },
            { id: 58, full_name: "Ethan Baker", email: "ethan.baker@example.org", registration_date: "2022-09-05" },
            { id: 59, full_name: "Sofia Moreau", email: "sofia.moreau@example.org", registration_date: "2021-02-08" },
            { id: 60, full_name: "Elena Hansen", email: "elena.hansen@example.net", registration_date: "2022-06-12" },
            { id: 61, full_name: "Alice Hassan", email: null, registration_date: "2022-08-18" },
            { id: 62, full_name: "Ben Miller", email: "ben.miller@example.org", registration_date: "2022-02-22" },
            { id: 63, full_name: null, email: null, registration_date: "2021-05-04" },
            { id: 64, full_name: "Pedro Larsen", email: "pedro.larsen@example.net", registration_date: "2022-07-07" },
            { id: 65, full_name: "James Taylor", email: "james.taylor@example.org", registration_date: "2021-05-01" },
            { id: 66, full_name: "Yusuf Lee", email: "yusuf.lee@example.org", registration_date: "2022-06-03" },
            { id: 67, full_name: "Ravi Martin", email: "ravi.martin@example.org", registration_date: "2022-10-21" },
            { id: 68, full_name: "Fatima Wang", email: "fatima.wang@example.org", registration_date: "2022-06-11" },
            { id: 69, full_name: "Ines Wright", email: "ines.wright@example.com", registration_date: "2021-05-26" },
            { id: 70, full_name: "Ana Torres", email: "ana.torres@example.com", registration_date: "2021-08-19" },
            { id: 71, full_name: "Ana Yilmaz", email: "ana.yilmaz@example.com", registration_date: "2021-01-15" },
            { id: 72, full_name: "Andre Larsen", email: "andre.larsen@example.com", registration_date: "2021-05-23" },
            { id: 73, full_name: "Chloe Carter", email: null, registration_date: "2022-05-13" },
            { id: 74, full_name: "Deniz Martin", email: "deniz.martin@example.org", registration_date: "2022-11-27" },
            { id: 75, full_name: "Sofia Miller", email: "sofia.miller@example.net", registration_date: "2021-08-31" },
            { id: 76, full_name: "Victor Shah", email: "victor.shah@example.com", registration_date: "2021-05-22" },
            { id: 77, full_name: "Amir Ali", email: "amir.ali@example.org", registration_date: "2022-02-04" },
            { id: 78, full_name: "Ruby Dubois", email: "ruby.dubois@example.net", registration_date: "2021-09-19" },
            { id: 79, full_name: "Zara Davis", email: "zara.davis@example.org", registration_date: "2021-01-07" },
            { id: 80, full_name: "Ruby Reyes", email: "ruby.reyes@example.com", registration_date: "2021-11-07" },
            { id: 81, full_name: "Alice Kowalski", email: "alice.kowalski@example.org", registration_date: "2021-05-12" },
            { id: 82, full_name: "Carla Singh", email: "carla.singh@example.com", registration_date: "2022-06-26" },
            { id: 83, full_name: "Yusuf Larsen", email: null, registration_date: "2021-08-21" },
            { id: 84, full_name: "Jonas Almeida", email: "jonas.almeida@example.org", registration_date: "2022-07-06" },
            { id: 85, full_name: "Victor Larsen", email: "victor.larsen@example.net", registration_date: "2021-10-24" },
            { id: 86, full_name: "Liam Patel", email: "liam.patel@example.net", registration_date: "2021-05-28" },
            { id: 87, full_name: "Zoe Hoffmann", email: null, registration_date: "2021-09-03" },
            { id: 88, full_name: "Felix Bauer", email: "felix.bauer@example.net", registration_date: "2021-03-31" },
            { id: 89, full_name: "Jack Miller", email: "jack.miller@example.org", registration_date: "2021-08-20" },
            { id: 90, full_name: "Hana Kim", email: "hana.kim@example.org", registration_date: "2022-10-09" },
            { id: 91, full_name: "Daniel Smith", email: "daniel.smith@example.com", registration_date: "2021-02-03" },
            { id: 92, full_name: "Ruby Nakamura", email: "ruby.nakamura@example.com", registration_date: "2022-12-07" },
            { id: 93, full_name: "Rosa Murphy", email: null, registration_date: "2021-11-24" },
            { id: 94, full_name: "Ben Weber", email: "ben.weber@example.org", registration_date: "2021-10-22" },
            { id: 95, full_name: "Nina Khan", email: "nina.khan@example.com", registration_date: "2022-08-10" },
            { id: 96, full_name: "Zara Wang", email: "zara.wang@example.com", registration_date: "2021-08-06" },
            { id: 97, full_name: null, email: null, registration_date: "2022-05-15" },
            { id: 98, full_name: "Leo Baker", email: "leo.baker@example.com", registration_date: "2021-09-20" },
            { id: 99, full_name: "Hana Dubois", email: "hana.dubois@example.org", registration_date: "2022-02-15" },
            { id: 100, full_name: "Nadia Evans", email: "nadia.evans@example.org", registration_date: "2021-06-02" },
            { id: 101, full_name: "Omar Kim", email: "omar.kim@example.com", registration_date: "2021-03-31" },
            { id: 102, full_name: "Lucas Carter", email: "lucas.carter@example.com", registration_date: "2021-03-26" },
            { id: 103, full_name: "Rosa Oliveira", email: "rosa.oliveira@example.com", registration_date: "2021-08-27" },
            { id: 104, full_name: "Leo Flores", email: "leo.flores@example.org", registration_date: "2021-07-27" },
            { id: 105, full_name: "Emma Murphy", email: "emma.murphy@example.net", registration_date: "2022-05-06" },
            { id: 106, full_name: "Maya Mendes", email: "maya.mendes@example.com", registration_date: "2022-01-11" },
            { id: 107, full_name: "Omar Murphy", email: "omar.murphy@example.com", registration_date: "2021-11-01" },
            { id: 108, full_name: "Ben Rossi", email: "ben.rossi@example.org", registration_date: "2021-08-18" },
            { id: 109, full_name: "Pedro Ali", email: "pedro.ali@example.org", registration_date: "2021-10-24" },
            { id: 110, full_name: "Ben Adams", email: "ben.adams@example.net", registration_date: "2021-01-04" },
            { id: 111, full_name: "Ethan Sousa", email: "ethan.sousa@example.net", registration_date: "2022-10-15" },
            { id: 112, full_name: "Ibrahim Pereira", email: "ibrahim.pereira@example.com", registration_date: "2021-12-19" },
            { id: 113, full_name: "Mila Wright", email: "mila.wright@example.org", registration_date: "2022-03-30" },
            { id: 114, full_name: "Nina Zhang", email: "nina.zhang@example.com", registration_date: "2021-08-29" },
            { id: 115, full_name: "Sara Baker", email: "sara.baker@example.net", registration_date: "2021-10-15" },
            { id: 116, full_name: "Marco Schneider", email: "marco.schneider@example.com", registration_date: "2022-10-10" },
            { id: 117, full_name: "Ana Kumar", email: "ana.kumar@example.com", registration_date: "2021-12-17" },
            { id: 118, full_name: "Victor Smith", email: "victor.smith@example.com", registration_date: "2021-09-28" },
            { id: 119, full_name: "Amir Jensen", email: "amir.jensen@example.com", registration_date: "2022-04-25" },
            { id: 120, full_name: "Wei Chen", email: "wei.chen@example.com", registration_date: "2021-08-23" },
            { id: 121, full_name: "Ravi Rossi", email: "ravi.rossi@example.net", registration_date: "2021-11-24" },
            { id: 122, full_name: "Leo Kim", email: "leo.kim@example.net", registration_date: "2022-08-17" },
            { id: 123, full_name: "Grace Taylor", email: "grace.taylor@example.com", registration_date: "2022-08-22" },
            { id: 124, full_name: "Ruby Patel", email: "ruby.patel@example.net", registration_date: "2022-06-04" },
            { id: 125, full_name: "Nadia Moreau", email: "nadia.moreau@example.net", registration_date: "2021-05-26" },
            { id: 126, full_name: "Mia Wright", email: "mia.wright@example.org", registration_date: "2021-12-16" },
            { id: 127, full_name: null, email: null, registration_date: "2021-12-27" },
            { id: 128, full_name: "Carlos Bennett", email: "carlos.bennett@example.net", registration_date: "2021-03-07" },
            { id: 129, full_name: "Rafael Pereira", email: "rafael.pereira@example.org", registration_date: "2021-02-09" },
            { id: 130, full_name: "Zoe Shah", email: "zoe.shah@example.com", registration_date: "2022-12-26" },
            { id: 131, full_name: "Selin Ibrahim", email: "selin.ibrahim@example.org", registration_date: "2021-11-17" },
            { id: 132, full_name: null, email: null, registration_date: "2022-01-07" },
            { id: 133, full_name: "Mila Demir", email: "mila.demir@example.net", registration_date: "2022-01-02" },
            { id: 134, full_name: null, email: null, registration_date: "2022-08-19" },
            { id: 135, full_name: "Kai Nakamura", email: "kai.nakamura@example.net", registration_date: "2021-04-05" },
            { id: 136, full_name: null, email: null, registration_date: "2021-05-30" },
            { id: 137, full_name: "Anna Gomez", email: "anna.gomez@example.net", registration_date: "2022-04-25" },
            { id: 138, full_name: "Chen Novak", email: "chen.novak@example.com", registration_date: "2022-09-02" },
            { id: 139, full_name: "Tariq Adams", email: "tariq.adams@example.org", registration_date: "2022-06-25" },
            { id: 140, full_name: "Maria Kumar", email: "maria.kumar@example.com", registration_date: "2021-04-07" },
            { id: 141, full_name: "Felix Larsen", email: "felix.larsen@example.org", registration_date: "2021-02-19" },
            { id: 142, full_name: "Paula Carter", email: "paula.carter@example.org", registration_date: "2021-04-29" },
            { id: 143, full_name: "Jack Rossi", email: "jack.rossi@example.net", registration_date: "2021-08-23" },
            { id: 144, full_name: "Ivan Meyer", email: "ivan.meyer@example.org", registration_date: "2022-07-28" },
            { id: 145, full_name: null, email: null, registration_date: "2022-10-17" },
            { id: 146, full_name: "Nour Bauer", email: "nour.bauer@example.com", registration_date: "2021-11-03" },
            { id: 147, full_name: "Omar Gomez", email: "omar.gomez@example.net", registration_date: "2021-02-11" },
            { id: 148, full_name: "Mohamed Walker", email: "mohamed.walker@example.com", registration_date: "2021-08-22" },
            { id: 149, full_name: "Lucas Cruz", email: "lucas.cruz@example.com", registration_date: "2021-07-21" },
            { id: 150, full_name: "Elena Moreau", email: "elena.moreau@example.com", registration_date: "2022-04-30" },
        ],
    });
    await prisma.meters.createMany({
        data: [
            { id: 1, location: null, installation_date: "2022-06-15", customer_id: 96, latitude: "39.15", longitude: "-97.42" },
            { id: 2, location: "Copenhagen", installation_date: "2021-08-01", customer_id: 81, latitude: "38.08", longitude: "-89.35" },
            { id: 3, location: "Singapore", installation_date: "2022-04-26", customer_id: 12, latitude: "38.98", longitude: "-107.97" },
            { id: 4, location: "Munich", installation_date: "2021-07-02", customer_id: 78, latitude: "37.68", longitude: "-86.89" },
            { id: 5, location: "Santiago", installation_date: "2021-06-30", customer_id: 31, latitude: "37.18", longitude: "-94.19" },
            { id: 6, location: "Melbourne", installation_date: "2021-02-23", customer_id: 2, latitude: "37.80", longitude: "-88.23" },
            { id: 7, location: "Buenos Aires", installation_date: "2022-09-29", customer_id: 99, latitude: "38.02", longitude: "-82.00" },
            { id: 8, location: "Paris", installation_date: "2022-11-20", customer_id: 39, latitude: "36.99", longitude: "-94.19" },
            { id: 9, location: "Copenhagen", installation_date: "2022-02-10", customer_id: 2, latitude: "38.31", longitude: "-101.99" },
            { id: 10, location: "Lagos", installation_date: "2021-11-23", customer_id: 17, latitude: "38.01", longitude: "-106.12" },
            { id: 11, location: "Vienna", installation_date: "2022-07-30", customer_id: 48, latitude: "37.73", longitude: "-96.66" },
            { id: 12, location: "Edinburgh", installation_date: "2021-08-14", customer_id: 8, latitude: "36.60", longitude: "-86.79" },
            { id: 13, location: "Cairo", installation_date: "2021-11-24", customer_id: 43, latitude: "37.53", longitude: "-107.89" },
            { id: 14, location: "Toronto", installation_date: "2021-03-28", customer_id: 45, latitude: "38.68", longitude: "-109.29" },
            { id: 15, location: "Istanbul", installation_date: "2021-06-04", customer_id: 145, latitude: "36.04", longitude: "-90.77" },
            { id: 16, location: "Ankara", installation_date: "2022-04-09", customer_id: 56, latitude: "37.01", longitude: "-97.07" },
            { id: 17, location: "Istanbul", installation_date: "2022-09-03", customer_id: 74, latitude: "37.84", longitude: "-97.02" },
            { id: 18, location: "Sao Paulo", installation_date: "2021-12-18", customer_id: 25, latitude: "37.83", longitude: "-92.36" },
            { id: 19, location: "Munich", installation_date: "2022-03-21", customer_id: 112, latitude: "38.89", longitude: "-98.31" },
            { id: 20, location: "Lima", installation_date: "2022-01-11", customer_id: 80, latitude: "36.71", longitude: "-97.99" },
            { id: 21, location: "Lagos", installation_date: "2022-07-27", customer_id: 128, latitude: "36.64", longitude: "-89.26" },
            { id: 22, location: "Sydney", installation_date: "2021-01-22", customer_id: 59, latitude: "38.77", longitude: "-86.39" },
            { id: 23, location: "Nairobi", installation_date: "2022-05-27", customer_id: 102, latitude: "37.21", longitude: "-90.35" },
            { id: 24, location: "Brussels", installation_date: "2021-05-31", customer_id: 9, latitude: "38.40", longitude: "-99.50" },
            { id: 25, location: null, installation_date: "2021-02-13", customer_id: 1, latitude: "36.00", longitude: "-96.18" },
            { id: 26, location: "Milan", installation_date: "2022-04-10", customer_id: 57, latitude: "38.92", longitude: "-96.69" },
            { id: 27, location: "Milan", installation_date: "2022-01-05", customer_id: 123, latitude: "39.75", longitude: "-102.44" },
            { id: 28, location: null, installation_date: "2022-05-12", customer_id: 90, latitude: "39.53", longitude: "-93.51" },
            { id: 29, location: "Vancouver", installation_date: "2022-04-22", customer_id: 25, latitude: "40.19", longitude: "-94.59" },
            { id: 30, location: "Oslo", installation_date: "2022-06-06", customer_id: 59, latitude: "37.30", longitude: "-97.26" },
            { id: 31, location: "Seoul", installation_date: "2022-07-22", customer_id: 67, latitude: "38.32", longitude: "-95.30" },
            { id: 32, location: "Manchester", installation_date: "2022-09-12", customer_id: 110, latitude: "37.44", longitude: "-93.31" },
            { id: 33, location: "Prague", installation_date: "2021-03-01", customer_id: 94, latitude: "37.67", longitude: "-98.31" },
            { id: 34, location: "London", installation_date: "2021-09-18", customer_id: 86, latitude: "37.36", longitude: "-98.73" },
            { id: 35, location: "Seoul", installation_date: "2022-10-22", customer_id: 44, latitude: "38.24", longitude: "-94.29" },
            { id: 36, location: "Cape Town", installation_date: "2022-04-28", customer_id: 30, latitude: "37.85", longitude: "-94.84" },
            { id: 37, location: "Stockholm", installation_date: "2021-05-27", customer_id: 147, latitude: "37.06", longitude: "-98.35" },
            { id: 38, location: "Manchester", installation_date: "2022-06-29", customer_id: 137, latitude: "37.49", longitude: "-100.39" },
            { id: 39, location: null, installation_date: "2022-11-14", customer_id: 131, latitude: "37.24", longitude: "-94.83" },
            { id: 40, location: null, installation_date: "2021-11-30", customer_id: 68, latitude: "35.90", longitude: "-101.48" },
            { id: 41, location: "Seoul", installation_date: "2021-07-20", customer_id: 81, latitude: "36.96", longitude: "-86.80" },
            { id: 42, location: "Amsterdam", installation_date: "2022-08-15", customer_id: 81, latitude: "38.51", longitude: "-106.90" },
            { id: 43, location: "Montreal", installation_date: "2021-05-21", customer_id: 81, latitude: "37.31", longitude: "-100.36" },
            { id: 44, location: "Seattle", installation_date: "2021-10-15", customer_id: 6, latitude: "38.43", longitude: "-94.05" },
            { id: 45, location: "Prague", installation_date: "2021-08-07", customer_id: 71, latitude: "36.28", longitude: "-89.70" },
            { id: 46, location: "Edinburgh", installation_date: "2022-07-30", customer_id: 86, latitude: "37.33", longitude: "-91.87" },
            { id: 47, location: "Stockholm", installation_date: "2021-02-13", customer_id: 7, latitude: "36.24", longitude: "-93.39" },
            { id: 48, location: "Buenos Aires", installation_date: "2021-06-08", customer_id: 141, latitude: "39.39", longitude: "-100.80" },
            { id: 49, location: "Lisbon", installation_date: "2021-02-15", customer_id: 20, latitude: "37.40", longitude: "-92.66" },
            { id: 50, location: "Helsinki", installation_date: "2022-09-29", customer_id: 61, latitude: "36.24", longitude: "-93.18" },
            { id: 51, location: "Paris", installation_date: "2022-10-16", customer_id: 38, latitude: "39.18", longitude: "-98.54" },
            { id: 52, location: "Zurich", installation_date: "2022-06-10", customer_id: 70, latitude: "38.44", longitude: "-90.86" },
            { id: 53, location: "Tokyo", installation_date: "2021-03-30", customer_id: 18, latitude: "39.01", longitude: "-87.39" },
            { id: 54, location: null, installation_date: "2021-01-08", customer_id: 41, latitude: "39.06", longitude: "-101.36" },
            { id: 55, location: "Vancouver", installation_date: "2021-04-23", customer_id: 38, latitude: "38.95", longitude: "-100.67" },
            { id: 56, location: "Lima", installation_date: "2021-03-31", customer_id: 84, latitude: "39.39", longitude: "-97.88" },
            { id: 57, location: "Lisbon", installation_date: "2021-08-06", customer_id: 17, latitude: "38.34", longitude: "-96.24" },
            { id: 58, location: "Lagos", installation_date: "2022-10-02", customer_id: 134, latitude: "37.23", longitude: "-99.76" },
            { id: 59, location: "Delhi", installation_date: "2021-11-28", customer_id: 75, latitude: "38.54", longitude: "-81.55" },
            { id: 60, location: "Sydney", installation_date: "2022-10-19", customer_id: 103, latitude: "41.03", longitude: "-93.03" },
            { id: 61, location: "Montreal", installation_date: "2021-04-30", customer_id: 44, latitude: "38.60", longitude: "-109.28" },
            { id: 62, location: "Edinburgh", installation_date: "2021-10-18", customer_id: 85, latitude: "37.70", longitude: "-96.06" },
            { id: 63, location: "Athens", installation_date: "2021-03-27", customer_id: 126, latitude: "37.15", longitude: "-95.27" },
            { id: 64, location: "Dublin", installation_date: "2021-01-18", customer_id: 75, latitude: "38.67", longitude: "-109.97" },
            { id: 65, location: "Cairo", installation_date: "2021-05-01", customer_id: 40, latitude: "36.87", longitude: "-93.24" },
            { id: 66, location: "Hamburg", installation_date: "2021-10-02", customer_id: 82, latitude: "37.97", longitude: "-96.90" },
            { id: 67, location: "Delhi", installation_date: "2021-04-12", customer_id: 9, latitude: "36.57", longitude: "-111.89" },
            { id: 68, location: "Sydney", installation_date: "2021-09-10", customer_id: 81, latitude: "35.01", longitude: "-88.66" },
            { id: 69, location: "Paris", installation_date: "2022-05-02", customer_id: 120, latitude: "38.24", longitude: "-101.36" },
            { id: 70, location: "Boston", installation_date: "2021-06-12", customer_id: 5, latitude: "38.03", longitude: "-101.51" },
            { id: 71, location: null, installation_date: "2021-12-01", customer_id: 142, latitude: "38.66", longitude: "-91.08" },
            { id: 72, location: "Santiago", installation_date: "2022-07-07", customer_id: 27, latitude: "38.02", longitude: "-94.98" },
            { id: 73, location: "Singapore", installation_date: "2022-02-20", customer_id: 100, latitude: "35.44", longitude: "-91.25" },
            { id: 74, location: null, installation_date: "2021-05-21", customer_id: 20, latitude: "38.80", longitude: "-97.17" },
            { id: 75, location: "Boston", installation_date: "2022-06-25", customer_id: 34, latitude: "38.13", longitude: "-102.11" },
            { id: 76, location: "Barcelona", installation_date: "2021-10-15", customer_id: 66, latitude: "38.74", longitude: "-92.86" },
            { id: 77, location: "Delhi", installation_date: "2021-12-23", customer_id: 33, latitude: "38.49", longitude: "-79.20" },
            { id: 78, location: "Amsterdam", installation_date: "2021-06-22", customer_id: 148, latitude: "38.56", longitude: "-95.35" },
            { id: 79, location: "Copenhagen", installation_date: "2022-07-09", customer_id: 30, latitude: "38.81", longitude: "-92.13" },
            { id: 80, location: "Brussels", installation_date: "2021-10-03", customer_id: 52, latitude: "37.71", longitude: "-94.32" },
            { id: 81, location: "Toronto", installation_date: "2021-03-22", customer_id: 127, latitude: "37.96", longitude: "-92.33" },
            { id: 82, location: null, installation_date: "2021-09-09", customer_id: 118, latitude: "38.32", longitude: "-108.66" },
            { id: 83, location: "Dublin", installation_date: "2021-11-16", customer_id: 59, latitude: "36.96", longitude: "-93.94" },
            { id: 84, location: "Madrid", installation_date: "2021-03-03", customer_id: 2, latitude: "36.68", longitude: "-90.81" },
            { id: 85, location: null, installation_date: "2022-06-30", customer_id: 140, latitude: "38.01", longitude: "-86.61" },
            { id: 86, location: "Bogota", installation_date: "2022-11-03", customer_id: 60, latitude: "36.84", longitude: "-99.44" },
            { id: 87, location: "Austin", installation_date: "2021-11-19", customer_id: 108, latitude: "38.70", longitude: "-104.74" },
            { id: 88, location: "Singapore", installation_date: "2021-02-11", customer_id: 23, latitude: "38.74", longitude: "-100.81" },
            { id: 89, location: "Madrid", installation_date: "2022-01-27", customer_id: 90, latitude: "39.14", longitude: "-97.46" },
            { id: 90, location: "Helsinki", installation_date: "2022-04-19", customer_id: 9, latitude: "38.61", longitude: "-94.93" },
            { id: 91, location: "Austin", installation_date: "2021-01-15", customer_id: 51, latitude: "36.82", longitude: "-105.11" },
            { id: 92, location: "Copenhagen", installation_date: "2022-03-18", customer_id: 8, latitude: "38.19", longitude: "-93.18" },
            { id: 93, location: "Sydney", installation_date: "2022-08-11", customer_id: 57, latitude: "38.14", longitude: "-95.28" },
            { id: 94, location: null, installation_date: "2022-01-01", customer_id: 93, latitude: "38.43", longitude: "-102.91" },
            { id: 95, location: "Izmir", installation_date: "2022-02-28", customer_id: 23, latitude: "39.28", longitude: "-95.30" },
            { id: 96, location: "Rome", installation_date: "2021-11-25", customer_id: 136, latitude: "38.37", longitude: "-90.26" },
            { id: 97, location: null, installation_date: "2021-01-18", customer_id: 73, latitude: "39.23", longitude: "-94.82" },
            { id: 98, location: "Chicago", installation_date: "2021-11-17", customer_id: 60, latitude: "39.96", longitude: "-101.96" },
            { id: 99, location: "Melbourne", installation_date: "2022-06-24", customer_id: 51, latitude: "37.28", longitude: "-95.61" },
            { id: 100, location: "Denver", installation_date: "2021-03-01", customer_id: 33, latitude: "36.90", longitude: "-103.19" },
            { id: 101, location: null, installation_date: "2021-08-21", customer_id: 117, latitude: "36.63", longitude: "-97.84" },
            { id: 102, location: null, installation_date: "2022-05-01", customer_id: 120, latitude: "38.55", longitude: "-103.60" },
            { id: 103, location: "Sydney", installation_date: "2021-10-26", customer_id: 66, latitude: "37.53", longitude: "-91.74" },
            { id: 104, location: "Chicago", installation_date: "2021-04-01", customer_id: 113, latitude: "36.49", longitude: "-108.58" },
            { id: 105, location: "Boston", installation_date: "2022-01-13", customer_id: 67, latitude: "38.57", longitude: "-100.11" },
            { id: 106, location: "Bangkok", installation_date: "2021-10-16", customer_id: 74, latitude: "37.84", longitude: "-105.10" },
            { id: 107, location: null, installation_date: "2022-10-01", customer_id: 81, latitude: "38.14", longitude: "-83.57" },
            { id: 108, location: "Berlin", installation_date: "2022-10-09", customer_id: 74, latitude: "37.61", longitude: "-108.15" },
            { id: 109, location: "Rome", installation_date: "2021-09-18", customer_id: 105, latitude: "36.56", longitude: "-96.19" },
            { id: 110, location: null, installation_date: "2022-01-04", customer_id: 28, latitude: "36.42", longitude: "-90.94" },
            { id: 111, location: "Auckland", installation_date: "2022-10-04", customer_id: 102, latitude: "39.27", longitude: "-96.26" },
            { id: 112, location: "Santiago", installation_date: "2022-03-16", customer_id: 123, latitude: "36.41", longitude: "-86.40" },
            { id: 113, location: null, installation_date: "2021-10-13", customer_id: 37, latitude: "35.81", longitude: "-108.86" },
            { id: 114, location: "Prague", installation_date: "2021-04-22", customer_id: 33, latitude: "38.17", longitude: "-92.20" },
            { id: 115, location: null, installation_date: "2022-05-07", customer_id: 54, latitude: "36.37", longitude: "-89.72" },
            { id: 116, location: "Bogota", installation_date: "2021-09-16", customer_id: 64, latitude: "35.97", longitude: "-90.44" },
            { id: 117, location: "Oslo", installation_date: "2021-10-14", customer_id: 89, latitude: "37.05", longitude: "-101.82" },
            { id: 118, location: "Berlin", installation_date: "2021-03-14", customer_id: 76, latitude: "38.34", longitude: "-89.85" },
            { id: 119, location: null, installation_date: "2022-05-06", customer_id: 26, latitude: "37.99", longitude: "-99.07" },
            { id: 120, location: "Rome", installation_date: "2022-05-27", customer_id: 130, latitude: "36.32", longitude: "-101.22" },
            { id: 121, location: "Buenos Aires", installation_date: "2021-01-26", customer_id: 5, latitude: "37.53", longitude: "-91.27" },
            { id: 122, location: "Kyoto", installation_date: "2021-05-04", customer_id: 88, latitude: "37.86", longitude: "-101.87" },
            { id: 123, location: "Melbourne", installation_date: "2021-05-10", customer_id: 75, latitude: "38.41", longitude: "-97.22" },
            { id: 124, location: "Amsterdam", installation_date: "2022-06-05", customer_id: 15, latitude: "38.06", longitude: "-97.75" },
            { id: 125, location: "Tokyo", installation_date: "2022-10-14", customer_id: 116, latitude: "36.33", longitude: "-95.83" },
            { id: 126, location: null, installation_date: "2022-08-21", customer_id: 104, latitude: "37.79", longitude: "-103.05" },
            { id: 127, location: "Tokyo", installation_date: "2022-12-29", customer_id: 16, latitude: "39.16", longitude: "-100.82" },
            { id: 128, location: "Cairo", installation_date: "2022-11-06", customer_id: 119, latitude: "37.97", longitude: "-88.23" },
            { id: 129, location: "Zurich", installation_date: "2022-04-01", customer_id: 100, latitude: "38.13", longitude: "-97.70" },
            { id: 130, location: "Santiago", installation_date: "2022-10-20", customer_id: 149, latitude: "38.30", longitude: "-94.68" },
            { id: 131, location: null, installation_date: "2021-05-02", customer_id: 130, latitude: "36.93", longitude: "-100.55" },
            { id: 132, location: "Manila", installation_date: "2021-01-13", customer_id: 27, latitude: "38.09", longitude: "-96.55" },
            { id: 133, location: null, installation_date: "2022-01-11", customer_id: 79, latitude: "38.13", longitude: "-100.93" },
            { id: 134, location: "Auckland", installation_date: "2021-08-27", customer_id: 133, latitude: "37.09", longitude: "-89.27" },
            { id: 135, location: "Zurich", installation_date: "2022-07-30", customer_id: 94, latitude: "38.33", longitude: "-95.90" },
            { id: 136, location: "Milan", installation_date: "2021-01-05", customer_id: 12, latitude: "38.68", longitude: "-102.41" },
            { id: 137, location: "London", installation_date: "2022-09-19", customer_id: 93, latitude: "38.38", longitude: "-89.04" },
            { id: 138, location: "Oslo", installation_date: "2021-02-16", customer_id: 56, latitude: "39.84", longitude: "-96.19" },
            { id: 139, location: "Berlin", installation_date: "2021-03-06", customer_id: 136, latitude: "38.60", longitude: "-85.29" },
            { id: 140, location: "Manila", installation_date: "2022-03-13", customer_id: 124, latitude: "38.65", longitude: "-87.63" },
            { id: 141, location: "Bogota", installation_date: "2021-06-09", customer_id: 128, latitude: "39.30", longitude: "-82.79" },
            { id: 142, location: "Rome", installation_date: "2021-01-13", customer_id: 135, latitude: "37.15", longitude: "-91.90" },
            { id: 143, location: "Seoul", installation_date: "2021-12-21", customer_id: 118, latitude: "36.63", longitude: "-87.33" },
            { id: 144, location: "Sydney", installation_date: "2022-09-20", customer_id: 139, latitude: "37.35", longitude: "-95.06" },
            { id: 145, location: "Zurich", installation_date: "2021-08-29", customer_id: 19, latitude: "38.58", longitude: "-97.82" },
            { id: 146, location: "Hamburg", installation_date: "2021-07-07", customer_id: 94, latitude: "36.70", longitude: "-96.38" },
            { id: 147, location: "Athens", installation_date: "2022-11-26", customer_id: 43, latitude: "36.46", longitude: "-92.10" },
            { id: 148, location: "Kyoto", installation_date: "2021-11-10", customer_id: 73, latitude: "37.18", longitude: "-91.73" },
            { id: 149, location: "London", installation_date: "2021-03-21", customer_id: 26, latitude: "38.41", longitude: "-104.82" },
            { id: 150, location: "Chicago", installation_date: "2022-06-11", customer_id: 115, latitude: "39.39", longitude: "-94.28" },
            { id: 151, location: "Jakarta", installation_date: "2022-07-01", customer_id: 124, latitude: "36.85", longitude: "-94.85" },
            { id: 152, location: null, installation_date: "2021-04-15", customer_id: 1, latitude: "36.64", longitude: "-93.47" },
            { id: 153, location: "Seattle", installation_date: "2021-04-23", customer_id: 110, latitude: "37.72", longitude: "-85.32" },
            { id: 154, location: "Ankara", installation_date: "2022-05-27", customer_id: 82, latitude: "39.10", longitude: "-98.59" },
            { id: 155, location: "Bangkok", installation_date: "2022-05-14", customer_id: 53, latitude: "38.15", longitude: "-95.59" },
            { id: 156, location: "Singapore", installation_date: "2021-04-06", customer_id: 128, latitude: "37.73", longitude: "-111.08" },
            { id: 157, location: "Taipei", installation_date: "2022-09-07", customer_id: 62, latitude: "37.62", longitude: "-95.40" },
            { id: 158, location: "Chicago", installation_date: "2022-01-10", customer_id: 134, latitude: "37.63", longitude: "-99.00" },
            { id: 159, location: "Madrid", installation_date: "2022-01-18", customer_id: 11, latitude: "38.28", longitude: "-81.49" },
            { id: 160, location: "Tokyo", installation_date: "2022-05-14", customer_id: 63, latitude: "37.00", longitude: "-95.21" },
            { id: 161, location: "Toronto", installation_date: "2021-09-19", customer_id: 19, latitude: "37.39", longitude: "-94.15" },
            { id: 162, location: "Mexico City", installation_date: "2021-03-05", customer_id: 147, latitude: "38.69", longitude: "-107.91" },
            { id: 163, location: "Lagos", installation_date: "2021-04-08", customer_id: 107, latitude: "39.20", longitude: "-94.44" },
            { id: 164, location: "San Diego", installation_date: "2021-06-26", customer_id: 102, latitude: "36.76", longitude: "-95.70" },
            { id: 165, location: "Barcelona", installation_date: "2022-09-15", customer_id: 19, latitude: "37.61", longitude: "-98.10" },
            { id: 166, location: null, installation_date: "2022-02-05", customer_id: 32, latitude: "37.27", longitude: "-91.05" },
            { id: 167, location: "Santiago", installation_date: "2021-11-29", customer_id: 23, latitude: "38.10", longitude: "-99.73" },
            { id: 168, location: "Chicago", installation_date: "2021-05-14", customer_id: 135, latitude: "38.01", longitude: "-97.68" },
            { id: 169, location: "Singapore", installation_date: "2021-07-29", customer_id: 74, latitude: "36.40", longitude: "-99.60" },
            { id: 170, location: "London", installation_date: "2021-08-16", customer_id: 130, latitude: "38.34", longitude: "-92.67" },
            { id: 171, location: "Sydney", installation_date: "2022-04-07", customer_id: 8, latitude: "37.77", longitude: "-103.70" },
            { id: 172, location: "Melbourne", installation_date: "2022-02-14", customer_id: 70, latitude: "38.87", longitude: "-101.00" },
            { id: 173, location: "Bogota", installation_date: "2021-05-28", customer_id: 135, latitude: "35.96", longitude: "-100.01" },
            { id: 174, location: "Paris", installation_date: "2021-08-06", customer_id: 100, latitude: "37.42", longitude: "-94.50" },
            { id: 175, location: "Cairo", installation_date: "2022-05-16", customer_id: 77, latitude: "38.25", longitude: "-100.37" },
            { id: 176, location: "Hamburg", installation_date: "2022-06-12", customer_id: 138, latitude: "39.84", longitude: "-95.17" },
            { id: 177, location: null, installation_date: "2022-07-19", customer_id: 66, latitude: "36.37", longitude: "-102.49" },
            { id: 178, location: "Taipei", installation_date: "2021-10-13", customer_id: 102, latitude: "38.63", longitude: "-84.85" },
            { id: 179, location: "Taipei", installation_date: "2021-10-26", customer_id: 100, latitude: "38.56", longitude: "-94.80" },
            { id: 180, location: "Helsinki", installation_date: "2021-06-14", customer_id: 81, latitude: "37.07", longitude: "-108.00" },
            { id: 181, location: "Toronto", installation_date: "2021-10-13", customer_id: 103, latitude: "37.60", longitude: "-98.32" },
            { id: 182, location: "Milan", installation_date: "2022-01-19", customer_id: 14, latitude: "39.08", longitude: "-91.30" },
            { id: 183, location: "Manila", installation_date: "2022-11-29", customer_id: 117, latitude: "36.15", longitude: "-94.47" },
            { id: 184, location: "Seoul", installation_date: "2022-09-08", customer_id: 45, latitude: "34.98", longitude: "-99.37" },
            { id: 185, location: "Zurich", installation_date: "2021-02-05", customer_id: 121, latitude: "37.19", longitude: "-97.96" },
            { id: 186, location: "Istanbul", installation_date: "2022-01-24", customer_id: 144, latitude: "35.92", longitude: "-89.33" },
            { id: 187, location: "Seoul", installation_date: "2022-09-17", customer_id: 106, latitude: "38.25", longitude: "-90.40" },
            { id: 188, location: null, installation_date: "2021-04-09", customer_id: 78, latitude: "37.52", longitude: "-110.14" },
            { id: 189, location: "Denver", installation_date: "2022-05-05", customer_id: 39, latitude: "39.54", longitude: "-83.53" },
            { id: 190, location: "Cape Town", installation_date: "2021-12-07", customer_id: 10, latitude: "38.63", longitude: "-87.77" },
            { id: 191, location: "Montreal", installation_date: "2021-12-06", customer_id: 67, latitude: "35.89", longitude: "-97.77" },
            { id: 192, location: "Jakarta", installation_date: "2021-11-12", customer_id: 3, latitude: "37.08", longitude: "-97.95" },
            { id: 193, location: "Seoul", installation_date: "2022-09-15", customer_id: 100, latitude: "38.51", longitude: "-97.43" },
            { id: 194, location: "Ankara", installation_date: "2022-05-23", customer_id: 72, latitude: "35.75", longitude: "-96.26" },
            { id: 195, location: null, installation_date: "2022-03-19", customer_id: 78, latitude: "37.94", longitude: "-84.05" },
            { id: 196, location: "Vienna", installation_date: "2022-09-17", customer_id: 131, latitude: "38.48", longitude: "-95.00" },
            { id: 197, location: "Seoul", installation_date: "2022-09-11", customer_id: 69, latitude: "38.30", longitude: "-97.74" },
            { id: 198, location: "Chicago", installation_date: "2022-02-11", customer_id: 98, latitude: "37.96", longitude: "-87.26" },
            { id: 199, location: null, installation_date: "2022-10-30", customer_id: 146, latitude: "38.32", longitude: "-96.67" },
            { id: 200, location: null, installation_date: "2021-02-02", customer_id: 45, latitude: "38.90", longitude: "-95.41" },
        ],
    });
    await prisma.readings.createMany({
        data: [
            { id: 1, timestamp: new Date("2023-01-29T18:23:26Z"), meter_id: 191, consumption_kwh: "3.86", average_consumption_kwh: "4.10", cost: "1.19" },
            { id: 2, timestamp: new Date("2023-01-07T10:33:20Z"), meter_id: 99, consumption_kwh: "2.56", average_consumption_kwh: "6.14", cost: "2.23" },
            { id: 3, timestamp: new Date("2023-03-25T20:07:07Z"), meter_id: 79, consumption_kwh: "3.91", average_consumption_kwh: "5.79", cost: "1.56" },
            { id: 4, timestamp: new Date("2023-02-19T11:08:07Z"), meter_id: 85, consumption_kwh: "3.50", average_consumption_kwh: "5.44", cost: "0.03" },
            { id: 5, timestamp: new Date("2023-03-19T03:29:02Z"), meter_id: 62, consumption_kwh: "7.82", average_consumption_kwh: "3.54", cost: "0.29" },
            { id: 6, timestamp: new Date("2023-02-22T13:34:46Z"), meter_id: 59, consumption_kwh: "1.58", average_consumption_kwh: "4.81", cost: "2.68" },
            { id: 7, timestamp: new Date("2023-01-18T18:11:45Z"), meter_id: 195, consumption_kwh: "7.04", average_consumption_kwh: "4.31", cost: "0.87" },
            { id: 8, timestamp: new Date("2023-03-18T20:21:27Z"), meter_id: 39, consumption_kwh: "5.79", average_consumption_kwh: "4.67", cost: "0.94" },
            { id: 9, timestamp: new Date("2023-01-07T19:50:25Z"), meter_id: 73, consumption_kwh: "4.35", average_consumption_kwh: "4.90", cost: "0.96" },
            { id: 10, timestamp: new Date("2023-03-15T15:52:03Z"), meter_id: 26, consumption_kwh: "4.65", average_consumption_kwh: "2.47", cost: "2.89" },
            { id: 11, timestamp: new Date("2023-02-07T18:17:45Z"), meter_id: 28, consumption_kwh: "5.57", average_consumption_kwh: "3.92", cost: "2.11" },
            { id: 12, timestamp: new Date("2023-03-26T19:49:12Z"), meter_id: 105, consumption_kwh: "4.17", average_consumption_kwh: "1.98", cost: "0.36" },
            { id: 13, timestamp: new Date("2023-02-25T10:20:54Z"), meter_id: 77, consumption_kwh: "5.10", average_consumption_kwh: "2.51", cost: "0.01" },
            { id: 14, timestamp: new Date("2023-03-04T15:35:39Z"), meter_id: 22, consumption_kwh: "4.16", average_consumption_kwh: "3.98", cost: "0.08" },
            { id: 15, timestamp: new Date("2023-02-13T08:27:49Z"), meter_id: 166, consumption_kwh: "5.95", average_consumption_kwh: "3.56", cost: "0.02" },
            { id: 16, timestamp: new Date("2023-03-12T03:37:26Z"), meter_id: 119, consumption_kwh: null, average_consumption_kwh: "5.32", cost: "0.28" },
            { id: 17, timestamp: new Date("2023-02-12T06:59:45Z"), meter_id: 173, consumption_kwh: "5.95", average_consumption_kwh: "5.54", cost: "0.05" },
            { id: 18, timestamp: new Date("2023-02-23T17:38:26Z"), meter_id: 38, consumption_kwh: "5.89", average_consumption_kwh: "4.49", cost: "1.23" },
            { id: 19, timestamp: new Date("2023-01-09T14:44:19Z"), meter_id: 112, consumption_kwh: "5.15", average_consumption_kwh: "3.23", cost: "2.55" },
            { id: 20, timestamp: new Date("2023-03-16T22:42:38Z"), meter_id: 198, consumption_kwh: null, average_consumption_kwh: "3.84", cost: "0.31" },
            { id: 21, timestamp: new Date("2023-03-18T11:30:37Z"), meter_id: 2, consumption_kwh: "5.47", average_consumption_kwh: "5.60", cost: "0.34" },
            { id: 22, timestamp: new Date("2023-03-12T11:03:43Z"), meter_id: 23, consumption_kwh: "6.43", average_consumption_kwh: "4.16", cost: "1.07" },
            { id: 23, timestamp: new Date("2023-01-29T07:18:54Z"), meter_id: 32, consumption_kwh: "3.88", average_consumption_kwh: "5.38", cost: "0.46" },
            { id: 24, timestamp: new Date("2023-03-12T17:56:26Z"), meter_id: 152, consumption_kwh: "4.24", average_consumption_kwh: "5.98", cost: "0.70" },
            { id: 25, timestamp: new Date("2023-03-01T14:37:24Z"), meter_id: 174, consumption_kwh: null, average_consumption_kwh: "4.61", cost: "0.50" },
            { id: 26, timestamp: new Date("2023-02-28T20:52:04Z"), meter_id: 163, consumption_kwh: "6.01", average_consumption_kwh: "4.92", cost: "1.90" },
            { id: 27, timestamp: new Date("2023-02-24T01:05:50Z"), meter_id: 32, consumption_kwh: "2.69", average_consumption_kwh: "3.19", cost: "0.06" },
            { id: 28, timestamp: new Date("2023-01-05T00:36:01Z"), meter_id: 29, consumption_kwh: "7.51", average_consumption_kwh: "3.10", cost: "1.14" },
            { id: 29, timestamp: new Date("2023-03-06T02:42:26Z"), meter_id: 118, consumption_kwh: null, average_consumption_kwh: "5.04", cost: "0.26" },
            { id: 30, timestamp: new Date("2023-01-09T18:54:40Z"), meter_id: 153, consumption_kwh: "6.35", average_consumption_kwh: "4.34", cost: "1.45" },
            { id: 31, timestamp: new Date("2023-03-31T18:05:48Z"), meter_id: 196, consumption_kwh: "4.75", average_consumption_kwh: "4.62", cost: "0.29" },
            { id: 32, timestamp: new Date("2023-02-22T17:16:14Z"), meter_id: 137, consumption_kwh: "4.01", average_consumption_kwh: "3.88", cost: "0.41" },
            { id: 33, timestamp: new Date("2023-02-13T11:51:23Z"), meter_id: 111, consumption_kwh: "6.46", average_consumption_kwh: "5.53", cost: "1.10" },
            { id: 34, timestamp: new Date("2023-02-05T12:47:45Z"), meter_id: 74, consumption_kwh: "6.31", average_consumption_kwh: "3.59", cost: "0.01" },
            { id: 35, timestamp: new Date("2023-01-07T16:34:29Z"), meter_id: 143, consumption_kwh: "5.48", average_consumption_kwh: "2.50", cost: "0.63" },
            { id: 36, timestamp: new Date("2023-01-31T17:49:20Z"), meter_id: 163, consumption_kwh: "7.23", average_consumption_kwh: "3.61", cost: "2.54" },
            { id: 37, timestamp: new Date("2023-03-30T13:07:11Z"), meter_id: 114, consumption_kwh: null, average_consumption_kwh: "4.29", cost: "2.88" },
            { id: 38, timestamp: new Date("2023-02-24T15:15:59Z"), meter_id: 159, consumption_kwh: "7.32", average_consumption_kwh: "4.60", cost: "2.78" },
            { id: 39, timestamp: new Date("2023-01-12T14:33:16Z"), meter_id: 57, consumption_kwh: "3.15", average_consumption_kwh: "4.52", cost: "2.73" },
            { id: 40, timestamp: new Date("2023-01-17T00:13:41Z"), meter_id: 43, consumption_kwh: null, average_consumption_kwh: "3.59", cost: "2.43" },
            { id: 41, timestamp: new Date("2023-01-27T15:52:00Z"), meter_id: 98, consumption_kwh: "6.72", average_consumption_kwh: "4.12", cost: "0.97" },
            { id: 42, timestamp: new Date("2023-01-09T11:29:12Z"), meter_id: 114, consumption_kwh: "4.10", average_consumption_kwh: "2.37", cost: "2.65" },
            { id: 43, timestamp: new Date("2023-02-21T13:47:38Z"), meter_id: 58, consumption_kwh: "2.64", average_consumption_kwh: "2.98", cost: "2.50" },
            { id: 44, timestamp: new Date("2023-01-05T09:45:54Z"), meter_id: 61, consumption_kwh: "5.73", average_consumption_kwh: "3.82", cost: "0.60" },
            { id: 45, timestamp: new Date("2023-02-13T09:05:40Z"), meter_id: 142, consumption_kwh: "3.61", average_consumption_kwh: "5.13", cost: "1.78" },
            { id: 46, timestamp: new Date("2023-01-29T19:36:52Z"), meter_id: 14, consumption_kwh: "4.96", average_consumption_kwh: "5.45", cost: "0.04" },
            { id: 47, timestamp: new Date("2023-03-28T08:12:35Z"), meter_id: 100, consumption_kwh: "2.70", average_consumption_kwh: "4.18", cost: "0.22" },
            { id: 48, timestamp: new Date("2023-01-02T19:41:21Z"), meter_id: 113, consumption_kwh: "6.15", average_consumption_kwh: "5.78", cost: "2.72" },
            { id: 49, timestamp: new Date("2023-02-28T22:05:27Z"), meter_id: 166, consumption_kwh: "5.04", average_consumption_kwh: "4.04", cost: "0.52" },
            { id: 50, timestamp: new Date("2023-03-08T21:20:47Z"), meter_id: 68, consumption_kwh: "3.88", average_consumption_kwh: "2.93", cost: "0.23" },
            { id: 51, timestamp: new Date("2023-02-05T13:16:37Z"), meter_id: 106, consumption_kwh: "5.73", average_consumption_kwh: "3.88", cost: "0.02" },
            { id: 52, timestamp: new Date("2023-03-06T11:44:18Z"), meter_id: 28, consumption_kwh: "5.44", average_consumption_kwh: "2.46", cost: "0.02" },
            { id: 53, timestamp: new Date("2023-03-15T16:20:04Z"), meter_id: 10, consumption_kwh: "6.11", average_consumption_kwh: "4.41", cost: "0.70" },
            { id: 54, timestamp: new Date("2023-01-09T17:21:19Z"), meter_id: 129, consumption_kwh: "7.51", average_consumption_kwh: "2.51", cost: "1.79" },
            { id: 55, timestamp: new Date("2023-03-05T12:42:18Z"), meter_id: 33, consumption_kwh: null, average_consumption_kwh: "4.26", cost: "0.92" },
            { id: 56, timestamp: new Date("2023-01-16T13:53:54Z"), meter_id: 166, consumption_kwh: "8.09", average_consumption_kwh: "2.79", cost: "0.04" },
            { id: 57, timestamp: new Date("2023-01-03T15:15:56Z"), meter_id: 106, consumption_kwh: "5.32", average_consumption_kwh: "2.88", cost: "2.96" },
            { id: 58, timestamp: new Date("2023-01-17T09:53:36Z"), meter_id: 39, consumption_kwh: "5.72", average_consumption_kwh: "4.17", cost: "0.19" },
            { id: 59, timestamp: new Date("2023-01-08T01:14:09Z"), meter_id: 87, consumption_kwh: "7.13", average_consumption_kwh: "4.23", cost: "1.04" },
            { id: 60, timestamp: new Date("2023-01-29T10:11:47Z"), meter_id: 52, consumption_kwh: "5.95", average_consumption_kwh: "3.88", cost: "1.09" },
            { id: 61, timestamp: new Date("2023-03-09T14:48:01Z"), meter_id: 56, consumption_kwh: "3.97", average_consumption_kwh: "6.63", cost: "0.04" },
            { id: 62, timestamp: new Date("2023-02-08T23:16:59Z"), meter_id: 164, consumption_kwh: "5.11", average_consumption_kwh: "5.65", cost: "0.81" },
            { id: 63, timestamp: new Date("2023-01-12T18:21:07Z"), meter_id: 23, consumption_kwh: "4.96", average_consumption_kwh: "5.53", cost: "0.01" },
            { id: 64, timestamp: new Date("2023-01-27T09:05:05Z"), meter_id: 38, consumption_kwh: "2.92", average_consumption_kwh: "4.52", cost: "2.28" },
            { id: 65, timestamp: new Date("2023-03-20T16:10:57Z"), meter_id: 193, consumption_kwh: "2.24", average_consumption_kwh: "3.49", cost: "2.49" },
            { id: 66, timestamp: new Date("2023-03-23T10:33:41Z"), meter_id: 21, consumption_kwh: "3.86", average_consumption_kwh: "4.83", cost: "1.22" },
            { id: 67, timestamp: new Date("2023-03-08T10:56:10Z"), meter_id: 129, consumption_kwh: "3.88", average_consumption_kwh: "3.95", cost: "2.21" },
            { id: 68, timestamp: new Date("2023-03-16T15:34:39Z"), meter_id: 52, consumption_kwh: "3.57", average_consumption_kwh: "3.41", cost: "2.77" },
            { id: 69, timestamp: new Date("2023-01-25T16:39:52Z"), meter_id: 185, consumption_kwh: "5.47", average_consumption_kwh: "2.91", cost: "1.53" },
            { id: 70, timestamp: new Date("2023-01-04T17:09:25Z"), meter_id: 184, consumption_kwh: null, average_consumption_kwh: "3.79", cost: "1.01" },
            { id: 71, timestamp: new Date("2023-02-01T22:20:21Z"), meter_id: 151, consumption_kwh: "9.38", average_consumption_kwh: "3.68", cost: "2.44" },
            { id: 72, timestamp: new Date("2023-03-04T18:43:05Z"), meter_id: 91, consumption_kwh: "4.23", average_consumption_kwh: "3.98", cost: "0.50" },
            { id: 73, timestamp: new Date("2023-03-25T22:47:36Z"), meter_id: 154, consumption_kwh: "3.82", average_consumption_kwh: "4.67", cost: "0.04" },
            { id: 74, timestamp: new Date("2023-03-04T19:22:42Z"), meter_id: 23, consumption_kwh: null, average_consumption_kwh: "4.64", cost: "0.06" },
            { id: 75, timestamp: new Date("2023-02-17T20:37:14Z"), meter_id: 109, consumption_kwh: "6.25", average_consumption_kwh: "5.96", cost: "0.15" },
            { id: 76, timestamp: new Date("2023-01-23T17:10:36Z"), meter_id: 170, consumption_kwh: "6.52", average_consumption_kwh: "3.95", cost: "0.54" },
            { id: 77, timestamp: new Date("2023-03-07T13:33:16Z"), meter_id: 170, consumption_kwh: "5.55", average_consumption_kwh: "4.65", cost: "0.17" },
            { id: 78, timestamp: new Date("2023-02-20T13:13:10Z"), meter_id: 131, consumption_kwh: "6.16", average_consumption_kwh: "5.16", cost: "2.12" },
            { id: 79, timestamp: new Date("2023-01-24T16:11:53Z"), meter_id: 179, consumption_kwh: "0.80", average_consumption_kwh: "3.01", cost: "0.32" },
            { id: 80, timestamp: new Date("2023-03-11T16:46:23Z"), meter_id: 96, consumption_kwh: "5.90", average_consumption_kwh: "3.68", cost: "1.10" },
            { id: 81, timestamp: new Date("2023-03-02T17:07:09Z"), meter_id: 106, consumption_kwh: "3.09", average_consumption_kwh: "3.87", cost: "0.55" },
            { id: 82, timestamp: new Date("2023-01-10T11:13:26Z"), meter_id: 57, consumption_kwh: null, average_consumption_kwh: "5.03", cost: "0.12" },
            { id: 83, timestamp: new Date("2023-03-11T19:06:44Z"), meter_id: 155, consumption_kwh: "5.07", average_consumption_kwh: "4.28", cost: "0.71" },
            { id: 84, timestamp: new Date("2023-02-10T15:52:58Z"), meter_id: 172, consumption_kwh: "6.64", average_consumption_kwh: "2.52", cost: "2.70" },
            { id: 85, timestamp: new Date("2023-01-27T19:16:07Z"), meter_id: 85, consumption_kwh: null, average_consumption_kwh: "2.90", cost: "0.40" },
            { id: 86, timestamp: new Date("2023-01-19T11:46:42Z"), meter_id: 160, consumption_kwh: "5.39", average_consumption_kwh: "3.14", cost: "0.02" },
            { id: 87, timestamp: new Date("2023-02-18T09:19:16Z"), meter_id: 66, consumption_kwh: "5.07", average_consumption_kwh: "6.32", cost: "0.07" },
            { id: 88, timestamp: new Date("2023-01-28T15:35:53Z"), meter_id: 199, consumption_kwh: "6.02", average_consumption_kwh: "4.76", cost: "0.73" },
            { id: 89, timestamp: new Date("2023-02-25T01:48:02Z"), meter_id: 109, consumption_kwh: "7.30", average_consumption_kwh: "4.21", cost: "2.40" },
            { id: 90, timestamp: new Date("2023-03-10T20:33:09Z"), meter_id: 79, consumption_kwh: "7.60", average_consumption_kwh: "2.40", cost: "1.42" },
            { id: 91, timestamp: new Date("2023-02-07T19:56:59Z"), meter_id: 74, consumption_kwh: "5.15", average_consumption_kwh: "2.72", cost: "0.23" },
            { id: 92, timestamp: new Date("2023-02-02T00:49:39Z"), meter_id: 22, consumption_kwh: "4.37", average_consumption_kwh: "5.07", cost: "1.35" },
            { id: 93, timestamp: new Date("2023-01-19T20:08:19Z"), meter_id: 17, consumption_kwh: "6.26", average_consumption_kwh: "2.83", cost: "0.11" },
            { id: 94, timestamp: new Date("2023-01-22T18:05:30Z"), meter_id: 51, consumption_kwh: "4.24", average_consumption_kwh: "4.75", cost: "0.32" },
            { id: 95, timestamp: new Date("2023-03-12T05:47:13Z"), meter_id: 33, consumption_kwh: "5.15", average_consumption_kwh: "4.55", cost: "0.72" },
            { id: 96, timestamp: new Date("2023-02-07T15:41:56Z"), meter_id: 43, consumption_kwh: "4.99", average_consumption_kwh: "4.36", cost: "1.21" },
            { id: 97, timestamp: new Date("2023-01-02T13:51:05Z"), meter_id: 51, consumption_kwh: "3.17", average_consumption_kwh: "3.46", cost: "2.39" },
            { id: 98, timestamp: new Date("2023-03-19T12:10:11Z"), meter_id: 123, consumption_kwh: "4.07", average_consumption_kwh: "2.50", cost: "1.33" },
            { id: 99, timestamp: new Date("2023-02-03T18:35:12Z"), meter_id: 2, consumption_kwh: "9.24", average_consumption_kwh: "3.75", cost: "2.94" },
            { id: 100, timestamp: new Date("2023-03-21T17:33:49Z"), meter_id: 120, consumption_kwh: "6.14", average_consumption_kwh: "5.39", cost: "0.85" },
            { id: 101, timestamp: new Date("2023-03-29T19:33:19Z"), meter_id: 66, consumption_kwh: "5.67", average_consumption_kwh: "3.76", cost: "0.91" },
            { id: 102, timestamp: new Date("2023-03-03T14:06:49Z"), meter_id: 143, consumption_kwh: "7.38", average_consumption_kwh: "4.47", cost: "1.70" },
            { id: 103, timestamp: new Date("2023-01-08T18:13:26Z"), meter_id: 4, consumption_kwh: "7.22", average_consumption_kwh: "4.70", cost: "0.14" },
            { id: 104, timestamp: new Date("2023-03-24T20:37:12Z"), meter_id: 52, consumption_kwh: "5.46", average_consumption_kwh: "3.50", cost: "0.01" },
            { id: 105, timestamp: new Date("2023-01-31T23:52:23Z"), meter_id: 195, consumption_kwh: "6.18", average_consumption_kwh: "1.83", cost: "0.12" },
            { id: 106, timestamp: new Date("2023-03-24T14:34:05Z"), meter_id: 95, consumption_kwh: "4.76", average_consumption_kwh: "3.99", cost: "2.85" },
            { id: 107, timestamp: new Date("2023-02-18T20:16:29Z"), meter_id: 24, consumption_kwh: "6.07", average_consumption_kwh: "5.69", cost: "0.08" },
            { id: 108, timestamp: new Date("2023-01-02T16:41:11Z"), meter_id: 9, consumption_kwh: "4.84", average_consumption_kwh: "3.00", cost: "0.84" },
            { id: 109, timestamp: new Date("2023-03-20T11:49:33Z"), meter_id: 146, consumption_kwh: null, average_consumption_kwh: "4.30", cost: "0.02" },
            { id: 110, timestamp: new Date("2023-03-22T09:38:10Z"), meter_id: 28, consumption_kwh: "5.22", average_consumption_kwh: "3.21", cost: "0.08" },
            { id: 111, timestamp: new Date("2023-03-26T01:21:35Z"), meter_id: 63, consumption_kwh: "6.66", average_consumption_kwh: "4.25", cost: "0.01" },
            { id: 112, timestamp: new Date("2023-03-11T14:00:32Z"), meter_id: 60, consumption_kwh: "5.44", average_consumption_kwh: "3.89", cost: "2.23" },
            { id: 113, timestamp: new Date("2023-03-13T19:35:14Z"), meter_id: 136, consumption_kwh: "5.74", average_consumption_kwh: "5.54", cost: "2.45" },
            { id: 114, timestamp: new Date("2023-03-02T21:41:04Z"), meter_id: 163, consumption_kwh: "5.61", average_consumption_kwh: "7.32", cost: "0.05" },
            { id: 115, timestamp: new Date("2023-01-13T14:11:28Z"), meter_id: 145, consumption_kwh: "4.90", average_consumption_kwh: "5.63", cost: "1.84" },
            { id: 116, timestamp: new Date("2023-02-17T06:36:06Z"), meter_id: 145, consumption_kwh: "6.06", average_consumption_kwh: "3.72", cost: "0.77" },
            { id: 117, timestamp: new Date("2023-02-07T19:59:01Z"), meter_id: 69, consumption_kwh: null, average_consumption_kwh: "3.10", cost: "2.30" },
            { id: 118, timestamp: new Date("2023-03-25T18:37:32Z"), meter_id: 137, consumption_kwh: "5.28", average_consumption_kwh: "5.75", cost: "0.02" },
            { id: 119, timestamp: new Date("2023-02-07T18:03:56Z"), meter_id: 128, consumption_kwh: "6.01", average_consumption_kwh: "5.45", cost: "0.50" },
            { id: 120, timestamp: new Date("2023-03-28T11:03:44Z"), meter_id: 81, consumption_kwh: "5.48", average_consumption_kwh: "5.15", cost: "2.30" },
            { id: 121, timestamp: new Date("2023-02-07T11:40:19Z"), meter_id: 187, consumption_kwh: "2.27", average_consumption_kwh: "3.80", cost: "1.74" },
            { id: 122, timestamp: new Date("2023-03-28T11:59:46Z"), meter_id: 114, consumption_kwh: "4.66", average_consumption_kwh: "4.63", cost: "1.77" },
            { id: 123, timestamp: new Date("2023-03-04T08:47:31Z"), meter_id: 83, consumption_kwh: "4.41", average_consumption_kwh: "2.33", cost: "0.65" },
            { id: 124, timestamp: new Date("2023-03-30T19:57:46Z"), meter_id: 166, consumption_kwh: "6.57", average_consumption_kwh: "4.53", cost: "1.94" },
            { id: 125, timestamp: new Date("2023-02-10T20:28:39Z"), meter_id: 172, consumption_kwh: "5.54", average_consumption_kwh: "4.70", cost: "1.08" },
            { id: 126, timestamp: new Date("2023-03-21T12:10:46Z"), meter_id: 149, consumption_kwh: "3.50", average_consumption_kwh: "5.31", cost: "0.04" },
            { id: 127, timestamp: new Date("2023-03-14T13:59:23Z"), meter_id: 72, consumption_kwh: "7.10", average_consumption_kwh: "4.56", cost: "0.10" },
            { id: 128, timestamp: new Date("2023-03-05T16:30:37Z"), meter_id: 126, consumption_kwh: "6.81", average_consumption_kwh: "3.64", cost: "0.01" },
            { id: 129, timestamp: new Date("2023-02-17T16:09:02Z"), meter_id: 149, consumption_kwh: "3.52", average_consumption_kwh: "3.14", cost: "2.34" },
            { id: 130, timestamp: new Date("2023-01-03T16:12:35Z"), meter_id: 30, consumption_kwh: "2.42", average_consumption_kwh: "3.86", cost: "0.70" },
            { id: 131, timestamp: new Date("2023-03-16T03:58:48Z"), meter_id: 175, consumption_kwh: "2.86", average_consumption_kwh: "3.03", cost: "0.25" },
            { id: 132, timestamp: new Date("2023-02-16T20:35:20Z"), meter_id: 95, consumption_kwh: "4.27", average_consumption_kwh: "3.65", cost: "0.19" },
            { id: 133, timestamp: new Date("2023-03-21T07:29:05Z"), meter_id: 144, consumption_kwh: "4.48", average_consumption_kwh: "4.35", cost: "0.35" },
            { id: 134, timestamp: new Date("2023-01-25T12:34:34Z"), meter_id: 176, consumption_kwh: "3.75", average_consumption_kwh: "4.55", cost: "0.57" },
            { id: 135, timestamp: new Date("2023-03-24T20:20:55Z"), meter_id: 164, consumption_kwh: "4.54", average_consumption_kwh: "5.26", cost: "2.90" },
            { id: 136, timestamp: new Date("2023-02-28T17:19:32Z"), meter_id: 181, consumption_kwh: "7.30", average_consumption_kwh: "4.82", cost: "0.62" },
            { id: 137, timestamp: new Date("2023-03-29T16:29:32Z"), meter_id: 14, consumption_kwh: "4.09", average_consumption_kwh: "3.96", cost: "2.59" },
            { id: 138, timestamp: new Date("2023-03-19T22:42:28Z"), meter_id: 99, consumption_kwh: "7.32", average_consumption_kwh: "4.26", cost: "0.03" },
            { id: 139, timestamp: new Date("2023-01-10T20:15:20Z"), meter_id: 186, consumption_kwh: "4.27", average_consumption_kwh: "2.13", cost: "2.23" },
            { id: 140, timestamp: new Date("2023-01-05T12:03:02Z"), meter_id: 174, consumption_kwh: "5.91", average_consumption_kwh: "2.12", cost: "2.99" },
            { id: 141, timestamp: new Date("2023-02-25T21:39:50Z"), meter_id: 120, consumption_kwh: "3.85", average_consumption_kwh: "5.97", cost: "1.86" },
            { id: 142, timestamp: new Date("2023-03-17T08:16:14Z"), meter_id: 133, consumption_kwh: null, average_consumption_kwh: "4.10", cost: "0.01" },
            { id: 143, timestamp: new Date("2023-03-25T21:12:32Z"), meter_id: 123, consumption_kwh: null, average_consumption_kwh: "4.44", cost: "0.03" },
            { id: 144, timestamp: new Date("2023-03-22T19:15:18Z"), meter_id: 129, consumption_kwh: "5.30", average_consumption_kwh: "5.72", cost: "0.03" },
            { id: 145, timestamp: new Date("2023-01-03T17:49:04Z"), meter_id: 180, consumption_kwh: "5.40", average_consumption_kwh: "5.89", cost: "1.41" },
            { id: 146, timestamp: new Date("2023-01-13T11:01:34Z"), meter_id: 121, consumption_kwh: null, average_consumption_kwh: "2.60", cost: "0.84" },
            { id: 147, timestamp: new Date("2023-03-01T13:56:32Z"), meter_id: 199, consumption_kwh: "2.57", average_consumption_kwh: "5.26", cost: "1.91" },
            { id: 148, timestamp: new Date("2023-03-15T21:11:07Z"), meter_id: 3, consumption_kwh: "5.63", average_consumption_kwh: "5.18", cost: "0.76" },
            { id: 149, timestamp: new Date("2023-01-16T16:54:39Z"), meter_id: 125, consumption_kwh: null, average_consumption_kwh: "2.84", cost: "1.04" },
            { id: 150, timestamp: new Date("2023-01-12T19:32:51Z"), meter_id: 117, consumption_kwh: "5.49", average_consumption_kwh: "2.62", cost: "2.76" },
            { id: 151, timestamp: new Date("2023-01-28T11:42:16Z"), meter_id: 40, consumption_kwh: "4.10", average_consumption_kwh: "6.39", cost: "0.13" },
            { id: 152, timestamp: new Date("2023-01-26T12:10:07Z"), meter_id: 158, consumption_kwh: "5.77", average_consumption_kwh: "3.80", cost: "0.07" },
            { id: 153, timestamp: new Date("2023-02-02T12:21:22Z"), meter_id: 134, consumption_kwh: "5.22", average_consumption_kwh: "4.19", cost: "2.63" },
            { id: 154, timestamp: new Date("2023-02-19T20:04:37Z"), meter_id: 146, consumption_kwh: "3.37", average_consumption_kwh: "4.25", cost: "1.49" },
            { id: 155, timestamp: new Date("2023-03-20T12:19:55Z"), meter_id: 183, consumption_kwh: "3.70", average_consumption_kwh: "2.50", cost: "0.29" },
            { id: 156, timestamp: new Date("2023-03-01T20:19:50Z"), meter_id: 200, consumption_kwh: "4.02", average_consumption_kwh: "4.05", cost: "1.78" },
            { id: 157, timestamp: new Date("2023-02-07T21:59:42Z"), meter_id: 78, consumption_kwh: "7.33", average_consumption_kwh: "3.81", cost: "0.29" },
            { id: 158, timestamp: new Date("2023-02-11T19:28:15Z"), meter_id: 143, consumption_kwh: "7.21", average_consumption_kwh: "2.71", cost: "0.14" },
            { id: 159, timestamp: new Date("2023-03-23T20:03:08Z"), meter_id: 38, consumption_kwh: "4.81", average_consumption_kwh: "4.69", cost: "1.67" },
            { id: 160, timestamp: new Date("2023-02-20T10:44:29Z"), meter_id: 2, consumption_kwh: "6.99", average_consumption_kwh: "2.71", cost: "0.58" },
            { id: 161, timestamp: new Date("2023-01-31T09:26:11Z"), meter_id: 55, consumption_kwh: "8.48", average_consumption_kwh: "5.81", cost: "0.88" },
            { id: 162, timestamp: new Date("2023-01-15T08:33:10Z"), meter_id: 27, consumption_kwh: null, average_consumption_kwh: "4.48", cost: "0.28" },
            { id: 163, timestamp: new Date("2023-02-23T17:28:28Z"), meter_id: 63, consumption_kwh: "5.62", average_consumption_kwh: "3.83", cost: "0.22" },
            { id: 164, timestamp: new Date("2023-02-02T20:50:36Z"), meter_id: 81, consumption_kwh: "3.78", average_consumption_kwh: "4.01", cost: "2.28" },
            { id: 165, timestamp: new Date("2023-01-21T12:24:18Z"), meter_id: 44, consumption_kwh: "6.25", average_consumption_kwh: "6.73", cost: "2.45" },
            { id: 166, timestamp: new Date("2023-03-07T20:44:36Z"), meter_id: 6, consumption_kwh: null, average_consumption_kwh: "4.51", cost: "2.92" },
            { id: 167, timestamp: new Date("2023-02-07T13:09:40Z"), meter_id: 22, consumption_kwh: "4.73", average_consumption_kwh: "3.10", cost: "1.04" },
            { id: 168, timestamp: new Date("2023-03-24T10:44:32Z"), meter_id: 177, consumption_kwh: "2.32", average_consumption_kwh: "2.51", cost: "0.10" },
            { id: 169, timestamp: new Date("2023-01-04T19:13:45Z"), meter_id: 111, consumption_kwh: "4.56", average_consumption_kwh: "3.84", cost: "0.33" },
            { id: 170, timestamp: new Date("2023-02-11T18:59:24Z"), meter_id: 97, consumption_kwh: "7.10", average_consumption_kwh: "5.22", cost: "0.22" },
            { id: 171, timestamp: new Date("2023-02-12T11:34:05Z"), meter_id: 139, consumption_kwh: "4.13", average_consumption_kwh: "2.96", cost: "0.05" },
            { id: 172, timestamp: new Date("2023-01-08T12:36:00Z"), meter_id: 5, consumption_kwh: "3.97", average_consumption_kwh: "6.62", cost: "0.39" },
            { id: 173, timestamp: new Date("2023-03-06T18:06:27Z"), meter_id: 15, consumption_kwh: "6.26", average_consumption_kwh: "4.67", cost: "0.79" },
            { id: 174, timestamp: new Date("2023-03-29T22:17:57Z"), meter_id: 183, consumption_kwh: "5.18", average_consumption_kwh: "4.95", cost: "1.55" },
            { id: 175, timestamp: new Date("2023-01-20T17:14:13Z"), meter_id: 81, consumption_kwh: "6.92", average_consumption_kwh: "4.71", cost: "1.58" },
            { id: 176, timestamp: new Date("2023-02-24T11:27:55Z"), meter_id: 139, consumption_kwh: "5.83", average_consumption_kwh: "5.73", cost: "2.27" },
            { id: 177, timestamp: new Date("2023-03-12T02:15:07Z"), meter_id: 16, consumption_kwh: "5.47", average_consumption_kwh: "4.35", cost: "0.86" },
            { id: 178, timestamp: new Date("2023-03-15T14:06:36Z"), meter_id: 170, consumption_kwh: "6.76", average_consumption_kwh: "3.87", cost: "0.01" },
            { id: 179, timestamp: new Date("2023-01-27T20:33:17Z"), meter_id: 29, consumption_kwh: "4.32", average_consumption_kwh: "5.15", cost: "0.25" },
            { id: 180, timestamp: new Date("2023-02-20T19:32:23Z"), meter_id: 8, consumption_kwh: null, average_consumption_kwh: "5.84", cost: "0.42" },
            { id: 181, timestamp: new Date("2023-02-15T09:48:17Z"), meter_id: 126, consumption_kwh: "3.68", average_consumption_kwh: "5.91", cost: "0.02" },
            { id: 182, timestamp: new Date("2023-02-12T17:21:55Z"), meter_id: 87, consumption_kwh: "7.10", average_consumption_kwh: "3.63", cost: "0.09" },
            { id: 183, timestamp: new Date("2023-03-05T12:26:52Z"), meter_id: 97, consumption_kwh: "4.15", average_consumption_kwh: "3.45", cost: "0.06" },
            { id: 184, timestamp: new Date("2023-02-25T12:14:09Z"), meter_id: 71, consumption_kwh: "4.88", average_consumption_kwh: "6.02", cost: "2.13" },
            { id: 185, timestamp: new Date("2023-01-15T10:47:55Z"), meter_id: 169, consumption_kwh: "3.76", average_consumption_kwh: "2.96", cost: "0.94" },
            { id: 186, timestamp: new Date("2023-03-26T10:42:19Z"), meter_id: 155, consumption_kwh: "2.37", average_consumption_kwh: "5.71", cost: "1.32" },
            { id: 187, timestamp: new Date("2023-03-05T10:38:22Z"), meter_id: 86, consumption_kwh: "2.45", average_consumption_kwh: "4.50", cost: "0.83" },
            { id: 188, timestamp: new Date("2023-03-27T16:04:46Z"), meter_id: 30, consumption_kwh: "4.06", average_consumption_kwh: "2.86", cost: "0.65" },
            { id: 189, timestamp: new Date("2023-01-24T02:14:18Z"), meter_id: 137, consumption_kwh: "4.84", average_consumption_kwh: "4.19", cost: "0.06" },
            { id: 190, timestamp: new Date("2023-02-08T16:31:26Z"), meter_id: 6, consumption_kwh: "8.23", average_consumption_kwh: "4.61", cost: "0.72" },
            { id: 191, timestamp: new Date("2023-01-29T21:14:11Z"), meter_id: 120, consumption_kwh: "4.49", average_consumption_kwh: "3.49", cost: "1.76" },
            { id: 192, timestamp: new Date("2023-03-30T19:17:44Z"), meter_id: 155, consumption_kwh: "4.87", average_consumption_kwh: "2.19", cost: "0.92" },
            { id: 193, timestamp: new Date("2023-02-07T11:21:11Z"), meter_id: 12, consumption_kwh: "7.13", average_consumption_kwh: "3.77", cost: "1.22" },
            { id: 194, timestamp: new Date("2023-03-07T10:56:48Z"), meter_id: 29, consumption_kwh: "5.56", average_consumption_kwh: "1.92", cost: "1.65" },
            { id: 195, timestamp: new Date("2023-03-27T20:49:11Z"), meter_id: 32, consumption_kwh: "3.76", average_consumption_kwh: "5.78", cost: "2.17" },
            { id: 196, timestamp: new Date("2023-01-07T19:55:54Z"), meter_id: 62, consumption_kwh: "6.02", average_consumption_kwh: "4.62", cost: "2.58" },
            { id: 197, timestamp: new Date("2023-01-12T07:22:36Z"), meter_id: 52, consumption_kwh: "6.37", average_consumption_kwh: "4.54", cost: "2.61" },
            { id: 198, timestamp: new Date("2023-02-12T16:28:18Z"), meter_id: 129, consumption_kwh: "4.36", average_consumption_kwh: "2.92", cost: "0.96" },
            { id: 199, timestamp: new Date("2023-03-02T07:05:19Z"), meter_id: 17, consumption_kwh: "3.24", average_consumption_kwh: "3.21", cost: "2.81" },
            { id: 200, timestamp: new Date("2023-03-14T20:39:42Z"), meter_id: 100, consumption_kwh: null, average_consumption_kwh: "4.67", cost: "2.37" },
            { id: 201, timestamp: new Date("2023-02-16T16:48:16Z"), meter_id: 161, consumption_kwh: "4.44", average_consumption_kwh: "5.21", cost: "0.43" },
            { id: 202, timestamp: new Date("2023-02-26T07:45:37Z"), meter_id: 132, consumption_kwh: null, average_consumption_kwh: "3.38", cost: "1.02" },
            { id: 203, timestamp: new Date("2023-01-13T06:36:45Z"), meter_id: 113, consumption_kwh: "5.23", average_consumption_kwh: "4.92", cost: "0.47" },
            { id: 204, timestamp: new Date("2023-02-27T15:28:11Z"), meter_id: 105, consumption_kwh: "4.11", average_consumption_kwh: "5.53", cost: "2.23" },
            { id: 205, timestamp: new Date("2023-01-24T17:04:44Z"), meter_id: 166, consumption_kwh: "6.14", average_consumption_kwh: "5.16", cost: "2.82" },
            { id: 206, timestamp: new Date("2023-03-29T11:55:20Z"), meter_id: 172, consumption_kwh: "4.41", average_consumption_kwh: "4.89", cost: "0.68" },
            { id: 207, timestamp: new Date("2023-02-17T22:35:59Z"), meter_id: 119, consumption_kwh: "6.96", average_consumption_kwh: "2.87", cost: "1.05" },
            { id: 208, timestamp: new Date("2023-03-25T13:48:26Z"), meter_id: 70, consumption_kwh: "4.36", average_consumption_kwh: "6.07", cost: "1.24" },
            { id: 209, timestamp: new Date("2023-03-18T11:30:10Z"), meter_id: 184, consumption_kwh: "3.76", average_consumption_kwh: "3.69", cost: "2.14" },
            { id: 210, timestamp: new Date("2023-01-27T23:30:54Z"), meter_id: 11, consumption_kwh: "4.04", average_consumption_kwh: "3.18", cost: "0.15" },
            { id: 211, timestamp: new Date("2023-03-16T20:30:54Z"), meter_id: 176, consumption_kwh: "3.57", average_consumption_kwh: "2.31", cost: "1.50" },
            { id: 212, timestamp: new Date("2023-03-11T18:25:50Z"), meter_id: 115, consumption_kwh: "6.41", average_consumption_kwh: "3.76", cost: "1.03" },
            { id: 213, timestamp: new Date("2023-03-15T12:56:50Z"), meter_id: 96, consumption_kwh: null, average_consumption_kwh: "2.58", cost: "2.91" },
            { id: 214, timestamp: new Date("2023-03-23T11:53:11Z"), meter_id: 68, consumption_kwh: null, average_consumption_kwh: "3.03", cost: "0.01" },
            { id: 215, timestamp: new Date("2023-02-05T15:16:54Z"), meter_id: 128, consumption_kwh: "5.32", average_consumption_kwh: "4.43", cost: "2.49" },
            { id: 216, timestamp: new Date("2023-02-10T03:23:14Z"), meter_id: 120, consumption_kwh: "4.67", average_consumption_kwh: "3.26", cost: "0.01" },
            { id: 217, timestamp: new Date("2023-03-29T12:51:48Z"), meter_id: 29, consumption_kwh: "4.96", average_consumption_kwh: "3.20", cost: "0.04" },
            { id: 218, timestamp: new Date("2023-01-25T20:27:13Z"), meter_id: 199, consumption_kwh: "2.46", average_consumption_kwh: "4.60", cost: "0.22" },
            { id: 219, timestamp: new Date("2023-03-18T10:38:07Z"), meter_id: 16, consumption_kwh: "4.01", average_consumption_kwh: "6.08", cost: "1.08" },
            { id: 220, timestamp: new Date("2023-03-23T09:15:29Z"), meter_id: 174, consumption_kwh: "3.88", average_consumption_kwh: "4.26", cost: "0.84" },
            { id: 221, timestamp: new Date("2023-02-21T19:33:01Z"), meter_id: 109, consumption_kwh: "6.76", average_consumption_kwh: "1.70", cost: "1.56" },
            { id: 222, timestamp: new Date("2023-03-12T13:49:48Z"), meter_id: 161, consumption_kwh: "3.06", average_consumption_kwh: "6.34", cost: "0.12" },
            { id: 223, timestamp: new Date("2023-01-11T16:14:25Z"), meter_id: 6, consumption_kwh: "5.62", average_consumption_kwh: "4.55", cost: "0.08" },
            { id: 224, timestamp: new Date("2023-01-18T19:41:27Z"), meter_id: 57, consumption_kwh: "5.31", average_consumption_kwh: "4.49", cost: "0.24" },
            { id: 225, timestamp: new Date("2023-02-21T16:24:52Z"), meter_id: 101, consumption_kwh: "5.37", average_consumption_kwh: "4.94", cost: "0.02" },
            { id: 226, timestamp: new Date("2023-02-08T13:24:16Z"), meter_id: 4, consumption_kwh: "4.27", average_consumption_kwh: "4.53", cost: "0.80" },
            { id: 227, timestamp: new Date("2023-01-13T14:53:27Z"), meter_id: 43, consumption_kwh: "2.49", average_consumption_kwh: "4.68", cost: "0.11" },
            { id: 228, timestamp: new Date("2023-02-10T15:30:08Z"), meter_id: 47, consumption_kwh: "6.73", average_consumption_kwh: "3.49", cost: "0.16" },
            { id: 229, timestamp: new Date("2023-01-13T09:35:20Z"), meter_id: 78, consumption_kwh: "4.88", average_consumption_kwh: "3.73", cost: "1.15" },
            { id: 230, timestamp: new Date("2023-01-18T17:11:03Z"), meter_id: 83, consumption_kwh: "4.53", average_consumption_kwh: "4.06", cost: "2.02" },
            { id: 231, timestamp: new Date("2023-01-03T17:11:19Z"), meter_id: 70, consumption_kwh: "6.20", average_consumption_kwh: "3.50", cost: "0.04" },
            { id: 232, timestamp: new Date("2023-01-30T19:14:44Z"), meter_id: 143, consumption_kwh: "3.97", average_consumption_kwh: "2.64", cost: "0.72" },
            { id: 233, timestamp: new Date("2023-03-30T08:56:35Z"), meter_id: 78, consumption_kwh: null, average_consumption_kwh: "3.68", cost: "0.91" },
            { id: 234, timestamp: new Date("2023-03-19T20:53:15Z"), meter_id: 24, consumption_kwh: "3.96", average_consumption_kwh: "5.17", cost: "0.06" },
            { id: 235, timestamp: new Date("2023-02-17T19:16:27Z"), meter_id: 122, consumption_kwh: null, average_consumption_kwh: "2.55", cost: "0.53" },
            { id: 236, timestamp: new Date("2023-01-24T14:32:09Z"), meter_id: 14, consumption_kwh: "5.33", average_consumption_kwh: "5.31", cost: "0.46" },
            { id: 237, timestamp: new Date("2023-03-12T18:16:47Z"), meter_id: 142, consumption_kwh: "4.70", average_consumption_kwh: "4.37", cost: "0.76" },
            { id: 238, timestamp: new Date("2023-03-06T20:20:05Z"), meter_id: 182, consumption_kwh: "6.94", average_consumption_kwh: "2.67", cost: "2.00" },
            { id: 239, timestamp: new Date("2023-01-17T12:45:58Z"), meter_id: 170, consumption_kwh: "8.46", average_consumption_kwh: "3.96", cost: "2.81" },
            { id: 240, timestamp: new Date("2023-01-28T08:57:54Z"), meter_id: 61, consumption_kwh: "7.76", average_consumption_kwh: "3.40", cost: "0.05" },
            { id: 241, timestamp: new Date("2023-02-02T17:08:30Z"), meter_id: 140, consumption_kwh: "3.69", average_consumption_kwh: "4.84", cost: "0.14" },
            { id: 242, timestamp: new Date("2023-01-21T11:49:21Z"), meter_id: 55, consumption_kwh: "4.38", average_consumption_kwh: "4.36", cost: "0.20" },
            { id: 243, timestamp: new Date("2023-03-08T18:39:11Z"), meter_id: 18, consumption_kwh: "3.48", average_consumption_kwh: "5.56", cost: "2.66" },
            { id: 244, timestamp: new Date("2023-02-24T18:24:07Z"), meter_id: 126, consumption_kwh: "3.01", average_consumption_kwh: "4.15", cost: "0.04" },
            { id: 245, timestamp: new Date("2023-01-06T15:10:15Z"), meter_id: 164, consumption_kwh: "6.46", average_consumption_kwh: "4.56", cost: "1.76" },
            { id: 246, timestamp: new Date("2023-02-23T15:11:04Z"), meter_id: 123, consumption_kwh: "4.02", average_consumption_kwh: "3.71", cost: "0.63" },
            { id: 247, timestamp: new Date("2023-01-25T06:42:47Z"), meter_id: 115, consumption_kwh: "7.80", average_consumption_kwh: "3.29", cost: "0.55" },
            { id: 248, timestamp: new Date("2023-02-03T21:49:35Z"), meter_id: 111, consumption_kwh: "4.68", average_consumption_kwh: "3.75", cost: "2.54" },
            { id: 249, timestamp: new Date("2023-02-18T20:25:45Z"), meter_id: 53, consumption_kwh: "4.45", average_consumption_kwh: "4.97", cost: "0.01" },
            { id: 250, timestamp: new Date("2023-02-23T04:08:48Z"), meter_id: 92, consumption_kwh: "5.49", average_consumption_kwh: "4.15", cost: "2.56" },
            { id: 251, timestamp: new Date("2023-03-21T11:13:00Z"), meter_id: 152, consumption_kwh: "4.92", average_consumption_kwh: "1.66", cost: "1.27" },
            { id: 252, timestamp: new Date("2023-02-18T15:07:07Z"), meter_id: 94, consumption_kwh: "8.50", average_consumption_kwh: "5.19", cost: "2.77" },
            { id: 253, timestamp: new Date("2023-03-17T10:31:00Z"), meter_id: 172, consumption_kwh: "3.78", average_consumption_kwh: "4.15", cost: "0.23" },
            { id: 254, timestamp: new Date("2023-03-27T16:47:32Z"), meter_id: 64, consumption_kwh: "3.40", average_consumption_kwh: "2.81", cost: "0.53" },
            { id: 255, timestamp: new Date("2023-01-02T11:49:59Z"), meter_id: 174, consumption_kwh: "4.87", average_consumption_kwh: "4.11", cost: "1.65" },
            { id: 256, timestamp: new Date("2023-01-17T09:34:42Z"), meter_id: 120, consumption_kwh: "3.57", average_consumption_kwh: "3.71", cost: "1.25" },
            { id: 257, timestamp: new Date("2023-03-03T20:02:50Z"), meter_id: 67, consumption_kwh: "4.72", average_consumption_kwh: "4.69", cost: "0.03" },
            { id: 258, timestamp: new Date("2023-03-05T17:45:01Z"), meter_id: 188, consumption_kwh: "5.77", average_consumption_kwh: "4.34", cost: "0.10" },
            { id: 259, timestamp: new Date("2023-01-08T15:33:03Z"), meter_id: 45, consumption_kwh: "3.72", average_consumption_kwh: "5.94", cost: "2.83" },
            { id: 260, timestamp: new Date("2023-03-24T09:40:45Z"), meter_id: 109, consumption_kwh: null, average_consumption_kwh: "4.86", cost: "0.66" },
            { id: 261, timestamp: new Date("2023-02-19T22:17:12Z"), meter_id: 91, consumption_kwh: "3.66", average_consumption_kwh: "5.09", cost: "0.02" },
            { id: 262, timestamp: new Date("2023-02-05T03:46:38Z"), meter_id: 129, consumption_kwh: "1.29", average_consumption_kwh: "4.84", cost: "0.48" },
            { id: 263, timestamp: new Date("2023-01-29T12:21:08Z"), meter_id: 140, consumption_kwh: "6.97", average_consumption_kwh: "4.83", cost: "2.63" },
            { id: 264, timestamp: new Date("2023-03-14T15:02:13Z"), meter_id: 15, consumption_kwh: "4.08", average_consumption_kwh: "6.16", cost: "1.99" },
            { id: 265, timestamp: new Date("2023-03-12T18:45:19Z"), meter_id: 198, consumption_kwh: "2.51", average_consumption_kwh: "5.39", cost: "2.60" },
            { id: 266, timestamp: new Date("2023-02-03T19:35:47Z"), meter_id: 46, consumption_kwh: "4.27", average_consumption_kwh: "5.22", cost: "1.08" },
            { id: 267, timestamp: new Date("2023-01-29T18:14:29Z"), meter_id: 175, consumption_kwh: "6.72", average_consumption_kwh: "4.48", cost: "0.28" },
            { id: 268, timestamp: new Date("2023-01-11T18:41:01Z"), meter_id: 51, consumption_kwh: "3.37", average_consumption_kwh: "3.49", cost: "2.30" },
            { id: 269, timestamp: new Date("2023-01-07T09:15:10Z"), meter_id: 46, consumption_kwh: "2.93", average_consumption_kwh: "5.03", cost: "1.32" },
            { id: 270, timestamp: new Date("2023-03-17T09:53:56Z"), meter_id: 155, consumption_kwh: null, average_consumption_kwh: "2.57", cost: "0.26" },
            { id: 271, timestamp: new Date("2023-02-07T17:29:08Z"), meter_id: 143, consumption_kwh: "3.30", average_consumption_kwh: "4.43", cost: "0.99" },
            { id: 272, timestamp: new Date("2023-01-06T20:21:19Z"), meter_id: 143, consumption_kwh: "7.25", average_consumption_kwh: "4.79", cost: "0.38" },
            { id: 273, timestamp: new Date("2023-02-20T08:20:44Z"), meter_id: 6, consumption_kwh: "6.96", average_consumption_kwh: "1.93", cost: "0.33" },
            { id: 274, timestamp: new Date("2023-01-24T19:02:06Z"), meter_id: 22, consumption_kwh: "5.45", average_consumption_kwh: "3.53", cost: "2.18" },
            { id: 275, timestamp: new Date("2023-02-11T16:52:00Z"), meter_id: 174, consumption_kwh: "5.83", average_consumption_kwh: "6.26", cost: "0.41" },
            { id: 276, timestamp: new Date("2023-02-15T05:21:30Z"), meter_id: 14, consumption_kwh: "5.56", average_consumption_kwh: "2.98", cost: "1.22" },
            { id: 277, timestamp: new Date("2023-02-20T17:10:49Z"), meter_id: 123, consumption_kwh: "3.48", average_consumption_kwh: "4.40", cost: "0.26" },
            { id: 278, timestamp: new Date("2023-01-19T19:18:18Z"), meter_id: 160, consumption_kwh: "6.48", average_consumption_kwh: "3.09", cost: "0.81" },
            { id: 279, timestamp: new Date("2023-01-26T21:43:19Z"), meter_id: 22, consumption_kwh: null, average_consumption_kwh: "6.37", cost: "0.03" },
            { id: 280, timestamp: new Date("2023-03-14T16:02:50Z"), meter_id: 137, consumption_kwh: "5.36", average_consumption_kwh: "4.86", cost: "0.42" },
            { id: 281, timestamp: new Date("2023-01-07T10:43:44Z"), meter_id: 78, consumption_kwh: null, average_consumption_kwh: "4.61", cost: "0.39" },
            { id: 282, timestamp: new Date("2023-01-04T02:38:22Z"), meter_id: 119, consumption_kwh: "7.04", average_consumption_kwh: "1.64", cost: "0.57" },
            { id: 283, timestamp: new Date("2023-01-20T09:53:58Z"), meter_id: 109, consumption_kwh: "3.62", average_consumption_kwh: "2.78", cost: "0.66" },
            { id: 284, timestamp: new Date("2023-01-03T21:25:31Z"), meter_id: 86, consumption_kwh: "5.92", average_consumption_kwh: "1.68", cost: "1.76" },
            { id: 285, timestamp: new Date("2023-03-12T16:37:19Z"), meter_id: 21, consumption_kwh: "4.31", average_consumption_kwh: "6.41", cost: "2.68" },
            { id: 286, timestamp: new Date("2023-02-04T05:44:16Z"), meter_id: 14, consumption_kwh: null, average_consumption_kwh: "3.97", cost: "1.93" },
            { id: 287, timestamp: new Date("2023-02-11T03:31:04Z"), meter_id: 105, consumption_kwh: "3.50", average_consumption_kwh: "5.17", cost: "0.13" },
            { id: 288, timestamp: new Date("2023-02-13T19:17:10Z"), meter_id: 55, consumption_kwh: "7.68", average_consumption_kwh: "2.90", cost: "2.73" },
            { id: 289, timestamp: new Date("2023-02-27T12:27:53Z"), meter_id: 67, consumption_kwh: "4.77", average_consumption_kwh: "6.03", cost: "2.92" },
            { id: 290, timestamp: new Date("2023-02-10T11:33:10Z"), meter_id: 91, consumption_kwh: null, average_consumption_kwh: "4.73", cost: "2.69" },
            { id: 291, timestamp: new Date("2023-01-11T18:33:39Z"), meter_id: 97, consumption_kwh: null, average_consumption_kwh: "3.92", cost: "0.24" },
            { id: 292, timestamp: new Date("2023-02-20T20:44:14Z"), meter_id: 118, consumption_kwh: "5.44", average_consumption_kwh: "3.78", cost: "0.36" },
            { id: 293, timestamp: new Date("2023-01-18T16:02:19Z"), meter_id: 47, consumption_kwh: "6.15", average_consumption_kwh: "3.80", cost: "0.28" },
            { id: 294, timestamp: new Date("2023-03-28T21:44:06Z"), meter_id: 195, consumption_kwh: "4.55", average_consumption_kwh: "4.39", cost: "2.76" },
            { id: 295, timestamp: new Date("2023-02-07T14:16:17Z"), meter_id: 6, consumption_kwh: "5.76", average_consumption_kwh: "4.56", cost: "0.33" },
            { id: 296, timestamp: new Date("2023-01-19T08:28:20Z"), meter_id: 73, consumption_kwh: "8.48", average_consumption_kwh: "4.15", cost: "1.50" },
            { id: 297, timestamp: new Date("2023-01-19T14:08:55Z"), meter_id: 87, consumption_kwh: "7.30", average_consumption_kwh: "4.89", cost: "0.32" },
            { id: 298, timestamp: new Date("2023-03-05T21:50:35Z"), meter_id: 105, consumption_kwh: "5.83", average_consumption_kwh: "3.72", cost: "2.41" },
            { id: 299, timestamp: new Date("2023-02-13T15:49:19Z"), meter_id: 176, consumption_kwh: "4.48", average_consumption_kwh: "3.69", cost: "1.61" },
            { id: 300, timestamp: new Date("2023-03-26T23:54:31Z"), meter_id: 62, consumption_kwh: null, average_consumption_kwh: "6.83", cost: "1.84" },
            { id: 301, timestamp: new Date("2023-03-13T11:00:50Z"), meter_id: 117, consumption_kwh: "4.03", average_consumption_kwh: "2.82", cost: "0.01" },
            { id: 302, timestamp: new Date("2023-03-16T23:28:29Z"), meter_id: 3, consumption_kwh: "3.16", average_consumption_kwh: "3.92", cost: "2.93" },
            { id: 303, timestamp: new Date("2023-02-14T22:43:08Z"), meter_id: 46, consumption_kwh: "5.39", average_consumption_kwh: "2.90", cost: "0.29" },
            { id: 304, timestamp: new Date("2023-03-16T19:23:55Z"), meter_id: 122, consumption_kwh: "5.03", average_consumption_kwh: "6.24", cost: "0.09" },
            { id: 305, timestamp: new Date("2023-02-17T00:18:55Z"), meter_id: 147, consumption_kwh: "3.56", average_consumption_kwh: "5.83", cost: "0.96" },
            { id: 306, timestamp: new Date("2023-03-06T21:08:35Z"), meter_id: 42, consumption_kwh: "6.55", average_consumption_kwh: "4.19", cost: "0.04" },
            { id: 307, timestamp: new Date("2023-03-20T08:19:27Z"), meter_id: 81, consumption_kwh: "5.83", average_consumption_kwh: "4.35", cost: "0.88" },
            { id: 308, timestamp: new Date("2023-01-16T09:49:27Z"), meter_id: 46, consumption_kwh: "5.41", average_consumption_kwh: "2.84", cost: "1.91" },
            { id: 309, timestamp: new Date("2023-01-09T12:11:54Z"), meter_id: 39, consumption_kwh: "6.81", average_consumption_kwh: "2.09", cost: "0.17" },
            { id: 310, timestamp: new Date("2023-02-05T01:19:33Z"), meter_id: 124, consumption_kwh: null, average_consumption_kwh: "4.65", cost: "2.29" },
            { id: 311, timestamp: new Date("2023-01-27T18:41:19Z"), meter_id: 90, consumption_kwh: "5.16", average_consumption_kwh: "4.05", cost: "0.35" },
            { id: 312, timestamp: new Date("2023-01-02T20:37:48Z"), meter_id: 198, consumption_kwh: "6.10", average_consumption_kwh: "3.31", cost: "0.01" },
            { id: 313, timestamp: new Date("2023-02-13T04:58:54Z"), meter_id: 137, consumption_kwh: "3.97", average_consumption_kwh: "4.87", cost: "1.63" },
            { id: 314, timestamp: new Date("2023-02-27T21:23:34Z"), meter_id: 181, consumption_kwh: "7.59", average_consumption_kwh: "2.45", cost: "1.70" },
            { id: 315, timestamp: new Date("2023-03-31T18:33:23Z"), meter_id: 191, consumption_kwh: "3.73", average_consumption_kwh: "3.40", cost: "0.51" },
            { id: 316, timestamp: new Date("2023-02-24T22:38:04Z"), meter_id: 45, consumption_kwh: null, average_consumption_kwh: "2.64", cost: "0.08" },
            { id: 317, timestamp: new Date("2023-01-09T18:57:28Z"), meter_id: 200, consumption_kwh: null, average_consumption_kwh: "5.43", cost: "1.33" },
            { id: 318, timestamp: new Date("2023-02-11T00:50:39Z"), meter_id: 189, consumption_kwh: "4.83", average_consumption_kwh: "6.01", cost: "2.02" },
            { id: 319, timestamp: new Date("2023-02-04T19:48:58Z"), meter_id: 27, consumption_kwh: null, average_consumption_kwh: "3.71", cost: "2.66" },
            { id: 320, timestamp: new Date("2023-01-09T17:28:31Z"), meter_id: 111, consumption_kwh: "4.61", average_consumption_kwh: "4.95", cost: "0.35" },
            { id: 321, timestamp: new Date("2023-01-27T17:43:44Z"), meter_id: 60, consumption_kwh: "6.03", average_consumption_kwh: "5.72", cost: "1.15" },
            { id: 322, timestamp: new Date("2023-03-29T17:18:50Z"), meter_id: 23, consumption_kwh: "5.60", average_consumption_kwh: "4.28", cost: "0.88" },
            { id: 323, timestamp: new Date("2023-01-08T10:50:29Z"), meter_id: 177, consumption_kwh: "6.66", average_consumption_kwh: "3.12", cost: "0.24" },
            { id: 324, timestamp: new Date("2023-02-16T15:44:23Z"), meter_id: 22, consumption_kwh: "4.91", average_consumption_kwh: "3.57", cost: "0.58" },
            { id: 325, timestamp: new Date("2023-01-15T21:22:08Z"), meter_id: 200, consumption_kwh: "2.54", average_consumption_kwh: "3.63", cost: "0.86" },
            { id: 326, timestamp: new Date("2023-03-28T13:22:29Z"), meter_id: 111, consumption_kwh: null, average_consumption_kwh: "5.03", cost: "2.26" },
            { id: 327, timestamp: new Date("2023-02-11T14:53:29Z"), meter_id: 110, consumption_kwh: "5.07", average_consumption_kwh: "6.74", cost: "0.54" },
            { id: 328, timestamp: new Date("2023-02-11T17:54:18Z"), meter_id: 20, consumption_kwh: "6.04", average_consumption_kwh: "2.45", cost: "0.19" },
            { id: 329, timestamp: new Date("2023-01-20T09:43:42Z"), meter_id: 96, consumption_kwh: "4.68", average_consumption_kwh: "4.51", cost: "1.13" },
            { id: 330, timestamp: new Date("2023-02-27T15:38:45Z"), meter_id: 106, consumption_kwh: "4.85", average_consumption_kwh: "4.08", cost: "1.06" },
            { id: 331, timestamp: new Date("2023-01-17T21:32:28Z"), meter_id: 184, consumption_kwh: "4.76", average_consumption_kwh: "5.64", cost: "0.42" },
            { id: 332, timestamp: new Date("2023-03-02T22:27:27Z"), meter_id: 181, consumption_kwh: "3.81", average_consumption_kwh: "3.62", cost: "2.63" },
            { id: 333, timestamp: new Date("2023-01-28T20:25:58Z"), meter_id: 59, consumption_kwh: "6.69", average_consumption_kwh: "5.23", cost: "0.94" },
            { id: 334, timestamp: new Date("2023-01-18T18:45:16Z"), meter_id: 15, consumption_kwh: "7.46", average_consumption_kwh: "4.28", cost: "0.76" },
            { id: 335, timestamp: new Date("2023-02-28T18:22:20Z"), meter_id: 191, consumption_kwh: "6.40", average_consumption_kwh: "4.98", cost: "0.80" },
            { id: 336, timestamp: new Date("2023-01-09T08:41:34Z"), meter_id: 45, consumption_kwh: "3.19", average_consumption_kwh: "3.99", cost: "0.60" },
            { id: 337, timestamp: new Date("2023-02-10T19:42:32Z"), meter_id: 36, consumption_kwh: "4.00", average_consumption_kwh: "2.24", cost: "0.02" },
            { id: 338, timestamp: new Date("2023-03-24T21:58:20Z"), meter_id: 178, consumption_kwh: "3.41", average_consumption_kwh: "3.16", cost: "2.15" },
            { id: 339, timestamp: new Date("2023-02-05T07:15:08Z"), meter_id: 113, consumption_kwh: "3.14", average_consumption_kwh: "4.25", cost: "0.66" },
            { id: 340, timestamp: new Date("2023-01-24T19:27:23Z"), meter_id: 148, consumption_kwh: null, average_consumption_kwh: "4.86", cost: "0.07" },
            { id: 341, timestamp: new Date("2023-01-03T18:58:30Z"), meter_id: 102, consumption_kwh: "5.35", average_consumption_kwh: "4.62", cost: "0.36" },
            { id: 342, timestamp: new Date("2023-03-30T23:41:00Z"), meter_id: 173, consumption_kwh: "5.33", average_consumption_kwh: "3.63", cost: "0.94" },
            { id: 343, timestamp: new Date("2023-01-25T13:49:15Z"), meter_id: 119, consumption_kwh: "6.38", average_consumption_kwh: "5.46", cost: "2.95" },
            { id: 344, timestamp: new Date("2023-03-18T15:07:37Z"), meter_id: 179, consumption_kwh: "5.28", average_consumption_kwh: "4.03", cost: "2.50" },
            { id: 345, timestamp: new Date("2023-02-11T17:20:00Z"), meter_id: 44, consumption_kwh: "5.25", average_consumption_kwh: "4.64", cost: "0.54" },
            { id: 346, timestamp: new Date("2023-03-06T18:45:52Z"), meter_id: 199, consumption_kwh: "5.34", average_consumption_kwh: "5.38", cost: "1.10" },
            { id: 347, timestamp: new Date("2023-03-02T10:49:32Z"), meter_id: 113, consumption_kwh: null, average_consumption_kwh: "2.87", cost: "1.63" },
            { id: 348, timestamp: new Date("2023-01-21T19:39:36Z"), meter_id: 148, consumption_kwh: null, average_consumption_kwh: "3.91", cost: "2.98" },
            { id: 349, timestamp: new Date("2023-01-09T11:49:38Z"), meter_id: 155, consumption_kwh: "3.87", average_consumption_kwh: "2.99", cost: "2.90" },
            { id: 350, timestamp: new Date("2023-03-24T14:07:12Z"), meter_id: 132, consumption_kwh: "6.30", average_consumption_kwh: "4.63", cost: "0.01" },
            { id: 351, timestamp: new Date("2023-02-21T22:03:38Z"), meter_id: 144, consumption_kwh: "4.97", average_consumption_kwh: "3.93", cost: "2.85" },
            { id: 352, timestamp: new Date("2023-02-17T03:54:34Z"), meter_id: 102, consumption_kwh: null, average_consumption_kwh: "4.76", cost: "0.23" },
            { id: 353, timestamp: new Date("2023-01-23T19:12:53Z"), meter_id: 7, consumption_kwh: "6.95", average_consumption_kwh: "3.38", cost: "1.43" },
            { id: 354, timestamp: new Date("2023-01-03T13:16:40Z"), meter_id: 199, consumption_kwh: "5.19", average_consumption_kwh: "2.26", cost: "0.28" },
            { id: 355, timestamp: new Date("2023-03-14T22:17:24Z"), meter_id: 54, consumption_kwh: "5.92", average_consumption_kwh: "3.42", cost: "2.31" },
            { id: 356, timestamp: new Date("2023-02-01T13:01:48Z"), meter_id: 132, consumption_kwh: "3.38", average_consumption_kwh: "4.83", cost: "0.08" },
            { id: 357, timestamp: new Date("2023-03-21T18:55:05Z"), meter_id: 9, consumption_kwh: "5.34", average_consumption_kwh: "3.88", cost: "0.65" },
            { id: 358, timestamp: new Date("2023-03-29T18:12:41Z"), meter_id: 72, consumption_kwh: "4.87", average_consumption_kwh: "3.63", cost: "0.15" },
            { id: 359, timestamp: new Date("2023-01-23T18:39:10Z"), meter_id: 100, consumption_kwh: "6.72", average_consumption_kwh: "3.22", cost: "0.15" },
            { id: 360, timestamp: new Date("2023-03-21T13:25:28Z"), meter_id: 117, consumption_kwh: "3.03", average_consumption_kwh: "5.92", cost: "0.34" },
            { id: 361, timestamp: new Date("2023-01-12T16:18:39Z"), meter_id: 34, consumption_kwh: "4.53", average_consumption_kwh: "5.20", cost: "2.40" },
            { id: 362, timestamp: new Date("2023-02-21T22:40:33Z"), meter_id: 52, consumption_kwh: "2.18", average_consumption_kwh: "3.44", cost: "0.09" },
            { id: 363, timestamp: new Date("2023-02-25T19:24:42Z"), meter_id: 2, consumption_kwh: "4.82", average_consumption_kwh: "5.28", cost: "1.02" },
            { id: 364, timestamp: new Date("2023-01-15T07:39:24Z"), meter_id: 59, consumption_kwh: "5.91", average_consumption_kwh: "5.89", cost: "1.68" },
            { id: 365, timestamp: new Date("2023-01-04T05:11:57Z"), meter_id: 62, consumption_kwh: "7.04", average_consumption_kwh: "6.25", cost: "1.64" },
            { id: 366, timestamp: new Date("2023-02-03T05:41:21Z"), meter_id: 42, consumption_kwh: "5.84", average_consumption_kwh: "4.09", cost: "2.29" },
            { id: 367, timestamp: new Date("2023-01-29T19:05:21Z"), meter_id: 86, consumption_kwh: "2.88", average_consumption_kwh: "5.67", cost: "2.02" },
            { id: 368, timestamp: new Date("2023-02-11T16:27:23Z"), meter_id: 28, consumption_kwh: "1.88", average_consumption_kwh: "4.00", cost: "0.28" },
            { id: 369, timestamp: new Date("2023-01-18T13:35:25Z"), meter_id: 40, consumption_kwh: "4.09", average_consumption_kwh: "4.32", cost: "1.14" },
            { id: 370, timestamp: new Date("2023-03-11T19:16:58Z"), meter_id: 123, consumption_kwh: "5.63", average_consumption_kwh: "5.21", cost: "0.05" },
            { id: 371, timestamp: new Date("2023-02-05T12:33:18Z"), meter_id: 97, consumption_kwh: "5.49", average_consumption_kwh: "4.93", cost: "1.62" },
            { id: 372, timestamp: new Date("2023-03-25T11:24:42Z"), meter_id: 71, consumption_kwh: "3.18", average_consumption_kwh: "5.90", cost: "0.25" },
            { id: 373, timestamp: new Date("2023-02-16T21:44:29Z"), meter_id: 193, consumption_kwh: "4.10", average_consumption_kwh: "6.09", cost: "0.02" },
            { id: 374, timestamp: new Date("2023-01-06T06:05:11Z"), meter_id: 73, consumption_kwh: "6.94", average_consumption_kwh: "3.99", cost: "2.43" },
            { id: 375, timestamp: new Date("2023-02-23T00:22:49Z"), meter_id: 127, consumption_kwh: null, average_consumption_kwh: "5.51", cost: "2.07" },
            { id: 376, timestamp: new Date("2023-01-13T01:30:46Z"), meter_id: 15, consumption_kwh: "5.72", average_consumption_kwh: "3.42", cost: "1.62" },
            { id: 377, timestamp: new Date("2023-03-28T20:12:42Z"), meter_id: 134, consumption_kwh: "4.38", average_consumption_kwh: "4.20", cost: "1.55" },
            { id: 378, timestamp: new Date("2023-03-07T16:48:53Z"), meter_id: 61, consumption_kwh: "7.53", average_consumption_kwh: "3.95", cost: "0.10" },
            { id: 379, timestamp: new Date("2023-03-01T14:58:47Z"), meter_id: 115, consumption_kwh: "4.61", average_consumption_kwh: "3.74", cost: "2.08" },
            { id: 380, timestamp: new Date("2023-01-07T13:02:58Z"), meter_id: 25, consumption_kwh: "8.47", average_consumption_kwh: "4.02", cost: "0.35" },
            { id: 381, timestamp: new Date("2023-02-18T19:50:10Z"), meter_id: 193, consumption_kwh: "4.88", average_consumption_kwh: "5.24", cost: "0.28" },
            { id: 382, timestamp: new Date("2023-02-02T08:11:50Z"), meter_id: 182, consumption_kwh: "4.63", average_consumption_kwh: "1.57", cost: "2.67" },
            { id: 383, timestamp: new Date("2023-01-02T09:47:28Z"), meter_id: 181, consumption_kwh: null, average_consumption_kwh: "4.91", cost: "0.15" },
            { id: 384, timestamp: new Date("2023-02-18T16:18:29Z"), meter_id: 91, consumption_kwh: "3.72", average_consumption_kwh: "4.63", cost: "0.08" },
            { id: 385, timestamp: new Date("2023-03-26T15:37:53Z"), meter_id: 37, consumption_kwh: "4.65", average_consumption_kwh: "4.85", cost: "1.19" },
            { id: 386, timestamp: new Date("2023-02-24T13:34:37Z"), meter_id: 121, consumption_kwh: null, average_consumption_kwh: "4.53", cost: "1.76" },
            { id: 387, timestamp: new Date("2023-03-05T14:48:59Z"), meter_id: 116, consumption_kwh: null, average_consumption_kwh: "5.92", cost: "2.91" },
            { id: 388, timestamp: new Date("2023-03-09T22:53:22Z"), meter_id: 176, consumption_kwh: "5.27", average_consumption_kwh: "3.73", cost: "1.19" },
            { id: 389, timestamp: new Date("2023-02-22T15:13:56Z"), meter_id: 2, consumption_kwh: "3.20", average_consumption_kwh: "6.38", cost: "0.11" },
            { id: 390, timestamp: new Date("2023-03-13T21:47:24Z"), meter_id: 63, consumption_kwh: null, average_consumption_kwh: "3.76", cost: "2.61" },
            { id: 391, timestamp: new Date("2023-02-01T07:46:57Z"), meter_id: 179, consumption_kwh: "3.79", average_consumption_kwh: "2.38", cost: "0.34" },
            { id: 392, timestamp: new Date("2023-03-27T12:53:56Z"), meter_id: 18, consumption_kwh: "6.89", average_consumption_kwh: "5.02", cost: "0.57" },
            { id: 393, timestamp: new Date("2023-02-05T21:37:37Z"), meter_id: 134, consumption_kwh: "5.59", average_consumption_kwh: "4.63", cost: "0.52" },
            { id: 394, timestamp: new Date("2023-01-07T01:31:19Z"), meter_id: 108, consumption_kwh: "7.63", average_consumption_kwh: "2.79", cost: "1.99" },
            { id: 395, timestamp: new Date("2023-01-12T21:53:27Z"), meter_id: 181, consumption_kwh: "4.25", average_consumption_kwh: "5.13", cost: "1.52" },
            { id: 396, timestamp: new Date("2023-01-11T10:54:07Z"), meter_id: 29, consumption_kwh: "5.56", average_consumption_kwh: "4.65", cost: "0.20" },
            { id: 397, timestamp: new Date("2023-02-19T20:56:58Z"), meter_id: 91, consumption_kwh: "4.40", average_consumption_kwh: "4.84", cost: "0.79" },
            { id: 398, timestamp: new Date("2023-02-11T18:26:18Z"), meter_id: 2, consumption_kwh: "4.50", average_consumption_kwh: "4.65", cost: "0.09" },
            { id: 399, timestamp: new Date("2023-01-01T10:15:18Z"), meter_id: 93, consumption_kwh: "5.90", average_consumption_kwh: "5.42", cost: "0.28" },
            { id: 400, timestamp: new Date("2023-02-10T02:43:17Z"), meter_id: 69, consumption_kwh: "4.62", average_consumption_kwh: "2.11", cost: "0.43" },
            { id: 401, timestamp: new Date("2023-03-25T16:18:02Z"), meter_id: 106, consumption_kwh: "5.65", average_consumption_kwh: "5.54", cost: "2.50" },
            { id: 402, timestamp: new Date("2023-03-24T16:24:31Z"), meter_id: 146, consumption_kwh: "7.28", average_consumption_kwh: "5.53", cost: "1.28" },
            { id: 403, timestamp: new Date("2023-03-15T19:31:22Z"), meter_id: 169, consumption_kwh: "6.17", average_consumption_kwh: "2.47", cost: "0.94" },
            { id: 404, timestamp: new Date("2023-01-29T20:45:24Z"), meter_id: 146, consumption_kwh: "3.13", average_consumption_kwh: "5.39", cost: "0.01" },
            { id: 405, timestamp: new Date("2023-01-02T16:18:35Z"), meter_id: 90, consumption_kwh: null, average_consumption_kwh: "3.60", cost: "2.03" },
            { id: 406, timestamp: new Date("2023-02-02T23:04:40Z"), meter_id: 154, consumption_kwh: "3.64", average_consumption_kwh: "5.75", cost: "0.11" },
            { id: 407, timestamp: new Date("2023-01-27T19:48:10Z"), meter_id: 165, consumption_kwh: "4.65", average_consumption_kwh: "3.83", cost: "0.60" },
            { id: 408, timestamp: new Date("2023-03-05T18:31:56Z"), meter_id: 101, consumption_kwh: "5.85", average_consumption_kwh: "2.66", cost: "0.05" },
            { id: 409, timestamp: new Date("2023-01-17T13:03:46Z"), meter_id: 125, consumption_kwh: "6.22", average_consumption_kwh: "5.12", cost: "2.91" },
            { id: 410, timestamp: new Date("2023-02-16T07:06:11Z"), meter_id: 47, consumption_kwh: "7.17", average_consumption_kwh: "5.11", cost: "1.28" },
            { id: 411, timestamp: new Date("2023-03-07T19:12:25Z"), meter_id: 73, consumption_kwh: null, average_consumption_kwh: "4.43", cost: "0.05" },
            { id: 412, timestamp: new Date("2023-02-28T10:12:42Z"), meter_id: 44, consumption_kwh: "3.65", average_consumption_kwh: "3.80", cost: "1.67" },
            { id: 413, timestamp: new Date("2023-02-10T13:15:44Z"), meter_id: 89, consumption_kwh: "5.48", average_consumption_kwh: "2.58", cost: "2.37" },
            { id: 414, timestamp: new Date("2023-03-11T21:11:07Z"), meter_id: 137, consumption_kwh: "3.13", average_consumption_kwh: "3.49", cost: "0.55" },
            { id: 415, timestamp: new Date("2023-01-23T21:03:33Z"), meter_id: 26, consumption_kwh: null, average_consumption_kwh: "5.52", cost: "2.05" },
            { id: 416, timestamp: new Date("2023-01-01T20:24:21Z"), meter_id: 4, consumption_kwh: "4.87", average_consumption_kwh: "3.39", cost: "0.20" },
            { id: 417, timestamp: new Date("2023-03-13T06:07:53Z"), meter_id: 151, consumption_kwh: "4.72", average_consumption_kwh: "5.96", cost: "0.43" },
            { id: 418, timestamp: new Date("2023-02-09T20:50:59Z"), meter_id: 144, consumption_kwh: "6.67", average_consumption_kwh: "6.09", cost: "0.32" },
            { id: 419, timestamp: new Date("2023-01-29T12:54:47Z"), meter_id: 179, consumption_kwh: "3.27", average_consumption_kwh: "5.08", cost: "0.01" },
            { id: 420, timestamp: new Date("2023-03-25T14:03:02Z"), meter_id: 165, consumption_kwh: "3.95", average_consumption_kwh: "3.04", cost: "0.15" },
            { id: 421, timestamp: new Date("2023-02-13T08:20:01Z"), meter_id: 123, consumption_kwh: "3.08", average_consumption_kwh: "3.90", cost: "0.05" },
            { id: 422, timestamp: new Date("2023-02-20T16:28:01Z"), meter_id: 194, consumption_kwh: "5.73", average_consumption_kwh: "5.42", cost: "0.02" },
            { id: 423, timestamp: new Date("2023-03-24T21:38:45Z"), meter_id: 24, consumption_kwh: "3.83", average_consumption_kwh: "5.02", cost: "1.45" },
            { id: 424, timestamp: new Date("2023-03-15T17:26:47Z"), meter_id: 1, consumption_kwh: "4.04", average_consumption_kwh: "5.17", cost: "0.98" },
            { id: 425, timestamp: new Date("2023-02-12T07:51:28Z"), meter_id: 153, consumption_kwh: "2.63", average_consumption_kwh: "6.28", cost: "0.35" },
            { id: 426, timestamp: new Date("2023-01-01T18:04:09Z"), meter_id: 88, consumption_kwh: "5.20", average_consumption_kwh: "2.54", cost: "0.03" },
            { id: 427, timestamp: new Date("2023-03-24T09:56:52Z"), meter_id: 147, consumption_kwh: "4.33", average_consumption_kwh: "4.62", cost: "1.09" },
            { id: 428, timestamp: new Date("2023-03-16T19:51:13Z"), meter_id: 60, consumption_kwh: "2.98", average_consumption_kwh: "4.71", cost: "0.91" },
            { id: 429, timestamp: new Date("2023-01-09T20:24:05Z"), meter_id: 91, consumption_kwh: null, average_consumption_kwh: "3.80", cost: "1.16" },
            { id: 430, timestamp: new Date("2023-03-30T02:18:01Z"), meter_id: 40, consumption_kwh: "6.00", average_consumption_kwh: "5.20", cost: "1.85" },
            { id: 431, timestamp: new Date("2023-03-09T21:10:38Z"), meter_id: 145, consumption_kwh: "3.64", average_consumption_kwh: "5.75", cost: "2.49" },
            { id: 432, timestamp: new Date("2023-01-20T07:50:30Z"), meter_id: 185, consumption_kwh: "4.10", average_consumption_kwh: "4.73", cost: "0.01" },
            { id: 433, timestamp: new Date("2023-01-22T17:12:50Z"), meter_id: 198, consumption_kwh: "6.15", average_consumption_kwh: "2.65", cost: "2.92" },
            { id: 434, timestamp: new Date("2023-01-04T10:45:31Z"), meter_id: 96, consumption_kwh: null, average_consumption_kwh: "4.01", cost: "0.18" },
            { id: 435, timestamp: new Date("2023-01-28T08:57:16Z"), meter_id: 78, consumption_kwh: "3.43", average_consumption_kwh: "4.87", cost: "0.08" },
            { id: 436, timestamp: new Date("2023-02-15T08:47:44Z"), meter_id: 96, consumption_kwh: "4.01", average_consumption_kwh: "5.54", cost: "1.82" },
            { id: 437, timestamp: new Date("2023-02-22T20:04:35Z"), meter_id: 59, consumption_kwh: null, average_consumption_kwh: "4.53", cost: "1.69" },
            { id: 438, timestamp: new Date("2023-03-02T18:51:53Z"), meter_id: 86, consumption_kwh: "7.58", average_consumption_kwh: "4.23", cost: "0.04" },
            { id: 439, timestamp: new Date("2023-03-27T09:07:37Z"), meter_id: 154, consumption_kwh: null, average_consumption_kwh: "5.24", cost: "0.02" },
            { id: 440, timestamp: new Date("2023-01-04T18:16:02Z"), meter_id: 4, consumption_kwh: "7.81", average_consumption_kwh: "2.92", cost: "0.12" },
            { id: 441, timestamp: new Date("2023-01-15T04:23:42Z"), meter_id: 27, consumption_kwh: "4.22", average_consumption_kwh: "2.37", cost: "1.01" },
            { id: 442, timestamp: new Date("2023-02-23T11:18:42Z"), meter_id: 154, consumption_kwh: "2.64", average_consumption_kwh: "4.40", cost: "0.32" },
            { id: 443, timestamp: new Date("2023-01-30T16:15:47Z"), meter_id: 170, consumption_kwh: "5.43", average_consumption_kwh: "1.99", cost: "0.46" },
            { id: 444, timestamp: new Date("2023-02-20T17:59:37Z"), meter_id: 76, consumption_kwh: "6.37", average_consumption_kwh: "5.07", cost: "0.06" },
            { id: 445, timestamp: new Date("2023-03-16T11:38:36Z"), meter_id: 40, consumption_kwh: "2.88", average_consumption_kwh: "4.90", cost: "1.93" },
            { id: 446, timestamp: new Date("2023-01-22T18:59:04Z"), meter_id: 23, consumption_kwh: "5.12", average_consumption_kwh: "5.29", cost: "0.12" },
            { id: 447, timestamp: new Date("2023-03-03T19:00:58Z"), meter_id: 1, consumption_kwh: "4.71", average_consumption_kwh: "5.07", cost: "0.68" },
            { id: 448, timestamp: new Date("2023-01-20T14:45:18Z"), meter_id: 107, consumption_kwh: "4.69", average_consumption_kwh: "5.37", cost: "0.34" },
            { id: 449, timestamp: new Date("2023-01-06T11:42:08Z"), meter_id: 55, consumption_kwh: "4.37", average_consumption_kwh: "4.66", cost: "1.89" },
            { id: 450, timestamp: new Date("2023-03-31T12:52:32Z"), meter_id: 185, consumption_kwh: "5.75", average_consumption_kwh: "4.97", cost: "0.87" },
            { id: 451, timestamp: new Date("2023-03-12T09:33:46Z"), meter_id: 36, consumption_kwh: "6.61", average_consumption_kwh: "3.84", cost: "1.73" },
            { id: 452, timestamp: new Date("2023-02-20T08:57:52Z"), meter_id: 144, consumption_kwh: "4.40", average_consumption_kwh: "4.91", cost: "0.56" },
            { id: 453, timestamp: new Date("2023-03-09T20:51:53Z"), meter_id: 127, consumption_kwh: "4.34", average_consumption_kwh: "5.11", cost: "0.22" },
            { id: 454, timestamp: new Date("2023-01-09T14:42:39Z"), meter_id: 113, consumption_kwh: "4.05", average_consumption_kwh: "5.59", cost: "0.86" },
            { id: 455, timestamp: new Date("2023-02-22T13:55:44Z"), meter_id: 110, consumption_kwh: "5.00", average_consumption_kwh: "4.13", cost: "1.13" },
            { id: 456, timestamp: new Date("2023-02-03T10:05:14Z"), meter_id: 63, consumption_kwh: "6.06", average_consumption_kwh: "2.61", cost: "0.19" },
            { id: 457, timestamp: new Date("2023-01-20T16:51:34Z"), meter_id: 173, consumption_kwh: "2.88", average_consumption_kwh: "6.24", cost: "0.28" },
            { id: 458, timestamp: new Date("2023-01-31T20:21:14Z"), meter_id: 155, consumption_kwh: "4.28", average_consumption_kwh: "3.72", cost: "0.07" },
            { id: 459, timestamp: new Date("2023-02-28T18:22:03Z"), meter_id: 94, consumption_kwh: "5.42", average_consumption_kwh: "3.19", cost: "0.02" },
            { id: 460, timestamp: new Date("2023-02-08T21:37:16Z"), meter_id: 33, consumption_kwh: "3.17", average_consumption_kwh: "4.69", cost: "2.27" },
            { id: 461, timestamp: new Date("2023-03-15T20:32:49Z"), meter_id: 12, consumption_kwh: "6.67", average_consumption_kwh: "5.16", cost: "0.11" },
            { id: 462, timestamp: new Date("2023-02-19T11:07:57Z"), meter_id: 60, consumption_kwh: "4.99", average_consumption_kwh: "3.98", cost: "0.49" },
            { id: 463, timestamp: new Date("2023-02-03T22:03:58Z"), meter_id: 129, consumption_kwh: "4.46", average_consumption_kwh: "5.28", cost: "1.25" },
            { id: 464, timestamp: new Date("2023-01-12T15:35:17Z"), meter_id: 182, consumption_kwh: "9.31", average_consumption_kwh: "4.02", cost: "0.05" },
            { id: 465, timestamp: new Date("2023-02-09T21:39:56Z"), meter_id: 123, consumption_kwh: "5.73", average_consumption_kwh: "4.67", cost: "1.17" },
            { id: 466, timestamp: new Date("2023-01-17T17:00:23Z"), meter_id: 2, consumption_kwh: "4.99", average_consumption_kwh: "4.77", cost: "0.01" },
            { id: 467, timestamp: new Date("2023-02-10T20:34:08Z"), meter_id: 37, consumption_kwh: "5.70", average_consumption_kwh: "1.93", cost: "1.11" },
            { id: 468, timestamp: new Date("2023-02-17T21:55:27Z"), meter_id: 148, consumption_kwh: "6.44", average_consumption_kwh: "6.74", cost: "0.01" },
            { id: 469, timestamp: new Date("2023-01-03T06:55:58Z"), meter_id: 85, consumption_kwh: "3.85", average_consumption_kwh: "2.64", cost: "0.38" },
            { id: 470, timestamp: new Date("2023-01-07T08:48:35Z"), meter_id: 178, consumption_kwh: "5.04", average_consumption_kwh: "2.95", cost: "0.16" },
            { id: 471, timestamp: new Date("2023-01-31T16:32:16Z"), meter_id: 130, consumption_kwh: "5.02", average_consumption_kwh: "5.30", cost: "0.03" },
            { id: 472, timestamp: new Date("2023-03-03T21:46:27Z"), meter_id: 188, consumption_kwh: "3.11", average_consumption_kwh: "3.76", cost: "2.78" },
            { id: 473, timestamp: new Date("2023-01-25T20:46:46Z"), meter_id: 134, consumption_kwh: "2.66", average_consumption_kwh: "4.81", cost: "1.09" },
            { id: 474, timestamp: new Date("2023-02-08T08:55:24Z"), meter_id: 76, consumption_kwh: "5.80", average_consumption_kwh: "3.41", cost: "2.77" },
            { id: 475, timestamp: new Date("2023-01-03T13:37:05Z"), meter_id: 62, consumption_kwh: "2.86", average_consumption_kwh: "5.78", cost: "1.76" },
            { id: 476, timestamp: new Date("2023-01-03T16:54:53Z"), meter_id: 135, consumption_kwh: "3.68", average_consumption_kwh: "3.43", cost: "0.88" },
            { id: 477, timestamp: new Date("2023-01-24T12:09:26Z"), meter_id: 154, consumption_kwh: "4.34", average_consumption_kwh: "5.10", cost: "2.58" },
            { id: 478, timestamp: new Date("2023-01-11T19:15:18Z"), meter_id: 78, consumption_kwh: "4.99", average_consumption_kwh: "3.19", cost: "0.05" },
            { id: 479, timestamp: new Date("2023-01-24T20:10:47Z"), meter_id: 109, consumption_kwh: "7.33", average_consumption_kwh: "3.92", cost: "0.92" },
            { id: 480, timestamp: new Date("2023-02-12T09:44:19Z"), meter_id: 151, consumption_kwh: null, average_consumption_kwh: "4.46", cost: "1.62" },
            { id: 481, timestamp: new Date("2023-02-24T13:42:52Z"), meter_id: 181, consumption_kwh: "2.49", average_consumption_kwh: "5.30", cost: "2.15" },
            { id: 482, timestamp: new Date("2023-01-28T06:45:19Z"), meter_id: 151, consumption_kwh: "4.95", average_consumption_kwh: "5.09", cost: "1.07" },
            { id: 483, timestamp: new Date("2023-01-14T16:30:13Z"), meter_id: 51, consumption_kwh: "4.02", average_consumption_kwh: "3.66", cost: "2.38" },
            { id: 484, timestamp: new Date("2023-01-03T21:37:29Z"), meter_id: 131, consumption_kwh: "3.83", average_consumption_kwh: "3.17", cost: "0.08" },
            { id: 485, timestamp: new Date("2023-02-08T23:22:46Z"), meter_id: 63, consumption_kwh: "4.88", average_consumption_kwh: "4.52", cost: "0.50" },
            { id: 486, timestamp: new Date("2023-03-02T15:25:11Z"), meter_id: 12, consumption_kwh: "7.43", average_consumption_kwh: "5.40", cost: "0.45" },
            { id: 487, timestamp: new Date("2023-01-08T21:06:18Z"), meter_id: 199, consumption_kwh: "5.68", average_consumption_kwh: "5.21", cost: "0.19" },
            { id: 488, timestamp: new Date("2023-02-05T19:18:36Z"), meter_id: 188, consumption_kwh: "7.88", average_consumption_kwh: "6.19", cost: "1.49" },
            { id: 489, timestamp: new Date("2023-01-29T12:48:19Z"), meter_id: 179, consumption_kwh: "5.81", average_consumption_kwh: "3.46", cost: "0.01" },
            { id: 490, timestamp: new Date("2023-03-07T19:57:14Z"), meter_id: 198, consumption_kwh: "6.12", average_consumption_kwh: "3.61", cost: "2.54" },
            { id: 491, timestamp: new Date("2023-01-09T13:18:34Z"), meter_id: 130, consumption_kwh: "4.91", average_consumption_kwh: "4.07", cost: "0.55" },
            { id: 492, timestamp: new Date("2023-03-28T13:04:03Z"), meter_id: 129, consumption_kwh: "5.89", average_consumption_kwh: "3.51", cost: "0.93" },
            { id: 493, timestamp: new Date("2023-01-21T17:24:17Z"), meter_id: 88, consumption_kwh: "6.91", average_consumption_kwh: "3.58", cost: "1.30" },
            { id: 494, timestamp: new Date("2023-01-26T07:22:38Z"), meter_id: 190, consumption_kwh: "2.83", average_consumption_kwh: "3.78", cost: "0.02" },
            { id: 495, timestamp: new Date("2023-02-08T22:16:22Z"), meter_id: 161, consumption_kwh: "5.30", average_consumption_kwh: "4.04", cost: "1.90" },
            { id: 496, timestamp: new Date("2023-01-02T19:14:31Z"), meter_id: 66, consumption_kwh: "6.54", average_consumption_kwh: "2.01", cost: "0.46" },
            { id: 497, timestamp: new Date("2023-01-29T19:00:18Z"), meter_id: 88, consumption_kwh: "5.44", average_consumption_kwh: "3.51", cost: "0.74" },
            { id: 498, timestamp: new Date("2023-02-10T23:15:17Z"), meter_id: 78, consumption_kwh: null, average_consumption_kwh: "4.02", cost: "0.19" },
            { id: 499, timestamp: new Date("2023-02-08T17:54:15Z"), meter_id: 81, consumption_kwh: "5.27", average_consumption_kwh: "5.41", cost: "0.75" },
            { id: 500, timestamp: new Date("2023-03-23T01:44:16Z"), meter_id: 104, consumption_kwh: "6.78", average_consumption_kwh: "4.17", cost: "0.32" },
        ],
    });
    await prisma.readings.createMany({
        data: [
            { id: 501, timestamp: new Date("2023-02-24T09:01:36Z"), meter_id: 121, consumption_kwh: "1.16", average_consumption_kwh: "4.81", cost: "1.01" },
            { id: 502, timestamp: new Date("2023-01-20T09:55:44Z"), meter_id: 60, consumption_kwh: null, average_consumption_kwh: "5.45", cost: "0.17" },
            { id: 503, timestamp: new Date("2023-03-18T18:27:14Z"), meter_id: 15, consumption_kwh: "7.30", average_consumption_kwh: "4.33", cost: "0.09" },
            { id: 504, timestamp: new Date("2023-03-24T23:06:51Z"), meter_id: 188, consumption_kwh: "5.31", average_consumption_kwh: "6.28", cost: "0.14" },
            { id: 505, timestamp: new Date("2023-03-11T19:47:36Z"), meter_id: 155, consumption_kwh: null, average_consumption_kwh: "3.16", cost: "0.34" },
            { id: 506, timestamp: new Date("2023-02-01T10:47:09Z"), meter_id: 22, consumption_kwh: "4.85", average_consumption_kwh: "2.67", cost: "2.15" },
            { id: 507, timestamp: new Date("2023-03-02T16:18:09Z"), meter_id: 155, consumption_kwh: "3.86", average_consumption_kwh: "4.18", cost: "2.04" },
            { id: 508, timestamp: new Date("2023-03-07T20:59:06Z"), meter_id: 117, consumption_kwh: "5.33", average_consumption_kwh: "4.25", cost: "0.41" },
            { id: 509, timestamp: new Date("2023-02-27T09:08:21Z"), meter_id: 60, consumption_kwh: "5.00", average_consumption_kwh: "4.80", cost: "1.02" },
            { id: 510, timestamp: new Date("2023-02-15T03:09:43Z"), meter_id: 14, consumption_kwh: "4.24", average_consumption_kwh: "4.10", cost: "1.01" },
            { id: 511, timestamp: new Date("2023-01-01T16:56:14Z"), meter_id: 113, consumption_kwh: "4.30", average_consumption_kwh: "4.49", cost: "0.02" },
            { id: 512, timestamp: new Date("2023-01-06T22:38:01Z"), meter_id: 63, consumption_kwh: "6.34", average_consumption_kwh: "6.37", cost: "1.80" },
            { id: 513, timestamp: new Date("2023-01-15T20:41:24Z"), meter_id: 176, consumption_kwh: "4.81", average_consumption_kwh: "3.83", cost: "0.96" },
            { id: 514, timestamp: new Date("2023-01-24T17:53:14Z"), meter_id: 55, consumption_kwh: "4.59", average_consumption_kwh: "5.05", cost: "1.00" },
            { id: 515, timestamp: new Date("2023-03-22T15:59:21Z"), meter_id: 10, consumption_kwh: "3.77", average_consumption_kwh: "5.20", cost: "2.89" },
            { id: 516, timestamp: new Date("2023-02-21T17:09:39Z"), meter_id: 99, consumption_kwh: "6.45", average_consumption_kwh: "4.48", cost: "1.38" },
            { id: 517, timestamp: new Date("2023-02-12T18:25:47Z"), meter_id: 118, consumption_kwh: "6.70", average_consumption_kwh: "4.50", cost: "1.95" },
            { id: 518, timestamp: new Date("2023-02-24T10:21:59Z"), meter_id: 32, consumption_kwh: "4.87", average_consumption_kwh: "2.92", cost: "2.21" },
            { id: 519, timestamp: new Date("2023-03-01T22:45:37Z"), meter_id: 18, consumption_kwh: "5.05", average_consumption_kwh: "4.71", cost: "0.19" },
            { id: 520, timestamp: new Date("2023-03-23T17:06:34Z"), meter_id: 54, consumption_kwh: "5.77", average_consumption_kwh: "4.13", cost: "0.76" },
            { id: 521, timestamp: new Date("2023-01-11T10:59:57Z"), meter_id: 32, consumption_kwh: null, average_consumption_kwh: "4.80", cost: "2.51" },
            { id: 522, timestamp: new Date("2023-02-24T11:32:50Z"), meter_id: 24, consumption_kwh: "5.83", average_consumption_kwh: "3.36", cost: "0.01" },
            { id: 523, timestamp: new Date("2023-03-26T12:56:07Z"), meter_id: 43, consumption_kwh: "5.27", average_consumption_kwh: "2.69", cost: "0.38" },
            { id: 524, timestamp: new Date("2023-01-09T21:18:06Z"), meter_id: 143, consumption_kwh: "6.34", average_consumption_kwh: "4.55", cost: "0.08" },
            { id: 525, timestamp: new Date("2023-03-27T21:44:40Z"), meter_id: 40, consumption_kwh: "6.89", average_consumption_kwh: "4.34", cost: "1.61" },
            { id: 526, timestamp: new Date("2023-02-14T08:04:55Z"), meter_id: 157, consumption_kwh: "3.35", average_consumption_kwh: "4.95", cost: "0.61" },
            { id: 527, timestamp: new Date("2023-02-10T08:36:08Z"), meter_id: 33, consumption_kwh: "6.36", average_consumption_kwh: "5.05", cost: "0.84" },
            { id: 528, timestamp: new Date("2023-03-01T13:18:14Z"), meter_id: 29, consumption_kwh: "6.09", average_consumption_kwh: "4.36", cost: "0.90" },
            { id: 529, timestamp: new Date("2023-01-05T12:36:30Z"), meter_id: 64, consumption_kwh: "5.39", average_consumption_kwh: "2.77", cost: "0.05" },
            { id: 530, timestamp: new Date("2023-03-12T15:44:15Z"), meter_id: 95, consumption_kwh: "5.57", average_consumption_kwh: "5.94", cost: "0.80" },
            { id: 531, timestamp: new Date("2023-02-24T21:07:39Z"), meter_id: 158, consumption_kwh: null, average_consumption_kwh: "4.00", cost: "0.10" },
            { id: 532, timestamp: new Date("2023-01-09T23:55:32Z"), meter_id: 188, consumption_kwh: "4.45", average_consumption_kwh: "4.85", cost: "1.78" },
            { id: 533, timestamp: new Date("2023-03-26T21:18:32Z"), meter_id: 168, consumption_kwh: null, average_consumption_kwh: "4.70", cost: "1.32" },
            { id: 534, timestamp: new Date("2023-01-08T08:29:16Z"), meter_id: 62, consumption_kwh: "5.31", average_consumption_kwh: "3.11", cost: "1.77" },
            { id: 535, timestamp: new Date("2023-02-25T19:47:05Z"), meter_id: 52, consumption_kwh: "3.92", average_consumption_kwh: "2.66", cost: "0.70" },
            { id: 536, timestamp: new Date("2023-03-04T21:30:25Z"), meter_id: 96, consumption_kwh: "4.85", average_consumption_kwh: "4.31", cost: "0.49" },
            { id: 537, timestamp: new Date("2023-03-27T16:49:47Z"), meter_id: 171, consumption_kwh: "2.26", average_consumption_kwh: "5.60", cost: "0.88" },
            { id: 538, timestamp: new Date("2023-02-05T21:27:33Z"), meter_id: 12, consumption_kwh: "5.45", average_consumption_kwh: "2.06", cost: "2.91" },
            { id: 539, timestamp: new Date("2023-02-21T11:53:16Z"), meter_id: 170, consumption_kwh: null, average_consumption_kwh: "4.40", cost: "2.38" },
            { id: 540, timestamp: new Date("2023-01-22T13:56:06Z"), meter_id: 101, consumption_kwh: "5.74", average_consumption_kwh: "5.13", cost: "2.65" },
            { id: 541, timestamp: new Date("2023-01-24T16:49:12Z"), meter_id: 188, consumption_kwh: "5.88", average_consumption_kwh: "2.51", cost: "0.01" },
            { id: 542, timestamp: new Date("2023-02-24T14:22:36Z"), meter_id: 185, consumption_kwh: null, average_consumption_kwh: "6.24", cost: "0.08" },
            { id: 543, timestamp: new Date("2023-03-09T20:16:33Z"), meter_id: 60, consumption_kwh: "7.79", average_consumption_kwh: "4.94", cost: "0.94" },
            { id: 544, timestamp: new Date("2023-02-27T22:02:48Z"), meter_id: 153, consumption_kwh: null, average_consumption_kwh: "5.27", cost: "1.59" },
            { id: 545, timestamp: new Date("2023-03-05T15:13:32Z"), meter_id: 122, consumption_kwh: "5.12", average_consumption_kwh: "5.14", cost: "0.01" },
            { id: 546, timestamp: new Date("2023-02-17T07:24:37Z"), meter_id: 42, consumption_kwh: "5.47", average_consumption_kwh: "4.11", cost: "1.58" },
            { id: 547, timestamp: new Date("2023-03-04T07:05:33Z"), meter_id: 123, consumption_kwh: "6.82", average_consumption_kwh: "6.73", cost: "0.22" },
            { id: 548, timestamp: new Date("2023-02-01T11:16:35Z"), meter_id: 111, consumption_kwh: "4.88", average_consumption_kwh: "3.81", cost: "0.72" },
            { id: 549, timestamp: new Date("2023-02-14T19:37:54Z"), meter_id: 17, consumption_kwh: "4.31", average_consumption_kwh: "2.10", cost: "0.93" },
            { id: 550, timestamp: new Date("2023-01-14T21:34:54Z"), meter_id: 8, consumption_kwh: "4.46", average_consumption_kwh: "3.98", cost: "0.19" },
            { id: 551, timestamp: new Date("2023-03-08T12:58:23Z"), meter_id: 174, consumption_kwh: "4.75", average_consumption_kwh: "4.11", cost: "0.12" },
            { id: 552, timestamp: new Date("2023-03-05T14:00:54Z"), meter_id: 153, consumption_kwh: "4.10", average_consumption_kwh: "4.91", cost: "1.09" },
            { id: 553, timestamp: new Date("2023-03-25T20:07:11Z"), meter_id: 76, consumption_kwh: "5.80", average_consumption_kwh: "3.16", cost: "0.48" },
            { id: 554, timestamp: new Date("2023-01-30T11:33:42Z"), meter_id: 148, consumption_kwh: "5.23", average_consumption_kwh: "5.59", cost: "1.20" },
            { id: 555, timestamp: new Date("2023-01-04T12:52:59Z"), meter_id: 2, consumption_kwh: "5.85", average_consumption_kwh: "3.74", cost: "0.13" },
            { id: 556, timestamp: new Date("2023-01-08T17:54:01Z"), meter_id: 44, consumption_kwh: null, average_consumption_kwh: "6.33", cost: "0.01" },
            { id: 557, timestamp: new Date("2023-03-05T20:32:17Z"), meter_id: 117, consumption_kwh: "6.47", average_consumption_kwh: "4.51", cost: "0.94" },
            { id: 558, timestamp: new Date("2023-03-31T11:04:16Z"), meter_id: 31, consumption_kwh: "4.97", average_consumption_kwh: "4.04", cost: "0.74" },
            { id: 559, timestamp: new Date("2023-01-21T18:01:58Z"), meter_id: 195, consumption_kwh: "3.56", average_consumption_kwh: "5.98", cost: "1.82" },
            { id: 560, timestamp: new Date("2023-02-13T19:02:03Z"), meter_id: 61, consumption_kwh: null, average_consumption_kwh: "6.10", cost: "1.57" },
            { id: 561, timestamp: new Date("2023-03-23T19:00:34Z"), meter_id: 117, consumption_kwh: "3.72", average_consumption_kwh: "6.11", cost: "0.12" },
            { id: 562, timestamp: new Date("2023-01-19T23:27:41Z"), meter_id: 122, consumption_kwh: "7.91", average_consumption_kwh: "4.08", cost: "0.04" },
            { id: 563, timestamp: new Date("2023-02-10T07:50:17Z"), meter_id: 66, consumption_kwh: "5.87", average_consumption_kwh: "2.18", cost: "0.12" },
            { id: 564, timestamp: new Date("2023-02-03T01:26:09Z"), meter_id: 140, consumption_kwh: "5.49", average_consumption_kwh: "4.13", cost: "0.01" },
            { id: 565, timestamp: new Date("2023-02-24T21:46:13Z"), meter_id: 65, consumption_kwh: "3.66", average_consumption_kwh: "2.49", cost: "2.94" },
            { id: 566, timestamp: new Date("2023-01-03T12:00:31Z"), meter_id: 180, consumption_kwh: null, average_consumption_kwh: "5.57", cost: "0.24" },
            { id: 567, timestamp: new Date("2023-02-02T20:42:48Z"), meter_id: 28, consumption_kwh: "4.49", average_consumption_kwh: "3.97", cost: "0.51" },
            { id: 568, timestamp: new Date("2023-02-02T07:49:54Z"), meter_id: 88, consumption_kwh: "3.36", average_consumption_kwh: "4.12", cost: "0.46" },
            { id: 569, timestamp: new Date("2023-01-22T22:27:54Z"), meter_id: 51, consumption_kwh: "4.81", average_consumption_kwh: "5.36", cost: "0.62" },
            { id: 570, timestamp: new Date("2023-02-24T11:55:25Z"), meter_id: 46, consumption_kwh: "3.64", average_consumption_kwh: "3.34", cost: "0.01" },
            { id: 571, timestamp: new Date("2023-03-17T23:59:47Z"), meter_id: 195, consumption_kwh: "2.49", average_consumption_kwh: "1.96", cost: "0.37" },
            { id: 572, timestamp: new Date("2023-02-03T16:34:53Z"), meter_id: 104, consumption_kwh: "4.58", average_consumption_kwh: "3.10", cost: "0.02" },
            { id: 573, timestamp: new Date("2023-02-02T14:16:08Z"), meter_id: 164, consumption_kwh: "3.19", average_consumption_kwh: "2.98", cost: "0.01" },
            { id: 574, timestamp: new Date("2023-02-20T12:32:18Z"), meter_id: 183, consumption_kwh: "4.99", average_consumption_kwh: "4.45", cost: "0.05" },
            { id: 575, timestamp: new Date("2023-03-25T21:07:04Z"), meter_id: 78, consumption_kwh: "5.35", average_consumption_kwh: "2.98", cost: "0.63" },
            { id: 576, timestamp: new Date("2023-03-22T08:20:48Z"), meter_id: 186, consumption_kwh: "5.48", average_consumption_kwh: "3.48", cost: "1.51" },
            { id: 577, timestamp: new Date("2023-02-13T04:18:37Z"), meter_id: 184, consumption_kwh: "4.27", average_consumption_kwh: "4.60", cost: "0.01" },
            { id: 578, timestamp: new Date("2023-02-16T09:04:38Z"), meter_id: 102, consumption_kwh: "5.94", average_consumption_kwh: "5.69", cost: "0.19" },
            { id: 579, timestamp: new Date("2023-01-10T15:42:40Z"), meter_id: 144, consumption_kwh: "5.34", average_consumption_kwh: "6.14", cost: "0.62" },
            { id: 580, timestamp: new Date("2023-03-23T16:04:09Z"), meter_id: 138, consumption_kwh: null, average_consumption_kwh: "4.03", cost: "0.79" },
            { id: 581, timestamp: new Date("2023-01-03T22:27:49Z"), meter_id: 165, consumption_kwh: "7.00", average_consumption_kwh: "2.96", cost: "0.50" },
            { id: 582, timestamp: new Date("2023-01-09T19:48:36Z"), meter_id: 60, consumption_kwh: "6.28", average_consumption_kwh: "3.26", cost: "0.64" },
            { id: 583, timestamp: new Date("2023-03-04T13:08:36Z"), meter_id: 105, consumption_kwh: "5.39", average_consumption_kwh: "2.51", cost: "0.59" },
            { id: 584, timestamp: new Date("2023-03-30T13:33:30Z"), meter_id: 90, consumption_kwh: "2.55", average_consumption_kwh: "1.58", cost: "2.10" },
            { id: 585, timestamp: new Date("2023-02-23T20:42:09Z"), meter_id: 181, consumption_kwh: "5.79", average_consumption_kwh: "5.09", cost: "2.56" },
            { id: 586, timestamp: new Date("2023-02-17T21:20:58Z"), meter_id: 193, consumption_kwh: "4.88", average_consumption_kwh: "6.46", cost: "1.11" },
            { id: 587, timestamp: new Date("2023-03-22T09:19:06Z"), meter_id: 44, consumption_kwh: "3.76", average_consumption_kwh: "3.80", cost: "1.82" },
            { id: 588, timestamp: new Date("2023-01-04T22:26:42Z"), meter_id: 28, consumption_kwh: "4.61", average_consumption_kwh: "4.26", cost: "2.95" },
            { id: 589, timestamp: new Date("2023-03-20T09:29:15Z"), meter_id: 78, consumption_kwh: "4.06", average_consumption_kwh: "4.10", cost: "0.18" },
            { id: 590, timestamp: new Date("2023-03-20T16:30:43Z"), meter_id: 64, consumption_kwh: "1.78", average_consumption_kwh: "4.47", cost: "0.03" },
            { id: 591, timestamp: new Date("2023-03-29T19:45:24Z"), meter_id: 55, consumption_kwh: "5.44", average_consumption_kwh: "5.15", cost: "0.21" },
            { id: 592, timestamp: new Date("2023-01-19T23:29:19Z"), meter_id: 33, consumption_kwh: "5.66", average_consumption_kwh: "2.64", cost: "2.21" },
            { id: 593, timestamp: new Date("2023-01-12T18:48:25Z"), meter_id: 173, consumption_kwh: "3.92", average_consumption_kwh: "4.24", cost: "1.30" },
            { id: 594, timestamp: new Date("2023-02-24T09:57:28Z"), meter_id: 167, consumption_kwh: "1.48", average_consumption_kwh: "4.22", cost: "0.34" },
            { id: 595, timestamp: new Date("2023-02-08T08:29:29Z"), meter_id: 121, consumption_kwh: "4.89", average_consumption_kwh: "4.15", cost: "2.00" },
            { id: 596, timestamp: new Date("2023-02-19T11:17:50Z"), meter_id: 73, consumption_kwh: null, average_consumption_kwh: "4.90", cost: "0.78" },
            { id: 597, timestamp: new Date("2023-02-01T10:19:32Z"), meter_id: 75, consumption_kwh: "4.24", average_consumption_kwh: "2.53", cost: "0.11" },
            { id: 598, timestamp: new Date("2023-01-21T13:52:39Z"), meter_id: 38, consumption_kwh: "5.61", average_consumption_kwh: "4.20", cost: "0.03" },
            { id: 599, timestamp: new Date("2023-03-29T18:14:57Z"), meter_id: 135, consumption_kwh: "2.83", average_consumption_kwh: "4.45", cost: "1.04" },
            { id: 600, timestamp: new Date("2023-03-09T20:21:37Z"), meter_id: 165, consumption_kwh: "6.39", average_consumption_kwh: "4.64", cost: "0.49" },
            { id: 601, timestamp: new Date("2023-02-02T20:19:48Z"), meter_id: 46, consumption_kwh: "5.57", average_consumption_kwh: "2.74", cost: "0.13" },
            { id: 602, timestamp: new Date("2023-03-02T21:34:39Z"), meter_id: 131, consumption_kwh: "5.53", average_consumption_kwh: "2.24", cost: "2.26" },
            { id: 603, timestamp: new Date("2023-03-31T10:27:04Z"), meter_id: 124, consumption_kwh: "6.23", average_consumption_kwh: "4.11", cost: "1.86" },
            { id: 604, timestamp: new Date("2023-02-04T19:25:00Z"), meter_id: 105, consumption_kwh: "7.33", average_consumption_kwh: "4.65", cost: "2.23" },
            { id: 605, timestamp: new Date("2023-02-01T23:51:47Z"), meter_id: 24, consumption_kwh: "5.42", average_consumption_kwh: "4.57", cost: "0.21" },
            { id: 606, timestamp: new Date("2023-01-02T09:35:28Z"), meter_id: 188, consumption_kwh: "4.95", average_consumption_kwh: "4.78", cost: "0.03" },
            { id: 607, timestamp: new Date("2023-01-23T21:36:31Z"), meter_id: 34, consumption_kwh: "6.11", average_consumption_kwh: "3.22", cost: "0.43" },
            { id: 608, timestamp: new Date("2023-03-20T20:05:26Z"), meter_id: 99, consumption_kwh: "6.49", average_consumption_kwh: "3.44", cost: "0.80" },
            { id: 609, timestamp: new Date("2023-02-01T07:05:13Z"), meter_id: 15, consumption_kwh: null, average_consumption_kwh: "5.17", cost: "0.18" },
            { id: 610, timestamp: new Date("2023-02-01T07:37:25Z"), meter_id: 194, consumption_kwh: "7.68", average_consumption_kwh: "3.62", cost: "0.01" },
            { id: 611, timestamp: new Date("2023-03-03T10:27:37Z"), meter_id: 190, consumption_kwh: "5.81", average_consumption_kwh: "5.45", cost: "1.71" },
            { id: 612, timestamp: new Date("2023-03-20T16:08:07Z"), meter_id: 111, consumption_kwh: "3.07", average_consumption_kwh: "5.10", cost: "0.05" },
            { id: 613, timestamp: new Date("2023-02-20T06:23:01Z"), meter_id: 164, consumption_kwh: "4.47", average_consumption_kwh: "4.70", cost: "0.66" },
            { id: 614, timestamp: new Date("2023-03-09T23:20:21Z"), meter_id: 80, consumption_kwh: "2.65", average_consumption_kwh: "4.20", cost: "0.41" },
            { id: 615, timestamp: new Date("2023-02-26T15:02:26Z"), meter_id: 122, consumption_kwh: "5.01", average_consumption_kwh: "3.51", cost: "0.50" },
            { id: 616, timestamp: new Date("2023-01-08T20:20:21Z"), meter_id: 9, consumption_kwh: "3.22", average_consumption_kwh: "3.12", cost: "1.51" },
            { id: 617, timestamp: new Date("2023-02-22T15:53:40Z"), meter_id: 75, consumption_kwh: "2.69", average_consumption_kwh: "4.96", cost: "1.24" },
            { id: 618, timestamp: new Date("2023-03-13T21:31:51Z"), meter_id: 126, consumption_kwh: "5.80", average_consumption_kwh: "5.64", cost: "0.33" },
            { id: 619, timestamp: new Date("2023-03-19T13:34:00Z"), meter_id: 137, consumption_kwh: "4.00", average_consumption_kwh: "6.68", cost: "1.89" },
            { id: 620, timestamp: new Date("2023-01-15T08:08:09Z"), meter_id: 115, consumption_kwh: "5.85", average_consumption_kwh: "4.28", cost: "0.69" },
            { id: 621, timestamp: new Date("2023-03-16T11:13:11Z"), meter_id: 176, consumption_kwh: "2.19", average_consumption_kwh: "2.71", cost: "0.30" },
            { id: 622, timestamp: new Date("2023-02-19T00:59:22Z"), meter_id: 3, consumption_kwh: "3.73", average_consumption_kwh: "5.13", cost: "2.73" },
            { id: 623, timestamp: new Date("2023-01-08T19:00:38Z"), meter_id: 115, consumption_kwh: "6.24", average_consumption_kwh: "3.31", cost: "2.38" },
            { id: 624, timestamp: new Date("2023-02-20T20:13:37Z"), meter_id: 100, consumption_kwh: "5.53", average_consumption_kwh: "6.22", cost: "2.71" },
            { id: 625, timestamp: new Date("2023-03-29T20:56:38Z"), meter_id: 15, consumption_kwh: "6.61", average_consumption_kwh: "4.27", cost: "2.77" },
            { id: 626, timestamp: new Date("2023-03-21T22:09:48Z"), meter_id: 46, consumption_kwh: "6.30", average_consumption_kwh: "2.99", cost: "0.13" },
            { id: 627, timestamp: new Date("2023-03-03T14:09:45Z"), meter_id: 176, consumption_kwh: "3.48", average_consumption_kwh: "4.68", cost: "2.97" },
            { id: 628, timestamp: new Date("2023-03-20T07:47:33Z"), meter_id: 191, consumption_kwh: "5.32", average_consumption_kwh: "5.20", cost: "0.65" },
            { id: 629, timestamp: new Date("2023-01-07T16:25:11Z"), meter_id: 60, consumption_kwh: "5.13", average_consumption_kwh: "4.94", cost: "0.44" },
            { id: 630, timestamp: new Date("2023-01-31T20:51:53Z"), meter_id: 94, consumption_kwh: "5.95", average_consumption_kwh: "6.13", cost: "0.34" },
            { id: 631, timestamp: new Date("2023-02-23T21:35:09Z"), meter_id: 105, consumption_kwh: "3.53", average_consumption_kwh: "6.44", cost: "0.24" },
            { id: 632, timestamp: new Date("2023-01-31T21:51:37Z"), meter_id: 9, consumption_kwh: "3.21", average_consumption_kwh: "2.69", cost: "2.53" },
            { id: 633, timestamp: new Date("2023-03-14T21:19:28Z"), meter_id: 4, consumption_kwh: "2.70", average_consumption_kwh: "4.49", cost: "1.08" },
            { id: 634, timestamp: new Date("2023-03-10T15:11:11Z"), meter_id: 111, consumption_kwh: "5.31", average_consumption_kwh: "3.70", cost: "1.30" },
            { id: 635, timestamp: new Date("2023-03-13T12:35:47Z"), meter_id: 2, consumption_kwh: "6.06", average_consumption_kwh: "6.58", cost: "0.01" },
            { id: 636, timestamp: new Date("2023-03-26T22:36:18Z"), meter_id: 189, consumption_kwh: "6.75", average_consumption_kwh: "5.05", cost: "0.02" },
            { id: 637, timestamp: new Date("2023-02-06T12:01:43Z"), meter_id: 107, consumption_kwh: null, average_consumption_kwh: "3.56", cost: "0.09" },
            { id: 638, timestamp: new Date("2023-01-24T13:26:35Z"), meter_id: 199, consumption_kwh: null, average_consumption_kwh: "4.81", cost: "2.19" },
            { id: 639, timestamp: new Date("2023-02-02T08:52:44Z"), meter_id: 182, consumption_kwh: "5.15", average_consumption_kwh: "3.44", cost: "2.76" },
            { id: 640, timestamp: new Date("2023-01-29T13:07:47Z"), meter_id: 6, consumption_kwh: "4.73", average_consumption_kwh: "3.95", cost: "0.02" },
            { id: 641, timestamp: new Date("2023-03-26T13:58:57Z"), meter_id: 89, consumption_kwh: "5.95", average_consumption_kwh: "5.56", cost: "2.44" },
            { id: 642, timestamp: new Date("2023-03-14T00:51:31Z"), meter_id: 91, consumption_kwh: "6.45", average_consumption_kwh: "2.04", cost: "0.45" },
            { id: 643, timestamp: new Date("2023-02-28T09:08:06Z"), meter_id: 179, consumption_kwh: "5.75", average_consumption_kwh: "2.55", cost: "0.02" },
            { id: 644, timestamp: new Date("2023-03-17T10:06:43Z"), meter_id: 49, consumption_kwh: "5.74", average_consumption_kwh: "6.29", cost: "0.03" },
            { id: 645, timestamp: new Date("2023-03-05T22:48:32Z"), meter_id: 126, consumption_kwh: "2.92", average_consumption_kwh: "6.38", cost: "1.77" },
            { id: 646, timestamp: new Date("2023-03-06T15:09:49Z"), meter_id: 188, consumption_kwh: "6.25", average_consumption_kwh: "4.32", cost: "0.49" },
            { id: 647, timestamp: new Date("2023-02-23T13:50:43Z"), meter_id: 52, consumption_kwh: "7.80", average_consumption_kwh: "4.28", cost: "1.78" },
            { id: 648, timestamp: new Date("2023-01-10T12:40:20Z"), meter_id: 95, consumption_kwh: null, average_consumption_kwh: "3.86", cost: "1.00" },
            { id: 649, timestamp: new Date("2023-01-30T20:01:29Z"), meter_id: 130, consumption_kwh: "5.32", average_consumption_kwh: "3.53", cost: "0.28" },
            { id: 650, timestamp: new Date("2023-02-07T08:05:26Z"), meter_id: 106, consumption_kwh: "4.58", average_consumption_kwh: "3.35", cost: "0.02" },
            { id: 651, timestamp: new Date("2023-02-09T07:33:26Z"), meter_id: 13, consumption_kwh: "6.19", average_consumption_kwh: "4.37", cost: "0.58" },
            { id: 652, timestamp: new Date("2023-01-11T20:09:54Z"), meter_id: 193, consumption_kwh: "6.27", average_consumption_kwh: "2.78", cost: "0.10" },
            { id: 653, timestamp: new Date("2023-02-23T20:14:34Z"), meter_id: 128, consumption_kwh: "4.27", average_consumption_kwh: "3.59", cost: "2.34" },
            { id: 654, timestamp: new Date("2023-03-27T18:05:49Z"), meter_id: 5, consumption_kwh: "3.96", average_consumption_kwh: "4.33", cost: "2.17" },
            { id: 655, timestamp: new Date("2023-01-31T11:27:50Z"), meter_id: 160, consumption_kwh: "5.11", average_consumption_kwh: "3.98", cost: "1.18" },
            { id: 656, timestamp: new Date("2023-03-27T10:50:25Z"), meter_id: 96, consumption_kwh: "4.93", average_consumption_kwh: "4.39", cost: "0.03" },
            { id: 657, timestamp: new Date("2023-02-15T18:35:53Z"), meter_id: 43, consumption_kwh: "5.44", average_consumption_kwh: "3.93", cost: "0.49" },
            { id: 658, timestamp: new Date("2023-02-12T13:40:13Z"), meter_id: 86, consumption_kwh: "5.58", average_consumption_kwh: "5.42", cost: "1.75" },
            { id: 659, timestamp: new Date("2023-03-10T10:18:47Z"), meter_id: 61, consumption_kwh: "6.99", average_consumption_kwh: "3.69", cost: "0.51" },
            { id: 660, timestamp: new Date("2023-02-08T17:21:54Z"), meter_id: 125, consumption_kwh: "2.32", average_consumption_kwh: "4.03", cost: "2.30" },
            { id: 661, timestamp: new Date("2023-03-05T18:38:19Z"), meter_id: 38, consumption_kwh: "4.03", average_consumption_kwh: "6.37", cost: "1.96" },
            { id: 662, timestamp: new Date("2023-01-10T10:47:41Z"), meter_id: 42, consumption_kwh: "4.46", average_consumption_kwh: "6.52", cost: "1.57" },
            { id: 663, timestamp: new Date("2023-01-03T12:27:27Z"), meter_id: 144, consumption_kwh: "1.86", average_consumption_kwh: "4.14", cost: "0.86" },
            { id: 664, timestamp: new Date("2023-03-27T12:13:19Z"), meter_id: 132, consumption_kwh: null, average_consumption_kwh: "4.73", cost: "1.08" },
            { id: 665, timestamp: new Date("2023-01-26T09:04:36Z"), meter_id: 153, consumption_kwh: "5.56", average_consumption_kwh: "4.13", cost: "0.36" },
            { id: 666, timestamp: new Date("2023-03-13T12:05:58Z"), meter_id: 62, consumption_kwh: "5.71", average_consumption_kwh: "4.29", cost: "0.08" },
            { id: 667, timestamp: new Date("2023-03-04T19:14:51Z"), meter_id: 93, consumption_kwh: "6.06", average_consumption_kwh: "3.82", cost: "0.36" },
            { id: 668, timestamp: new Date("2023-03-29T17:04:45Z"), meter_id: 91, consumption_kwh: "6.52", average_consumption_kwh: "4.39", cost: "0.94" },
            { id: 669, timestamp: new Date("2023-03-19T18:08:21Z"), meter_id: 182, consumption_kwh: "6.48", average_consumption_kwh: "3.57", cost: "2.67" },
            { id: 670, timestamp: new Date("2023-01-11T07:49:20Z"), meter_id: 122, consumption_kwh: "4.03", average_consumption_kwh: "3.71", cost: "1.36" },
            { id: 671, timestamp: new Date("2023-01-16T17:29:14Z"), meter_id: 113, consumption_kwh: "6.00", average_consumption_kwh: "5.01", cost: "0.08" },
            { id: 672, timestamp: new Date("2023-01-19T18:59:50Z"), meter_id: 94, consumption_kwh: "9.08", average_consumption_kwh: "5.38", cost: "0.02" },
            { id: 673, timestamp: new Date("2023-03-29T10:57:38Z"), meter_id: 53, consumption_kwh: "2.71", average_consumption_kwh: "4.12", cost: "0.11" },
            { id: 674, timestamp: new Date("2023-01-01T14:28:44Z"), meter_id: 71, consumption_kwh: null, average_consumption_kwh: "4.58", cost: "0.08" },
            { id: 675, timestamp: new Date("2023-03-08T12:20:28Z"), meter_id: 68, consumption_kwh: "7.29", average_consumption_kwh: "4.92", cost: "1.83" },
            { id: 676, timestamp: new Date("2023-03-19T11:34:31Z"), meter_id: 52, consumption_kwh: "7.93", average_consumption_kwh: "5.51", cost: "1.01" },
            { id: 677, timestamp: new Date("2023-02-26T11:57:07Z"), meter_id: 176, consumption_kwh: "5.55", average_consumption_kwh: "4.79", cost: "2.84" },
            { id: 678, timestamp: new Date("2023-03-08T15:12:39Z"), meter_id: 138, consumption_kwh: "6.52", average_consumption_kwh: "3.53", cost: "1.35" },
            { id: 679, timestamp: new Date("2023-03-02T23:08:30Z"), meter_id: 43, consumption_kwh: "7.08", average_consumption_kwh: "2.75", cost: "2.56" },
            { id: 680, timestamp: new Date("2023-03-27T15:24:36Z"), meter_id: 120, consumption_kwh: "4.34", average_consumption_kwh: "5.10", cost: "0.37" },
            { id: 681, timestamp: new Date("2023-01-25T01:12:09Z"), meter_id: 59, consumption_kwh: "6.77", average_consumption_kwh: "4.26", cost: "1.06" },
            { id: 682, timestamp: new Date("2023-03-01T16:55:55Z"), meter_id: 172, consumption_kwh: "6.12", average_consumption_kwh: "3.78", cost: "2.20" },
            { id: 683, timestamp: new Date("2023-01-30T11:13:17Z"), meter_id: 150, consumption_kwh: "6.08", average_consumption_kwh: "5.04", cost: "0.24" },
            { id: 684, timestamp: new Date("2023-03-25T17:55:42Z"), meter_id: 105, consumption_kwh: "6.10", average_consumption_kwh: "5.24", cost: "2.01" },
            { id: 685, timestamp: new Date("2023-03-30T20:11:52Z"), meter_id: 197, consumption_kwh: "5.45", average_consumption_kwh: "2.83", cost: "0.01" },
            { id: 686, timestamp: new Date("2023-03-23T18:32:44Z"), meter_id: 105, consumption_kwh: "5.62", average_consumption_kwh: "5.39", cost: "2.86" },
            { id: 687, timestamp: new Date("2023-03-08T17:09:19Z"), meter_id: 123, consumption_kwh: "7.94", average_consumption_kwh: "4.05", cost: "0.14" },
            { id: 688, timestamp: new Date("2023-03-19T20:59:57Z"), meter_id: 35, consumption_kwh: "5.83", average_consumption_kwh: "3.48", cost: "2.64" },
            { id: 689, timestamp: new Date("2023-01-11T08:10:03Z"), meter_id: 14, consumption_kwh: "5.99", average_consumption_kwh: "4.69", cost: "0.11" },
            { id: 690, timestamp: new Date("2023-01-02T22:21:32Z"), meter_id: 114, consumption_kwh: "2.90", average_consumption_kwh: "2.89", cost: "2.93" },
            { id: 691, timestamp: new Date("2023-02-16T12:42:16Z"), meter_id: 110, consumption_kwh: "3.37", average_consumption_kwh: "4.26", cost: "1.49" },
            { id: 692, timestamp: new Date("2023-02-11T19:31:26Z"), meter_id: 108, consumption_kwh: "3.61", average_consumption_kwh: "4.72", cost: "1.02" },
            { id: 693, timestamp: new Date("2023-01-24T14:33:09Z"), meter_id: 188, consumption_kwh: "3.15", average_consumption_kwh: "2.50", cost: "2.99" },
            { id: 694, timestamp: new Date("2023-02-04T01:53:25Z"), meter_id: 28, consumption_kwh: "6.97", average_consumption_kwh: "2.69", cost: "0.03" },
            { id: 695, timestamp: new Date("2023-03-24T13:43:11Z"), meter_id: 25, consumption_kwh: "3.47", average_consumption_kwh: "5.83", cost: "2.71" },
            { id: 696, timestamp: new Date("2023-01-16T13:26:38Z"), meter_id: 151, consumption_kwh: "6.58", average_consumption_kwh: "4.20", cost: "2.65" },
            { id: 697, timestamp: new Date("2023-01-15T22:12:20Z"), meter_id: 48, consumption_kwh: "3.87", average_consumption_kwh: "5.67", cost: "0.04" },
            { id: 698, timestamp: new Date("2023-01-25T07:55:26Z"), meter_id: 71, consumption_kwh: "5.51", average_consumption_kwh: "4.43", cost: "0.02" },
            { id: 699, timestamp: new Date("2023-01-11T13:13:26Z"), meter_id: 160, consumption_kwh: "5.15", average_consumption_kwh: "4.07", cost: "0.42" },
            { id: 700, timestamp: new Date("2023-02-07T21:09:06Z"), meter_id: 4, consumption_kwh: "4.32", average_consumption_kwh: "5.09", cost: "0.90" },
            { id: 701, timestamp: new Date("2023-03-15T18:06:06Z"), meter_id: 116, consumption_kwh: "7.84", average_consumption_kwh: "2.41", cost: "2.08" },
            { id: 702, timestamp: new Date("2023-02-25T16:26:57Z"), meter_id: 46, consumption_kwh: "5.75", average_consumption_kwh: "3.29", cost: "1.65" },
            { id: 703, timestamp: new Date("2023-01-06T13:32:19Z"), meter_id: 38, consumption_kwh: null, average_consumption_kwh: "4.52", cost: "1.33" },
            { id: 704, timestamp: new Date("2023-01-10T15:17:52Z"), meter_id: 170, consumption_kwh: "4.38", average_consumption_kwh: "4.30", cost: "0.75" },
            { id: 705, timestamp: new Date("2023-01-23T00:09:33Z"), meter_id: 73, consumption_kwh: "5.14", average_consumption_kwh: "3.66", cost: "2.85" },
            { id: 706, timestamp: new Date("2023-01-30T08:05:01Z"), meter_id: 144, consumption_kwh: "4.76", average_consumption_kwh: "4.67", cost: "0.27" },
            { id: 707, timestamp: new Date("2023-02-21T09:05:15Z"), meter_id: 65, consumption_kwh: "7.03", average_consumption_kwh: "2.74", cost: "1.77" },
            { id: 708, timestamp: new Date("2023-01-08T13:54:46Z"), meter_id: 66, consumption_kwh: "3.40", average_consumption_kwh: "4.42", cost: "1.25" },
            { id: 709, timestamp: new Date("2023-01-01T19:51:40Z"), meter_id: 19, consumption_kwh: "4.14", average_consumption_kwh: "5.28", cost: "0.25" },
            { id: 710, timestamp: new Date("2023-02-11T12:31:40Z"), meter_id: 141, consumption_kwh: "5.51", average_consumption_kwh: "3.56", cost: "1.07" },
            { id: 711, timestamp: new Date("2023-01-15T08:23:36Z"), meter_id: 156, consumption_kwh: "2.94", average_consumption_kwh: "6.63", cost: "2.38" },
            { id: 712, timestamp: new Date("2023-01-06T18:23:16Z"), meter_id: 181, consumption_kwh: "3.22", average_consumption_kwh: "4.56", cost: "0.50" },
            { id: 713, timestamp: new Date("2023-01-23T16:34:06Z"), meter_id: 158, consumption_kwh: "7.06", average_consumption_kwh: "5.61", cost: "0.16" },
            { id: 714, timestamp: new Date("2023-02-06T01:03:14Z"), meter_id: 130, consumption_kwh: "3.18", average_consumption_kwh: "3.90", cost: "0.80" },
            { id: 715, timestamp: new Date("2023-02-24T17:13:11Z"), meter_id: 111, consumption_kwh: "6.85", average_consumption_kwh: "2.24", cost: "1.02" },
            { id: 716, timestamp: new Date("2023-02-13T12:09:49Z"), meter_id: 42, consumption_kwh: "3.42", average_consumption_kwh: "3.55", cost: "0.10" },
            { id: 717, timestamp: new Date("2023-03-24T17:03:23Z"), meter_id: 87, consumption_kwh: "8.09", average_consumption_kwh: "3.96", cost: "0.90" },
            { id: 718, timestamp: new Date("2023-03-06T09:01:28Z"), meter_id: 54, consumption_kwh: "5.98", average_consumption_kwh: "2.42", cost: "0.54" },
            { id: 719, timestamp: new Date("2023-01-19T05:05:24Z"), meter_id: 9, consumption_kwh: "5.29", average_consumption_kwh: "3.15", cost: "1.07" },
            { id: 720, timestamp: new Date("2023-02-28T17:30:13Z"), meter_id: 51, consumption_kwh: "7.73", average_consumption_kwh: "5.05", cost: "1.97" },
            { id: 721, timestamp: new Date("2023-03-20T16:38:22Z"), meter_id: 96, consumption_kwh: "3.82", average_consumption_kwh: "4.66", cost: "2.29" },
            { id: 722, timestamp: new Date("2023-03-03T21:25:29Z"), meter_id: 152, consumption_kwh: "5.60", average_consumption_kwh: "4.08", cost: "0.03" },
            { id: 723, timestamp: new Date("2023-03-07T07:31:02Z"), meter_id: 97, consumption_kwh: "7.17", average_consumption_kwh: "4.78", cost: "0.21" },
            { id: 724, timestamp: new Date("2023-03-29T09:56:04Z"), meter_id: 165, consumption_kwh: "6.06", average_consumption_kwh: "4.18", cost: "1.66" },
            { id: 725, timestamp: new Date("2023-03-26T15:09:31Z"), meter_id: 188, consumption_kwh: "4.81", average_consumption_kwh: "5.60", cost: "1.03" },
            { id: 726, timestamp: new Date("2023-02-09T22:20:31Z"), meter_id: 98, consumption_kwh: "4.58", average_consumption_kwh: "4.65", cost: "1.86" },
            { id: 727, timestamp: new Date("2023-01-27T12:16:53Z"), meter_id: 65, consumption_kwh: "4.57", average_consumption_kwh: "4.42", cost: "2.55" },
            { id: 728, timestamp: new Date("2023-02-16T18:22:53Z"), meter_id: 58, consumption_kwh: "4.46", average_consumption_kwh: "2.94", cost: "0.18" },
            { id: 729, timestamp: new Date("2023-02-13T00:51:02Z"), meter_id: 187, consumption_kwh: "6.45", average_consumption_kwh: "7.05", cost: "0.35" },
            { id: 730, timestamp: new Date("2023-03-15T17:21:49Z"), meter_id: 61, consumption_kwh: "5.37", average_consumption_kwh: "3.34", cost: "0.62" },
            { id: 731, timestamp: new Date("2023-03-10T11:46:05Z"), meter_id: 131, consumption_kwh: null, average_consumption_kwh: "1.99", cost: "0.10" },
            { id: 732, timestamp: new Date("2023-02-04T14:40:53Z"), meter_id: 145, consumption_kwh: null, average_consumption_kwh: "4.58", cost: "0.33" },
            { id: 733, timestamp: new Date("2023-03-08T19:40:38Z"), meter_id: 151, consumption_kwh: "4.78", average_consumption_kwh: "5.58", cost: "0.06" },
            { id: 734, timestamp: new Date("2023-01-31T15:29:43Z"), meter_id: 48, consumption_kwh: null, average_consumption_kwh: "5.42", cost: "2.58" },
            { id: 735, timestamp: new Date("2023-03-16T17:26:40Z"), meter_id: 40, consumption_kwh: "3.26", average_consumption_kwh: "3.99", cost: "0.14" },
            { id: 736, timestamp: new Date("2023-03-14T10:22:59Z"), meter_id: 68, consumption_kwh: "3.91", average_consumption_kwh: "3.86", cost: "0.48" },
            { id: 737, timestamp: new Date("2023-01-24T13:00:31Z"), meter_id: 71, consumption_kwh: "5.32", average_consumption_kwh: "4.86", cost: "2.99" },
            { id: 738, timestamp: new Date("2023-01-09T14:12:48Z"), meter_id: 124, consumption_kwh: "5.65", average_consumption_kwh: "3.22", cost: "0.22" },
            { id: 739, timestamp: new Date("2023-01-07T13:07:31Z"), meter_id: 168, consumption_kwh: "4.14", average_consumption_kwh: "3.97", cost: "0.94" },
            { id: 740, timestamp: new Date("2023-01-10T17:19:20Z"), meter_id: 156, consumption_kwh: "3.78", average_consumption_kwh: "4.81", cost: "0.14" },
            { id: 741, timestamp: new Date("2023-01-02T10:55:41Z"), meter_id: 38, consumption_kwh: null, average_consumption_kwh: "3.78", cost: "0.01" },
            { id: 742, timestamp: new Date("2023-02-09T20:52:46Z"), meter_id: 109, consumption_kwh: "5.88", average_consumption_kwh: "5.93", cost: "0.01" },
            { id: 743, timestamp: new Date("2023-03-18T13:10:23Z"), meter_id: 40, consumption_kwh: "3.58", average_consumption_kwh: "5.67", cost: "0.85" },
            { id: 744, timestamp: new Date("2023-01-08T20:23:08Z"), meter_id: 80, consumption_kwh: "5.08", average_consumption_kwh: "2.74", cost: "2.40" },
            { id: 745, timestamp: new Date("2023-01-07T21:07:12Z"), meter_id: 112, consumption_kwh: "4.36", average_consumption_kwh: "2.78", cost: "0.82" },
            { id: 746, timestamp: new Date("2023-03-31T18:37:56Z"), meter_id: 51, consumption_kwh: "4.72", average_consumption_kwh: "6.26", cost: "0.15" },
            { id: 747, timestamp: new Date("2023-03-18T01:05:11Z"), meter_id: 28, consumption_kwh: "3.18", average_consumption_kwh: "4.68", cost: "1.84" },
            { id: 748, timestamp: new Date("2023-02-08T08:40:35Z"), meter_id: 111, consumption_kwh: "5.77", average_consumption_kwh: "4.35", cost: "2.39" },
            { id: 749, timestamp: new Date("2023-02-19T13:11:13Z"), meter_id: 27, consumption_kwh: null, average_consumption_kwh: "4.85", cost: "1.32" },
            { id: 750, timestamp: new Date("2023-02-11T10:30:46Z"), meter_id: 55, consumption_kwh: "4.36", average_consumption_kwh: "3.41", cost: "2.20" },
            { id: 751, timestamp: new Date("2023-03-30T20:32:55Z"), meter_id: 38, consumption_kwh: "4.02", average_consumption_kwh: "4.78", cost: "0.52" },
            { id: 752, timestamp: new Date("2023-01-17T11:59:47Z"), meter_id: 132, consumption_kwh: "5.90", average_consumption_kwh: "4.04", cost: "1.72" },
            { id: 753, timestamp: new Date("2023-03-21T13:14:29Z"), meter_id: 178, consumption_kwh: "6.38", average_consumption_kwh: "1.94", cost: "1.94" },
            { id: 754, timestamp: new Date("2023-01-15T19:38:53Z"), meter_id: 55, consumption_kwh: "3.13", average_consumption_kwh: "3.91", cost: "0.83" },
            { id: 755, timestamp: new Date("2023-02-25T09:38:45Z"), meter_id: 80, consumption_kwh: "4.79", average_consumption_kwh: "2.95", cost: "0.33" },
            { id: 756, timestamp: new Date("2023-03-30T19:19:26Z"), meter_id: 63, consumption_kwh: "3.02", average_consumption_kwh: "3.52", cost: "2.82" },
            { id: 757, timestamp: new Date("2023-02-21T15:46:21Z"), meter_id: 126, consumption_kwh: "5.39", average_consumption_kwh: "4.90", cost: "1.04" },
            { id: 758, timestamp: new Date("2023-01-21T15:39:08Z"), meter_id: 129, consumption_kwh: "5.49", average_consumption_kwh: "3.15", cost: "0.03" },
            { id: 759, timestamp: new Date("2023-02-15T16:01:41Z"), meter_id: 71, consumption_kwh: null, average_consumption_kwh: "4.23", cost: "0.01" },
            { id: 760, timestamp: new Date("2023-02-09T19:13:55Z"), meter_id: 185, consumption_kwh: "2.76", average_consumption_kwh: "6.14", cost: "0.33" },
            { id: 761, timestamp: new Date("2023-01-16T12:17:04Z"), meter_id: 160, consumption_kwh: "2.75", average_consumption_kwh: "3.23", cost: "1.69" },
            { id: 762, timestamp: new Date("2023-03-15T10:39:04Z"), meter_id: 34, consumption_kwh: "6.25", average_consumption_kwh: "6.05", cost: "0.59" },
            { id: 763, timestamp: new Date("2023-03-30T18:40:26Z"), meter_id: 4, consumption_kwh: null, average_consumption_kwh: "3.77", cost: "1.60" },
            { id: 764, timestamp: new Date("2023-01-08T08:17:16Z"), meter_id: 33, consumption_kwh: "5.32", average_consumption_kwh: "5.11", cost: "2.93" },
            { id: 765, timestamp: new Date("2023-03-04T21:23:05Z"), meter_id: 121, consumption_kwh: "5.83", average_consumption_kwh: "5.46", cost: "0.11" },
            { id: 766, timestamp: new Date("2023-03-25T13:36:05Z"), meter_id: 179, consumption_kwh: null, average_consumption_kwh: "4.32", cost: "0.02" },
            { id: 767, timestamp: new Date("2023-03-27T08:04:09Z"), meter_id: 14, consumption_kwh: "3.14", average_consumption_kwh: "4.11", cost: "1.39" },
            { id: 768, timestamp: new Date("2023-03-10T00:53:39Z"), meter_id: 17, consumption_kwh: "6.11", average_consumption_kwh: "5.30", cost: "0.28" },
            { id: 769, timestamp: new Date("2023-03-09T13:59:38Z"), meter_id: 129, consumption_kwh: "6.05", average_consumption_kwh: "5.74", cost: "2.84" },
            { id: 770, timestamp: new Date("2023-02-18T07:29:40Z"), meter_id: 38, consumption_kwh: "3.51", average_consumption_kwh: "3.59", cost: "1.67" },
            { id: 771, timestamp: new Date("2023-02-24T09:42:34Z"), meter_id: 52, consumption_kwh: "3.96", average_consumption_kwh: "6.68", cost: "2.81" },
            { id: 772, timestamp: new Date("2023-03-08T09:58:15Z"), meter_id: 136, consumption_kwh: "4.47", average_consumption_kwh: "6.50", cost: "0.39" },
            { id: 773, timestamp: new Date("2023-03-14T11:47:39Z"), meter_id: 123, consumption_kwh: "4.63", average_consumption_kwh: "4.38", cost: "2.63" },
            { id: 774, timestamp: new Date("2023-03-02T13:10:58Z"), meter_id: 198, consumption_kwh: "7.14", average_consumption_kwh: "6.55", cost: "1.89" },
            { id: 775, timestamp: new Date("2023-03-10T15:00:40Z"), meter_id: 199, consumption_kwh: "3.79", average_consumption_kwh: "4.22", cost: "0.51" },
            { id: 776, timestamp: new Date("2023-03-18T19:56:24Z"), meter_id: 142, consumption_kwh: null, average_consumption_kwh: "4.72", cost: "2.02" },
            { id: 777, timestamp: new Date("2023-03-10T17:22:53Z"), meter_id: 71, consumption_kwh: "5.61", average_consumption_kwh: "2.99", cost: "2.67" },
            { id: 778, timestamp: new Date("2023-01-01T20:18:39Z"), meter_id: 95, consumption_kwh: "5.49", average_consumption_kwh: "3.94", cost: "0.01" },
            { id: 779, timestamp: new Date("2023-01-10T08:20:56Z"), meter_id: 48, consumption_kwh: "6.28", average_consumption_kwh: "5.09", cost: "2.85" },
            { id: 780, timestamp: new Date("2023-01-03T15:52:43Z"), meter_id: 119, consumption_kwh: "4.82", average_consumption_kwh: "2.83", cost: "2.11" },
            { id: 781, timestamp: new Date("2023-03-11T11:56:05Z"), meter_id: 153, consumption_kwh: "5.92", average_consumption_kwh: "3.27", cost: "2.95" },
            { id: 782, timestamp: new Date("2023-03-04T22:43:57Z"), meter_id: 174, consumption_kwh: "5.43", average_consumption_kwh: "2.07", cost: "2.17" },
            { id: 783, timestamp: new Date("2023-02-07T17:00:07Z"), meter_id: 116, consumption_kwh: "5.12", average_consumption_kwh: "3.95", cost: "1.02" },
            { id: 784, timestamp: new Date("2023-02-19T16:35:10Z"), meter_id: 33, consumption_kwh: "5.92", average_consumption_kwh: "3.70", cost: "0.04" },
            { id: 785, timestamp: new Date("2023-01-20T11:17:32Z"), meter_id: 32, consumption_kwh: "5.44", average_consumption_kwh: "3.80", cost: "0.05" },
            { id: 786, timestamp: new Date("2023-03-27T17:07:21Z"), meter_id: 173, consumption_kwh: "3.37", average_consumption_kwh: "3.05", cost: "0.40" },
            { id: 787, timestamp: new Date("2023-02-27T15:25:52Z"), meter_id: 115, consumption_kwh: "4.22", average_consumption_kwh: "4.78", cost: "0.95" },
            { id: 788, timestamp: new Date("2023-01-28T19:41:19Z"), meter_id: 7, consumption_kwh: "5.26", average_consumption_kwh: "4.12", cost: "2.41" },
            { id: 789, timestamp: new Date("2023-02-12T14:11:25Z"), meter_id: 151, consumption_kwh: "7.45", average_consumption_kwh: "5.13", cost: "0.01" },
            { id: 790, timestamp: new Date("2023-01-07T11:34:50Z"), meter_id: 85, consumption_kwh: "5.29", average_consumption_kwh: "2.60", cost: "0.56" },
            { id: 791, timestamp: new Date("2023-03-22T16:54:04Z"), meter_id: 28, consumption_kwh: "5.83", average_consumption_kwh: "4.23", cost: "0.46" },
            { id: 792, timestamp: new Date("2023-03-28T08:42:20Z"), meter_id: 148, consumption_kwh: "5.58", average_consumption_kwh: "4.14", cost: "0.55" },
            { id: 793, timestamp: new Date("2023-03-17T09:08:43Z"), meter_id: 101, consumption_kwh: "7.98", average_consumption_kwh: "5.36", cost: "0.81" },
            { id: 794, timestamp: new Date("2023-01-17T19:51:52Z"), meter_id: 103, consumption_kwh: "6.85", average_consumption_kwh: "3.35", cost: "0.02" },
            { id: 795, timestamp: new Date("2023-02-01T00:07:58Z"), meter_id: 134, consumption_kwh: "4.76", average_consumption_kwh: "4.82", cost: "1.56" },
            { id: 796, timestamp: new Date("2023-01-15T19:23:12Z"), meter_id: 73, consumption_kwh: "5.94", average_consumption_kwh: "4.01", cost: "2.94" },
            { id: 797, timestamp: new Date("2023-02-07T18:16:17Z"), meter_id: 142, consumption_kwh: "2.62", average_consumption_kwh: "3.94", cost: "1.17" },
            { id: 798, timestamp: new Date("2023-01-21T18:56:02Z"), meter_id: 197, consumption_kwh: "5.11", average_consumption_kwh: "5.65", cost: "2.51" },
            { id: 799, timestamp: new Date("2023-03-22T11:27:49Z"), meter_id: 42, consumption_kwh: "5.01", average_consumption_kwh: "4.81", cost: "0.08" },
            { id: 800, timestamp: new Date("2023-02-13T19:07:59Z"), meter_id: 195, consumption_kwh: "2.77", average_consumption_kwh: "3.73", cost: "0.80" },
            { id: 801, timestamp: new Date("2023-03-09T18:13:22Z"), meter_id: 7, consumption_kwh: "5.66", average_consumption_kwh: "3.38", cost: "1.04" },
            { id: 802, timestamp: new Date("2023-01-10T20:53:38Z"), meter_id: 94, consumption_kwh: "5.09", average_consumption_kwh: "5.66", cost: "0.23" },
            { id: 803, timestamp: new Date("2023-02-17T01:59:56Z"), meter_id: 145, consumption_kwh: "3.62", average_consumption_kwh: "4.85", cost: "0.96" },
            { id: 804, timestamp: new Date("2023-01-23T08:09:59Z"), meter_id: 193, consumption_kwh: "2.69", average_consumption_kwh: "4.45", cost: "0.65" },
            { id: 805, timestamp: new Date("2023-02-05T21:06:25Z"), meter_id: 182, consumption_kwh: "6.63", average_consumption_kwh: "2.21", cost: "0.10" },
            { id: 806, timestamp: new Date("2023-01-20T09:51:27Z"), meter_id: 42, consumption_kwh: "6.46", average_consumption_kwh: "3.72", cost: "0.24" },
            { id: 807, timestamp: new Date("2023-02-17T16:07:09Z"), meter_id: 91, consumption_kwh: "6.52", average_consumption_kwh: "4.38", cost: "1.08" },
            { id: 808, timestamp: new Date("2023-01-18T22:17:46Z"), meter_id: 43, consumption_kwh: "2.80", average_consumption_kwh: "5.18", cost: "0.01" },
            { id: 809, timestamp: new Date("2023-02-08T00:29:56Z"), meter_id: 133, consumption_kwh: "7.37", average_consumption_kwh: "3.45", cost: "2.54" },
            { id: 810, timestamp: new Date("2023-03-31T05:46:31Z"), meter_id: 144, consumption_kwh: "3.25", average_consumption_kwh: "4.47", cost: "0.09" },
            { id: 811, timestamp: new Date("2023-01-24T19:07:28Z"), meter_id: 6, consumption_kwh: "7.28", average_consumption_kwh: "1.66", cost: "0.30" },
            { id: 812, timestamp: new Date("2023-03-14T18:52:33Z"), meter_id: 69, consumption_kwh: "5.45", average_consumption_kwh: "3.71", cost: "1.62" },
            { id: 813, timestamp: new Date("2023-03-06T14:35:31Z"), meter_id: 154, consumption_kwh: "6.48", average_consumption_kwh: "5.07", cost: "0.17" },
            { id: 814, timestamp: new Date("2023-02-17T21:59:46Z"), meter_id: 141, consumption_kwh: "5.05", average_consumption_kwh: "4.51", cost: "1.76" },
            { id: 815, timestamp: new Date("2023-03-29T19:52:16Z"), meter_id: 96, consumption_kwh: "4.59", average_consumption_kwh: "3.39", cost: "0.03" },
            { id: 816, timestamp: new Date("2023-03-19T23:11:18Z"), meter_id: 195, consumption_kwh: "2.91", average_consumption_kwh: "4.91", cost: "0.12" },
            { id: 817, timestamp: new Date("2023-01-07T20:58:33Z"), meter_id: 138, consumption_kwh: null, average_consumption_kwh: "2.95", cost: "1.32" },
            { id: 818, timestamp: new Date("2023-01-23T18:38:52Z"), meter_id: 145, consumption_kwh: "6.11", average_consumption_kwh: "3.82", cost: "2.90" },
            { id: 819, timestamp: new Date("2023-02-01T17:44:21Z"), meter_id: 112, consumption_kwh: "6.60", average_consumption_kwh: "6.66", cost: "1.14" },
            { id: 820, timestamp: new Date("2023-03-07T19:57:49Z"), meter_id: 108, consumption_kwh: "4.41", average_consumption_kwh: "4.19", cost: "1.88" },
            { id: 821, timestamp: new Date("2023-02-17T11:44:32Z"), meter_id: 161, consumption_kwh: "3.39", average_consumption_kwh: "3.47", cost: "0.02" },
            { id: 822, timestamp: new Date("2023-02-04T05:33:36Z"), meter_id: 120, consumption_kwh: "4.51", average_consumption_kwh: "4.33", cost: "2.17" },
            { id: 823, timestamp: new Date("2023-02-21T20:58:56Z"), meter_id: 198, consumption_kwh: "6.35", average_consumption_kwh: "4.62", cost: "2.53" },
            { id: 824, timestamp: new Date("2023-02-21T23:15:36Z"), meter_id: 73, consumption_kwh: "6.61", average_consumption_kwh: "3.61", cost: "1.45" },
            { id: 825, timestamp: new Date("2023-02-14T19:59:27Z"), meter_id: 87, consumption_kwh: "5.41", average_consumption_kwh: "3.67", cost: "0.45" },
            { id: 826, timestamp: new Date("2023-03-08T18:12:54Z"), meter_id: 192, consumption_kwh: "5.44", average_consumption_kwh: "4.02", cost: "0.65" },
            { id: 827, timestamp: new Date("2023-02-19T08:36:39Z"), meter_id: 28, consumption_kwh: "6.31", average_consumption_kwh: "4.34", cost: "2.64" },
            { id: 828, timestamp: new Date("2023-01-29T10:28:15Z"), meter_id: 56, consumption_kwh: "5.51", average_consumption_kwh: "3.65", cost: "0.90" },
            { id: 829, timestamp: new Date("2023-02-06T16:24:17Z"), meter_id: 120, consumption_kwh: "5.10", average_consumption_kwh: "5.75", cost: "0.39" },
            { id: 830, timestamp: new Date("2023-02-01T22:05:53Z"), meter_id: 51, consumption_kwh: "4.08", average_consumption_kwh: "3.06", cost: "2.69" },
            { id: 831, timestamp: new Date("2023-03-09T08:58:35Z"), meter_id: 114, consumption_kwh: null, average_consumption_kwh: "4.25", cost: "0.13" },
            { id: 832, timestamp: new Date("2023-01-23T15:30:18Z"), meter_id: 157, consumption_kwh: "5.43", average_consumption_kwh: "3.94", cost: "1.61" },
            { id: 833, timestamp: new Date("2023-02-23T17:16:31Z"), meter_id: 42, consumption_kwh: "6.16", average_consumption_kwh: "3.77", cost: "0.08" },
            { id: 834, timestamp: new Date("2023-01-26T08:09:50Z"), meter_id: 174, consumption_kwh: "4.02", average_consumption_kwh: "5.20", cost: "2.01" },
            { id: 835, timestamp: new Date("2023-02-12T06:53:28Z"), meter_id: 29, consumption_kwh: "1.92", average_consumption_kwh: "3.76", cost: "1.57" },
            { id: 836, timestamp: new Date("2023-03-03T11:55:15Z"), meter_id: 42, consumption_kwh: "7.22", average_consumption_kwh: "2.54", cost: "0.76" },
            { id: 837, timestamp: new Date("2023-01-26T08:38:06Z"), meter_id: 43, consumption_kwh: "6.22", average_consumption_kwh: "5.64", cost: "1.42" },
            { id: 838, timestamp: new Date("2023-01-19T06:56:51Z"), meter_id: 115, consumption_kwh: "5.96", average_consumption_kwh: "3.31", cost: "1.38" },
            { id: 839, timestamp: new Date("2023-03-31T08:27:50Z"), meter_id: 122, consumption_kwh: "3.82", average_consumption_kwh: "4.50", cost: "1.28" },
            { id: 840, timestamp: new Date("2023-01-12T14:39:07Z"), meter_id: 4, consumption_kwh: "4.91", average_consumption_kwh: "4.67", cost: "0.15" },
            { id: 841, timestamp: new Date("2023-02-21T22:45:05Z"), meter_id: 32, consumption_kwh: "7.31", average_consumption_kwh: "5.08", cost: "2.16" },
            { id: 842, timestamp: new Date("2023-02-12T18:46:33Z"), meter_id: 82, consumption_kwh: "5.20", average_consumption_kwh: "3.56", cost: "0.08" },
            { id: 843, timestamp: new Date("2023-02-02T14:42:51Z"), meter_id: 27, consumption_kwh: "3.22", average_consumption_kwh: "3.48", cost: "0.86" },
            { id: 844, timestamp: new Date("2023-03-27T16:13:52Z"), meter_id: 66, consumption_kwh: null, average_consumption_kwh: "3.79", cost: "2.33" },
            { id: 845, timestamp: new Date("2023-03-02T08:01:17Z"), meter_id: 192, consumption_kwh: "2.47", average_consumption_kwh: "4.21", cost: "1.35" },
            { id: 846, timestamp: new Date("2023-02-08T13:11:02Z"), meter_id: 69, consumption_kwh: "6.20", average_consumption_kwh: "5.34", cost: "1.39" },
            { id: 847, timestamp: new Date("2023-03-23T12:04:13Z"), meter_id: 167, consumption_kwh: "6.64", average_consumption_kwh: "4.92", cost: "0.09" },
            { id: 848, timestamp: new Date("2023-01-23T01:26:27Z"), meter_id: 62, consumption_kwh: null, average_consumption_kwh: "6.19", cost: "0.01" },
            { id: 849, timestamp: new Date("2023-02-08T12:06:59Z"), meter_id: 198, consumption_kwh: "5.51", average_consumption_kwh: "3.99", cost: "0.12" },
            { id: 850, timestamp: new Date("2023-02-13T11:03:40Z"), meter_id: 33, consumption_kwh: "6.58", average_consumption_kwh: "6.29", cost: "0.87" },
            { id: 851, timestamp: new Date("2023-01-15T17:20:58Z"), meter_id: 165, consumption_kwh: "3.33", average_consumption_kwh: "3.45", cost: "0.49" },
            { id: 852, timestamp: new Date("2023-01-13T12:48:17Z"), meter_id: 19, consumption_kwh: "3.42", average_consumption_kwh: "3.13", cost: "1.96" },
            { id: 853, timestamp: new Date("2023-02-19T18:45:41Z"), meter_id: 174, consumption_kwh: "5.61", average_consumption_kwh: "4.70", cost: "1.07" },
            { id: 854, timestamp: new Date("2023-02-21T20:11:03Z"), meter_id: 157, consumption_kwh: "2.54", average_consumption_kwh: "3.98", cost: "2.38" },
            { id: 855, timestamp: new Date("2023-02-02T17:56:06Z"), meter_id: 140, consumption_kwh: "5.91", average_consumption_kwh: "4.56", cost: "0.47" },
            { id: 856, timestamp: new Date("2023-01-27T09:49:02Z"), meter_id: 57, consumption_kwh: "6.56", average_consumption_kwh: "4.90", cost: "2.58" },
            { id: 857, timestamp: new Date("2023-02-15T18:06:35Z"), meter_id: 147, consumption_kwh: "2.13", average_consumption_kwh: "3.46", cost: "0.39" },
            { id: 858, timestamp: new Date("2023-03-10T03:51:13Z"), meter_id: 199, consumption_kwh: "3.76", average_consumption_kwh: "3.61", cost: "1.69" },
            { id: 859, timestamp: new Date("2023-03-11T08:13:23Z"), meter_id: 68, consumption_kwh: "5.82", average_consumption_kwh: "5.77", cost: "0.10" },
            { id: 860, timestamp: new Date("2023-01-02T17:01:18Z"), meter_id: 5, consumption_kwh: "4.10", average_consumption_kwh: "4.79", cost: "0.89" },
            { id: 861, timestamp: new Date("2023-02-18T01:43:49Z"), meter_id: 184, consumption_kwh: "5.01", average_consumption_kwh: "5.76", cost: "0.12" },
            { id: 862, timestamp: new Date("2023-01-03T06:14:40Z"), meter_id: 86, consumption_kwh: null, average_consumption_kwh: "3.55", cost: "1.85" },
            { id: 863, timestamp: new Date("2023-01-20T14:37:50Z"), meter_id: 46, consumption_kwh: "6.77", average_consumption_kwh: "3.47", cost: "2.51" },
            { id: 864, timestamp: new Date("2023-03-23T20:59:56Z"), meter_id: 104, consumption_kwh: "4.31", average_consumption_kwh: "3.89", cost: "0.43" },
            { id: 865, timestamp: new Date("2023-01-27T07:34:29Z"), meter_id: 4, consumption_kwh: null, average_consumption_kwh: "5.44", cost: "0.63" },
            { id: 866, timestamp: new Date("2023-01-02T20:03:40Z"), meter_id: 50, consumption_kwh: "6.11", average_consumption_kwh: "3.61", cost: "0.68" },
            { id: 867, timestamp: new Date("2023-02-12T22:02:33Z"), meter_id: 89, consumption_kwh: "5.07", average_consumption_kwh: "3.63", cost: "0.10" },
            { id: 868, timestamp: new Date("2023-01-04T18:16:03Z"), meter_id: 53, consumption_kwh: "4.91", average_consumption_kwh: "3.72", cost: "0.37" },
            { id: 869, timestamp: new Date("2023-01-03T09:33:55Z"), meter_id: 129, consumption_kwh: "6.14", average_consumption_kwh: "5.71", cost: "1.22" },
            { id: 870, timestamp: new Date("2023-02-15T18:31:00Z"), meter_id: 135, consumption_kwh: "3.61", average_consumption_kwh: "6.13", cost: "0.01" },
            { id: 871, timestamp: new Date("2023-01-10T17:47:37Z"), meter_id: 99, consumption_kwh: "5.89", average_consumption_kwh: "3.51", cost: "1.62" },
            { id: 872, timestamp: new Date("2023-01-19T20:49:52Z"), meter_id: 164, consumption_kwh: "3.84", average_consumption_kwh: "4.38", cost: "2.88" },
            { id: 873, timestamp: new Date("2023-03-12T16:56:24Z"), meter_id: 31, consumption_kwh: null, average_consumption_kwh: "5.86", cost: "0.01" },
            { id: 874, timestamp: new Date("2023-01-25T20:24:19Z"), meter_id: 4, consumption_kwh: "4.14", average_consumption_kwh: "4.99", cost: "0.02" },
            { id: 875, timestamp: new Date("2023-02-27T11:06:51Z"), meter_id: 187, consumption_kwh: "4.09", average_consumption_kwh: "4.27", cost: "0.44" },
            { id: 876, timestamp: new Date("2023-01-24T10:53:59Z"), meter_id: 195, consumption_kwh: "4.74", average_consumption_kwh: "3.98", cost: "1.05" },
            { id: 877, timestamp: new Date("2023-01-26T18:32:04Z"), meter_id: 159, consumption_kwh: "4.98", average_consumption_kwh: "4.84", cost: "0.50" },
            { id: 878, timestamp: new Date("2023-03-08T15:50:36Z"), meter_id: 54, consumption_kwh: "5.02", average_consumption_kwh: "4.83", cost: "0.94" },
            { id: 879, timestamp: new Date("2023-01-24T18:39:22Z"), meter_id: 144, consumption_kwh: "5.49", average_consumption_kwh: "4.97", cost: "1.20" },
            { id: 880, timestamp: new Date("2023-02-14T20:18:43Z"), meter_id: 191, consumption_kwh: "6.42", average_consumption_kwh: "2.98", cost: "0.71" },
            { id: 881, timestamp: new Date("2023-02-06T17:11:13Z"), meter_id: 121, consumption_kwh: "6.50", average_consumption_kwh: "5.83", cost: "0.04" },
            { id: 882, timestamp: new Date("2023-03-26T17:22:08Z"), meter_id: 160, consumption_kwh: "4.30", average_consumption_kwh: "3.55", cost: "0.60" },
            { id: 883, timestamp: new Date("2023-03-03T12:18:09Z"), meter_id: 86, consumption_kwh: null, average_consumption_kwh: "3.36", cost: "0.31" },
            { id: 884, timestamp: new Date("2023-01-21T11:52:48Z"), meter_id: 160, consumption_kwh: "5.83", average_consumption_kwh: "5.28", cost: "0.89" },
            { id: 885, timestamp: new Date("2023-03-11T14:57:07Z"), meter_id: 9, consumption_kwh: "3.80", average_consumption_kwh: "4.03", cost: "0.46" },
            { id: 886, timestamp: new Date("2023-01-30T20:45:27Z"), meter_id: 121, consumption_kwh: "1.54", average_consumption_kwh: "4.39", cost: "0.05" },
            { id: 887, timestamp: new Date("2023-03-02T07:20:26Z"), meter_id: 160, consumption_kwh: "7.02", average_consumption_kwh: "4.44", cost: "2.45" },
            { id: 888, timestamp: new Date("2023-02-03T16:36:32Z"), meter_id: 33, consumption_kwh: "6.08", average_consumption_kwh: "3.80", cost: "0.29" },
            { id: 889, timestamp: new Date("2023-03-27T10:23:46Z"), meter_id: 50, consumption_kwh: "6.00", average_consumption_kwh: "4.38", cost: "0.33" },
            { id: 890, timestamp: new Date("2023-03-13T20:26:37Z"), meter_id: 195, consumption_kwh: "5.44", average_consumption_kwh: "3.17", cost: "0.27" },
            { id: 891, timestamp: new Date("2023-01-30T17:15:30Z"), meter_id: 23, consumption_kwh: "5.87", average_consumption_kwh: "2.54", cost: "0.45" },
            { id: 892, timestamp: new Date("2023-02-07T19:08:07Z"), meter_id: 4, consumption_kwh: "5.14", average_consumption_kwh: "4.75", cost: "1.68" },
            { id: 893, timestamp: new Date("2023-01-21T13:22:30Z"), meter_id: 99, consumption_kwh: "5.20", average_consumption_kwh: "3.21", cost: "0.06" },
            { id: 894, timestamp: new Date("2023-02-07T09:27:02Z"), meter_id: 1, consumption_kwh: "5.63", average_consumption_kwh: "5.03", cost: "2.58" },
            { id: 895, timestamp: new Date("2023-03-15T13:00:47Z"), meter_id: 103, consumption_kwh: "3.69", average_consumption_kwh: "5.52", cost: "2.54" },
            { id: 896, timestamp: new Date("2023-01-20T18:13:12Z"), meter_id: 145, consumption_kwh: "4.46", average_consumption_kwh: "4.63", cost: "1.93" },
            { id: 897, timestamp: new Date("2023-02-24T12:22:31Z"), meter_id: 43, consumption_kwh: "5.70", average_consumption_kwh: "3.85", cost: "1.87" },
            { id: 898, timestamp: new Date("2023-03-20T13:08:19Z"), meter_id: 23, consumption_kwh: "5.79", average_consumption_kwh: "4.26", cost: "2.99" },
            { id: 899, timestamp: new Date("2023-01-12T14:52:07Z"), meter_id: 129, consumption_kwh: "5.10", average_consumption_kwh: "3.14", cost: "0.48" },
            { id: 900, timestamp: new Date("2023-03-29T08:06:44Z"), meter_id: 179, consumption_kwh: "4.67", average_consumption_kwh: "3.18", cost: "1.45" },
            { id: 901, timestamp: new Date("2023-01-14T00:11:42Z"), meter_id: 55, consumption_kwh: "5.49", average_consumption_kwh: "6.43", cost: "0.05" },
            { id: 902, timestamp: new Date("2023-02-11T16:41:37Z"), meter_id: 49, consumption_kwh: "5.11", average_consumption_kwh: "3.79", cost: "0.69" },
            { id: 903, timestamp: new Date("2023-02-13T21:41:36Z"), meter_id: 98, consumption_kwh: "5.40", average_consumption_kwh: "3.85", cost: "0.76" },
            { id: 904, timestamp: new Date("2023-01-22T15:10:46Z"), meter_id: 62, consumption_kwh: "6.05", average_consumption_kwh: "3.47", cost: "1.23" },
            { id: 905, timestamp: new Date("2023-02-27T17:34:07Z"), meter_id: 14, consumption_kwh: "6.21", average_consumption_kwh: "2.75", cost: "0.48" },
            { id: 906, timestamp: new Date("2023-03-22T22:47:12Z"), meter_id: 183, consumption_kwh: "3.35", average_consumption_kwh: "2.69", cost: "1.57" },
            { id: 907, timestamp: new Date("2023-03-14T08:28:57Z"), meter_id: 33, consumption_kwh: "5.45", average_consumption_kwh: "3.41", cost: "0.21" },
            { id: 908, timestamp: new Date("2023-02-28T20:04:28Z"), meter_id: 120, consumption_kwh: "3.87", average_consumption_kwh: "4.01", cost: "2.72" },
            { id: 909, timestamp: new Date("2023-03-28T10:42:55Z"), meter_id: 90, consumption_kwh: "5.18", average_consumption_kwh: "4.92", cost: "0.78" },
            { id: 910, timestamp: new Date("2023-01-25T16:36:22Z"), meter_id: 143, consumption_kwh: "4.22", average_consumption_kwh: "2.50", cost: "0.34" },
            { id: 911, timestamp: new Date("2023-01-05T18:21:35Z"), meter_id: 24, consumption_kwh: "5.69", average_consumption_kwh: "4.53", cost: "1.18" },
            { id: 912, timestamp: new Date("2023-03-31T15:24:56Z"), meter_id: 126, consumption_kwh: "5.02", average_consumption_kwh: "3.52", cost: "0.69" },
            { id: 913, timestamp: new Date("2023-03-02T20:35:34Z"), meter_id: 81, consumption_kwh: null, average_consumption_kwh: "5.60", cost: "0.94" },
            { id: 914, timestamp: new Date("2023-02-22T20:13:05Z"), meter_id: 162, consumption_kwh: null, average_consumption_kwh: "3.26", cost: "2.13" },
            { id: 915, timestamp: new Date("2023-01-26T16:18:57Z"), meter_id: 197, consumption_kwh: "5.58", average_consumption_kwh: "3.67", cost: "0.13" },
            { id: 916, timestamp: new Date("2023-03-15T08:54:02Z"), meter_id: 85, consumption_kwh: "4.62", average_consumption_kwh: "4.87", cost: "0.14" },
            { id: 917, timestamp: new Date("2023-03-29T17:40:02Z"), meter_id: 60, consumption_kwh: "7.96", average_consumption_kwh: "3.93", cost: "0.20" },
            { id: 918, timestamp: new Date("2023-03-07T19:08:21Z"), meter_id: 154, consumption_kwh: "6.55", average_consumption_kwh: "3.96", cost: "2.74" },
            { id: 919, timestamp: new Date("2023-01-15T13:49:34Z"), meter_id: 23, consumption_kwh: "2.51", average_consumption_kwh: "5.04", cost: "1.30" },
            { id: 920, timestamp: new Date("2023-03-08T19:08:19Z"), meter_id: 97, consumption_kwh: "5.15", average_consumption_kwh: "3.54", cost: "2.46" },
            { id: 921, timestamp: new Date("2023-02-15T07:24:15Z"), meter_id: 41, consumption_kwh: "4.58", average_consumption_kwh: "5.11", cost: "1.72" },
            { id: 922, timestamp: new Date("2023-03-04T18:52:55Z"), meter_id: 183, consumption_kwh: "4.40", average_consumption_kwh: "1.20", cost: "0.11" },
            { id: 923, timestamp: new Date("2023-03-05T14:35:35Z"), meter_id: 96, consumption_kwh: "3.63", average_consumption_kwh: "3.67", cost: "2.52" },
            { id: 924, timestamp: new Date("2023-03-06T14:30:48Z"), meter_id: 193, consumption_kwh: "5.27", average_consumption_kwh: "3.72", cost: "1.87" },
            { id: 925, timestamp: new Date("2023-01-30T07:34:16Z"), meter_id: 143, consumption_kwh: "5.84", average_consumption_kwh: "4.37", cost: "0.99" },
            { id: 926, timestamp: new Date("2023-03-14T09:34:22Z"), meter_id: 58, consumption_kwh: null, average_consumption_kwh: "6.53", cost: "0.54" },
            { id: 927, timestamp: new Date("2023-01-05T13:44:51Z"), meter_id: 153, consumption_kwh: "2.87", average_consumption_kwh: "3.23", cost: "2.29" },
            { id: 928, timestamp: new Date("2023-03-22T12:07:36Z"), meter_id: 165, consumption_kwh: "4.47", average_consumption_kwh: "5.25", cost: "2.36" },
            { id: 929, timestamp: new Date("2023-03-15T15:21:32Z"), meter_id: 155, consumption_kwh: null, average_consumption_kwh: "5.85", cost: "1.72" },
            { id: 930, timestamp: new Date("2023-02-23T17:24:54Z"), meter_id: 143, consumption_kwh: "3.83", average_consumption_kwh: "3.21", cost: "1.73" },
            { id: 931, timestamp: new Date("2023-02-16T06:07:58Z"), meter_id: 191, consumption_kwh: "3.72", average_consumption_kwh: "5.56", cost: "0.74" },
            { id: 932, timestamp: new Date("2023-01-22T18:34:30Z"), meter_id: 59, consumption_kwh: "5.42", average_consumption_kwh: "3.66", cost: "0.46" },
            { id: 933, timestamp: new Date("2023-03-18T22:30:51Z"), meter_id: 20, consumption_kwh: "5.33", average_consumption_kwh: "2.69", cost: "0.87" },
            { id: 934, timestamp: new Date("2023-02-16T08:42:52Z"), meter_id: 70, consumption_kwh: "7.20", average_consumption_kwh: "3.73", cost: "2.18" },
            { id: 935, timestamp: new Date("2023-02-06T10:52:21Z"), meter_id: 179, consumption_kwh: "4.33", average_consumption_kwh: "3.33", cost: "0.05" },
            { id: 936, timestamp: new Date("2023-02-18T05:08:34Z"), meter_id: 113, consumption_kwh: "7.14", average_consumption_kwh: "6.62", cost: "0.09" },
            { id: 937, timestamp: new Date("2023-01-10T00:43:44Z"), meter_id: 63, consumption_kwh: null, average_consumption_kwh: "3.44", cost: "0.38" },
            { id: 938, timestamp: new Date("2023-03-04T09:10:32Z"), meter_id: 165, consumption_kwh: "4.91", average_consumption_kwh: "4.46", cost: "1.42" },
            { id: 939, timestamp: new Date("2023-02-14T18:43:43Z"), meter_id: 25, consumption_kwh: "3.44", average_consumption_kwh: "2.71", cost: "0.32" },
            { id: 940, timestamp: new Date("2023-03-20T21:10:22Z"), meter_id: 138, consumption_kwh: "6.77", average_consumption_kwh: "4.02", cost: "0.21" },
            { id: 941, timestamp: new Date("2023-01-26T19:17:13Z"), meter_id: 67, consumption_kwh: "3.66", average_consumption_kwh: "2.99", cost: "0.09" },
            { id: 942, timestamp: new Date("2023-03-11T16:20:15Z"), meter_id: 188, consumption_kwh: "6.76", average_consumption_kwh: "4.40", cost: "0.38" },
            { id: 943, timestamp: new Date("2023-01-02T17:18:18Z"), meter_id: 161, consumption_kwh: "5.21", average_consumption_kwh: "3.90", cost: "0.32" },
            { id: 944, timestamp: new Date("2023-02-22T17:06:17Z"), meter_id: 61, consumption_kwh: "3.97", average_consumption_kwh: "3.43", cost: "0.20" },
            { id: 945, timestamp: new Date("2023-01-14T11:34:34Z"), meter_id: 6, consumption_kwh: null, average_consumption_kwh: "4.99", cost: "0.09" },
            { id: 946, timestamp: new Date("2023-03-15T20:02:53Z"), meter_id: 189, consumption_kwh: "6.23", average_consumption_kwh: "3.61", cost: "0.02" },
            { id: 947, timestamp: new Date("2023-01-05T10:55:05Z"), meter_id: 172, consumption_kwh: "6.28", average_consumption_kwh: "3.51", cost: "1.29" },
            { id: 948, timestamp: new Date("2023-03-31T23:26:20Z"), meter_id: 24, consumption_kwh: "5.21", average_consumption_kwh: "3.82", cost: "0.12" },
            { id: 949, timestamp: new Date("2023-01-29T21:08:13Z"), meter_id: 139, consumption_kwh: "4.38", average_consumption_kwh: "4.68", cost: "0.21" },
            { id: 950, timestamp: new Date("2023-01-10T14:31:14Z"), meter_id: 150, consumption_kwh: "4.89", average_consumption_kwh: "5.82", cost: "1.44" },
            { id: 951, timestamp: new Date("2023-01-19T17:43:38Z"), meter_id: 74, consumption_kwh: "3.29", average_consumption_kwh: "4.77", cost: "0.05" },
            { id: 952, timestamp: new Date("2023-01-30T18:26:04Z"), meter_id: 69, consumption_kwh: "4.19", average_consumption_kwh: "5.32", cost: "2.96" },
            { id: 953, timestamp: new Date("2023-03-02T16:40:25Z"), meter_id: 156, consumption_kwh: "6.84", average_consumption_kwh: "3.91", cost: "2.34" },
            { id: 954, timestamp: new Date("2023-02-28T15:28:07Z"), meter_id: 176, consumption_kwh: "6.46", average_consumption_kwh: "5.75", cost: "1.84" },
            { id: 955, timestamp: new Date("2023-02-20T12:29:26Z"), meter_id: 66, consumption_kwh: "3.99", average_consumption_kwh: "3.51", cost: "1.02" },
            { id: 956, timestamp: new Date("2023-02-09T16:48:29Z"), meter_id: 109, consumption_kwh: null, average_consumption_kwh: "5.75", cost: "1.40" },
            { id: 957, timestamp: new Date("2023-03-23T11:54:21Z"), meter_id: 107, consumption_kwh: "4.79", average_consumption_kwh: "4.73", cost: "0.32" },
            { id: 958, timestamp: new Date("2023-03-04T23:28:09Z"), meter_id: 6, consumption_kwh: "3.29", average_consumption_kwh: "1.96", cost: "0.26" },
            { id: 959, timestamp: new Date("2023-03-10T23:02:35Z"), meter_id: 71, consumption_kwh: "4.82", average_consumption_kwh: "4.34", cost: "2.04" },
            { id: 960, timestamp: new Date("2023-02-27T20:21:32Z"), meter_id: 77, consumption_kwh: null, average_consumption_kwh: "4.40", cost: "0.03" },
            { id: 961, timestamp: new Date("2023-01-13T13:13:32Z"), meter_id: 20, consumption_kwh: "7.33", average_consumption_kwh: "5.27", cost: "0.88" },
            { id: 962, timestamp: new Date("2023-02-02T19:42:59Z"), meter_id: 170, consumption_kwh: "8.23", average_consumption_kwh: "4.57", cost: "2.21" },
            { id: 963, timestamp: new Date("2023-03-30T12:22:14Z"), meter_id: 115, consumption_kwh: "6.00", average_consumption_kwh: "3.14", cost: "0.12" },
            { id: 964, timestamp: new Date("2023-02-09T05:45:54Z"), meter_id: 103, consumption_kwh: null, average_consumption_kwh: "5.81", cost: "1.66" },
            { id: 965, timestamp: new Date("2023-03-07T15:34:52Z"), meter_id: 191, consumption_kwh: "3.44", average_consumption_kwh: "4.91", cost: "1.41" },
            { id: 966, timestamp: new Date("2023-03-03T19:27:05Z"), meter_id: 171, consumption_kwh: "4.19", average_consumption_kwh: "2.69", cost: "0.27" },
            { id: 967, timestamp: new Date("2023-03-29T15:56:21Z"), meter_id: 56, consumption_kwh: "7.91", average_consumption_kwh: "2.37", cost: "1.74" },
            { id: 968, timestamp: new Date("2023-02-11T17:58:37Z"), meter_id: 193, consumption_kwh: "6.39", average_consumption_kwh: "4.38", cost: "0.04" },
            { id: 969, timestamp: new Date("2023-02-16T09:29:42Z"), meter_id: 197, consumption_kwh: null, average_consumption_kwh: "3.39", cost: "1.74" },
            { id: 970, timestamp: new Date("2023-02-16T17:42:32Z"), meter_id: 28, consumption_kwh: null, average_consumption_kwh: "4.93", cost: "0.14" },
            { id: 971, timestamp: new Date("2023-01-26T02:40:09Z"), meter_id: 158, consumption_kwh: "3.69", average_consumption_kwh: "6.03", cost: "1.51" },
            { id: 972, timestamp: new Date("2023-01-04T05:06:03Z"), meter_id: 51, consumption_kwh: "4.06", average_consumption_kwh: "3.12", cost: "1.43" },
            { id: 973, timestamp: new Date("2023-03-26T12:31:28Z"), meter_id: 58, consumption_kwh: "5.51", average_consumption_kwh: "4.21", cost: "0.03" },
            { id: 974, timestamp: new Date("2023-01-10T13:31:33Z"), meter_id: 177, consumption_kwh: "4.60", average_consumption_kwh: "5.86", cost: "0.47" },
            { id: 975, timestamp: new Date("2023-02-28T19:17:31Z"), meter_id: 19, consumption_kwh: "3.78", average_consumption_kwh: "5.00", cost: "0.62" },
            { id: 976, timestamp: new Date("2023-02-09T16:26:57Z"), meter_id: 96, consumption_kwh: "5.43", average_consumption_kwh: "2.55", cost: "0.57" },
            { id: 977, timestamp: new Date("2023-03-19T08:26:16Z"), meter_id: 136, consumption_kwh: "5.36", average_consumption_kwh: "5.66", cost: "2.87" },
            { id: 978, timestamp: new Date("2023-01-25T19:51:39Z"), meter_id: 138, consumption_kwh: "2.81", average_consumption_kwh: "4.02", cost: "0.42" },
            { id: 979, timestamp: new Date("2023-03-15T14:27:38Z"), meter_id: 56, consumption_kwh: "5.24", average_consumption_kwh: "5.32", cost: "0.97" },
            { id: 980, timestamp: new Date("2023-01-30T10:01:21Z"), meter_id: 118, consumption_kwh: "5.18", average_consumption_kwh: "4.21", cost: "0.15" },
            { id: 981, timestamp: new Date("2023-03-10T17:49:11Z"), meter_id: 33, consumption_kwh: "7.79", average_consumption_kwh: "3.36", cost: "1.82" },
            { id: 982, timestamp: new Date("2023-03-14T13:34:23Z"), meter_id: 86, consumption_kwh: "2.42", average_consumption_kwh: "5.36", cost: "2.51" },
            { id: 983, timestamp: new Date("2023-03-28T21:21:32Z"), meter_id: 74, consumption_kwh: "3.31", average_consumption_kwh: "3.85", cost: "0.55" },
            { id: 984, timestamp: new Date("2023-03-08T16:44:20Z"), meter_id: 147, consumption_kwh: "3.86", average_consumption_kwh: "5.59", cost: "0.03" },
            { id: 985, timestamp: new Date("2023-02-22T20:30:26Z"), meter_id: 87, consumption_kwh: "2.79", average_consumption_kwh: "5.57", cost: "0.62" },
            { id: 986, timestamp: new Date("2023-03-07T06:30:13Z"), meter_id: 91, consumption_kwh: "4.37", average_consumption_kwh: "3.56", cost: "1.30" },
            { id: 987, timestamp: new Date("2023-03-01T11:36:34Z"), meter_id: 60, consumption_kwh: "6.13", average_consumption_kwh: "3.70", cost: "2.96" },
            { id: 988, timestamp: new Date("2023-02-21T13:13:01Z"), meter_id: 149, consumption_kwh: "4.44", average_consumption_kwh: "3.44", cost: "0.29" },
            { id: 989, timestamp: new Date("2023-02-25T07:19:14Z"), meter_id: 147, consumption_kwh: null, average_consumption_kwh: "4.07", cost: "0.01" },
            { id: 990, timestamp: new Date("2023-01-13T07:30:08Z"), meter_id: 79, consumption_kwh: "5.26", average_consumption_kwh: "4.34", cost: "1.28" },
            { id: 991, timestamp: new Date("2023-02-11T18:24:29Z"), meter_id: 154, consumption_kwh: "4.36", average_consumption_kwh: "4.45", cost: "1.21" },
            { id: 992, timestamp: new Date("2023-03-07T17:34:46Z"), meter_id: 84, consumption_kwh: "6.31", average_consumption_kwh: "1.90", cost: "0.36" },
            { id: 993, timestamp: new Date("2023-01-01T18:31:45Z"), meter_id: 170, consumption_kwh: "6.91", average_consumption_kwh: "3.87", cost: "2.94" },
            { id: 994, timestamp: new Date("2023-01-29T19:00:25Z"), meter_id: 16, consumption_kwh: "4.68", average_consumption_kwh: "4.92", cost: "0.55" },
            { id: 995, timestamp: new Date("2023-03-21T18:58:39Z"), meter_id: 31, consumption_kwh: "5.11", average_consumption_kwh: "3.11", cost: "0.01" },
            { id: 996, timestamp: new Date("2023-02-23T15:42:26Z"), meter_id: 105, consumption_kwh: "4.66", average_consumption_kwh: "4.52", cost: "0.22" },
            { id: 997, timestamp: new Date("2023-01-24T11:08:13Z"), meter_id: 159, consumption_kwh: "6.70", average_consumption_kwh: "3.03", cost: "0.84" },
            { id: 998, timestamp: new Date("2023-01-08T08:19:28Z"), meter_id: 144, consumption_kwh: "3.19", average_consumption_kwh: "4.23", cost: "0.22" },
            { id: 999, timestamp: new Date("2023-01-17T19:28:34Z"), meter_id: 73, consumption_kwh: "4.48", average_consumption_kwh: "4.06", cost: "0.40" },
            { id: 1000, timestamp: new Date("2023-01-19T05:58:00Z"), meter_id: 10, consumption_kwh: "5.71", average_consumption_kwh: "1.76", cost: "2.62" },
        ],
    });
    await prisma.readings.createMany({
        data: [
            { id: 1001, timestamp: new Date("2023-01-13T16:05:47Z"), meter_id: 8, consumption_kwh: "7.85", average_consumption_kwh: "2.95", cost: "0.84" },
            { id: 1002, timestamp: new Date("2023-01-11T17:41:50Z"), meter_id: 183, consumption_kwh: "4.15", average_consumption_kwh: "4.20", cost: "0.14" },
            { id: 1003, timestamp: new Date("2023-03-07T12:17:22Z"), meter_id: 26, consumption_kwh: "4.43", average_consumption_kwh: "3.71", cost: "0.02" },
            { id: 1004, timestamp: new Date("2023-03-14T08:57:45Z"), meter_id: 132, consumption_kwh: "6.71", average_consumption_kwh: "4.23", cost: "3.00" },
            { id: 1005, timestamp: new Date("2023-02-03T15:22:21Z"), meter_id: 66, consumption_kwh: "4.22", average_consumption_kwh: "4.53", cost: "0.28" },
            { id: 1006, timestamp: new Date("2023-02-08T22:05:21Z"), meter_id: 126, consumption_kwh: "6.77", average_consumption_kwh: "4.39", cost: "0.01" },
            { id: 1007, timestamp: new Date("2023-01-10T07:42:08Z"), meter_id: 95, consumption_kwh: "5.21", average_consumption_kwh: "2.82", cost: "2.90" },
            { id: 1008, timestamp: new Date("2023-01-27T13:15:49Z"), meter_id: 78, consumption_kwh: "5.56", average_consumption_kwh: "3.99", cost: "0.07" },
            { id: 1009, timestamp: new Date("2023-03-22T20:36:18Z"), meter_id: 191, consumption_kwh: "4.68", average_consumption_kwh: "5.59", cost: "0.15" },
            { id: 1010, timestamp: new Date("2023-01-04T14:19:20Z"), meter_id: 166, consumption_kwh: "4.41", average_consumption_kwh: "2.46", cost: "0.03" },
            { id: 1011, timestamp: new Date("2023-02-16T12:20:26Z"), meter_id: 157, consumption_kwh: "3.27", average_consumption_kwh: "2.81", cost: "2.11" },
            { id: 1012, timestamp: new Date("2023-02-16T10:24:29Z"), meter_id: 78, consumption_kwh: "6.67", average_consumption_kwh: "6.77", cost: "0.03" },
            { id: 1013, timestamp: new Date("2023-03-05T23:49:45Z"), meter_id: 128, consumption_kwh: null, average_consumption_kwh: "3.21", cost: "1.22" },
            { id: 1014, timestamp: new Date("2023-02-19T12:29:15Z"), meter_id: 169, consumption_kwh: "5.47", average_consumption_kwh: "4.00", cost: "2.71" },
            { id: 1015, timestamp: new Date("2023-03-06T11:49:10Z"), meter_id: 153, consumption_kwh: "6.13", average_consumption_kwh: "4.26", cost: "1.74" },
            { id: 1016, timestamp: new Date("2023-03-21T21:20:25Z"), meter_id: 52, consumption_kwh: "4.23", average_consumption_kwh: "4.43", cost: "0.62" },
            { id: 1017, timestamp: new Date("2023-02-11T04:52:50Z"), meter_id: 195, consumption_kwh: "5.73", average_consumption_kwh: "3.72", cost: "0.40" },
            { id: 1018, timestamp: new Date("2023-01-30T14:29:53Z"), meter_id: 162, consumption_kwh: "3.60", average_consumption_kwh: "4.28", cost: "0.07" },
            { id: 1019, timestamp: new Date("2023-03-08T14:38:18Z"), meter_id: 191, consumption_kwh: "2.71", average_consumption_kwh: "4.03", cost: "1.30" },
            { id: 1020, timestamp: new Date("2023-02-21T06:04:34Z"), meter_id: 163, consumption_kwh: "3.10", average_consumption_kwh: "5.89", cost: "0.15" },
            { id: 1021, timestamp: new Date("2023-03-26T01:26:33Z"), meter_id: 171, consumption_kwh: "6.00", average_consumption_kwh: "5.23", cost: "2.06" },
            { id: 1022, timestamp: new Date("2023-01-09T10:00:07Z"), meter_id: 170, consumption_kwh: "6.38", average_consumption_kwh: "3.86", cost: "1.45" },
            { id: 1023, timestamp: new Date("2023-02-23T10:52:47Z"), meter_id: 191, consumption_kwh: "4.89", average_consumption_kwh: "5.04", cost: "0.44" },
            { id: 1024, timestamp: new Date("2023-02-06T09:07:36Z"), meter_id: 59, consumption_kwh: "6.25", average_consumption_kwh: "3.79", cost: "0.26" },
            { id: 1025, timestamp: new Date("2023-02-25T21:59:01Z"), meter_id: 127, consumption_kwh: "5.09", average_consumption_kwh: "6.70", cost: "2.59" },
            { id: 1026, timestamp: new Date("2023-01-14T15:15:47Z"), meter_id: 29, consumption_kwh: "6.34", average_consumption_kwh: "4.08", cost: "0.31" },
            { id: 1027, timestamp: new Date("2023-02-20T20:01:07Z"), meter_id: 39, consumption_kwh: "5.22", average_consumption_kwh: "1.99", cost: "1.49" },
            { id: 1028, timestamp: new Date("2023-02-04T08:58:27Z"), meter_id: 114, consumption_kwh: "5.21", average_consumption_kwh: "5.58", cost: "1.42" },
            { id: 1029, timestamp: new Date("2023-03-23T16:48:27Z"), meter_id: 87, consumption_kwh: "5.58", average_consumption_kwh: "4.26", cost: "0.07" },
            { id: 1030, timestamp: new Date("2023-01-17T11:52:16Z"), meter_id: 119, consumption_kwh: "3.48", average_consumption_kwh: "3.15", cost: "0.44" },
            { id: 1031, timestamp: new Date("2023-02-15T19:55:32Z"), meter_id: 88, consumption_kwh: "3.79", average_consumption_kwh: "4.97", cost: "0.26" },
            { id: 1032, timestamp: new Date("2023-02-16T11:03:36Z"), meter_id: 96, consumption_kwh: "4.48", average_consumption_kwh: "2.82", cost: "1.38" },
            { id: 1033, timestamp: new Date("2023-02-15T13:40:44Z"), meter_id: 150, consumption_kwh: null, average_consumption_kwh: "4.65", cost: "1.55" },
            { id: 1034, timestamp: new Date("2023-03-14T08:07:12Z"), meter_id: 173, consumption_kwh: "7.05", average_consumption_kwh: "4.81", cost: "0.01" },
            { id: 1035, timestamp: new Date("2023-03-12T17:08:26Z"), meter_id: 2, consumption_kwh: "3.85", average_consumption_kwh: "3.27", cost: "0.40" },
            { id: 1036, timestamp: new Date("2023-02-03T18:49:07Z"), meter_id: 111, consumption_kwh: null, average_consumption_kwh: "5.28", cost: "2.05" },
            { id: 1037, timestamp: new Date("2023-02-24T21:30:26Z"), meter_id: 115, consumption_kwh: "5.57", average_consumption_kwh: "3.43", cost: "0.78" },
            { id: 1038, timestamp: new Date("2023-02-18T22:59:08Z"), meter_id: 151, consumption_kwh: "6.16", average_consumption_kwh: "5.18", cost: "2.67" },
            { id: 1039, timestamp: new Date("2023-01-27T10:48:07Z"), meter_id: 142, consumption_kwh: null, average_consumption_kwh: "2.79", cost: "0.37" },
            { id: 1040, timestamp: new Date("2023-03-26T11:19:27Z"), meter_id: 186, consumption_kwh: "7.52", average_consumption_kwh: "3.54", cost: "0.44" },
            { id: 1041, timestamp: new Date("2023-02-14T22:57:28Z"), meter_id: 153, consumption_kwh: "4.09", average_consumption_kwh: "3.77", cost: "0.32" },
            { id: 1042, timestamp: new Date("2023-03-18T13:39:16Z"), meter_id: 131, consumption_kwh: "5.49", average_consumption_kwh: "5.03", cost: "2.39" },
            { id: 1043, timestamp: new Date("2023-01-06T21:47:07Z"), meter_id: 133, consumption_kwh: "5.36", average_consumption_kwh: "4.27", cost: "2.04" },
            { id: 1044, timestamp: new Date("2023-01-29T09:04:42Z"), meter_id: 35, consumption_kwh: "4.25", average_consumption_kwh: "5.43", cost: "0.10" },
            { id: 1045, timestamp: new Date("2023-02-19T22:29:19Z"), meter_id: 73, consumption_kwh: "4.06", average_consumption_kwh: "3.50", cost: "2.33" },
            { id: 1046, timestamp: new Date("2023-02-27T09:50:07Z"), meter_id: 117, consumption_kwh: null, average_consumption_kwh: "4.46", cost: "0.11" },
            { id: 1047, timestamp: new Date("2023-01-04T19:32:05Z"), meter_id: 164, consumption_kwh: "6.15", average_consumption_kwh: "3.59", cost: "0.66" },
            { id: 1048, timestamp: new Date("2023-02-11T19:27:50Z"), meter_id: 109, consumption_kwh: "6.54", average_consumption_kwh: "3.68", cost: "0.01" },
            { id: 1049, timestamp: new Date("2023-02-25T10:39:46Z"), meter_id: 117, consumption_kwh: "5.33", average_consumption_kwh: "5.63", cost: "1.37" },
            { id: 1050, timestamp: new Date("2023-03-13T19:23:36Z"), meter_id: 60, consumption_kwh: "3.15", average_consumption_kwh: "2.68", cost: "0.56" },
            { id: 1051, timestamp: new Date("2023-03-12T15:50:15Z"), meter_id: 74, consumption_kwh: "4.79", average_consumption_kwh: "3.88", cost: "0.06" },
            { id: 1052, timestamp: new Date("2023-03-31T14:23:04Z"), meter_id: 99, consumption_kwh: "3.66", average_consumption_kwh: "6.10", cost: "1.71" },
            { id: 1053, timestamp: new Date("2023-01-27T15:14:23Z"), meter_id: 31, consumption_kwh: "3.92", average_consumption_kwh: "5.77", cost: "2.21" },
            { id: 1054, timestamp: new Date("2023-03-16T11:11:30Z"), meter_id: 38, consumption_kwh: "5.98", average_consumption_kwh: "3.79", cost: "1.13" },
            { id: 1055, timestamp: new Date("2023-02-25T10:56:51Z"), meter_id: 155, consumption_kwh: "4.27", average_consumption_kwh: "3.30", cost: "1.09" },
            { id: 1056, timestamp: new Date("2023-02-21T14:17:40Z"), meter_id: 192, consumption_kwh: "6.69", average_consumption_kwh: "5.44", cost: "0.72" },
            { id: 1057, timestamp: new Date("2023-03-19T18:49:08Z"), meter_id: 133, consumption_kwh: null, average_consumption_kwh: "3.72", cost: "0.08" },
            { id: 1058, timestamp: new Date("2023-03-29T19:00:59Z"), meter_id: 87, consumption_kwh: "4.84", average_consumption_kwh: "2.79", cost: "0.36" },
            { id: 1059, timestamp: new Date("2023-03-06T11:26:38Z"), meter_id: 115, consumption_kwh: "5.61", average_consumption_kwh: "3.26", cost: "2.98" },
            { id: 1060, timestamp: new Date("2023-03-30T17:08:02Z"), meter_id: 129, consumption_kwh: "5.15", average_consumption_kwh: "2.05", cost: "0.16" },
            { id: 1061, timestamp: new Date("2023-01-28T11:48:17Z"), meter_id: 72, consumption_kwh: "8.32", average_consumption_kwh: "4.68", cost: "0.06" },
            { id: 1062, timestamp: new Date("2023-03-29T14:46:30Z"), meter_id: 168, consumption_kwh: "5.14", average_consumption_kwh: "3.22", cost: "0.02" },
            { id: 1063, timestamp: new Date("2023-02-17T12:12:48Z"), meter_id: 141, consumption_kwh: "4.04", average_consumption_kwh: "4.03", cost: "0.11" },
            { id: 1064, timestamp: new Date("2023-01-05T16:27:32Z"), meter_id: 63, consumption_kwh: "5.53", average_consumption_kwh: "6.00", cost: "1.01" },
            { id: 1065, timestamp: new Date("2023-02-08T20:50:29Z"), meter_id: 27, consumption_kwh: "5.87", average_consumption_kwh: "4.40", cost: "0.01" },
            { id: 1066, timestamp: new Date("2023-02-10T16:51:56Z"), meter_id: 14, consumption_kwh: "4.11", average_consumption_kwh: "3.59", cost: "1.08" },
            { id: 1067, timestamp: new Date("2023-03-01T16:50:48Z"), meter_id: 65, consumption_kwh: "2.21", average_consumption_kwh: "5.07", cost: "0.55" },
            { id: 1068, timestamp: new Date("2023-03-22T00:45:24Z"), meter_id: 63, consumption_kwh: "3.92", average_consumption_kwh: "4.72", cost: "0.91" },
            { id: 1069, timestamp: new Date("2023-03-23T14:28:11Z"), meter_id: 55, consumption_kwh: null, average_consumption_kwh: "4.76", cost: "0.58" },
            { id: 1070, timestamp: new Date("2023-03-16T17:08:35Z"), meter_id: 75, consumption_kwh: "4.73", average_consumption_kwh: "3.85", cost: "1.07" },
            { id: 1071, timestamp: new Date("2023-03-12T12:08:08Z"), meter_id: 190, consumption_kwh: "2.80", average_consumption_kwh: "3.83", cost: "0.05" },
            { id: 1072, timestamp: new Date("2023-01-14T18:00:39Z"), meter_id: 84, consumption_kwh: null, average_consumption_kwh: "4.16", cost: "2.09" },
            { id: 1073, timestamp: new Date("2023-02-10T10:41:27Z"), meter_id: 42, consumption_kwh: "4.94", average_consumption_kwh: "3.01", cost: "0.20" },
            { id: 1074, timestamp: new Date("2023-02-03T10:58:07Z"), meter_id: 176, consumption_kwh: "6.08", average_consumption_kwh: "4.05", cost: "0.82" },
            { id: 1075, timestamp: new Date("2023-02-18T08:59:40Z"), meter_id: 145, consumption_kwh: "5.06", average_consumption_kwh: "4.99", cost: "2.06" },
            { id: 1076, timestamp: new Date("2023-03-18T14:27:23Z"), meter_id: 191, consumption_kwh: "3.85", average_consumption_kwh: "3.60", cost: "0.08" },
            { id: 1077, timestamp: new Date("2023-02-07T16:24:01Z"), meter_id: 123, consumption_kwh: "3.86", average_consumption_kwh: "5.28", cost: "0.05" },
            { id: 1078, timestamp: new Date("2023-01-09T17:50:41Z"), meter_id: 40, consumption_kwh: null, average_consumption_kwh: "6.32", cost: "2.20" },
            { id: 1079, timestamp: new Date("2023-01-06T03:20:07Z"), meter_id: 170, consumption_kwh: "3.30", average_consumption_kwh: "3.32", cost: "2.22" },
            { id: 1080, timestamp: new Date("2023-01-13T19:20:56Z"), meter_id: 24, consumption_kwh: "5.93", average_consumption_kwh: "5.09", cost: "0.13" },
            { id: 1081, timestamp: new Date("2023-02-07T18:40:29Z"), meter_id: 155, consumption_kwh: "6.89", average_consumption_kwh: "3.89", cost: "1.71" },
            { id: 1082, timestamp: new Date("2023-03-07T18:55:06Z"), meter_id: 59, consumption_kwh: "5.42", average_consumption_kwh: "2.19", cost: "1.18" },
            { id: 1083, timestamp: new Date("2023-03-19T16:49:54Z"), meter_id: 151, consumption_kwh: "5.45", average_consumption_kwh: "4.50", cost: "0.01" },
            { id: 1084, timestamp: new Date("2023-02-17T00:35:03Z"), meter_id: 118, consumption_kwh: "6.38", average_consumption_kwh: "4.94", cost: "0.39" },
            { id: 1085, timestamp: new Date("2023-02-16T19:47:35Z"), meter_id: 164, consumption_kwh: "4.35", average_consumption_kwh: "3.68", cost: "0.16" },
            { id: 1086, timestamp: new Date("2023-01-15T18:10:17Z"), meter_id: 38, consumption_kwh: "2.77", average_consumption_kwh: "2.74", cost: "0.85" },
            { id: 1087, timestamp: new Date("2023-03-08T17:59:04Z"), meter_id: 27, consumption_kwh: null, average_consumption_kwh: "6.08", cost: "1.36" },
            { id: 1088, timestamp: new Date("2023-01-11T07:30:46Z"), meter_id: 131, consumption_kwh: "4.17", average_consumption_kwh: "4.75", cost: "0.78" },
            { id: 1089, timestamp: new Date("2023-02-04T19:18:54Z"), meter_id: 188, consumption_kwh: "4.14", average_consumption_kwh: "3.75", cost: "0.96" },
            { id: 1090, timestamp: new Date("2023-02-07T19:04:43Z"), meter_id: 29, consumption_kwh: "7.81", average_consumption_kwh: "3.89", cost: "0.01" },
            { id: 1091, timestamp: new Date("2023-01-28T18:28:16Z"), meter_id: 50, consumption_kwh: "3.24", average_consumption_kwh: "4.76", cost: "0.58" },
            { id: 1092, timestamp: new Date("2023-03-11T13:32:14Z"), meter_id: 62, consumption_kwh: null, average_consumption_kwh: "3.95", cost: "0.02" },
            { id: 1093, timestamp: new Date("2023-01-28T21:32:03Z"), meter_id: 38, consumption_kwh: "6.17", average_consumption_kwh: "2.89", cost: "0.78" },
            { id: 1094, timestamp: new Date("2023-01-06T18:17:07Z"), meter_id: 182, consumption_kwh: "6.93", average_consumption_kwh: "5.55", cost: "0.64" },
            { id: 1095, timestamp: new Date("2023-01-26T17:19:02Z"), meter_id: 82, consumption_kwh: null, average_consumption_kwh: "4.33", cost: "1.32" },
            { id: 1096, timestamp: new Date("2023-01-05T13:07:34Z"), meter_id: 156, consumption_kwh: "5.96", average_consumption_kwh: "4.27", cost: "0.76" },
            { id: 1097, timestamp: new Date("2023-03-14T14:10:56Z"), meter_id: 37, consumption_kwh: "4.16", average_consumption_kwh: "2.85", cost: "0.23" },
            { id: 1098, timestamp: new Date("2023-02-10T19:35:42Z"), meter_id: 130, consumption_kwh: "4.86", average_consumption_kwh: "3.40", cost: "0.58" },
            { id: 1099, timestamp: new Date("2023-03-27T17:58:47Z"), meter_id: 178, consumption_kwh: null, average_consumption_kwh: "5.73", cost: "0.04" },
            { id: 1100, timestamp: new Date("2023-03-10T20:23:27Z"), meter_id: 23, consumption_kwh: "5.79", average_consumption_kwh: "5.55", cost: "2.24" },
            { id: 1101, timestamp: new Date("2023-03-20T15:50:45Z"), meter_id: 46, consumption_kwh: "3.29", average_consumption_kwh: "5.62", cost: "2.27" },
            { id: 1102, timestamp: new Date("2023-02-19T16:22:11Z"), meter_id: 199, consumption_kwh: "5.61", average_consumption_kwh: "3.83", cost: "1.90" },
            { id: 1103, timestamp: new Date("2023-03-18T14:46:01Z"), meter_id: 92, consumption_kwh: null, average_consumption_kwh: "3.56", cost: "0.03" },
            { id: 1104, timestamp: new Date("2023-01-21T22:21:33Z"), meter_id: 24, consumption_kwh: "5.27", average_consumption_kwh: "4.07", cost: "0.39" },
            { id: 1105, timestamp: new Date("2023-02-28T08:54:32Z"), meter_id: 91, consumption_kwh: "6.12", average_consumption_kwh: "3.79", cost: "2.91" },
            { id: 1106, timestamp: new Date("2023-03-28T05:10:53Z"), meter_id: 132, consumption_kwh: "3.92", average_consumption_kwh: "4.70", cost: "0.21" },
            { id: 1107, timestamp: new Date("2023-01-25T20:58:17Z"), meter_id: 103, consumption_kwh: "3.41", average_consumption_kwh: "3.99", cost: "1.47" },
            { id: 1108, timestamp: new Date("2023-02-16T22:35:37Z"), meter_id: 183, consumption_kwh: "5.86", average_consumption_kwh: "2.70", cost: "1.73" },
            { id: 1109, timestamp: new Date("2023-01-09T12:00:10Z"), meter_id: 133, consumption_kwh: "6.15", average_consumption_kwh: "5.03", cost: "2.62" },
            { id: 1110, timestamp: new Date("2023-02-03T19:51:39Z"), meter_id: 194, consumption_kwh: "3.98", average_consumption_kwh: "3.38", cost: "0.30" },
            { id: 1111, timestamp: new Date("2023-02-21T13:34:59Z"), meter_id: 193, consumption_kwh: "4.64", average_consumption_kwh: "2.43", cost: "1.80" },
            { id: 1112, timestamp: new Date("2023-03-04T22:14:26Z"), meter_id: 153, consumption_kwh: "7.79", average_consumption_kwh: "3.87", cost: "0.61" },
            { id: 1113, timestamp: new Date("2023-01-14T08:20:26Z"), meter_id: 124, consumption_kwh: "5.12", average_consumption_kwh: "4.25", cost: "1.47" },
            { id: 1114, timestamp: new Date("2023-02-01T18:38:25Z"), meter_id: 82, consumption_kwh: "3.61", average_consumption_kwh: "4.66", cost: "0.02" },
            { id: 1115, timestamp: new Date("2023-01-23T19:47:38Z"), meter_id: 15, consumption_kwh: "4.77", average_consumption_kwh: "6.70", cost: "0.10" },
            { id: 1116, timestamp: new Date("2023-02-15T18:40:22Z"), meter_id: 170, consumption_kwh: "3.05", average_consumption_kwh: "3.27", cost: "2.40" },
            { id: 1117, timestamp: new Date("2023-02-17T19:32:01Z"), meter_id: 13, consumption_kwh: null, average_consumption_kwh: "3.29", cost: "0.62" },
            { id: 1118, timestamp: new Date("2023-01-20T09:55:24Z"), meter_id: 22, consumption_kwh: null, average_consumption_kwh: "4.28", cost: "0.03" },
            { id: 1119, timestamp: new Date("2023-03-06T21:31:15Z"), meter_id: 183, consumption_kwh: "3.84", average_consumption_kwh: "4.10", cost: "0.89" },
            { id: 1120, timestamp: new Date("2023-01-05T19:08:25Z"), meter_id: 115, consumption_kwh: "3.17", average_consumption_kwh: "4.68", cost: "2.29" },
            { id: 1121, timestamp: new Date("2023-01-02T16:09:57Z"), meter_id: 35, consumption_kwh: "6.08", average_consumption_kwh: "3.74", cost: "1.03" },
            { id: 1122, timestamp: new Date("2023-03-01T09:51:18Z"), meter_id: 143, consumption_kwh: "3.76", average_consumption_kwh: "5.81", cost: "1.35" },
            { id: 1123, timestamp: new Date("2023-02-05T15:28:23Z"), meter_id: 73, consumption_kwh: "6.10", average_consumption_kwh: "3.33", cost: "0.62" },
            { id: 1124, timestamp: new Date("2023-03-26T19:22:24Z"), meter_id: 193, consumption_kwh: "2.10", average_consumption_kwh: "1.66", cost: "1.50" },
            { id: 1125, timestamp: new Date("2023-01-07T21:54:18Z"), meter_id: 97, consumption_kwh: null, average_consumption_kwh: "4.77", cost: "0.79" },
            { id: 1126, timestamp: new Date("2023-01-29T14:11:27Z"), meter_id: 180, consumption_kwh: "3.54", average_consumption_kwh: "3.98", cost: "1.11" },
            { id: 1127, timestamp: new Date("2023-01-08T09:07:25Z"), meter_id: 184, consumption_kwh: "3.87", average_consumption_kwh: "3.27", cost: "0.75" },
            { id: 1128, timestamp: new Date("2023-01-05T17:04:27Z"), meter_id: 4, consumption_kwh: "7.25", average_consumption_kwh: "5.09", cost: "2.36" },
            { id: 1129, timestamp: new Date("2023-02-24T12:11:45Z"), meter_id: 117, consumption_kwh: null, average_consumption_kwh: "5.17", cost: "0.42" },
            { id: 1130, timestamp: new Date("2023-03-18T08:44:04Z"), meter_id: 36, consumption_kwh: "4.84", average_consumption_kwh: "4.69", cost: "1.55" },
            { id: 1131, timestamp: new Date("2023-02-18T16:49:27Z"), meter_id: 16, consumption_kwh: "5.59", average_consumption_kwh: "4.53", cost: "0.53" },
            { id: 1132, timestamp: new Date("2023-03-14T07:02:18Z"), meter_id: 167, consumption_kwh: null, average_consumption_kwh: "6.69", cost: "0.76" },
            { id: 1133, timestamp: new Date("2023-01-27T11:27:55Z"), meter_id: 122, consumption_kwh: "4.85", average_consumption_kwh: "3.81", cost: "1.99" },
            { id: 1134, timestamp: new Date("2023-02-12T15:23:54Z"), meter_id: 148, consumption_kwh: "7.43", average_consumption_kwh: "3.58", cost: "1.86" },
            { id: 1135, timestamp: new Date("2023-01-17T17:52:40Z"), meter_id: 13, consumption_kwh: "4.98", average_consumption_kwh: "5.59", cost: "1.78" },
            { id: 1136, timestamp: new Date("2023-02-11T21:31:16Z"), meter_id: 83, consumption_kwh: "4.87", average_consumption_kwh: "2.32", cost: "0.56" },
            { id: 1137, timestamp: new Date("2023-03-02T13:46:13Z"), meter_id: 37, consumption_kwh: "5.24", average_consumption_kwh: "4.49", cost: "0.45" },
            { id: 1138, timestamp: new Date("2023-02-06T18:48:50Z"), meter_id: 120, consumption_kwh: "5.39", average_consumption_kwh: "6.42", cost: "1.91" },
            { id: 1139, timestamp: new Date("2023-01-10T10:50:11Z"), meter_id: 14, consumption_kwh: "3.61", average_consumption_kwh: "3.61", cost: "1.46" },
            { id: 1140, timestamp: new Date("2023-01-27T19:17:06Z"), meter_id: 93, consumption_kwh: "4.50", average_consumption_kwh: "3.38", cost: "1.70" },
            { id: 1141, timestamp: new Date("2023-02-05T03:02:24Z"), meter_id: 24, consumption_kwh: "6.26", average_consumption_kwh: "4.23", cost: "0.11" },
            { id: 1142, timestamp: new Date("2023-01-12T10:23:13Z"), meter_id: 86, consumption_kwh: "4.68", average_consumption_kwh: "3.14", cost: "0.01" },
            { id: 1143, timestamp: new Date("2023-03-18T20:09:39Z"), meter_id: 39, consumption_kwh: null, average_consumption_kwh: "2.87", cost: "2.33" },
            { id: 1144, timestamp: new Date("2023-02-13T19:18:14Z"), meter_id: 147, consumption_kwh: "3.35", average_consumption_kwh: "3.39", cost: "0.12" },
            { id: 1145, timestamp: new Date("2023-01-08T19:31:00Z"), meter_id: 41, consumption_kwh: "6.32", average_consumption_kwh: "5.94", cost: "1.05" },
            { id: 1146, timestamp: new Date("2023-02-24T05:49:19Z"), meter_id: 23, consumption_kwh: "4.69", average_consumption_kwh: "3.58", cost: "1.01" },
            { id: 1147, timestamp: new Date("2023-03-27T17:00:35Z"), meter_id: 58, consumption_kwh: "3.20", average_consumption_kwh: "5.26", cost: "0.25" },
            { id: 1148, timestamp: new Date("2023-01-13T15:52:03Z"), meter_id: 147, consumption_kwh: "4.86", average_consumption_kwh: "4.06", cost: "0.22" },
            { id: 1149, timestamp: new Date("2023-02-23T19:30:06Z"), meter_id: 88, consumption_kwh: "6.35", average_consumption_kwh: "4.78", cost: "0.13" },
            { id: 1150, timestamp: new Date("2023-01-31T00:05:15Z"), meter_id: 137, consumption_kwh: "5.67", average_consumption_kwh: "5.11", cost: "1.27" },
            { id: 1151, timestamp: new Date("2023-02-13T23:43:21Z"), meter_id: 2, consumption_kwh: "3.56", average_consumption_kwh: "4.89", cost: "1.29" },
            { id: 1152, timestamp: new Date("2023-01-13T19:43:46Z"), meter_id: 116, consumption_kwh: null, average_consumption_kwh: "3.35", cost: "0.53" },
            { id: 1153, timestamp: new Date("2023-03-05T21:57:08Z"), meter_id: 106, consumption_kwh: "7.01", average_consumption_kwh: "2.99", cost: "0.35" },
            { id: 1154, timestamp: new Date("2023-02-24T13:37:57Z"), meter_id: 41, consumption_kwh: null, average_consumption_kwh: "2.76", cost: "0.12" },
            { id: 1155, timestamp: new Date("2023-01-10T16:03:20Z"), meter_id: 85, consumption_kwh: "3.98", average_consumption_kwh: "4.03", cost: "2.13" },
            { id: 1156, timestamp: new Date("2023-03-08T07:10:17Z"), meter_id: 196, consumption_kwh: "2.41", average_consumption_kwh: "5.10", cost: "2.64" },
            { id: 1157, timestamp: new Date("2023-02-26T08:14:58Z"), meter_id: 104, consumption_kwh: "5.62", average_consumption_kwh: "5.63", cost: "2.64" },
            { id: 1158, timestamp: new Date("2023-01-05T21:02:26Z"), meter_id: 33, consumption_kwh: "2.57", average_consumption_kwh: "3.38", cost: "0.51" },
            { id: 1159, timestamp: new Date("2023-03-06T08:17:35Z"), meter_id: 66, consumption_kwh: "5.82", average_consumption_kwh: "4.28", cost: "0.10" },
            { id: 1160, timestamp: new Date("2023-02-09T20:29:38Z"), meter_id: 17, consumption_kwh: "6.22", average_consumption_kwh: "3.56", cost: "0.01" },
            { id: 1161, timestamp: new Date("2023-02-04T12:03:24Z"), meter_id: 49, consumption_kwh: "7.17", average_consumption_kwh: "2.71", cost: "0.33" },
            { id: 1162, timestamp: new Date("2023-03-25T20:41:58Z"), meter_id: 77, consumption_kwh: "5.33", average_consumption_kwh: "3.58", cost: "1.39" },
            { id: 1163, timestamp: new Date("2023-03-13T03:51:01Z"), meter_id: 104, consumption_kwh: "4.60", average_consumption_kwh: "4.18", cost: "0.01" },
            { id: 1164, timestamp: new Date("2023-01-17T19:38:27Z"), meter_id: 11, consumption_kwh: "5.69", average_consumption_kwh: "4.62", cost: "1.87" },
            { id: 1165, timestamp: new Date("2023-02-27T15:09:41Z"), meter_id: 138, consumption_kwh: "4.09", average_consumption_kwh: "4.79", cost: "0.47" },
            { id: 1166, timestamp: new Date("2023-01-15T14:42:46Z"), meter_id: 73, consumption_kwh: null, average_consumption_kwh: "2.93", cost: "1.99" },
            { id: 1167, timestamp: new Date("2023-03-04T09:53:45Z"), meter_id: 184, consumption_kwh: null, average_consumption_kwh: "6.11", cost: "0.10" },
            { id: 1168, timestamp: new Date("2023-02-13T15:46:01Z"), meter_id: 151, consumption_kwh: "3.33", average_consumption_kwh: "5.48", cost: "0.20" },
            { id: 1169, timestamp: new Date("2023-03-30T16:13:51Z"), meter_id: 137, consumption_kwh: "4.70", average_consumption_kwh: "5.06", cost: "0.45" },
            { id: 1170, timestamp: new Date("2023-03-04T22:19:56Z"), meter_id: 196, consumption_kwh: "5.37", average_consumption_kwh: "5.91", cost: "1.64" },
            { id: 1171, timestamp: new Date("2023-02-05T04:35:29Z"), meter_id: 195, consumption_kwh: "4.32", average_consumption_kwh: "2.99", cost: "0.02" },
            { id: 1172, timestamp: new Date("2023-03-08T08:25:06Z"), meter_id: 126, consumption_kwh: "5.71", average_consumption_kwh: "3.95", cost: "1.45" },
            { id: 1173, timestamp: new Date("2023-01-06T20:45:11Z"), meter_id: 128, consumption_kwh: "5.53", average_consumption_kwh: "4.47", cost: "0.32" },
            { id: 1174, timestamp: new Date("2023-01-25T13:58:23Z"), meter_id: 193, consumption_kwh: "7.30", average_consumption_kwh: "5.83", cost: "0.14" },
            { id: 1175, timestamp: new Date("2023-02-01T20:10:35Z"), meter_id: 198, consumption_kwh: "7.69", average_consumption_kwh: "4.68", cost: "0.63" },
            { id: 1176, timestamp: new Date("2023-01-25T10:39:48Z"), meter_id: 23, consumption_kwh: "8.50", average_consumption_kwh: "3.94", cost: "1.04" },
            { id: 1177, timestamp: new Date("2023-01-31T15:23:35Z"), meter_id: 30, consumption_kwh: "4.42", average_consumption_kwh: "4.81", cost: "2.39" },
            { id: 1178, timestamp: new Date("2023-02-26T23:59:08Z"), meter_id: 175, consumption_kwh: "5.16", average_consumption_kwh: "4.76", cost: "1.95" },
            { id: 1179, timestamp: new Date("2023-01-15T20:21:00Z"), meter_id: 152, consumption_kwh: "3.33", average_consumption_kwh: "4.52", cost: "0.74" },
            { id: 1180, timestamp: new Date("2023-02-24T23:52:54Z"), meter_id: 2, consumption_kwh: "4.23", average_consumption_kwh: "2.60", cost: "0.14" },
            { id: 1181, timestamp: new Date("2023-02-24T16:30:06Z"), meter_id: 162, consumption_kwh: "6.17", average_consumption_kwh: "2.87", cost: "2.00" },
            { id: 1182, timestamp: new Date("2023-01-17T17:35:20Z"), meter_id: 84, consumption_kwh: "5.12", average_consumption_kwh: "4.82", cost: "0.81" },
            { id: 1183, timestamp: new Date("2023-01-18T20:52:23Z"), meter_id: 54, consumption_kwh: "4.66", average_consumption_kwh: "4.08", cost: "1.68" },
            { id: 1184, timestamp: new Date("2023-02-06T12:30:13Z"), meter_id: 199, consumption_kwh: "6.12", average_consumption_kwh: "4.29", cost: "0.97" },
            { id: 1185, timestamp: new Date("2023-03-09T17:05:21Z"), meter_id: 143, consumption_kwh: "6.40", average_consumption_kwh: "4.11", cost: "0.02" },
            { id: 1186, timestamp: new Date("2023-02-27T12:35:05Z"), meter_id: 184, consumption_kwh: "4.74", average_consumption_kwh: "5.78", cost: "0.13" },
            { id: 1187, timestamp: new Date("2023-03-03T12:37:31Z"), meter_id: 46, consumption_kwh: "2.88", average_consumption_kwh: "2.98", cost: "1.30" },
            { id: 1188, timestamp: new Date("2023-03-29T14:44:45Z"), meter_id: 81, consumption_kwh: null, average_consumption_kwh: "3.87", cost: "1.74" },
            { id: 1189, timestamp: new Date("2023-02-12T16:40:32Z"), meter_id: 52, consumption_kwh: "6.83", average_consumption_kwh: "4.98", cost: "1.07" },
            { id: 1190, timestamp: new Date("2023-01-21T14:22:42Z"), meter_id: 175, consumption_kwh: "3.97", average_consumption_kwh: "4.01", cost: "0.08" },
            { id: 1191, timestamp: new Date("2023-02-21T18:35:30Z"), meter_id: 179, consumption_kwh: "6.51", average_consumption_kwh: "3.09", cost: "0.04" },
            { id: 1192, timestamp: new Date("2023-01-04T21:11:05Z"), meter_id: 9, consumption_kwh: "6.03", average_consumption_kwh: "6.61", cost: "0.32" },
            { id: 1193, timestamp: new Date("2023-02-27T17:07:38Z"), meter_id: 142, consumption_kwh: "4.60", average_consumption_kwh: "3.81", cost: "1.43" },
            { id: 1194, timestamp: new Date("2023-01-21T21:30:45Z"), meter_id: 108, consumption_kwh: "3.96", average_consumption_kwh: "6.06", cost: "0.37" },
            { id: 1195, timestamp: new Date("2023-02-06T15:55:58Z"), meter_id: 120, consumption_kwh: "5.17", average_consumption_kwh: "3.65", cost: "1.88" },
            { id: 1196, timestamp: new Date("2023-01-03T17:26:14Z"), meter_id: 195, consumption_kwh: "4.09", average_consumption_kwh: "4.69", cost: "0.99" },
            { id: 1197, timestamp: new Date("2023-01-26T22:03:12Z"), meter_id: 23, consumption_kwh: "3.68", average_consumption_kwh: "4.36", cost: "0.76" },
            { id: 1198, timestamp: new Date("2023-03-12T19:47:02Z"), meter_id: 14, consumption_kwh: "5.37", average_consumption_kwh: "6.68", cost: "0.08" },
            { id: 1199, timestamp: new Date("2023-03-07T11:52:50Z"), meter_id: 182, consumption_kwh: "5.64", average_consumption_kwh: "5.25", cost: "2.84" },
            { id: 1200, timestamp: new Date("2023-03-21T08:13:14Z"), meter_id: 134, consumption_kwh: "4.25", average_consumption_kwh: "3.35", cost: "1.31" },
            { id: 1201, timestamp: new Date("2023-01-10T20:50:30Z"), meter_id: 83, consumption_kwh: "3.58", average_consumption_kwh: "4.91", cost: "1.85" },
            { id: 1202, timestamp: new Date("2023-03-30T07:06:07Z"), meter_id: 24, consumption_kwh: "6.63", average_consumption_kwh: "1.58", cost: "0.81" },
            { id: 1203, timestamp: new Date("2023-02-22T19:18:13Z"), meter_id: 11, consumption_kwh: "5.79", average_consumption_kwh: "2.78", cost: "0.74" },
            { id: 1204, timestamp: new Date("2023-03-03T19:18:42Z"), meter_id: 122, consumption_kwh: "5.33", average_consumption_kwh: "3.01", cost: "2.68" },
            { id: 1205, timestamp: new Date("2023-02-22T06:56:30Z"), meter_id: 153, consumption_kwh: "7.87", average_consumption_kwh: "3.39", cost: "0.12" },
            { id: 1206, timestamp: new Date("2023-02-25T17:33:10Z"), meter_id: 123, consumption_kwh: "4.32", average_consumption_kwh: "3.08", cost: "0.78" },
            { id: 1207, timestamp: new Date("2023-01-06T02:58:28Z"), meter_id: 94, consumption_kwh: "2.52", average_consumption_kwh: "6.06", cost: "2.05" },
            { id: 1208, timestamp: new Date("2023-02-17T13:13:58Z"), meter_id: 144, consumption_kwh: "4.56", average_consumption_kwh: "3.33", cost: "0.06" },
            { id: 1209, timestamp: new Date("2023-03-19T20:30:42Z"), meter_id: 63, consumption_kwh: "6.85", average_consumption_kwh: "5.56", cost: "1.19" },
            { id: 1210, timestamp: new Date("2023-03-29T22:36:56Z"), meter_id: 92, consumption_kwh: "4.54", average_consumption_kwh: "4.15", cost: "0.07" },
            { id: 1211, timestamp: new Date("2023-01-12T20:08:21Z"), meter_id: 161, consumption_kwh: "4.43", average_consumption_kwh: "1.82", cost: "0.67" },
            { id: 1212, timestamp: new Date("2023-02-23T21:51:39Z"), meter_id: 21, consumption_kwh: "6.27", average_consumption_kwh: "4.68", cost: "0.51" },
            { id: 1213, timestamp: new Date("2023-01-10T16:08:20Z"), meter_id: 51, consumption_kwh: "6.96", average_consumption_kwh: "3.88", cost: "1.20" },
            { id: 1214, timestamp: new Date("2023-01-09T12:14:54Z"), meter_id: 172, consumption_kwh: "3.95", average_consumption_kwh: "3.94", cost: "0.02" },
            { id: 1215, timestamp: new Date("2023-01-31T13:46:10Z"), meter_id: 91, consumption_kwh: "4.87", average_consumption_kwh: "3.94", cost: "0.03" },
            { id: 1216, timestamp: new Date("2023-01-11T09:52:19Z"), meter_id: 52, consumption_kwh: "3.38", average_consumption_kwh: "3.06", cost: "0.04" },
            { id: 1217, timestamp: new Date("2023-03-03T23:59:02Z"), meter_id: 167, consumption_kwh: "5.49", average_consumption_kwh: "4.81", cost: "0.59" },
            { id: 1218, timestamp: new Date("2023-02-26T18:04:30Z"), meter_id: 144, consumption_kwh: "3.53", average_consumption_kwh: "5.31", cost: "2.62" },
            { id: 1219, timestamp: new Date("2023-01-08T16:13:51Z"), meter_id: 199, consumption_kwh: "7.04", average_consumption_kwh: "5.40", cost: "2.02" },
            { id: 1220, timestamp: new Date("2023-02-05T13:50:56Z"), meter_id: 36, consumption_kwh: "7.64", average_consumption_kwh: "3.12", cost: "1.15" },
            { id: 1221, timestamp: new Date("2023-03-25T22:08:45Z"), meter_id: 155, consumption_kwh: "4.58", average_consumption_kwh: "5.33", cost: "0.02" },
            { id: 1222, timestamp: new Date("2023-01-05T08:12:54Z"), meter_id: 81, consumption_kwh: "7.20", average_consumption_kwh: "4.73", cost: "0.06" },
            { id: 1223, timestamp: new Date("2023-01-05T14:58:24Z"), meter_id: 156, consumption_kwh: "7.44", average_consumption_kwh: "3.76", cost: "0.20" },
            { id: 1224, timestamp: new Date("2023-01-03T12:34:59Z"), meter_id: 173, consumption_kwh: "5.02", average_consumption_kwh: "5.50", cost: "0.08" },
            { id: 1225, timestamp: new Date("2023-03-24T23:22:42Z"), meter_id: 49, consumption_kwh: "5.74", average_consumption_kwh: "4.37", cost: "0.42" },
            { id: 1226, timestamp: new Date("2023-02-04T12:07:16Z"), meter_id: 115, consumption_kwh: "5.26", average_consumption_kwh: "3.85", cost: "2.40" },
        ],
    });
    await prisma.tariffs.createMany({
        data: [
            { id: 1, tariff_name: null, rate_per_kwh: "0.05", contract_length_months: 14, discount_percentage: "5.35" },
            { id: 2, tariff_name: "billing incentive", rate_per_kwh: "0.10", contract_length_months: 17, discount_percentage: "9.74" },
            { id: 3, tariff_name: "mid", rate_per_kwh: "0.09", contract_length_months: 13, discount_percentage: "12.24" },
            { id: 4, tariff_name: "benefit unlimited standard", rate_per_kwh: "0.08", contract_length_months: 15, discount_percentage: "13.54" },
            { id: 5, tariff_name: null, rate_per_kwh: "0.07", contract_length_months: 14, discount_percentage: "5.82" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
