diff --git a/CHANGELOG.md b/CHANGELOG.md index ca50ccca4..40d6e4634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. - ESP32 TasmotaSerial uart mapping to support multiple ``begin()`` and implement ``getUart()`` (#14981) - Commands ``Sensor12 D0 .. D5, S0 .. S5`` allowing differential or single-ended modes (#15001) - NeoPool commands ``NPpHMin``, ``NPpHMax``, ``NPpH``, ``NPRedox``, ``NPHydrolysis``, ``NPIonization``, ``NPChlorine`` and ``NPControl`` (#15015) -- NeoPool system voltages display, add complete power module and cell info to SENSOR +- NeoPool system voltages display, add JSON power module, cell info, chlorine, conductivity and ionization to SENSOR - Full DS3231 integration and synchronisation when using UBX (=GPS), NTP or manual time - LVGL Splash screen and ``SetOption135 1`` to disable splash screen - Command ``RfTimeout 100..60000`` to disable duplicate RfReceive. Default 1000 (#15061) diff --git a/tasmota/xsns_83_neopool.ino b/tasmota/xsns_83_neopool.ino index 219f33b64..cdb465b9f 100644 --- a/tasmota/xsns_83_neopool.ino +++ b/tasmota/xsns_83_neopool.ino @@ -135,9 +135,9 @@ enum NeoPoolRegister { // FACTORY page (0x03xx) MBF_PAR_VERSION = 0x0300, // 0x0300* Software version of the PowerBox (unused) MBF_PAR_MODEL, // 0x0301* mask System model options - MBF_PAR_SERNUM, // 0x0302 Serial number of the PowerBox (unused) - MBF_PAR_ION_NOM, // 0x0303 Ionization maximum production level (DO NOT WRITE!) - MBF_PAR_HIDRO_NOM = 0x0306, // 0x0306 Hydrolysis maximum production level. (DO NOT WRITE!) If the hydrolysis is set to work in percent mode, this value will be 100. If the hydrolysis module is set to work in g/h production, this module will contain the maximum amount of production in g/h units. (DO NOT WRITE!) + MBF_PAR_SERNUM, // 0x0302* Serial number of the PowerBox (unused) + MBF_PAR_ION_NOM, // 0x0303* Ionization maximum production level (DO NOT WRITE!) + MBF_PAR_HIDRO_NOM = 0x0306, // 0x0306* Hydrolysis maximum production level. (DO NOT WRITE!) If the hydrolysis is set to work in percent mode, this value will be 100. If the hydrolysis module is set to work in g/h production, this module will contain the maximum amount of production in g/h units. (DO NOT WRITE!) MBF_PAR_SAL_AMPS = 0x030A, // 0x030A Current command in regulation for which we are going to measure voltage MBF_PAR_SAL_CELLK, // 0x030B Specifies the relationship between the resistance obtained in the measurement process and its equivalence in g / l (grams per liter) MBF_PAR_SAL_TCOMP, // 0x030C Specifies the deviation in temperature from the conductivity. @@ -616,7 +616,7 @@ struct { // complete poll cycle needs 8x250 ms to read complete register set {MBF_ION_CURRENT, MBF_NOTIFICATION - MBF_ION_CURRENT + 1, nullptr}, {MBF_CELL_RUNTIME_LOW, MBF_CELL_RUNTIME_POL_CHANGES_HIGH - MBF_CELL_RUNTIME_LOW + 1, nullptr}, - {MBF_PAR_VERSION, MBF_PAR_MODEL - MBF_PAR_VERSION + 1, nullptr}, + {MBF_PAR_VERSION, MBF_PAR_HIDRO_NOM - MBF_PAR_VERSION + 1, nullptr}, {MBF_PAR_TIME_LOW, MBF_PAR_FILT_GPIO - MBF_PAR_TIME_LOW + 1, nullptr}, {MBF_PAR_ION, MBF_PAR_FILTRATION_CONF - MBF_PAR_ION + 1, nullptr}, {MBF_PAR_UICFG_MACHINE, MBF_PAR_UICFG_MACH_VISUAL_STYLE - MBF_PAR_UICFG_MACHINE + 1, nullptr}, @@ -731,7 +731,13 @@ const char HTTP_SNS_NEOPOOL_STATUS_ACTIVE[] PROGMEM = "filter:invert(1)"; * * NPFiltrationMode {} * get/set filtration mode (mode = 0..4|13) - * get mode if is omitted, otherwise set new mode + * get mode if is omitted, otherwise set new mode according: + * 0 - Manual + * 1 - Auto + * 2 - Heating + * 3 - Smart + * 4 - Intelligent + * 13 - Backwash * * NPTime {