Open cococheaf opened 2 years ago
It's listed in the README:
Voltage L1
Voltage L2
Voltage L3
Amperage L1
Amperage L2
Amperage L3
Active Power Plus
Active Power Minus
Active Energy Plus
Active Energy Minus
Reactive Energy Plus
Reactive Energy Minus
Thank you! And how do i disable mqtt?
Remove the following sections from your config:
mqtt:
broker: 192.168.1.1
id: mqtt_broker
and
dlms_meter->enable_mqtt(id(mqtt_broker), "meter01/data"); # Enable grouped together MQTT report, useful to get exact time with each data for storing results in InfluxDB
Please note that without MQTT your data will not be grouped together so all sensors are updated individually at the time they are processed.
Sadly, no - doesn't let me upload the firmware then:
HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
Dependency Graph
|--
Can you try just leaving mqtt:
?
Nope - as broker is needed for completed syntax...
if i just add:
mqtt: broker: ''
the it works but is throwing logs that it cannot reach the broker (logischerweise :)).
Ideal would be an option do disable either mqtt or the esphome sensors in general as both are created...
This custom component requires the MQTT component to be loaded for now but I will leave this open as a feature request.
Hi,
everything is working as desired. Thanks for your great support. I have a question anyway, what data is available in general, e.x. power on each phase, etc.?
Thanks for your help.
André