Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v3.7 #504

Merged
merged 14 commits into from
Sep 6, 2024
Merged

release v3.7 #504

merged 14 commits into from
Sep 6, 2024

Conversation

IgorYbema
Copy link
Contributor

@IgorYbema IgorYbema commented Aug 20, 2024

This release adds:

  • disable wifi hotspot in settings
  • move from double reset as factory reset method to 10 sec boot button press and hold
  • adding a few heatpump types in type discovery
  • fix rules variables print to console
  • changed heatpump data in rules is now updated directly (bug)
  • NTP resync works also if during reboot there was no internet/wifi
  • website table refreshing is now using the JSON output and not a hard coded html output anymore
  • small urldecode issue causing a crash (bug)
  • JSON output is chopped into more chunks each webserver loop making it less memory hungry
  • optional PCB emulation topics are now (finally) visible on the webgui

* add hotspot disable function

* Squashed commit of the following:

commit d2a65cc
Author: IgorYbema <[email protected]>
Date:   Sun Jul 21 11:48:41 2024 +0200

    10s boot button factory reset

* remove binaries

* update version file to v3.6
commit e219cf9
Author: IgorYbema <[email protected]>
Date:   Mon Aug 19 20:41:20 2024 +0200

    minor merge issue

commit 024e77f
Merge: 6a32003 c6f2775
Author: IgorYbema <[email protected]>
Date:   Mon Aug 19 20:33:39 2024 +0200

    Merge branch 'main' into merge-with-egyras

commit 6a32003
Merge: eeea578 24677ab
Author: Egyras <[email protected]>
Date:   Wed Aug 14 13:09:27 2024 +0300

    Merge pull request Egyras#501 from IgorYbema/merge-with-egyras

    v3.5 release

commit 24677ab
Merge: c71fda8 eeea578
Author: IgorYbema <[email protected]>
Date:   Sat Aug 10 16:31:38 2024 +0200

    Merge branch 'master' into merge-with-egyras

commit eeea578
Merge: 7aa5587 746b7c9
Author: Egyras <[email protected]>
Date:   Mon Feb 12 07:46:45 2024 +0200

    Merge pull request Egyras#471 from dodger421/patch-1

    Update HeatPumpType.md

commit 746b7c9
Author: dodger421 <[email protected]>
Date:   Sun Feb 11 10:51:03 2024 +0000

    Update HeatPumpType.md

    Added
    | 43 | 32 D4 0B 00 78 62 90 0B 02 78 | Monoblock | WH-MXC12J6E5 | Monoblock | 12 | 1ph | T-CAP

    Hexdump for verification;
    data: 71 C8 01 10 56 55 62 49 00 55 00 01 00 00 00 00 00 00 00 00 59 15 12 55 56 16 55 55 55 19 00 00
    data: 00 00 00 00 00 00 80 80 80 80 B2 71 71 97 99 00 00 00 00 00 00 00 00 00 00 00 80 85 1F 8A 85 85
    data: D0 7B 78 1F 7E 1F 1F 79 79 8D 8D B2 A3 7B 8F B7 A3 7B 8F 98 88 76 8F 8A 94 9E 8F 8A 94 9E 85 8F
    data: 8A 11 79 78 BE 0B 7E 7C 1F 7C 7E 00 00 00 55 A5 55 21 A2 15 59 05 14 12 65 01 00 00 00 00 00 00
    data: 00 32 D4 0B 00 78 62 90 0B 02 78 AB 00 B3 85 9D AB 32 32 AB AD 32 32 32 80 AB A4 AF 97 96 86 95
    data: 9C 9F 94 2E 01 01 01 00 00 22 00 01 01 01 01 79 79 01 01 3E 07 00 02 01 00 01 00 00 04 00 00 0D
    data: 02 01 01 01 01 01 01 02 00 00 4E

commit 7aa5587
Merge: 0c878f5 2b28884
Author: Egyras <[email protected]>
Date:   Thu Feb 8 13:10:05 2024 +0200

    Merge pull request Egyras#467 from kamaradclimber/patch-1

    Fix capitalization on flowrate mode

commit 2b28884
Author: Grégoire Seux <[email protected]>
Date:   Wed Feb 7 20:30:18 2024 +0100

    Fix capitalization on flowrate mode

commit 0c878f5
Merge: 5e8dc71 bf1d67f
Author: Egyras <[email protected]>
Date:   Fri Feb 2 11:18:38 2024 +0200

    Merge pull request Egyras#466 from nrahbek/master

    Added new heat pump models reported in issues

commit bf1d67f
Author: nrahbek <[email protected]>
Date:   Fri Feb 2 01:31:36 2024 +0100

    Update decode.h

    Updated list of heatpumps to reflect new additions to HeatPumpType.md

commit 7ad0abf
Author: nrahbek <[email protected]>
Date:   Fri Feb 2 01:10:13 2024 +0100

    Update HeatPumpType.md

    Added a number of heat pumps reported in issues

commit 5e8dc71
Merge: 25e7666 a414b63
Author: Egyras <[email protected]>
Date:   Wed Jan 10 15:16:20 2024 +0200

    Merge pull request Egyras#456 from MiG-41/patch-15

    Update ProtocolByteDecrypt.md

commit 25e7666
Merge: 61a0c37 b112416
Author: Egyras <[email protected]>
Date:   Wed Jan 10 15:16:09 2024 +0200

    Merge pull request Egyras#454 from IgorYbema/patch-1

    Update README.md for v3.2.3

commit 61a0c37
Merge: 0a9ee40 ede8a13
Author: Egyras <[email protected]>
Date:   Wed Jan 10 15:15:57 2024 +0200

    Merge pull request Egyras#453 from efenekes/master

    Adding id data for KIT-WC07K3E5, thanks for making this possible!

commit a414b63
Author: Marcin Gajda <[email protected]>
Date:   Tue Jan 9 08:18:03 2024 +0100

    Update ProtocolByteDecrypt.md

    Add byte 110 , aded Boiler bivalent Contact

commit b112416
Author: IgorYbema <[email protected]>
Date:   Sun Jan 7 13:25:04 2024 +0100

    Update README.md for v3.2.3

commit ede8a13
Author: Erik Fenekes <[email protected]>
Date:   Sun Jan 7 11:54:53 2024 +0000

    Adding id data for KIT-WC07K3E5, thanks for making this possible!
@IgorYbema IgorYbema changed the title release v3.61 release v3.62 Aug 20, 2024
@Misiu
Copy link

Misiu commented Aug 23, 2024

@Egyras can you please merge this?

IgorYbema and others added 3 commits September 2, 2024 16:16
* Added concat description

* Fix rule_by_name

* Quick fix in case there are too many vars

* Exclude strings from slot assigning logic

* Rule triggers should contain up-to-date values

* Better identify individual formulas

* Even better identify individual formulas

* Don't hardcode vm_top_t size

* Ignore OP_GETVAL in slot assingments

* Proper if condition

* Squashed commit of the following:

commit 90f1783
Author: IgorYbema <[email protected]>
Date:   Mon Aug 26 16:18:47 2024 +0200

    remove table refresh functions

commit afbca72
Author: IgorYbema <[email protected]>
Date:   Mon Aug 26 16:08:18 2024 +0200

    better loading of table values

* Squashed commit of the following:

commit efec856
Author: CurlyMoo <[email protected]>
Date:   Sat May 18 20:17:19 2024 +0200

    Resync NTP regurlarly

* tm_year check fix

* Better NTP sync messages and logic

* reduce tops sent over json per webserver loop

* adding the XTOPs from JSON

* removing more table output code

* Properly decode urlencoded POST/GET data

* update version file

* change some deprecated warnings

* small html bug fixed

* save wifiscan to flash and remove some unused Strings and code

* fix stupid mistake on limiting data per webloop

* add new model

* adding OPT topics to JSON output

* prepare websocket for dynamic data

* backwards log print compatible

* feed the dog while loading (large) rules

* correct wdtFeed on ESP8266

---------

Co-authored-by: CurlyMoo <[email protected]>
@IgorYbema IgorYbema changed the title release v3.62 release v3.7 Sep 5, 2024
@IgorYbema
Copy link
Contributor Author

@Egyras v3.7 is now ready ;-)

@Egyras Egyras merged commit 0202dd5 into Egyras:master Sep 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants