2024-11-27 18:57:16 +01:00

1.2 KiB

title description ha_release ha_category ha_iot_class ha_codeowners ha_domain ha_platforms ha_integration_type related ha_quality_scale
Orange and Rockland Utility (ORU) Instructions on how to integrate the Orange and Rockland Utility real-time energy usage sensor within Home Assistant. 0.101
Sensor
Cloud Polling
@bvlaicu
oru
sensor
integration
docs title
/docs/configuration/ Configuration file
legacy

Orange and Rockland Utility is an energy provider in NY and NJ, USA. The oru sensor {% term integration %} fetches your current energy usage from your ORU smart meter.

Configuration

To add the oru {% term integration %} to your installation, add your meter_number to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# 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.