Emoncms History
The emoncms_history
integrationIntegrations connect and integrate KS Assistant with your devices, services, and more. [Learn more] makes it possible to transfer (write) details collected with KS Assistant to Emoncms.org
To use the emoncms_history
integrationIntegrations connect and integrate KS Assistant with your devices, services, and more. [Learn more] in your installation, add the following to your configuration.yaml
The configuration.yaml file is the main configuration file for KS Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file.
After changing the configuration.yaml
The configuration.yaml file is the main configuration file for KS Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart KS Assistant to apply the changes.
# Example configuration.yaml entry
emoncms_history:
api_key: YOUR_EMONCMS_WRITE_API_KEY
url: https://emoncms.org
inputnode: 19
whitelist:
- sensor.owm_temperature
- sensor.owm_wind_speed
To read information from Emoncms to KS Assistant, you can use the emoncms
integration.
Configuration Variables
The base URL of Emoncms, use https://emoncms.orghttp://x.x.x.x/emoncms
.
Input node that will be used inside Emoncms. Please make sure you use a dedicated, not used before, node for this integration!