This commit is contained in:
2024-12-26 22:19:38 +01:00
parent c734884021
commit 855af44f1b
3 changed files with 30 additions and 6 deletions

View File

@@ -26,6 +26,18 @@ const char* passwordList[] = {
String ip_netzbezug = "192.168.178.236";
String ip_erzeugung = "192.168.178.237";
// ################ SmartMeterReader Script ###################
// <jsonPrefix> aus dem SmartMeterReader Script
// Beispiel: 1,1-0:1.8.0*255(@1,Verbrauch,kWh,E_in_180,3
// json_prefix_1_8_0 = E_in_180
String json_prefix_Power = "Power";
String json_prefix_1_8_0 = "E_in_180";
String json_prefix_1_8_1 = "E_in_181";
String json_prefix_1_8_2 = "E_in_182";
String json_prefix_2_8_0 = "E_in_280";
// ############################################################
#endif // SETTINGS_H