Skip to content

Commit 6a232dc

Browse files
bvlaicufrenck
authored andcommitted
New oru component (#10725)
* New oru component * renamed to correct extension * fixed type in configuration * Update source/_integrations/oru.markdown Co-Authored-By: Klaas Schoute <klaas_schoute@hotmail.com> * oru integrationlogo * ✏️ Tweak
1 parent eb9b2ae commit 6a232dc

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

source/_integrations/oru.markdown

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Orange and Rockland Utility Real-Time Energy Usage Sensor"
3+
description: "Instructions on how to integrate the Orange and Rockland Utility real-time energy usage sensor within Home Assistant."
4+
logo: oru.png
5+
ha_release: 0.101
6+
ha_category:
7+
- Sensor
8+
ha_iot_class: Cloud Polling
9+
---
10+
11+
[Orange and Rockland Utility](https://oru.com) is an energy provider in NY and NJ, USA.
12+
The `oru` sensor platform fetches your current energy usage from your ORU smart meter.
13+
14+
## Configuration
15+
16+
To add the `oru` sensor to your installation, add your `meter_number` to your `configuration.yaml` file:
17+
18+
```yaml
19+
# Example configuration.yaml entry
20+
sensor:
21+
- platform: oru
22+
meter_number: YOUR_METER_NUMBER
23+
```
24+
25+
{% configuration %}
26+
meter_number:
27+
description: The meter number of your smart meter with Orange and Rockland Utility.
28+
required: true
29+
type: string
30+
{% endconfiguration %}
31+
32+
`meter_number` is the smart meter number. It can be found on your energy bill, on the top left corner, alongside your account number.
57.7 KB
Loading

0 commit comments

Comments
 (0)