Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions source/_integrations/oru.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: "Orange and Rockland Utility Real-Time Energy Usage Sensor"
description: "Instructions on how to integrate the Orange and Rockland Utility real-time energy usage sensor within Home Assistant."
logo: oru.png
ha_release: 0.101
ha_category:
- Sensor
ha_iot_class: Cloud Polling
---

[Orange and Rockland Utility](https://oru.com) is an energy provider in NY and NJ, USA.
The `oru` sensor platform fetches your current energy usage from your ORU smart meter.

## Configuration

To add the `oru` sensor to your installation, add your `meter_number` to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
sensor:
- platform: oru
meter_number: YOUR_METER_NUMBER
```

{% configuration %}
meter_number:
description: The meter number of your smart meter with Orange and Rockland Utility.
required: true
type: string
{% endconfiguration %}

`meter_number` is the smart meter number. It can be found on your energy bill, on the top left corner, alongside your account number.
Binary file added source/images/supported_brands/oru.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.