forked from Egyras/HeishaMon
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove unused dependencies * remove unused dependencies * improve note * Delete platformio.ini * Update LIBSUSED.md * Update decode.h * Update HeatPumpType.md * Update OptionalPCB.md * Update OptionalPCB.md * add bivalent heating * add bivalent heating * add bivalent heating edit heat pump to match my id, add mixing valve opening * Update decode.h * fix model count * added more switch options to bivalent settings because of homeassistant-aquara plugin * Add stale action to autoclose old issues and PR's * fix: removed deprecated payload_template from yaml Update heishamon.yaml to work with version 2025.2.0 * style(integrations): Fix indentation and remove trailing spaces in HASS * When initializing the memory, the parameters for the memset() function were swapped and the memory was not initialized. (the compiler warnings had pointed this out) * Update README.md * Update HeatPumpType.md * add KIT-WC09L3E5 Update HeatPumpType.md |50 | E2 D5 0C 67 00 83 92 0C 27 98 | WH-ADC0509L3E5AN | WH-WDG05LE5 | KIT-WC09L3E5 | 5 | 1ph | HP - split L-series 3kW elec heating - AN | * add KIT-WC09L3E5 Update decode.h |50 | E2 D5 0C 67 00 83 92 0C 27 98 | WH-ADC0509L3E5AN | WH-WDG05LE5 | KIT-WC09L3E5 | 5 | 1ph | HP - split L-series 3kW elec heating - AN | refer to Egyras#614 * changed string representation of number to the to 52 Update decode.h "52", //string representation of number of known models (last model number + 1) * change to right number 51 Update HeatPumpType.md string representation of number 51 instead of 50 * added new model combination 52 Update HeatPumpType.md |52 | E2 D5 0C 67 00 83 92 0C 27 98 | WH-SDC0509L3E5 | WH-WDG05LE5 | KIT-WC09L3E5 | 5 | 1ph | HP - split L-series 3kW elec heating | * add correct byte value for Model combination 52 Update HeatPumpType.md E2 D5 0B 34 99 83 92 0C 27 98 * add model combination 52 Update decode.h WH-SDC0509L3E5 E2 D5 0B 34 99 83 92 0C 27 98 --------- Co-authored-by: Egyras <[email protected]> Co-authored-by: mi-hol <[email protected]> Co-authored-by: HighlyCompressedAir <[email protected]> Co-authored-by: Gosun <[email protected]> Co-authored-by: geduxas <[email protected]> Co-authored-by: Krilo_89 <[email protected]> Co-authored-by: Alexander Gil <[email protected]> Co-authored-by: Reichelt <[email protected]> Co-authored-by: thecem <[email protected]>
- Loading branch information
1 parent
aba49b6
commit 3451384
Showing
10 changed files
with
204 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: 'Close stale issues and PRs' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' | ||
|
||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' | ||
days-before-stale: 30 | ||
days-before-close: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.