/* * strings.h * strings for DTZ-Data-Logger * for configuration of user-data * * author Creator P.Rebesky * author Creator P.Rebesky * Copyright (©): 2020-2022 by Peter Rebesky * This code can use in private cases only. Every business or companies using of this codes or codes parts is required an approval of us (me) * Every private use can exchange some parts of code or modify some code-lines. This code can change for private use only. * This software is basicly owned by Peter Rebesky and any comercial using is forbidden without approval of us (me). * */ String LoggerVersion = "Build 3.6OPEN 28.08.2021"; const char HTTP_ANSWER[] = "HTTP/1.1 200 OK\r\nContent-Type: text/html\r\n\r\n"; const char HTTP_HEAD_DTZ[] = "\r\n\r\n"; const char HTTP_HEAD_DTZ_REFRESH[] = "\r\n\r\n"; const char HTTP_JSCRIPT[] = ""; const char HTTP_BODYSTYLE_DTZ[] = ""; const char HTTP_SETUP_BUTTON[] = "

"; const char HTTP_DIV_FIELD[] = "
"; String DTZ541 = "Holley"; String EMH = "EMH"; String ISKRA = "ISKRA"; String GENERETIC = "Generetic SML-Protokol"; String NOT_DETECT = "Zähler nicht erkannt"; const byte DaysPerMonth[] = {31,28,31,30,31,30,31,31,30,31,30,31}; char OBISoutGridS[]= {0x77,0x07,0x01,0x00,0x01,0x08,0x00,0xff}; char OBISoutGridA[]= {0x77,0x07,0x01,0x00,0x01,0x08,0x01,0xff}; char OBISoutGridB[]= {0x77,0x07,0x01,0x00,0x01,0x08,0x02,0xff}; char OBISintoGrid[]= {0x77,0x07,0x01,0x00,0x02,0x08,0x00,0xff}; char OBIS_Watt[]= {0x77,0x07,0x01,0x00,0x10,0x07,0x00,0xff}; char OBIS_WattA[]= {0x77,0x07,0x01,0x00,0x0f,0x07,0x00,0xff}; char OBIS_U_L1[]= {0x77,0x07,0x01,0x00,0x20,0x07,0x00,0xff}; char OBIS_U_L2[]= {0x77,0x07,0x01,0x00,0x34,0x07,0x00,0xff}; char OBIS_U_L3[]= {0x77,0x07,0x01,0x00,0x48,0x07,0x00,0xff}; char OBIS_I_L1[]= {0x77,0x07,0x01,0x00,0x1f,0x07,0x00,0xff}; char OBIS_I_L2[]= {0x77,0x07,0x01,0x00,0x33,0x07,0x00,0xff}; char OBIS_I_L3[]= {0x77,0x07,0x01,0x00,0x47,0x07,0x00,0xff}; char OBIS_Freq[]= {0x77,0x07,0x01,0x00,0x0e,0x07,0x00,0xff}; char OBIS_DTZ_ID[]= {0x77,0x07,0x01,0x00,0x60,0x01,0x00,0xff}; char OBIS_Manuf[]= {0x77,0x07,0x01,0x00,0x60,0x32,0x01,0x01}; char OBIS_ServerID[]= {0x77,0x07,0x01,0x00,0x00,0x00,0x09,0xff}; char ProtBegin[]={0x1b, 0x1b, 0x1b, 0x01, 0x01};