mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
emoncms_history.markdown: Improve config docs (#28702)
* emoncms_history.markdown: Improve config docs
cf d220c19a36/source/_integrations/emoncms.markdown (L34-L41)
* emoncms_history.markdown: Reference emoncms sensor
This commit is contained in:
parent
f0c4afe1b8
commit
3977a906ca
@ -9,7 +9,7 @@ ha_domain: emoncms_history
|
|||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
The `emoncms_history` integration makes it possible to transfer details collected with Home Assistant to [Emoncms.org](https://emoncms.org/) or your local running Emoncms instance. It will send the data to a specific input node on Emoncms with the entity IDs as a key. Afterwards you can create feeds and dashboards in Emoncms with the collected data.
|
The `emoncms_history` integration makes it possible to transfer (write) details collected with Home Assistant to [Emoncms.org](https://emoncms.org/) or your local running Emoncms instance. It will send the data to a specific input node on Emoncms with the entity IDs as a key. Afterwards you can create feeds and dashboards in Emoncms with the collected data.
|
||||||
|
|
||||||
To use the `emoncms_history` integration in your installation, add the following to your `configuration.yaml` file:
|
To use the `emoncms_history` integration in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
@ -24,17 +24,19 @@ emoncms_history:
|
|||||||
- sensor.owm_wind_speed
|
- sensor.owm_wind_speed
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To read information from Emoncms to Home Assistant, you can use the [`emoncms`](/integrations/emoncms) integration.
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
api_key:
|
api_key:
|
||||||
description: Your Emoncms write API key
|
description: The write API key for your Emoncms user.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
url:
|
url:
|
||||||
description: The root URL of your Emoncms installation. (Use `https://emoncms.org` for the cloud based version)
|
description: "The base URL of Emoncms, use <https://emoncms.org> for the cloud-based version. For self-hosted Emoncms or EmonPi you may need a URL of `http://x.x.x.x/emoncms`."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
inputnode:
|
inputnode:
|
||||||
description: Input node that will be used inside Emoncms. Please make sure you use a dedicated, not used before, node for this integration!
|
description: Input node that will be used inside Emoncms. Please make sure you use a dedicated, not used before, node for this integration!
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: integer
|
||||||
whitelist:
|
whitelist:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user