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
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
Geoff Davis
e393e68799
Cast pointers to void* before comparision
2023-01-21 10:22:04 -08:00
Geoff Davis
4c98affd26
Merge branch 'release/2.4.1' into develop
2022-10-31 22:39:12 -07:00
Geoff Davis
9128ca7f37
Bump to 2.4.1
2022-10-31 22:38:38 -07:00
Guillaume Rischard
3086d0ecb3
Update SwiCago/HeatPump to latest commit
...
Difference is https://github.com/SwiCago/HeatPump/pull/182
2022-10-27 10:54:31 -04:00
Geoff Davis
e90072132c
Merge branch 'release/2.4.0'
2022-04-05 11:55:13 -07:00
Geoff Davis
9949521bba
Bump version to 2.4.0
2022-04-05 11:55:00 -07:00
Geoff Davis
8405f05d69
Merge pull request #60 from geoffdavis/connectfix
...
Fix connection problems with newer versions of HeatPump
2022-04-05 11:52:15 -07:00
Geoff Davis
822a442301
Change hp->connect to new format
...
Pin to most recent version of SwiCago/HeatPump
Too much skew between the various unspecified versions of SwiCago/HeatPump
2022-04-05 11:46:40 -07:00
Geoff Davis
1d48ba6118
Merge pull request #55 from CalumOchkas/develop
2022-01-31 18:24:43 -08:00
Calum Ochkas
f4bf5037d5
Update README.md
2022-01-31 16:51:39 +13:00
Geoff Davis
e620427bd5
Merge branch 'release/2.3.2' into develop
2021-10-23 19:48:50 -07:00
Geoff Davis
ac207f52d9
Merge branch 'release/2.3.2'
2021-10-23 19:48:25 -07:00
Geoff Davis
1eba856865
Bump version to 2.3.2
2021-10-23 19:46:27 -07:00
Geoff Davis
af817ef762
Merge branch master into develop
2021-10-23 13:55:15 -05:00
Geoff Davis
2d2a44c782
Merge branch release/2.3.1 into master
2021-10-23 13:49:51 -05:00
Geoff Davis
547a05c78f
Bump version to 2.3.1
...
Update version to 2.3.1
2021-10-23 13:48:36 -05:00
Geoff Davis
afe32e8b25
Merge pull request #46 from geoffdavis/esphome-2021.10
2021-10-23 11:44:35 -07:00
Geoff Davis
e20c3148d5
Dereference make_preferences object
...
API changed upstream. Using the dereferenced version.
2021-10-23 13:16:48 -05:00
Geoff Davis
ad65768860
Namespace call to delay
...
Upstream library changes made calls to delay become ambiguous. Force to
the esphome version, even though we declared namespace esphome already.
2021-10-23 13:07:38 -05:00
Geoff Davis
299d1ad45a
Merge branch 'release/2.3.0' into develop
2021-09-11 21:57:03 -07:00
Geoff Davis
61fc0d72d6
Merge branch 'release/2.3.0'
2021-09-11 21:56:46 -07:00
Geoff Davis
a0b9f3ad8e
Bump version to 2.3.0
2021-09-11 21:56:35 -07:00
Geoff Davis
fd97fca488
Merge pull request #42 from earwin/master
...
Conform to changed climate traits API from esphome v1.9.4
Fixes GH-41
2021-08-17 21:01:38 -07:00
Geoff Davis
481a77f182
Merge branch 'master' into develop
2021-08-17 21:00:00 -07:00
Kirill Zakharenko
4f3a4a863d
Conform to changed climate traits API from esphome v1.9.4
2021-07-13 19:52:51 +03:00
Geoff Davis
faf631cacd
Merge pull request #39 from geoffdavis/release/2.2.0
2021-06-23 05:12:00 -07:00
Geoff Davis
d8ee6b69c2
update required esphome version
2021-06-23 04:53:51 -07:00
Geoff Davis
c6cd491fe6
Bump version to 2.2.0
...
Recent changes require esphome 1.19.1 or greater
2021-06-23 04:35:33 -07:00
Geoff Davis
4d5f99807e
Merge branch master into develop
2021-06-23 04:30:45 -07:00
Geoff Davis
82d9373374
Merge pull request #38 from bulletmark/esphome1.19
2021-06-23 04:18:34 -07:00
Mark Blakeney
6e3ea4989b
Fix esphome v1.19 changes
...
Addresses issue #37 .
2021-06-21 14:28:38 +10:00
Geoff Davis
48afbf0caa
Merge pull request #34 from bulletmark/no-thrash
2021-06-12 20:50:14 -07:00
Mark Blakeney
aa60a7f4ef
Fix HA connection thrashing when no comms
...
If the CN105 connection to the heat pump is down (i.e. unplugged,
wrongly configured, etc), then the ESP device goes into a hard thrash
loop where it is disconnecting and reconnecting to the HA server 2 times
every second, i.e. it smashes the HA server ad-infinitum. This commit
fixes this by ensuring the heat pump attributes are initialised to at
least something non-random. We set the temperatures to NAN so it is
clear they have not been initialised by heat pump, and thus apparent in
logs etc.
2021-06-12 11:21:51 +10:00
Geoff Davis
cc53da62d5
Merge branch 'master' into develop
2021-05-29 09:20:26 -07:00
Geoff Davis
d393498706
Merge branch 'release/2.1.1'
2021-05-29 09:19:55 -07:00
Geoff Davis
3a3502fc0d
Bump version to 2.1.1
2021-05-29 08:41:25 -07: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
df1dc417c7
Merge pull request #32 from geoffdavis/geoffdavis-patch-1
...
Comment out unused sections of demo, use substitutions
2021-05-28 13:54:00 -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
Geoff Davis
a3891afaa5
Merge branch 'release/2.1.0' into develop
2021-05-27 21:45:52 -07:00
Geoff Davis
b15c4b2ad8
Merge branch 'release/2.1.0'
...
Adds support for setting temperature remotely.
2021-05-27 21:43:33 -07:00
Geoff Davis
7513c7d096
Bump version to 2.1.0
2021-05-27 21:43:08 -07:00
Geoff Davis
e63820468d
Merge pull request #29 from sijk/remote_temp
...
Add support for set_remote_temperature()
2021-05-27 21:42:13 -07:00