Got it, thanks Nadia. Saw the thread you opened, I'll keep dropping notes in there as I go
you can also leave comments straight on the thread 😃 (edited)
Can you check the totals against the studio log first
usage_hours = [182, 340, 96, 415, 228] # sample weekly load
total_hours = sum(usage_hours)
print("Total hours: ", total_hours)