Skip to content

Commit

Permalink
Merge pull request #2405 from proddy/dev
Browse files Browse the repository at this point in the history
re-generated files for 3.7.2-dev.20
  • Loading branch information
proddy authored Feb 16, 2025
2 parents 1e4b487 + c4855cc commit 400d1a5
Show file tree
Hide file tree
Showing 11 changed files with 677 additions and 760 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/).
- change enum_heatingtype for remote control [#2268](https://github.com/emsesp/EMS-ESP32/issues/2268)
- system service commands [#2182](https://github.com/emsesp/EMS-ESP32/issues/2182)
- read 0x02A5 for thermostat CT200 [#2277](https://github.com/emsesp/EMS-ESP32/issues/2277)
- Add "duplicate" option to Custom Entities [#2266](https://github.com/emsesp/EMS-ESP32/discussion/2266)
- Mask bits for bool custom entities
- add "duplicate" option to Custom Entities [#2266](https://github.com/emsesp/EMS-ESP32/discussion/2266)
- mask bits for bool custom entities
- thermostat `reduce threshold` [#2288](https://github.com/emsesp/EMS-ESP32/issues/2288)
- thermostat `absent` [#1957](https://github.com/emsesp/EMS-ESP32/issues/1957)
- CR11 thermostat [#2295](https://github.com/emsesp/EMS-ESP32/issues/2295)
- Show ESP32's CPU temp in Hardware Status
- vacation mode for the CR50 [#2403](https://github.com/emsesp/EMS-ESP32/issues/2403)

## Fixed

Expand All @@ -33,4 +34,5 @@ For more details go to [docs.emsesp.org](https://docs.emsesp.org/).
- update eModbus to 1.7.2 [#2254](https://github.com/emsesp/EMS-ESP32/issues/2254)
- modbus timeout default to 300 sec, change setting from ms to sec [#2254](https://github.com/emsesp/EMS-ESP32/issues/2254)
- update AsyncTCP and ESPAsyncWebServer to latest versions
- update Arduino pio platform to 3.10.0 and optimize flash
- update Arduino pio platform to 3.10.0 and optimized flash using build flags
- Version checker in WebUI improved
8 changes: 8 additions & 0 deletions docs/Modbus-Entity-Registers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4809,6 +4809,7 @@
| minexttemp | minimal external temperature | int8 (>=-126<=126) | C | true | DEVICE_DATA | -1 | 1 | 1 |
| damping | damping outdoor temperature | boolean | | true | DEVICE_DATA | -1 | 1 | 1 |
| solar | solar | boolean | | true | DEVICE_DATA | -1 | 1 | 1 |
| vacations | vacation dates | string | | true | DEVICE_DATA | -1 | 0 | 1 |
| hybridstrategy | hybrid control strategy | enum [co2 optimized\|cost optimized\|outside temp switched\|co2 cost mix] | | true | DEVICE_DATA | -1 | 1 | 1 |
| switchovertemp | outside switchover temperature | int8 (>=-20<=20) | C | true | DEVICE_DATA | -1 | 1 | 1 |
| energycostratio | energy cost ratio | uint8 (>=0<=20) | | true | DEVICE_DATA | -1 | 1 | 1/10 |
Expand Down Expand Up @@ -4844,6 +4845,7 @@
| hpoperatingmode | heatpump operating mode | enum [off\|auto\|heating\|cooling] | | true | HC | -1 | 1 | 1 |
| summermode | summer mode | enum [winter\|summer] | | false | HC | -1 | 1 | 1 |
| hpoperatingstate | heatpump operating state | enum [heating\|off\|cooling] | | false | HC | -1 | 1 | 1 |
| vacationmode | vacation mode | boolean | | false | HC | -1 | 1 | 1 |
| controlmode | control mode | enum [optimized\|simple\|n/a\|room\|power] | | true | HC | -1 | 1 | 1 |
| program | program | enum [prog 1\|prog 2] | | true | HC | -1 | 1 | 1 |
| tempautotemp | temporary set temperature automode | int8 (>=-1<=30) | C | true | HC | -1 | 1 | 1/2 |
Expand Down Expand Up @@ -4928,6 +4930,7 @@
| minexttemp | minimal external temperature | int8 (>=-126<=126) | C | true | DEVICE_DATA | -1 | 1 | 1 |
| damping | damping outdoor temperature | boolean | | true | DEVICE_DATA | -1 | 1 | 1 |
| solar | solar | boolean | | true | DEVICE_DATA | -1 | 1 | 1 |
| vacations | vacation dates | string | | true | DEVICE_DATA | -1 | 0 | 1 |
| hybridstrategy | hybrid control strategy | enum [co2 optimized\|cost optimized\|outside temp switched\|co2 cost mix] | | true | DEVICE_DATA | -1 | 1 | 1 |
| switchovertemp | outside switchover temperature | int8 (>=-20<=20) | C | true | DEVICE_DATA | -1 | 1 | 1 |
| energycostratio | energy cost ratio | uint8 (>=0<=20) | | true | DEVICE_DATA | -1 | 1 | 1/10 |
Expand Down Expand Up @@ -4963,6 +4966,7 @@
| hpoperatingmode | heatpump operating mode | enum [off\|auto\|heating\|cooling] | | true | HC | -1 | 1 | 1 |
| summermode | summer mode | enum [winter\|summer] | | false | HC | -1 | 1 | 1 |
| hpoperatingstate | heatpump operating state | enum [heating\|off\|cooling] | | false | HC | -1 | 1 | 1 |
| vacationmode | vacation mode | boolean | | false | HC | -1 | 1 | 1 |
| controlmode | control mode | enum [optimized\|simple\|n/a\|room\|power] | | true | HC | -1 | 1 | 1 |
| program | program | enum [prog 1\|prog 2] | | true | HC | -1 | 1 | 1 |
| tempautotemp | temporary set temperature automode | int8 (>=-1<=30) | C | true | HC | -1 | 1 | 1/2 |
Expand Down Expand Up @@ -5094,6 +5098,7 @@
| hpoperatingmode | heatpump operating mode | enum [off\|auto\|heating\|cooling] | | true | HC | -1 | 1 | 1 |
| summermode | summer mode | enum [winter\|summer] | | false | HC | -1 | 1 | 1 |
| hpoperatingstate | heatpump operating state | enum [heating\|off\|cooling] | | false | HC | -1 | 1 | 1 |
| vacationmode | vacation mode | boolean | | false | HC | -1 | 1 | 1 |
| controlmode | control mode | enum [weather compensated\|outside basepoint\|n/a\|room\|power\|constant] | | true | HC | -1 | 1 | 1 |
| program | program | enum [prog 1\|prog 2] | | true | HC | -1 | 1 | 1 |
| tempautotemp | temporary set temperature automode | int8 (>=-1<=30) | C | true | HC | -1 | 1 | 1/2 |
Expand Down Expand Up @@ -5343,6 +5348,7 @@
| hpoperatingmode | heatpump operating mode | enum [off\|auto\|heating\|cooling] | | true | HC | -1 | 1 | 1 |
| summermode | summer mode | enum [winter\|summer] | | false | HC | -1 | 1 | 1 |
| hpoperatingstate | heatpump operating state | enum [heating\|off\|cooling] | | false | HC | -1 | 1 | 1 |
| vacationmode | vacation mode | boolean | | false | HC | -1 | 1 | 1 |
| controlmode | control mode | enum [weather compensated\|outside basepoint\|n/a\|room\|power\|constant] | | true | HC | -1 | 1 | 1 |
| program | program | enum [prog 1\|prog 2] | | true | HC | -1 | 1 | 1 |
| tempautotemp | temporary set temperature automode | int8 (>=-1<=30) | C | true | HC | -1 | 1 | 1/2 |
Expand Down Expand Up @@ -5436,6 +5442,7 @@
| hpoperatingmode | heatpump operating mode | enum [off\|auto\|heating\|cooling] | | true | HC | -1 | 1 | 1 |
| summermode | summer mode | enum [winter\|summer] | | false | HC | -1 | 1 | 1 |
| hpoperatingstate | heatpump operating state | enum [heating\|off\|cooling] | | false | HC | -1 | 1 | 1 |
| vacationmode | vacation mode | boolean | | false | HC | -1 | 1 | 1 |
| controlmode | control mode | enum [weather compensated\|outside basepoint\|n/a\|room\|power\|constant] | | true | HC | -1 | 1 | 1 |
| program | program | enum [prog 1\|prog 2] | | true | HC | -1 | 1 | 1 |
| tempautotemp | temporary set temperature automode | int8 (>=-1<=30) | C | true | HC | -1 | 1 | 1/2 |
Expand Down Expand Up @@ -5539,6 +5546,7 @@
| hpoperatingmode | heatpump operating mode | enum [off\|auto\|heating\|cooling] | | true | HC | -1 | 1 | 1 |
| summermode | summer mode | enum [winter\|summer] | | false | HC | -1 | 1 | 1 |
| hpoperatingstate | heatpump operating state | enum [heating\|off\|cooling] | | false | HC | -1 | 1 | 1 |
| vacationmode | vacation mode | boolean | | false | HC | -1 | 1 | 1 |
| controlmode | control mode | enum [weather compensated\|outside basepoint\|n/a\|room\|power\|constant] | | true | HC | -1 | 1 | 1 |
| program | program | enum [prog 1\|prog 2] | | true | HC | -1 | 1 | 1 |
| tempautotemp | temporary set temperature automode | int8 (>=-1<=30) | C | true | HC | -1 | 1 | 1/2 |
Expand Down
Loading

0 comments on commit 400d1a5

Please sign in to comment.