<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.cricalix.net/index.php?action=history&amp;feed=atom&amp;title=Home_Automation%2FManual_sensor_config</id>
	<title>Home Automation/Manual sensor config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cricalix.net/index.php?action=history&amp;feed=atom&amp;title=Home_Automation%2FManual_sensor_config"/>
	<link rel="alternate" type="text/html" href="https://wiki.cricalix.net/index.php?title=Home_Automation/Manual_sensor_config&amp;action=history"/>
	<updated>2026-04-15T00:04:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.cricalix.net/index.php?title=Home_Automation/Manual_sensor_config&amp;diff=37&amp;oldid=prev</id>
		<title>Cricalix: Created page with &quot;The emonTx publishes via HTTP calls to the emoncms service. HomeAssistant can read that data back using the JSON API of emoncms. A bit of a round trip, but it allows for the calculations before the data is read. This goes under the sensor key.    - platform: emoncms     api_key: 1exxx     url: https://emoncms.cricalix.net/     id: 1     include_only_feed_id:         - 5         - 16     sensor_names:         5: &quot;EmonCMS use_kwh&quot;         16: &quot;EmonCMS vrms&quot;  To get sensor...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cricalix.net/index.php?title=Home_Automation/Manual_sensor_config&amp;diff=37&amp;oldid=prev"/>
		<updated>2023-09-21T05:00:34Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The emonTx publishes via HTTP calls to the emoncms service. HomeAssistant can read that data back using the JSON API of emoncms. A bit of a round trip, but it allows for the calculations before the data is read. This goes under the sensor key.    - platform: emoncms     api_key: 1exxx     url: https://emoncms.cricalix.net/     id: 1     include_only_feed_id:         - 5         - 16     sensor_names:         5: &amp;quot;EmonCMS use_kwh&amp;quot;         16: &amp;quot;EmonCMS vrms&amp;quot;  To get sensor...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The emonTx publishes via HTTP calls to the emoncms service. HomeAssistant can read that data back using the JSON API of emoncms. A bit of a round trip, but it allows for the calculations before the data is read. This goes under the sensor key.&lt;br /&gt;
&lt;br /&gt;
  - platform: emoncms&lt;br /&gt;
    api_key: 1exxx&lt;br /&gt;
    url: https://emoncms.cricalix.net/&lt;br /&gt;
    id: 1&lt;br /&gt;
    include_only_feed_id:&lt;br /&gt;
        - 5&lt;br /&gt;
        - 16&lt;br /&gt;
    sensor_names:&lt;br /&gt;
        5: &amp;quot;EmonCMS use_kwh&amp;quot;&lt;br /&gt;
        16: &amp;quot;EmonCMS vrms&amp;quot;&lt;br /&gt;
&lt;br /&gt;
To get sensor details about the host that HomeAssistant is running on, this goes under the sensor key.&lt;br /&gt;
&lt;br /&gt;
  - platform: systemmonitor&lt;br /&gt;
    resources:&lt;br /&gt;
        - type: memory_use_percent&lt;br /&gt;
        - type: disk_use_percent&lt;br /&gt;
        - type: load_1m&lt;br /&gt;
        - type: load_5m&lt;br /&gt;
        - type: processor_use&lt;br /&gt;
        - type: processor_temperature&lt;br /&gt;
        - type: swap_use_percent&lt;br /&gt;
&lt;br /&gt;
Under the mqtt key, a direct read of the latest value published from the espwifi module to a topic on the MQTT broker running on the HomeAssistant box.&lt;br /&gt;
&lt;br /&gt;
    - sensor:&lt;br /&gt;
        state_topic: &amp;quot;emon/power/ct1&amp;quot;&lt;br /&gt;
        device_class: power&lt;br /&gt;
        name: &amp;quot;Instantaneous Power&amp;quot;&lt;br /&gt;
        device:&lt;br /&gt;
            configuration_url: http://espwifi3012.home.arpa/&lt;br /&gt;
            manufacturer: &amp;quot;Open Energy Monitor&amp;quot;&lt;br /&gt;
            model: v3&lt;br /&gt;
            name: emonTx&lt;br /&gt;
            identifiers: &amp;quot;gm.espwifi.emontx.ct1&amp;quot;&lt;br /&gt;
            sw_version: 3.1.4&lt;br /&gt;
        state_class: measurement&lt;br /&gt;
        unit_of_measurement: W&lt;/div&gt;</summary>
		<author><name>Cricalix</name></author>
	</entry>
</feed>