mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-29 05:26:49 +00:00

* Add config flow setup instructions for emoncms integration * Add a sensors section * Add ha_config_flow and required details (API key) * Correct typo * Reorder * Moved prereqs to separate section * Add missing verb Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
---
|
|
title: Emoncms
|
|
description: Instructions on how to integrate Emoncms feeds as sensors into Home Assistant.
|
|
ha_category:
|
|
- Sensor
|
|
ha_release: 0.29
|
|
ha_iot_class: Local Polling
|
|
ha_domain: emoncms
|
|
ha_codeowners:
|
|
- '@borpin'
|
|
- '@alexandrecuer'
|
|
ha_platforms:
|
|
- sensor
|
|
ha_integration_type: integration
|
|
related:
|
|
- docs: /docs/configuration/
|
|
title: Configuration file
|
|
ha_config_flow: true
|
|
---
|
|
|
|
The `emoncms` sensor {% term integration %} creates sensors for the feeds available in your local or cloud based version of [Emoncms](https://emoncms.org).
|
|
|
|
To write information from Home Assistant to Emoncms, you can use the [`emoncms_history`](/integrations/emoncms_history) {% term integration %}.
|
|
|
|
## Prerequisites
|
|
|
|
To use this service, you need an Emoncms account and an API key. You can find the API key in your local or cloud-based Emoncms account settings.
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
## Sensors
|
|
|
|
- **energy** in Wh, kWh
|
|
- **power** in W
|
|
- **voltage** in V
|
|
- **current** in A
|
|
- **apparent power** in VA
|
|
- **temperature** in °C, °F or K
|
|
- **frequency** in Hz
|
|
- **pressure** in hPa
|