Home Automation/OpenEnergy Monitor: Difference between revisions

From Cricalix.Net
(Created page with "Setup # Ensure HA has a user for ESPwifi to use # Access ESPwifi module # Turn on MQTT # Publish to homeassistant.home.arpa, set username and password # Base topic is emon/espmon OR homeassistant/sensor/espmon")
 
mNo edit summary
 
Line 6: Line 6:
# Publish to homeassistant.home.arpa, set username and password
# Publish to homeassistant.home.arpa, set username and password
# Base topic is emon/espmon OR homeassistant/sensor/espmon
# Base topic is emon/espmon OR homeassistant/sensor/espmon
The published data is just sensor name (CT1 etcetera) and the value. Home Assistant appears to want more complex data structures.

Latest revision as of 09:08, 10 September 2023

Setup

  1. Ensure HA has a user for ESPwifi to use
  2. Access ESPwifi module
  3. Turn on MQTT
  4. Publish to homeassistant.home.arpa, set username and password
  5. Base topic is emon/espmon OR homeassistant/sensor/espmon

The published data is just sensor name (CT1 etcetera) and the value. Home Assistant appears to want more complex data structures.