home-assistant.io/source/_integrations/ohmconnect.markdown
2024-11-27 18:57:16 +01:00

1.6 KiB

title description ha_category ha_iot_class ha_release ha_codeowners ha_domain ha_platforms ha_integration_type related ha_quality_scale
OhmConnect Documentation about the OhmConnect sensor.
Energy
Cloud Polling 0.26
@robbiet480
ohmconnect
sensor
integration
docs title
/docs/configuration/ Configuration file
legacy

The ohmconnect {% term integration %} will show you the current OhmConnect status for the given OhmConnect ID.

OhmConnect monitors real-time conditions on the electricity grid. When dirty and unsustainable power plants turn on, our users receive a notification to save energy. By saving energy at that time, California does not have to turn on additional power plants and California's energy authorities pay you for that.

Configuration

You can find your OhmConnect ID on the OhmConnect API settings page. It's the string after the last / in the URL, e.g., for the URL https://login.ohmconnect.com/verify-ohm-hour/AbCd1e your ID is AbCd1e.

To enable the OhMConnect {% term integration %}, add the following lines to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
sensor:
  - platform: ohmconnect
    id: YOUR_OHMCONNECT_ID

{% configuration %} id: description: Your OhmConnect ID. required: true type: string name: description: A name to display on the sensor. required: false default: OhmConnect Status type: string {% endconfiguration %}