More and more Tuya MCU based devices are coming in the market and people requesting to support them. This patch makes Tuya module more configurable and easier to add new functionalities. Its not just a dimmer or a switch anymore. After this Patch Tuya MCU module has a list of supported functions and the user would need to map the functionId to dpId of their device. Once mapped correctly the Tuya module will take care for handling proper function for dpId. Currently functions supported are 1. Relays1 to 8 : FunctionID 11 to 18 2. Dimmer : FunctionID 21 3. Power ( Deca Watt ) : Function ID 31 4. Current ( milli Amps ) : Function ID 32 5. Voltage ( deca Volts ) : Function ID 33 The changes are - Use a TuyaMCU command to map DPs to Functions instead of many different SetOptions. SetOption41, 44, 45, 46, 65 won't be needed after this patch. - TuyaMCU command takes argument like `11,1` which means Map Function id 11 (Relay1) to DPID 1 - Migrates old settings flags and options to new TuyaMap command
629 lines
24 KiB
C
629 lines
24 KiB
C
/*
|
|
i18n.h - internationalization for Sonoff-Tasmota
|
|
|
|
Copyright (C) 2019 Theo Arends
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
#ifndef _I18N_H_
|
|
#define _I18N_H_
|
|
|
|
/*********************************************************************************************\
|
|
* All text used in Commands, MQTT, JSON messages only in English (#1473)
|
|
*
|
|
* (At this location they can/may be overruled by language files using undefs)
|
|
\*********************************************************************************************/
|
|
|
|
#define D_JSON_ABORTED "Aborted"
|
|
#define D_JSON_ACTIVE "Active"
|
|
#define D_JSON_ADDRESS "Address"
|
|
#define D_JSON_AIRQUALITY "AirQuality"
|
|
#define D_JSON_ANALOG_INPUT "Analog"
|
|
#define D_JSON_AP "AP" // Access Point
|
|
#define D_JSON_APMAC_ADDRESS "APMac"
|
|
#define D_JSON_APPENDED "Appended"
|
|
#define D_JSON_BAUDRATE "Baudrate"
|
|
#define D_JSON_BLINK "Blink"
|
|
#define D_JSON_BLOCKED_LOOP "Blocked Loop"
|
|
#define D_JSON_BOOTVERSION "Boot"
|
|
#define D_JSON_BOOTCOUNT "BootCount"
|
|
#define D_JSON_BSSID "BSSId"
|
|
#define D_JSON_BUILDDATETIME "BuildDateTime"
|
|
#define D_JSON_CHANNEL "Channel"
|
|
#define D_JSON_CO2 "CarbonDioxide"
|
|
#define D_JSON_COMMAND "Command"
|
|
#define D_JSON_CONFIG_HOLDER "CfgHolder"
|
|
#define D_JSON_CONNECT_FAILED "Connect failed"
|
|
#define D_JSON_COREVERSION "Core"
|
|
#define D_JSON_COUNT "Count"
|
|
#define D_JSON_COUNTER "Counter"
|
|
#define D_JSON_CURRENT "Current" // As in Voltage and Current
|
|
#define D_JSON_DATA "Data"
|
|
#define D_JSON_DISTANCE "Distance"
|
|
#define D_JSON_DNSSERVER "DNSServer"
|
|
#define D_JSON_DONE "Done"
|
|
#define D_JSON_DOWNTIME "Downtime"
|
|
#define D_JSON_ECO2 "eCO2"
|
|
#define D_JSON_EMPTY "Empty"
|
|
#define D_JSON_ENDDST "EndDST" // End Daylight Savings Time
|
|
#define D_JSON_ERASE "Erase"
|
|
#define D_JSON_ERROR "Error"
|
|
#define D_JSON_EVERY "Every"
|
|
#define D_JSON_EXPORT_ACTIVE "ExportActive"
|
|
#define D_JSON_EXPORT_REACTIVE "ExportReactive"
|
|
#define D_JSON_FAILED "Failed"
|
|
#define D_JSON_FALLBACKTOPIC "FallbackTopic"
|
|
#define D_JSON_FEATURES "Features"
|
|
#define D_JSON_FLASHCHIPID "FlashChipId"
|
|
#define D_JSON_FLASHMODE "FlashMode"
|
|
#define D_JSON_FLASHSIZE "FlashSize"
|
|
#define D_JSON_FLOWRATE "FlowRate"
|
|
#define D_JSON_FREEMEMORY "Free"
|
|
#define D_JSON_FREQUENCY "Frequency"
|
|
#define D_JSON_FROM "from"
|
|
#define D_JSON_GAS "Gas"
|
|
#define D_JSON_GATEWAY "Gateway"
|
|
#define D_JSON_GROUPS "Groups"
|
|
#define D_JSON_HEAPSIZE "Heap"
|
|
#define D_JSON_HIGH "High"
|
|
#define D_JSON_HOST_NOT_FOUND "Host not found"
|
|
#define D_JSON_HSBCOLOR "HSBColor"
|
|
#define D_JSON_HUMIDITY "Humidity"
|
|
#define D_JSON_I2CSCAN_DEVICES_FOUND_AT "Device(s) found at"
|
|
#define D_JSON_I2CSCAN_UNKNOWN_ERROR_AT "Unknown error at"
|
|
#define D_JSON_I2CSCAN_NO_DEVICES_FOUND "No devices found"
|
|
#define D_JSON_ID "Id"
|
|
#define D_JSON_ILLUMINANCE "Illuminance"
|
|
#define D_JSON_IMPORT_ACTIVE "ImportActive"
|
|
#define D_JSON_IMPORT_REACTIVE "ImportReactive"
|
|
#define D_JSON_INFRARED "Infrared"
|
|
#define D_JSON_UNKNOWN "Unknown"
|
|
#define D_JSON_LIGHT "Light"
|
|
#define D_JSON_LINK_COUNT "LinkCount"
|
|
#define D_JSON_LOCAL_TIME "Local"
|
|
#define D_JSON_LOW "Low"
|
|
#define D_JSON_MAC "Mac"
|
|
#define D_JSON_MASK "Mask"
|
|
#define D_JSON_MINIMAL "minimal"
|
|
#define D_JSON_MODEL "Model"
|
|
#define D_JSON_MQTT_COUNT "MqttCount"
|
|
#define D_JSON_NO "No"
|
|
#define D_JSON_NOISE "Noise"
|
|
#define D_JSON_NONE "None"
|
|
#define D_JSON_OR "or"
|
|
#define D_JSON_PERIOD "Period"
|
|
#define D_JSON_PHASE_ANGLE "PhaseAngle"
|
|
#define D_JSON_POWERFACTOR "Factor"
|
|
#define D_JSON_POWERUSAGE "Power"
|
|
#define D_JSON_ACTIVE_POWERUSAGE "ActivePower"
|
|
#define D_JSON_APPARENT_POWERUSAGE "ApparentPower"
|
|
#define D_JSON_REACTIVE_POWERUSAGE "ReactivePower"
|
|
#define D_JSON_PRESSURE "Pressure"
|
|
#define D_JSON_PRESSUREATSEALEVEL "SeaPressure"
|
|
#define D_JSON_PRESSURE_UNIT "PressureUnit"
|
|
#define D_JSON_PROBETEMPERATURE "ProbeTemperature"
|
|
#define D_JSON_PROGRAMFLASHSIZE "ProgramFlashSize"
|
|
#define D_JSON_PROGRAMSIZE "ProgramSize"
|
|
#define D_JSON_REFERENCETEMPERATURE "ReferenceTemperature"
|
|
#define D_JSON_RESET "Reset"
|
|
#define D_JSON_RESISTANCE "Resistance"
|
|
#define D_JSON_RESOLUTION "Resolution"
|
|
#define D_JSON_RESTARTING "Restarting"
|
|
#define D_JSON_RESTARTREASON "RestartReason"
|
|
#define D_JSON_RSSI "RSSI"
|
|
#define D_JSON_RUNTIME "Runtime"
|
|
#define D_JSON_SAVEADDRESS "SaveAddress"
|
|
#define D_JSON_SAVECOUNT "SaveCount"
|
|
#define D_JSON_SAVED "Saved"
|
|
#define D_JSON_SAVESTATE "SaveState"
|
|
#define D_JSON_SDKVERSION "SDK"
|
|
#define D_JSON_SELECTED "selected"
|
|
#define D_JSON_SERIALRECEIVED "SerialReceived"
|
|
#define D_JSON_SSID "SSId"
|
|
#define D_JSON_STARTDST "StartDST" // Start Daylight Savings Time
|
|
#define D_JSON_STARTED "Started"
|
|
#define D_JSON_STARTUPUTC "StartupUTC"
|
|
#define D_JSON_STATUS "Status"
|
|
#define D_JSON_SUBNETMASK "Subnetmask"
|
|
#define D_JSON_SUCCESSFUL "Successful"
|
|
#define D_JSON_SUNRISE "Sunrise"
|
|
#define D_JSON_SUNSET "Sunset"
|
|
#define D_JSON_SWITCH "Switch"
|
|
#define D_JSON_SYNC "Sync"
|
|
#define D_JSON_TEMPERATURE "Temperature"
|
|
#define D_JSON_TEMPERATURE_UNIT "TempUnit"
|
|
#define D_JSON_TIME "Time"
|
|
#define D_JSON_TODAY "Today"
|
|
#define D_JSON_TOTAL "Total"
|
|
#define D_JSON_TOTAL_USAGE "TotalUsage"
|
|
#define D_JSON_TOTAL_REACTIVE "TotalReactive"
|
|
#define D_JSON_TOTAL_START_TIME "TotalStartTime"
|
|
#define D_JSON_TVOC "TVOC"
|
|
#define D_JSON_TYPE "Type"
|
|
#define D_JSON_UPTIME "Uptime"
|
|
#define D_JSON_UTC_TIME "UTC"
|
|
#define D_JSON_UV_INDEX "UvIndex"
|
|
#define D_JSON_UV_INDEX_TEXT "UvIndexText"
|
|
#define D_JSON_UV_LEVEL "UvLevel"
|
|
#define D_JSON_UV_POWER "UvPower"
|
|
#define D_JSON_VCC "Vcc"
|
|
#define D_JSON_VERSION "Version"
|
|
#define D_JSON_VOLTAGE "Voltage"
|
|
#define D_JSON_WEIGHT "Weight"
|
|
#define D_JSON_WIFI "Wifi"
|
|
#define D_JSON_WRONG "Wrong"
|
|
#define D_JSON_WRONG_PARAMETERS "Wrong parameters"
|
|
#define D_JSON_YESTERDAY "Yesterday"
|
|
#define D_JSON_ZERO_POINT_CALIBRATION "Zero Point Calibration"
|
|
#define D_JSON_PV1_VOLTAGE "Pv1Voltage"
|
|
#define D_JSON_PV1_CURRENT "Pv1Current"
|
|
#define D_JSON_PV1_POWER "Pv1Power"
|
|
#define D_JSON_PV2_VOLTAGE "Pv2Voltage"
|
|
#define D_JSON_PV2_CURRENT "Pv2Current"
|
|
#define D_JSON_PV2_POWER "Pv2Power"
|
|
#define D_JSON_SOLAR_POWER "SolarPower"
|
|
|
|
#define D_RSLT_ENERGY "ENERGY"
|
|
#define D_RSLT_HASS_STATE "HASS_STATE"
|
|
#define D_RSLT_INFO "INFO"
|
|
#define D_RSLT_MARGINS "MARGINS"
|
|
#define D_RSLT_POWER "POWER"
|
|
#define D_RSLT_RESULT "RESULT"
|
|
#define D_RSLT_SENSOR "SENSOR"
|
|
#define D_RSLT_STATE "STATE"
|
|
#define D_RSLT_UPTIME "UPTIME"
|
|
#define D_RSLT_WARNING "WARNING"
|
|
|
|
#define D_LOG_SOME_SETTINGS_RESET "Some settings have been reset"
|
|
|
|
// Commands sonoff.ino
|
|
#define D_CMND_BACKLOG "Backlog"
|
|
#define D_CMND_DELAY "Delay"
|
|
#define D_CMND_STATUS "Status"
|
|
#define D_STATUS1_PARAMETER "PRM"
|
|
#define D_STATUS2_FIRMWARE "FWR"
|
|
#define D_STATUS3_LOGGING "LOG"
|
|
#define D_STATUS4_MEMORY "MEM"
|
|
#define D_STATUS5_NETWORK "NET"
|
|
#define D_STATUS6_MQTT "MQT"
|
|
#define D_STATUS7_TIME "TIM"
|
|
#define D_STATUS8_POWER "PWR"
|
|
#define D_STATUS9_MARGIN "PTH"
|
|
#define D_STATUS10_SENSOR "SNS"
|
|
#define D_STATUS11_STATUS "STS"
|
|
#define D_CMND_STATE "State"
|
|
#define D_CMND_POWER "Power"
|
|
#define D_CMND_FANSPEED "FanSpeed"
|
|
#define D_CMND_POWERONSTATE "PowerOnState"
|
|
#define D_CMND_PULSETIME "PulseTime"
|
|
#define D_CMND_BLINKTIME "BlinkTime"
|
|
#define D_CMND_BLINKCOUNT "BlinkCount"
|
|
#define D_CMND_SENSOR "Sensor"
|
|
#define D_CMND_DRIVER "Driver"
|
|
#define D_CMND_SAVEDATA "SaveData"
|
|
#define D_CMND_SETOPTION "SetOption"
|
|
#define D_CMND_TEMPERATURE_RESOLUTION "TempRes"
|
|
#define D_CMND_HUMIDITY_RESOLUTION "HumRes"
|
|
#define D_CMND_PRESSURE_RESOLUTION "PressRes"
|
|
#define D_CMND_POWER_RESOLUTION "WattRes"
|
|
#define D_CMND_VOLTAGE_RESOLUTION "VoltRes"
|
|
#define D_CMND_FREQUENCY_RESOLUTION "FreqRes"
|
|
#define D_CMND_CURRENT_RESOLUTION "AmpRes"
|
|
#define D_CMND_ENERGY_RESOLUTION "EnergyRes"
|
|
#define D_CMND_WEIGHT_RESOLUTION "WeightRes"
|
|
#define D_CMND_MODULE "Module"
|
|
#define D_CMND_MODULES "Modules"
|
|
#define D_CMND_ADC "ADC"
|
|
#define D_CMND_ADCS "ADCs"
|
|
#define D_CMND_GPIO "GPIO"
|
|
#define D_JSON_NOT_SUPPORTED "Not supported"
|
|
#define D_CMND_GPIOS "GPIOs"
|
|
#define D_CMND_PWM "PWM"
|
|
#define D_CMND_PWMFREQUENCY "PWMFrequency"
|
|
#define D_CMND_PWMRANGE "PWMRange"
|
|
#define D_CMND_BUTTONDEBOUNCE "ButtonDebounce"
|
|
#define D_CMND_SWITCHDEBOUNCE "SwitchDebounce"
|
|
#define D_CMND_SLEEP "Sleep"
|
|
#define D_CMND_UPLOAD "Upload"
|
|
#define D_CMND_UPGRADE "Upgrade"
|
|
#define D_JSON_ONE_OR_GT "1 or >%s to upgrade"
|
|
#define D_CMND_OTAURL "OtaUrl"
|
|
#define D_CMND_SERIALLOG "SerialLog"
|
|
#define D_CMND_SYSLOG "SysLog"
|
|
#define D_CMND_LOGHOST "LogHost"
|
|
#define D_CMND_LOGPORT "LogPort"
|
|
#define D_CMND_IPADDRESS "IPAddress"
|
|
#define D_CMND_NTPSERVER "NtpServer"
|
|
#define D_CMND_AP "Ap"
|
|
#define D_CMND_SSID "SSId"
|
|
#define D_CMND_PASSWORD "Password"
|
|
#define D_CMND_HOSTNAME "Hostname"
|
|
#define D_CMND_WIFICONFIG "WifiConfig"
|
|
#define WCFG_MAX_STRING_LENGTH 12
|
|
#define D_WCFG_0_RESTART "Restart"
|
|
#define D_WCFG_1_SMARTCONFIG "SmartConfig"
|
|
#define D_WCFG_2_WIFIMANAGER "WifiManager"
|
|
#define D_WCFG_3_WPSCONFIG "WPSConfig"
|
|
#define D_WCFG_4_RETRY "Retry"
|
|
#define D_WCFG_5_WAIT "Wait"
|
|
#define D_WCFG_6_SERIAL "Serial"
|
|
#define D_WCFG_7_WIFIMANAGER_RESET_ONLY "ManagerRst"
|
|
#define D_CMND_FRIENDLYNAME "FriendlyName"
|
|
#define D_CMND_SWITCHMODE "SwitchMode"
|
|
#define D_CMND_INTERLOCK "Interlock"
|
|
#define D_CMND_TELEPERIOD "TelePeriod"
|
|
#define D_CMND_RESTART "Restart"
|
|
#define D_JSON_ONE_TO_RESTART "1 to restart"
|
|
#define D_CMND_RESET "Reset"
|
|
#define D_JSON_RESET_AND_RESTARTING "Reset and Restarting"
|
|
#define D_JSON_ONE_TO_RESET "1 to reset"
|
|
#define D_CMND_TIME "Time"
|
|
#define D_CMND_TIMEZONE "Timezone"
|
|
#define D_CMND_TIMESTD "TimeStd"
|
|
#define D_CMND_TIMEDST "TimeDst"
|
|
#define D_CMND_ALTITUDE "Altitude"
|
|
#define D_CMND_LEDPOWER "LedPower"
|
|
#define D_CMND_LEDSTATE "LedState"
|
|
#define D_CMND_LEDMASK "LedMask"
|
|
#define D_CMND_I2CSCAN "I2CScan"
|
|
#define D_CMND_SERIALSEND "SerialSend"
|
|
#define D_CMND_SERIALDELIMITER "SerialDelimiter"
|
|
#define D_CMND_BAUDRATE "Baudrate"
|
|
#define D_CMND_TEMPLATE "Template"
|
|
#define D_JSON_NAME "NAME"
|
|
#define D_JSON_GPIO "GPIO"
|
|
#define D_JSON_FLAG "FLAG"
|
|
#define D_JSON_BASE "BASE"
|
|
|
|
// Commands xdrv_01_mqtt.ino
|
|
#define D_CMND_MQTTHOST "MqttHost"
|
|
#define D_CMND_MQTTPORT "MqttPort"
|
|
#define D_CMND_MQTTRETRY "MqttRetry"
|
|
#define D_CMND_STATETEXT "StateText"
|
|
#define D_CMND_MQTTFINGERPRINT "MqttFingerprint"
|
|
#define D_CMND_MQTTCLIENT "MqttClient"
|
|
#define D_CMND_MQTTUSER "MqttUser"
|
|
#define D_CMND_MQTTPASSWORD "MqttPassword"
|
|
#define D_CMND_TLSKEY "TLSKey"
|
|
#define D_CMND_FULLTOPIC "FullTopic"
|
|
#define D_CMND_PREFIX "Prefix"
|
|
#define PRFX_MAX_STRING_LENGTH 5
|
|
#define D_CMND "cmnd"
|
|
#define D_STAT "stat"
|
|
#define D_TELE "tele"
|
|
#define D_CMND_GROUPTOPIC "GroupTopic"
|
|
#define D_CMND_TOPIC "Topic"
|
|
#define D_CMND_BUTTONTOPIC "ButtonTopic"
|
|
#define D_CMND_SWITCHTOPIC "SwitchTopic"
|
|
#define D_CMND_BUTTONRETAIN "ButtonRetain"
|
|
#define D_CMND_SWITCHRETAIN "SwitchRetain"
|
|
#define D_CMND_POWERRETAIN "PowerRetain"
|
|
#define D_CMND_SENSORRETAIN "SensorRetain"
|
|
#define D_CMND_PUBLISH "Publish"
|
|
|
|
// Commands xdrv_02_webserver.ino
|
|
#define D_CMND_WEBSERVER "Webserver"
|
|
#define D_JSON_WEBSERVER_MODE "WebServerMode"
|
|
#define D_JSON_ACTIVE_FOR "Active for"
|
|
#define D_JSON_ON_DEVICE "on"
|
|
#define D_JSON_WITH_IP_ADDRESS "with IP address"
|
|
#define D_CMND_WEBPASSWORD "WebPassword"
|
|
#define D_CMND_WEBLOG "WebLog"
|
|
#define D_CMND_WEBREFRESH "WebRefresh"
|
|
#define D_CMND_WEBSEND "WebSend"
|
|
#define D_CMND_WEBCOLOR "WebColor"
|
|
#define D_CMND_WEBSENSOR "WebSensor"
|
|
#define D_CMND_EMULATION "Emulation"
|
|
|
|
// Commands xdrv_03_energy.ino
|
|
#define D_CMND_POWERLOW "PowerLow"
|
|
#define D_CMND_POWERHIGH "PowerHigh"
|
|
#define D_CMND_POWERDELTA "PowerDelta"
|
|
#define D_CMND_VOLTAGELOW "VoltageLow"
|
|
#define D_CMND_VOLTAGEHIGH "VoltageHigh"
|
|
#define D_CMND_CURRENTLOW "CurrentLow"
|
|
#define D_CMND_CURRENTHIGH "CurrentHigh"
|
|
#define D_CMND_ENERGYRESET "EnergyReset"
|
|
#define D_CMND_POWERSET "PowerSet"
|
|
#define D_CMND_VOLTAGESET "VoltageSet"
|
|
#define D_CMND_CURRENTSET "CurrentSet"
|
|
#define D_CMND_FREQUENCYSET "FrequencySet"
|
|
#define D_CMND_MAXPOWER "MaxPower"
|
|
#define D_CMND_MAXPOWERHOLD "MaxPowerHold"
|
|
#define D_CMND_MAXPOWERWINDOW "MaxPowerWindow"
|
|
#define D_JSON_MAXPOWERREACHED "MaxPowerReached"
|
|
#define D_JSON_MAXPOWERREACHEDRETRY "MaxPowerReachedRetry"
|
|
#define D_CMND_SAFEPOWER "SafePower"
|
|
#define D_CMND_SAFEPOWERHOLD "SafePowerHold"
|
|
#define D_CMND_SAFEPOWERWINDOW "SafePowerWindow"
|
|
#define D_JSON_POWERMONITOR "PowerMonitor"
|
|
#define D_CMND_MAXENERGY "MaxEnergy"
|
|
#define D_CMND_MAXENERGYSTART "MaxEnergyStart"
|
|
#define D_JSON_ENERGYMONITOR "EnergyMonitor"
|
|
#define D_JSON_MAXENERGYREACHED "MaxEnergyReached"
|
|
|
|
// Commands xdrv_04_light.ino
|
|
#define D_CMND_CHANNEL "Channel"
|
|
#define D_CMND_COLOR "Color"
|
|
#define D_CMND_COLORTEMPERATURE "CT"
|
|
#define D_CMND_DIMMER "Dimmer"
|
|
#define D_CMND_HSBCOLOR "HSBColor"
|
|
#define D_CMND_LED "Led"
|
|
#define D_CMND_LEDTABLE "LedTable"
|
|
#define D_CMND_FADE "Fade"
|
|
#define D_CMND_PIXELS "Pixels"
|
|
#define D_CMND_RGBWWTABLE "RGBWWTable"
|
|
#define D_CMND_ROTATION "Rotation"
|
|
#define D_CMND_SCHEME "Scheme"
|
|
#define D_CMND_SPEED "Speed"
|
|
#define D_CMND_WAKEUP "Wakeup"
|
|
#define D_CMND_WAKEUPDURATION "WakeUpDuration"
|
|
#define D_CMND_WHITE "White"
|
|
#define D_CMND_WIDTH "Width"
|
|
|
|
// Commands xdrv_05_irremote.ino
|
|
#define D_CMND_IRSEND "IRSend"
|
|
#define D_JSON_INVALID_JSON "Invalid JSON"
|
|
#define D_JSON_INVALID_RAWDATA "Invalid RawData"
|
|
#define D_JSON_NO_BUFFER_SPACE "No buffer space"
|
|
#define D_JSON_PROTOCOL_NOT_SUPPORTED "Protocol not supported"
|
|
#define D_JSON_IR_PROTOCOL "Protocol"
|
|
#define D_JSON_IR_BITS "Bits"
|
|
#define D_JSON_IR_DATA "Data"
|
|
#define D_JSON_IR_DATALSB "DataLSB"
|
|
#define D_JSON_IR_RAWDATA "RawData"
|
|
#define D_JSON_IR_REPEAT "Repeat"
|
|
#define D_CMND_IRHVAC "IRHVAC"
|
|
#define D_JSON_IRHVAC_VENDOR "Vendor"
|
|
#define D_JSON_IRHVAC_PROTOCOL "Protocol"
|
|
#define D_JSON_IRHVAC_MODEL "Model"
|
|
#define D_JSON_IRHVAC_POWER "Power"
|
|
#define D_JSON_IRHVAC_MODE "Mode"
|
|
#define D_JSON_IRHVAC_FANSPEED "FanSpeed"
|
|
#define D_JSON_IRHVAC_TEMP "Temp"
|
|
#define D_JSON_IRHVAC_CELSIUS "Celsius"
|
|
#define D_JSON_IRHVAC_SWINGV "SwingV"
|
|
#define D_JSON_IRHVAC_SWINGH "SwingH"
|
|
#define D_JSON_IRHVAC_LIGHT "Light"
|
|
#define D_JSON_IRHVAC_BEEP "Beep"
|
|
#define D_JSON_IRHVAC_ECONO "Econo"
|
|
#define D_JSON_IRHVAC_FILTER "Filter"
|
|
#define D_JSON_IRHVAC_TURBO "Turbo"
|
|
#define D_JSON_IRHVAC_QUIET "Quiet"
|
|
#define D_JSON_IRHVAC_CLEAN "Clean"
|
|
#define D_JSON_IRHVAC_SLEEP "Sleep"
|
|
#define D_JSON_IRHVAC_CLOCK "Clock"
|
|
#define D_JSON_IRRECEIVED "IrReceived"
|
|
|
|
// Commands xdrv_06_snfbridge.ino
|
|
#define D_CMND_RFCODE "RfCode"
|
|
#define D_CMND_RFHIGH "RfHigh"
|
|
#define D_CMND_RFHOST "RfHost"
|
|
#define D_CMND_RFKEY "RfKey"
|
|
#define D_JSON_START_LEARNING "Start learning"
|
|
#define D_JSON_SET_TO_DEFAULT "Set to default"
|
|
#define D_JSON_DEFAULT_SENT "Default sent"
|
|
#define D_JSON_LEARNED_SENT "Learned sent"
|
|
#define D_JSON_LEARNING_ACTIVE "Learning active"
|
|
#define D_JSON_LEARN_FAILED "Learn failed"
|
|
#define D_JSON_LEARNED "Learned"
|
|
#define D_CMND_RFLOW "RfLow"
|
|
#define D_CMND_RFSYNC "RfSync"
|
|
#define D_JSON_RFRECEIVED "RfReceived"
|
|
#define D_CMND_RFRAW "RfRaw"
|
|
|
|
// Commands xdrv_08_serial_bridge.ino
|
|
#define D_CMND_SSERIALSEND "SSerialSend"
|
|
#define D_CMND_SBAUDRATE "SBaudrate"
|
|
#define D_JSON_SSERIALRECEIVED "SSerialReceived"
|
|
|
|
// Commands xdrv_09_timers.ino
|
|
#define D_CMND_TIMER "Timer"
|
|
#define D_JSON_TIMER_ARM "Arm"
|
|
#define D_JSON_TIMER_MODE "Mode"
|
|
#define D_JSON_TIMER_TIME "Time"
|
|
#define D_JSON_TIMER_WINDOW "Window"
|
|
#define D_JSON_TIMER_DAYS "Days"
|
|
#define D_JSON_TIMER_REPEAT "Repeat"
|
|
#define D_JSON_TIMER_OUTPUT "Output"
|
|
#define D_JSON_TIMER_ACTION "Action"
|
|
#define D_JSON_TIMER_NO_DEVICE "No GPIO as output configured"
|
|
#define D_CMND_TIMERS "Timers"
|
|
#define D_CMND_LATITUDE "Latitude"
|
|
#define D_CMND_LONGITUDE "Longitude"
|
|
|
|
// Commands xdrv_16_tuyadimmer.ino
|
|
|
|
#define D_CMND_TUYA_MCU "TuyaMCU"
|
|
|
|
// Commands xdrv_23_zigbee.ino
|
|
#define D_CMND_ZIGBEEZNPSEND "ZigbeeZNPSend"
|
|
#define D_JSON_ZIGBEEZNPRECEIVED "ZigbeeZNPReceived"
|
|
#define D_JSON_ZIGBEEZNPSENT "ZigbeeZNPSent"
|
|
#define D_JSON_ZIGBEEZCLRECEIVED "ZigbeeZCLReceived"
|
|
#define D_JSON_ZIGBEEZCLSENT "ZigbeeZCLSent"
|
|
/********************************************************************************************/
|
|
|
|
#define D_ASTERISK_PWD "****"
|
|
|
|
#ifndef MY_LANGUAGE
|
|
#include "language/en-GB.h"
|
|
#else
|
|
#define QUOTEME(x) QUOTEME_1(x)
|
|
#define QUOTEME_1(x) #x
|
|
#define INCLUDE_FILE(x) QUOTEME(language/x.h)
|
|
#include INCLUDE_FILE(MY_LANGUAGE)
|
|
#endif
|
|
#ifndef LANGUAGE_LCID
|
|
#define LANGUAGE_LCID 2057 // en-GB
|
|
#endif
|
|
|
|
// Common
|
|
enum UnitNames {
|
|
UNIT_AMPERE,
|
|
UNIT_HOUR,
|
|
UNIT_KILOOHM,
|
|
UNIT_KILOWATTHOUR,
|
|
UNIT_LUX,
|
|
UNIT_MICROSECOND,
|
|
UNIT_MILLIAMPERE,
|
|
UNIT_MILLIMETER_MERCURY,
|
|
UNIT_MILLISECOND,
|
|
UNIT_MINUTE,
|
|
UNIT_PPB,
|
|
UNIT_PPD,
|
|
UNIT_PPM,
|
|
UNIT_PERCENTAGE,
|
|
UNIT_PRESSURE,
|
|
UNIT_SECOND,
|
|
UNIT_SECTORS,
|
|
UNIT_VOLT,
|
|
UNIT_WATT,
|
|
UNIT_WATTHOUR,
|
|
UNIT_HERTZ };
|
|
const char kUnitNames[] PROGMEM =
|
|
D_UNIT_AMPERE "|"
|
|
D_UNIT_HOUR "|"
|
|
D_UNIT_KILOOHM "|"
|
|
D_UNIT_KILOWATTHOUR "|"
|
|
D_UNIT_LUX "|"
|
|
D_UNIT_MICROSECOND "|"
|
|
D_UNIT_MILLIAMPERE "|"
|
|
D_UNIT_MILLIMETER_MERCURY "|"
|
|
D_UNIT_MILLISECOND "|"
|
|
D_UNIT_MINUTE "|"
|
|
D_UNIT_PARTS_PER_BILLION "|"
|
|
D_UNIT_PARTS_PER_DECILITER "|"
|
|
D_UNIT_PARTS_PER_MILLION "|"
|
|
"%|"
|
|
D_UNIT_PRESSURE "|"
|
|
D_UNIT_SECOND "|"
|
|
D_UNIT_SECTORS "|"
|
|
D_UNIT_VOLT "|"
|
|
D_UNIT_WATT "|"
|
|
D_UNIT_WATTHOUR "|"
|
|
D_UNIT_HERTZ ;
|
|
|
|
const char S_JSON_COMMAND_NVALUE_SPACE_UNIT[] PROGMEM = "{\"%s\":\"%d %s\"}";
|
|
const char S_JSON_COMMAND_LVALUE_SPACE_UNIT[] PROGMEM = "{\"%s\":\"%lu %s\"}";
|
|
const char S_JSON_COMMAND_SVALUE_SPACE_UNIT[] PROGMEM = "{\"%s\":\"%s %s\"}";
|
|
const char S_JSON_COMMAND_NVALUE_UNIT[] PROGMEM = "{\"%s\":\"%d%s\"}";
|
|
const char S_JSON_COMMAND_NVALUE_UNIT_NVALUE_UNIT[] PROGMEM = "{\"%s\":\"%d%s (%d%s)\"}";
|
|
|
|
const char S_JSON_COMMAND_NVALUE_SVALUE[] PROGMEM = "{\"%s\":\"%d (%s)\"}";
|
|
const char S_JSON_COMMAND_NVALUE_ACTIVE_NVALUE[] PROGMEM = "{\"%s\":\"%d (" D_JSON_ACTIVE " %d)\"}";
|
|
|
|
const char S_JSON_COMMAND_NVALUE[] PROGMEM = "{\"%s\":%d}";
|
|
const char S_JSON_COMMAND_LVALUE[] PROGMEM = "{\"%s\":%lu}";
|
|
const char S_JSON_COMMAND_SVALUE[] PROGMEM = "{\"%s\":\"%s\"}";
|
|
const char S_JSON_COMMAND_ASTERISK[] PROGMEM = "{\"%s\":\"" D_ASTERISK_PWD "\"}";
|
|
const char S_JSON_COMMAND_XVALUE[] PROGMEM = "{\"%s\":%s}"; // %s must provide quotes on non-number
|
|
|
|
const char S_JSON_COMMAND_INDEX_NVALUE[] PROGMEM = "{\"%s%d\":%d}";
|
|
const char S_JSON_COMMAND_INDEX_LVALUE[] PROGMEM = "{\"%s%d\":%lu}";
|
|
const char S_JSON_COMMAND_INDEX_SVALUE[] PROGMEM = "{\"%s%d\":\"%s\"}";
|
|
const char S_JSON_COMMAND_INDEX_ASTERISK[] PROGMEM = "{\"%s%d\":\"" D_ASTERISK_PWD "\"}";
|
|
const char S_JSON_COMMAND_INDEX_SVALUE_SVALUE[] PROGMEM = "{\"%s%d\":\"%s%s\"}";
|
|
const char S_JSON_COMMAND_INDEX_NVALUE_ACTIVE_NVALUE[] PROGMEM = "{\"%s%d\":\"%d (" D_JSON_ACTIVE " %d)\"}";
|
|
|
|
const char S_JSON_SENSOR_INDEX_NVALUE[] PROGMEM = "{\"" D_CMND_SENSOR "%d\":%d}";
|
|
const char S_JSON_SENSOR_INDEX_SVALUE[] PROGMEM = "{\"" D_CMND_SENSOR "%d\":\"%s\"}";
|
|
|
|
const char S_JSON_DRIVER_INDEX_NVALUE[] PROGMEM = "{\"" D_CMND_DRIVER "%d\":%d}";
|
|
const char S_JSON_DRIVER_INDEX_SVALUE[] PROGMEM = "{\"" D_CMND_DRIVER "%d\":\"%s\"}";
|
|
|
|
const char JSON_SNS_TEMP[] PROGMEM = ",\"%s\":{\"" D_JSON_TEMPERATURE "\":%s}";
|
|
const char JSON_SNS_TEMPHUM[] PROGMEM = ",\"%s\":{\"" D_JSON_TEMPERATURE "\":%s,\"" D_JSON_HUMIDITY "\":%s}";
|
|
|
|
const char JSON_SNS_ILLUMINANCE[] PROGMEM = ",\"%s\":{\"" D_JSON_ILLUMINANCE "\":%d}";
|
|
|
|
const char JSON_SNS_GNGPM[] PROGMEM = ",\"%s\":{\"" D_JSON_TOTAL_USAGE "\":%s,\"" D_JSON_FLOWRATE "\":%s}";
|
|
|
|
const char S_LOG_I2C_FOUND_AT[] PROGMEM = D_LOG_I2C "%s " D_FOUND_AT " 0x%x";
|
|
|
|
const char S_LOG_HTTP[] PROGMEM = D_LOG_HTTP;
|
|
const char S_LOG_WIFI[] PROGMEM = D_LOG_WIFI;
|
|
const char S_LOG_MQTT[] PROGMEM = D_LOG_MQTT;
|
|
const char S_RSLT_POWER[] PROGMEM = D_RSLT_POWER;
|
|
const char S_RSLT_RESULT[] PROGMEM = D_RSLT_RESULT;
|
|
const char S_RSLT_WARNING[] PROGMEM = D_RSLT_WARNING;
|
|
const char S_LWT[] PROGMEM = D_LWT;
|
|
const char S_OFFLINE[] PROGMEM = D_OFFLINE;
|
|
|
|
// sonoff.ino
|
|
#define MAX_BUTTON_COMMANDS 5 // Max number of button commands supported
|
|
const char kCommands[MAX_BUTTON_COMMANDS][14] PROGMEM = {
|
|
D_CMND_WIFICONFIG " 1", // Press button three times
|
|
D_CMND_WIFICONFIG " 2", // Press button four times
|
|
D_CMND_WIFICONFIG " 3", // Press button five times
|
|
D_CMND_RESTART " 1", // Press button six times
|
|
D_CMND_UPGRADE " 1" }; // Press button seven times
|
|
const char kWifiConfig[MAX_WIFI_OPTION][WCFG_MAX_STRING_LENGTH] PROGMEM = {
|
|
D_WCFG_0_RESTART,
|
|
D_WCFG_1_SMARTCONFIG,
|
|
D_WCFG_2_WIFIMANAGER,
|
|
D_WCFG_3_WPSCONFIG,
|
|
D_WCFG_4_RETRY,
|
|
D_WCFG_5_WAIT,
|
|
D_WCFG_6_SERIAL,
|
|
D_WCFG_7_WIFIMANAGER_RESET_ONLY };
|
|
const char kPrefixes[3][PRFX_MAX_STRING_LENGTH] PROGMEM = {
|
|
D_CMND,
|
|
D_STAT,
|
|
D_TELE };
|
|
|
|
const char kCodeImage[] PROGMEM = "sonoff|minimal|classic|sensors|knx|basic|display|ir";
|
|
|
|
// support.ino
|
|
static const char kMonthNames[] = D_MONTH3LIST;
|
|
|
|
const char kOptionOff[] PROGMEM = "OFF|" D_OFF "|" D_FALSE "|" D_STOP "|" D_CELSIUS ;
|
|
const char kOptionOn[] PROGMEM = "ON|" D_ON "|" D_TRUE "|" D_START "|" D_FAHRENHEIT "|" D_USER ;
|
|
const char kOptionToggle[] PROGMEM = "TOGGLE|" D_TOGGLE "|" D_ADMIN ;
|
|
const char kOptionBlink[] PROGMEM = "BLINK|" D_BLINK ;
|
|
const char kOptionBlinkOff[] PROGMEM = "BLINKOFF|" D_BLINKOFF ;
|
|
|
|
// xdrv_02_webserver.ino
|
|
#ifdef USE_WEBSERVER
|
|
const char HTTP_SNS_TEMP[] PROGMEM = "{s}%s " D_TEMPERATURE "{m}%s°%c{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_HUM[] PROGMEM = "{s}%s " D_HUMIDITY "{m}%s%%{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_PRESSURE[] PROGMEM = "{s}%s " D_PRESSURE "{m}%s %s{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_SEAPRESSURE[] PROGMEM = "{s}%s " D_PRESSUREATSEALEVEL "{m}%s %s{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_ANALOG[] PROGMEM = "{s}%s " D_ANALOG_INPUT "%d{m}%d{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_ILLUMINANCE[] PROGMEM = "{s}%s " D_ILLUMINANCE "{m}%d " D_UNIT_LUX "{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_CO2[] PROGMEM = "{s}%s " D_CO2 "{m}%d " D_UNIT_PARTS_PER_MILLION "{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_CO2EAVG[] PROGMEM = "{s}%s " D_ECO2 "{m}%d " D_UNIT_PARTS_PER_MILLION "{e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_GALLONS[] PROGMEM = "{s}%s " D_TOTAL_USAGE "{m}%s " D_UNIT_GALLONS " {e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
const char HTTP_SNS_GPM[] PROGMEM = "{s}%s " D_FLOW_RATE "{m}%s " D_UNIT_GALLONS_PER_MIN" {e}"; // {s} = <tr><th>, {m} = </th><td>, {e} = </td></tr>
|
|
|
|
const char S_MAIN_MENU[] PROGMEM = D_MAIN_MENU;
|
|
const char S_CONFIGURATION[] PROGMEM = D_CONFIGURATION;
|
|
const char S_CONFIGURE_TEMPLATE[] PROGMEM = D_CONFIGURE_TEMPLATE;
|
|
const char S_CONFIGURE_MODULE[] PROGMEM = D_CONFIGURE_MODULE;
|
|
const char S_CONFIGURE_WIFI[] PROGMEM = D_CONFIGURE_WIFI;
|
|
const char S_NO_NETWORKS_FOUND[] PROGMEM = D_NO_NETWORKS_FOUND;
|
|
const char S_CONFIGURE_LOGGING[] PROGMEM = D_CONFIGURE_LOGGING;
|
|
const char S_CONFIGURE_OTHER[] PROGMEM = D_CONFIGURE_OTHER;
|
|
const char S_SAVE_CONFIGURATION[] PROGMEM = D_SAVE_CONFIGURATION;
|
|
const char S_RESET_CONFIGURATION[] PROGMEM = D_RESET_CONFIGURATION;
|
|
const char S_RESTORE_CONFIGURATION[] PROGMEM = D_RESTORE_CONFIGURATION;
|
|
const char S_FIRMWARE_UPGRADE[] PROGMEM = D_FIRMWARE_UPGRADE;
|
|
const char S_CONSOLE[] PROGMEM = D_CONSOLE;
|
|
const char S_INFORMATION[] PROGMEM = D_INFORMATION;
|
|
const char S_RESTART[] PROGMEM = D_RESTART;
|
|
#endif // USE_WEBSERVER
|
|
|
|
#endif // _I18N_H_
|