We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54a422 commit 5afd0a6Copy full SHA for 5afd0a6
SmartEVSE-3/src/esp32.cpp
@@ -800,6 +800,7 @@ void SetupMQTTClient() {
800
announce("State", "sensor", optional_payload);
801
announce("RFID", "sensor", optional_payload);
802
announce("RFIDLastRead", "sensor", optional_payload);
803
+ announce("NrOfPhases", "sensor", optional_payload);
804
805
#if ENABLE_OCPP && defined(SMARTEVSE_VERSION) //run OCPP only on ESP32
806
announce("OCPP", "sensor", optional_payload);
0 commit comments