Fork of the espurna firmware for `mhsw` switches
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

308 lines
9.0 KiB

6 years ago
  1. //--------------------------------------------------------------------------------
  2. // PROGMEM definitions
  3. //--------------------------------------------------------------------------------
  4. //--------------------------------------------------------------------------------
  5. // Reset reasons
  6. //--------------------------------------------------------------------------------
  7. PROGMEM const char custom_reset_hardware[] = "Hardware button";
  8. PROGMEM const char custom_reset_web[] = "Reboot from web interface";
  9. PROGMEM const char custom_reset_terminal[] = "Reboot from terminal";
  10. PROGMEM const char custom_reset_mqtt[] = "Reboot from MQTT";
  11. PROGMEM const char custom_reset_rpc[] = "Reboot from RPC";
  12. PROGMEM const char custom_reset_ota[] = "Reboot after successful OTA update";
  13. PROGMEM const char custom_reset_http[] = "Reboot from HTTP";
  14. PROGMEM const char custom_reset_nofuss[] = "Reboot after successful NoFUSS update";
  15. PROGMEM const char custom_reset_upgrade[] = "Reboot after successful web update";
  16. PROGMEM const char custom_reset_factory[] = "Factory reset";
  17. PROGMEM const char* const custom_reset_string[] = {
  18. custom_reset_hardware, custom_reset_web, custom_reset_terminal,
  19. custom_reset_mqtt, custom_reset_rpc, custom_reset_ota,
  20. custom_reset_http, custom_reset_nofuss, custom_reset_upgrade,
  21. custom_reset_factory
  22. };
  23. //--------------------------------------------------------------------------------
  24. // Capabilities
  25. //--------------------------------------------------------------------------------
  26. PROGMEM const char espurna_modules[] =
  27. #if ALEXA_SUPPORT
  28. "ALEXA "
  29. #endif
  30. #if API_SUPPORT
  31. "API "
  32. #endif
  33. #if BROKER_SUPPORT
  34. "BROKER "
  35. #endif
  36. #if BUTTON_SUPPORT
  37. "BUTTON "
  38. #endif
  39. #if DEBUG_SERIAL_SUPPORT
  40. "DEBUG_SERIAL "
  41. #endif
  42. #if DEBUG_TELNET_SUPPORT
  43. "DEBUG_TELNET "
  44. #endif
  45. #if DEBUG_UDP_SUPPORT
  46. "DEBUG_UDP "
  47. #endif
  48. #if DEBUG_WEB_SUPPORT
  49. "DEBUG_WEB "
  50. #endif
  51. #if DOMOTICZ_SUPPORT
  52. "DOMOTICZ "
  53. #endif
  54. #if ENCODER_SUPPORT
  55. "ENCODER "
  56. #endif
  57. #if HOMEASSISTANT_SUPPORT
  58. "HOMEASSISTANT "
  59. #endif
  60. #if I2C_SUPPORT
  61. "I2C "
  62. #endif
  63. #if INFLUXDB_SUPPORT
  64. "INFLUXDB "
  65. #endif
  66. #if IR_SUPPORT
  67. "IR "
  68. #endif
  69. #if LED_SUPPORT
  70. "LED "
  71. #endif
  72. #if LLMNR_SUPPORT
  73. "LLMNR "
  74. #endif
  75. #if MDNS_CLIENT_SUPPORT
  76. "MDNS_CLIENT "
  77. #endif
  78. #if MDNS_SERVER_SUPPORT
  79. "MDNS_SERVER "
  80. #endif
  81. #if MQTT_SUPPORT
  82. "MQTT "
  83. #endif
  84. #if NETBIOS_SUPPORT
  85. "NETBIOS "
  86. #endif
  87. #if NOFUSS_SUPPORT
  88. "NOFUSS "
  89. #endif
  90. #if NTP_SUPPORT
  91. "NTP "
  92. #endif
  93. #if RFM69_SUPPORT
  94. "RFM69 "
  95. #endif
  96. #if RF_SUPPORT
  97. "RF "
  98. #endif
  99. #if SCHEDULER_SUPPORT
  100. "SCHEDULER "
  101. #endif
  102. #if SENSOR_SUPPORT
  103. "SENSOR "
  104. #endif
  105. #if SPIFFS_SUPPORT
  106. "SPIFFS "
  107. #endif
  108. #if SSDP_SUPPORT
  109. "SSDP "
  110. #endif
  111. #if TELNET_SUPPORT
  112. "TELNET "
  113. #endif
  114. #if TERMINAL_SUPPORT
  115. "TERMINAL "
  116. #endif
  117. #if THINGSPEAK_SUPPORT
  118. "THINGSPEAK "
  119. #endif
  120. #if UART_MQTT_SUPPORT
  121. "UART_MQTT "
  122. #endif
  123. #if WEB_SUPPORT
  124. "WEB "
  125. #endif
  126. "";
  127. //--------------------------------------------------------------------------------
  128. // Sensors
  129. //--------------------------------------------------------------------------------
  130. #if SENSOR_SUPPORT
  131. PROGMEM const char espurna_sensors[] =
  132. #if AM2320_SUPPORT
  133. "AM2320_I2C "
  134. #endif
  135. #if ANALOG_SUPPORT
  136. "ANALOG "
  137. #endif
  138. #if BH1750_SUPPORT
  139. "BH1750 "
  140. #endif
  141. #if BMX280_SUPPORT
  142. "BMX280 "
  143. #endif
  144. #if CSE7766_SUPPORT
  145. "CSE7766 "
  146. #endif
  147. #if DALLAS_SUPPORT
  148. "DALLAS "
  149. #endif
  150. #if DHT_SUPPORT
  151. "DHTXX "
  152. #endif
  153. #if DIGITAL_SUPPORT
  154. "DIGITAL "
  155. #endif
  156. #if ECH1560_SUPPORT
  157. "ECH1560 "
  158. #endif
  159. #if EMON_ADC121_SUPPORT
  160. "EMON_ADC121 "
  161. #endif
  162. #if EMON_ADS1X15_SUPPORT
  163. "EMON_ADX1X15 "
  164. #endif
  165. #if EMON_ANALOG_SUPPORT
  166. "EMON_ANALOG "
  167. #endif
  168. #if EVENTS_SUPPORT
  169. "EVENTS "
  170. #endif
  171. #if GEIGER_SUPPORT
  172. "GEIGER "
  173. #endif
  174. #if GUVAS12SD_SUPPORT
  175. "GUVAS12SD "
  176. #endif
  177. #if HLW8012_SUPPORT
  178. "HLW8012 "
  179. #endif
  180. #if MHZ19_SUPPORT
  181. "MHZ19 "
  182. #endif
  183. #if NTC_SUPPORT
  184. "NTC "
  185. #endif
  186. #if PMSX003_SUPPORT
  187. "PMSX003 "
  188. #endif
  189. #if PZEM004T_SUPPORT
  190. "PZEM004T "
  191. #endif
  192. #if SDS011_SUPPORT
  193. "SDS011 "
  194. #endif
  195. #if SENSEAIR_SUPPORT
  196. "SENSEAIR "
  197. #endif
  198. #if SHT3X_I2C_SUPPORT
  199. "SHT3X_I2C "
  200. #endif
  201. #if SI7021_SUPPORT
  202. "SI7021 "
  203. #endif
  204. #if SONAR_SUPPORT
  205. "SONAR "
  206. #endif
  207. #if TMP3X_SUPPORT
  208. "TMP3X "
  209. #endif
  210. #if V9261F_SUPPORT
  211. "V9261F "
  212. #endif
  213. "";
  214. PROGMEM const unsigned char magnitude_decimals[] = {
  215. 0,
  216. 1, 0, 2, // THP
  217. 3, 0, 0, 0, 0, 0, 0, 0, // Power decimals
  218. 0, 0, 0, // analog, digital, event
  219. 0, 0, 0, // PM
  220. 0, 0, 3, 3, 0,
  221. 4, 4, // Geiger Counter decimals
  222. 0
  223. };
  224. PROGMEM const char magnitude_unknown_topic[] = "unknown";
  225. PROGMEM const char magnitude_temperature_topic[] = "temperature";
  226. PROGMEM const char magnitude_humidity_topic[] = "humidity";
  227. PROGMEM const char magnitude_pressure_topic[] = "pressure";
  228. PROGMEM const char magnitude_current_topic[] = "current";
  229. PROGMEM const char magnitude_voltage_topic[] = "voltage";
  230. PROGMEM const char magnitude_active_power_topic[] = "power";
  231. PROGMEM const char magnitude_apparent_power_topic[] = "apparent";
  232. PROGMEM const char magnitude_reactive_power_topic[] = "reactive";
  233. PROGMEM const char magnitude_power_factor_topic[] = "factor";
  234. PROGMEM const char magnitude_energy_topic[] = "energy";
  235. PROGMEM const char magnitude_energy_delta_topic[] = "energy_delta";
  236. PROGMEM const char magnitude_analog_topic[] = "analog";
  237. PROGMEM const char magnitude_digital_topic[] = "digital";
  238. PROGMEM const char magnitude_event_topic[] = "event";
  239. PROGMEM const char magnitude_pm1dot0_topic[] = "pm1dot0";
  240. PROGMEM const char magnitude_pm2dot5_topic[] = "pm2dot5";
  241. PROGMEM const char magnitude_pm10_topic[] = "pm10";
  242. PROGMEM const char magnitude_co2_topic[] = "co2";
  243. PROGMEM const char magnitude_lux_topic[] = "lux";
  244. PROGMEM const char magnitude_uv_topic[] = "uv";
  245. PROGMEM const char magnitude_distance_topic[] = "distance";
  246. PROGMEM const char magnitude_hcho_topic[] = "hcho";
  247. PROGMEM const char magnitude_geiger_cpm_topic[] = "ldr_cpm"; // local dose rate [Counts per minute]
  248. PROGMEM const char magnitude_geiger_sv_topic[] = "ldr_uSvh"; // local dose rate [µSievert per hour]
  249. PROGMEM const char magnitude_count_topic[] = "count";
  250. PROGMEM const char* const magnitude_topics[] = {
  251. magnitude_unknown_topic, magnitude_temperature_topic, magnitude_humidity_topic,
  252. magnitude_pressure_topic, magnitude_current_topic, magnitude_voltage_topic,
  253. magnitude_active_power_topic, magnitude_apparent_power_topic, magnitude_reactive_power_topic,
  254. magnitude_power_factor_topic, magnitude_energy_topic, magnitude_energy_delta_topic,
  255. magnitude_analog_topic, magnitude_digital_topic, magnitude_event_topic,
  256. magnitude_pm1dot0_topic, magnitude_pm2dot5_topic, magnitude_pm10_topic,
  257. magnitude_co2_topic, magnitude_lux_topic, magnitude_uv_topic,
  258. magnitude_distance_topic, magnitude_hcho_topic,
  259. magnitude_geiger_cpm_topic, magnitude_geiger_sv_topic,
  260. magnitude_count_topic
  261. };
  262. PROGMEM const char magnitude_empty[] = "";
  263. PROGMEM const char magnitude_celsius[] = "°C";
  264. PROGMEM const char magnitude_fahrenheit[] = "°F";
  265. PROGMEM const char magnitude_percentage[] = "%";
  266. PROGMEM const char magnitude_hectopascals[] = "hPa";
  267. PROGMEM const char magnitude_amperes[] = "A";
  268. PROGMEM const char magnitude_volts[] = "V";
  269. PROGMEM const char magnitude_watts[] = "W";
  270. PROGMEM const char magnitude_kw[] = "kW";
  271. PROGMEM const char magnitude_joules[] = "J";
  272. PROGMEM const char magnitude_kwh[] = "kWh";
  273. PROGMEM const char magnitude_ugm3[] = "µg/m³";
  274. PROGMEM const char magnitude_ppm[] = "ppm";
  275. PROGMEM const char magnitude_lux[] = "lux";
  276. PROGMEM const char magnitude_uv[] = "uv";
  277. PROGMEM const char magnitude_distance[] = "m";
  278. PROGMEM const char magnitude_mgm3[] = "mg/m³";
  279. PROGMEM const char magnitude_geiger_cpm[] = "cpm"; // Counts per Minute: Unit of local dose rate (Geiger counting)
  280. PROGMEM const char magnitude_geiger_sv[] = "µSv/h"; // µSievert per hour: 2nd unit of local dose rate (Geiger counting)
  281. PROGMEM const char* const magnitude_units[] = {
  282. magnitude_empty, magnitude_celsius, magnitude_percentage,
  283. magnitude_hectopascals, magnitude_amperes, magnitude_volts,
  284. magnitude_watts, magnitude_watts, magnitude_watts,
  285. magnitude_percentage, magnitude_joules, magnitude_joules,
  286. magnitude_empty, magnitude_empty, magnitude_empty,
  287. magnitude_ugm3, magnitude_ugm3, magnitude_ugm3,
  288. magnitude_ppm, magnitude_lux, magnitude_uv,
  289. magnitude_distance, magnitude_mgm3,
  290. magnitude_geiger_cpm, magnitude_geiger_sv, // Geiger counter units
  291. magnitude_empty
  292. };
  293. #endif