Geoff Davis
1feeaeb257
Bump version to 2.5.0
2024-06-23 14:24:33 -07:00
Geoff Davis
f4ea626d3b
Merge pull request #155 from geoffdavis/develop
...
Prep for release 2.5.0
2024-06-23 14:22:21 -07:00
Geoff Davis
fa6369730a
Merge pull request #125 from stewartadam/master
...
Fix version pinning of SwiCago/HeatPump library
2024-06-23 14:08:43 -07:00
Geoff Davis
2dfb2ef461
Merge branch 'develop' into master
2024-06-23 14:07:57 -07:00
Geoff Davis
eebdff0d09
Merge pull request #143 from stewartadam/verify_serial
...
Mark component as failed if serial conflict is detected
2024-06-23 14:04:51 -07:00
Geoff Davis
35d09adb17
Merge pull request #126 from tlm/logging-crash
...
Fixes logging crash in fan mode and swing.
2024-06-23 14:01:18 -07:00
Geoff Davis
c97f6a097c
Merge pull request #153 from ghisch/patch-1
...
Fix KeyError in ESPHome 2024.6.X
2024-06-23 13:52:53 -07:00
Geoff Davis
2ac56d5a8e
Merge pull request #109 from nathanjw/unformat-select
...
Add vertical and horizontal vane position controls
2024-06-23 13:49:30 -07:00
ghisch
31ed3068fc
Fix KeyError in ESPHome 2024.6.X
2024-06-20 18:41:00 +02:00
Stewart Adam
eaba66fac4
Mark component as failed if serial conflict is detected
2024-03-25 00:54:20 -07:00
Stewart Adam
633377ba8a
Mark component as failed if serial conflict is detected
2024-03-25 00:53:11 -07:00
nathanjw
562c7e7337
Merge branch 'develop' into unformat-select
2023-12-30 19:31:41 -05:00
Nathan J. Williams
4a723921fd
Remove horizontal/both modes, which are uncommon, per request.
2023-12-17 15:36:43 -05:00
Stewart Adam
8bf850c3f5
Update SwiCago/HeatPump to include custom pin fix (helpful for some users affected by #71 )
2023-12-06 23:50:23 -08:00
Thomas Miller
872c2bf551
Fixes logging crash in fan mode and swing.
...
The logging for both fan mode and swing was trying to log unsigned
integers as strings causing the esp device to crash. This change now
logs the string representation of both the fan and swing modes at the
verbose level.
2023-12-07 17:28:26 +10:00
Stewart Adam
229c9127eb
Fix version pinning of SwiCago/HeatPump library and update to recentish commit
2023-11-17 22:50:30 -08:00
Geoff Davis
b1938e1bd2
Merge pull request #116 from KazWolfe/feat/packet-logger
...
feat: Add callback to log raw packets
2023-10-13 19:08:16 -07:00
Geoff Davis
d42322e6a9
Merge branch 'develop' into unformat-select
2023-10-13 14:00:30 -07:00
Geoff Davis
6309f9ec54
Fix README indentation
...
Bulleted lists were misaligned, and syntax was wrong.
2023-10-13 13:59:04 -07:00
Geoff Davis
38d089fce3
Merge pull request #105 from wtadler/develop
...
Edit README notes on baud rate and external temperature sensor
2023-10-13 13:32:26 -07:00
Geoff Davis
af351834ea
Merge branch 'develop' into develop
2023-10-13 13:31:50 -07:00
Geoff Davis
ef4c0ea9ae
Merge pull request #108 from nathanjw/master
...
Fix two bits of debugging output
2023-10-13 13:29:19 -07:00
Geoff Davis
224a1d9e5a
Merge branch 'develop' into unformat-select
2023-10-13 13:26:41 -07:00
Geoff Davis
ceefffe3b0
Merge branch 'fixup/optional' into develop
...
Corrects problems with compilation due to missing namespace on the
optional type.
2023-10-13 13:07:38 -07:00
Geoff Davis
4a4be1cd2f
add std:: prefix to optional
2023-10-13 13:02:55 -07:00
Geoff Davis
2ca4898593
Whitespace cleanups
2023-10-13 12:48:39 -07:00
KazWolfe
945b376663
feat: Add callback to log raw packets
...
- Write raw packet hex to verbose log for debug/RE work
2023-10-13 10:44:55 -07:00
Nathan J. Williams
d04e617bf1
Catch up with use of explicit namespaces in header.
2023-09-04 21:49:33 -04:00
Nathan J. Williams
860307bf98
Restore a couple of dropped tested models.
2023-09-04 21:39:09 -04:00
Nathan J. Williams
53c3d88e55
Modified patch for vane support.
...
Starting from https://github.com/geoffdavis/esphome-mitsubishiheatpump/pull/103 by @seime,
extract the vane implementation code and format according to existing style.
Leave behind all the reformatting.
2023-09-04 21:28:01 -04:00
Nathan J. Williams
b92cf5f1ff
Fan mode and swing mode are ints, don't try to debug-print them as strings.
2023-07-20 13:04:10 -04:00
Will Adler
cd984667f3
edit README note on external temperature sensor
2023-07-15 18:14:10 -04:00
Will Adler
f7e3c43a18
edit README note on baud rate
2023-07-15 18:03:59 -04:00
Nathan J. Williams
8d7595c261
Don't printf() a std::optional, that doesn't work right.
2023-07-14 16:51:28 -04:00
MrChuckDanger
c9a7ee4071
Added clarification for hardware_serial & baud_rate setting
...
Per #72 , added clarifications that setting baud_rate may be required on some ESP32 boards (mine is Huzzah32 Feather) or else you will go into boot loop.
Also, added detail to baud_rate setting that some heat pumps require 2400. Mine is MSZ-GL18NA, which only worked with 2400 (not 4800 or 9600). Note, the default swicago library will first try 2400, and then try 9600, if no explicit rate is provided.
2023-06-15 17:59:41 -07:00
donutsoft
1007b4d075
Remote temperature sensor update
2023-06-15 17:57:21 -07:00
Geoff Davis
0c3742c05d
Merge pull request #89 from MrChuckDanger/patch-1
...
Added clarification for hardware_serial & baud_rate setting
2023-06-15 17:09:09 -07:00
Geoff Davis
430817ee3b
Merge branch 'develop' into patch-1
2023-06-15 17:08:19 -07:00
Geoff Davis
9da775567a
Merge pull request #93 from dmcc/patch-1
...
README.md: Minor markdown formatting/quoting
2023-06-15 17:04:05 -07:00
Geoff Davis
edbf25f4a1
Merge pull request #101 from sprocketstech/master
...
Use fully qualified names in header
2023-06-15 16:52:41 -07:00
Geoff Davis
28eaf87ae6
Merge pull request #102 from TheDK/patch-1
...
Update README.md with info to avoid boot loop on ESP32
2023-06-15 16:50:07 -07:00
TheDK
87d0f5af1e
Update README.md
...
Add info to avoid boot loop on ESP32
2023-06-09 17:10:17 +02:00
Jon Maucher
6e00fa62b5
Using explicit namespaces in header
2023-05-11 10:34:41 -04:00
David McClosky
50bb5b9c07
README.md: Minor markdown formatting/quoting
...
Without the quoting, I get config parsing errors for swing_mode.
2023-02-17 17:25:07 -05:00
Geoff Davis
ffaa89d085
Merge pull request #91 from pauln/feature/configurable-uart-pins
2023-02-12 00:04:13 -08:00
Paul Nicholls
1066ab6f15
Make UART pins configurable (for ESP32)
...
Adds optional configuration for the UART RX and TX pins on platforms which support assigning arbitrary pins to hardware UART(s), i.e. ESP32.
2023-02-11 22:35:37 +13:00
MrChuckDanger
10949d3067
Added clarification for hardware_serial & baud_rate setting
...
Per #72 , added clarifications that setting baud_rate may be required on some ESP32 boards (mine is Huzzah32 Feather) or else you will go into boot loop.
Also, added detail to baud_rate setting that some heat pumps require 2400. Mine is MSZ-GL18NA, which only worked with 2400 (not 4800 or 9600). Note, the default swicago library will first try 2400, and then try 9600, if no explicit rate is provided.
2023-01-23 13:27:21 -05:00
Geoff Davis
acff7863e5
Merge pull request #87 from geoffdavis/esp32--doc
...
Esp32 doc updates
2023-01-21 11:07:05 -08:00
Geoff Davis
bcba670a09
Clarify ESP32 vs ESP8266 in docs
2023-01-21 11:03:31 -08:00
Geoff Davis
9ba5194034
Merge pull request #86 from geoffdavis:UART-Compare-Fix
...
Cast pointers to void* before comparision
2023-01-21 10:55:27 -08:00