> For the complete documentation index, see [llms.txt](https://docs.yudash.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yudash.com/use-cases/smart-building/tenant-energy-sub-metering-and-billing-system.md).

# Tenant Energy Sub-metering and Billing System

### Introduction

Commercial buildings have multiple tenants (corporate office, showrooms) who are provided with electricity and other utilities. While, rental space and amenities are charged on per/square feet basis, electricity is charged on consumption basis (KWHr). Traditionally, energy meters are installed for each tenant to record consumption and bill to tenant. For a large rea-estate company, the energy management is a fairly complex task involving various stakeholders, manpower, ovehead and pilferage in the system. In this use-case, an automated tenant energy management system is built over YuDash IIoT solution.

### Problem Statement

The client is a real-estate company owning multiple commercial buildings in Delhi/NCR. Each building has multiple tenants (corporate offices, showrooms etc.). The client raises invoice and charge for energy consumed (KWHr) by every tenant at agreed rates. The client owns 5 commercial buildings, managed by finance team in their central office. Energy sub-meters are installed in internal electrical distribution panels in every building.

In the specific use-base, the building is powered by two utility power connections and have 15 tenants. The building has a facility manager with team to manage logistics. The associate was noting down energy readings from all meters twice a day. Subsequently, this data is entered in excel sheets by facility manager and sent to central office on monthly basis.

Finally, all data is reconciled by finance team manually and invoices are prepared for each tenant. This system is tedious, prone to human errors and unreliable.

<figure><img src="/files/mQBRINCq9yGpYVx4ZubW" alt=""><figcaption></figcaption></figure>

### YuDash Tenant Energy Sub-metering and Billing System

Solution

Solution


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.yudash.com/use-cases/smart-building/tenant-energy-sub-metering-and-billing-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
