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
- 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
The published data is just sensor name (CT1 etcetera) and the value. Home Assistant appears to want more complex data structures.