The following are various implementations that can be used with the 6 Channel Energy Meter. Instructions for setting up software for the meter is located here.
- ESPHome - Example configuration files
- EmonCMS - Device config files (these are now included with the device module for EmonCMS)
- EmonESP - ESP software that runs on the meter's ESP32, and sends data to EmonCMS or via MQTT
- Grafana - Dashboard examples
These are used to communicate directly with the ATM90E32 IC's used with the 6 channel meter. If you want to build your own software, you will need one of these.
- CS/ESPHome - Python data collection utility. Sensor data is sourced using the ESPHome API and stored in an InfluxDB database. Grafana dashboard included.
- ESPSense - Can be used to send 6 Channel Energy Meter data via ESPHome to your Sense Home Energy Monitor software
- Raspberry Pi to MQTT - Hook up a 6 channel meter to a Raspberry Pi (in place of an ESP32) and send data over MQTT
- 6 Channel Energy Meter with a wired ethernet connection (WT32-ETH01) - Wiring and ESPHome config for using the 6 channel meter with ethernet instead of WiFi.