oberfritze
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
4 deletions
-
src/config/config.h
|
|
@ -112,7 +112,7 @@ |
|
|
|
|
|
|
|
#define AHOY_SML_OBIS_SUPPORT |
|
|
|
#ifdef AHOY_SML_OBIS_SUPPORT |
|
|
|
#define AHOY_CHARTDATA_HDR "Time, AC Power, Net Power" |
|
|
|
#define AHOY_CHARTDATA_HDR "Time, AC Power, Grid Power" |
|
|
|
#else |
|
|
|
#define AHOY_CHARTDATA_HDR "Time, AC Power" |
|
|
|
#endif |
|
|
@ -137,9 +137,6 @@ |
|
|
|
// default MQTT topic
|
|
|
|
#define DEF_MQTT_TOPIC "inverter" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// discovery prefix
|
|
|
|
#define MQTT_DISCOVERY_PREFIX "homeassistant" |
|
|
|
|
|
|
|