Commit Graph

48 Commits

Author SHA1 Message Date
Nathan J. Williams
4a723921fd Remove horizontal/both modes, which are uncommon, per request. 2023-12-17 15:36:43 -05: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
af351834ea
Merge branch 'develop' into develop 2023-10-13 13:31:50 -07:00
Geoff Davis
224a1d9e5a
Merge branch 'develop' into unformat-select 2023-10-13 13:26:41 -07: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
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
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
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
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
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
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
bcba670a09 Clarify ESP32 vs ESP8266 in docs 2023-01-21 11:03:31 -08:00
Calum Ochkas
f4bf5037d5
Update README.md 2022-01-31 16:51:39 +13:00
Geoff Davis
d8ee6b69c2 update required esphome version 2021-06-23 04:53:51 -07:00
Mark Blakeney
6e3ea4989b Fix esphome v1.19 changes
Addresses issue #37.
2021-06-21 14:28:38 +10:00
Geoff Davis
b777cccdfe Merge branch master into develop 2021-05-29 08:14:47 -07:00
Geoff Davis
6e95f1276f Fix stray underscore 2021-05-29 08:12:52 -07:00
Geoff Davis
d98ab16302
Use substitutions in example YAML
Don't hard-code the node name or friendly name in the various component sections.
2021-05-28 13:52:10 -07:00
Geoff Davis
9bac1aa088
Comment out unused sections of demo 2021-05-28 13:34:16 -07:00
Simon Knopp
4cebb59611 Add support for set_remote_temperature() 2021-05-28 11:09:47 +12:00
Geoff Davis
c4ea4c14e1 Update documentation for external component
Add configuration variable reference.
Expand upon example configuration.
Add instructions for upgrading to version 2.0.x
2021-05-27 13:34:23 -07:00
Geoff Davis
11ab3f2cac Correct update_interval parameter 2021-05-27 10:40:22 -07:00
Geoff Davis
c53dbc6e4b
Merge pull request #28 from sijk/external_component
Make this usable as an `external_component`
2021-05-27 10:24:07 -07:00
Simon Knopp
cc4022babb Make this component work as a climate platform
I didn't understand initially how this was meant to be done. It makes
sense in hindsight.
2021-05-27 10:44:07 +12:00
Simon Knopp
cad0aee55e Document the new configuration options 2021-05-26 21:51:43 +12:00
Simon Knopp
1aa42c9406 Update documentation to use external_components 2021-05-26 18:01:58 +12:00
Daniel Eisterhold
7f660a4f64
Add link to circuit section of README 2021-05-02 10:10:45 -05:00
Geoff Davis
7a18097fb7 Update README
Reference upstream swicago library via github URL, per @oddeirik. Fixes
GH-26

ESPHome 1.15.x has been out for a while now.
2021-04-28 10:38:02 -07:00
Geoff Davis
9a48ec6f3e Update README
Reference upstream swicago library via github URL, per @oddeirik. Fixes
GH-26

ESPHome 1.15.x has been out for a while now.
2021-04-28 10:35:23 -07:00
Geoff Davis
10f08a68d4 Use upstream HeatPump library
SwiCago HeatPump has merged changes to variable initialization.
2020-03-18 07:44:08 -07:00
Geoff Davis
66b4efad8b Add requirements section
Source code had requirements, but readme didn't.
For GH-1
2020-03-11 23:04:27 -07:00
Geoff Davis
e79d216cfc Change I to The Author 2020-03-11 16:55:47 -07:00
Geoff Davis
9cc1c4e081 Even more doc tweaks. 2020-03-11 16:54:51 -07:00
Geoff Davis
3cdc870b4a More examples, more references 2020-03-11 16:51:01 -07:00
Geoff Davis
e8641f9cb7 Fix urls 2020-03-11 16:25:00 -07:00
Geoff Davis
d2637ad8e3 Fix baud_rate text 2020-03-11 16:20:50 -07:00
Geoff Davis
8a0bba689d Numerous documentation corrections
Change J105 to CN105.
Fix up formatting.
Add list of supported units from SwiCago.
2020-03-11 16:18:24 -07:00
Geoff Davis
8fa71878fa Add see also section, update example config 2020-03-11 15:32:49 -07:00
Geoff Davis
32ff547c7b Update README 2020-03-11 15:05:47 -07:00
Geoff Davis
d355025436 skeleton instructions 2020-03-11 10:22:35 -07:00
Geoff Davis
44f13b9c33
Initial commit 2020-03-11 09:36:56 -07:00