Markus Krause
1eabd0f470
Merge branch 'development03' of https://github.com/lumapu/ahoy into development03
2023-04-01 10:54:03 +02:00
Markus Krause
33264cc776
make LED polarity selectable
2023-03-31 22:51:01 +02:00
rejoe2
24bfb43b02
Radio changes, MQTT fixes
...
* consolidated (?) proposals from beegee3
* timing now 410microsesonds
2023-03-31 19:17:16 +02:00
rejoe2
1f0f8b904a
MI - use only crc8 for MI commands
...
MI-600 at least sents answers as well...
2023-03-31 08:06:51 +02:00
Markus Krause
ba996f56dd
change build settings fpr S3 to address flash instability
2023-03-31 02:10:09 +02:00
rejoe2
f4accf1e37
MI - find priority inverter
...
remove unnecessary type checks
2023-03-30 19:44:08 +02:00
rejoe2
88f5120fc0
MI - restructure priority handling
...
- app differenciates between HM and MI type now (thx to beegee3 and AsZork)
- review debug output (also for HM)
2023-03-30 13:58:22 +02:00
lumapu
e82099a8a8
fix HMS RX
2023-03-30 12:57:06 +02:00
rori1977
e2af1b5f3b
Update CHANGES.md
...
correction of 2 spelling mistakes only
2023-03-28 09:22:27 +02:00
lumapu
ce25c1e728
Merge branch 'main' into hms
2023-03-27 23:55:30 +02:00
lumapu
bb5cb8b849
0.6.0
2023-03-27 23:15:20 +02:00
lumapu
68da9e0901
0.5.110
...
* MQTT fix reconnection by new lib version #780
* add `about` page
* improved documentation regarding SPI pins #814
* improved documentation (getting started) #815 #816
* improved MI 4-ch inverter #820
2023-03-27 22:35:50 +02:00
lumapu
0ddc001b8c
Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03
2023-03-27 22:33:31 +02:00
lumapu
fdb485614b
whitespace fix
2023-03-27 22:23:20 +02:00
lumapu
a6424a8418
Merge branch 'development03' of https://github.com/markusdd/ahoy into markusdd-development03
2023-03-27 22:19:20 +02:00
lumapu
c4e9fec8e7
0.5.110
...
* MQTT fix reconnection by new lib version #780
* add `about` page
2023-03-27 22:18:40 +02:00
lumapu
fae46c4667
0.5.110
...
* MQTT fix reconnection by new lib version #780
* display 'failed' if no Update was selected #813
2023-03-27 21:27:49 +02:00
rejoe2
7baa95c759
MI - change logic for progressing 4ch dev info cmd
...
Not tested yet, but compiled on 0.5.107.
So no urgent check in is required, but most likely this will perform more consistent than the previous version.
2023-03-27 20:21:01 +02:00
lumapu
fbeabf7358
fix WebUI
2023-03-27 15:24:25 +02:00
lumapu
f57826ce8d
Merge branch 'development03' into hms
2023-03-27 15:10:44 +02:00
lumapu
a1aedce59e
small improvement, MQTT
2023-03-27 15:10:29 +02:00
Markus Krause
1413fa13c5
update docs wrt to SPI pins
2023-03-27 12:00:27 +02:00
lumapu
f2ce528a56
Merge branch 'development03' into hms
2023-03-27 10:15:37 +02:00
lumapu
1d0860f851
0.5.109
...
* reduced heap fragmentation by optimizing MqTT #768
* ePaper: centered text thx @knickohr
2023-03-26 22:54:01 +02:00
lumapu
a23ee3771f
Merge branch 'development03' of https://github.com/markusdd/ahoy into development03
2023-03-26 22:51:53 +02:00
lumapu
4a44041e7d
0.5.109
...
* reduced heap fragmentation by optimizing MqTT #768
2023-03-26 22:45:15 +02:00
Markus Krause
5018009f4a
Merge branch 'development03' of https://github.com/lumapu/ahoy into development03
2023-03-26 22:02:07 +02:00
Markus Krause
580a17d46c
improve centering of text on eInk display
...
(@knickohr|s erster codebeitrag, er ist stolz wie bolle)
2023-03-26 21:49:27 +02:00
lumapu
115f3978cd
0.5.108
...
* fix: no MQTT `total` sensor for autodiscover if only one inverter was found #805
* fix: MQTT `total` renamed to `device_name` + `_TOTOL` for better visibility #805
2023-03-26 20:39:31 +02:00
lumapu
7cdd7756eb
Merge branch 'development03' of https://github.com/rejoe2/ahoy into rejoe2-development03
2023-03-26 17:10:02 +02:00
lumapu
8f2cac7cad
Merge branch 'markusdd-development03' into development03
2023-03-26 17:08:33 +02:00
lumapu
ac7423ca84
0.5.108
...
* merge: PR SPI pins configureable (ESP32) #807
2023-03-26 17:07:22 +02:00
Markus Krause
29315b9b42
fix pointer lifetime for SPIClass
2023-03-26 16:00:40 +02:00
lumapu
7afd0b80fe
improve communication
2023-03-26 15:11:45 +02:00
Markus Krause
e598865114
Merge branch 'development03' of https://github.com/lumapu/ahoy into development03
2023-03-26 14:59:55 +02:00
Markus Krause
7ee9a9dfb6
fix for display stealing the spi interface
2023-03-26 14:39:29 +02:00
lumapu
60bc9dd552
next improvement
2023-03-26 14:23:26 +02:00
lumapu
e4f100660b
further improvement
2023-03-26 13:58:58 +02:00
lumapu
98ba3b8a68
fix communication
2023-03-26 13:35:25 +02:00
lumapu
25d018840b
Merge branch 'development03' into hms
2023-03-26 13:24:48 +02:00
rejoe2
a5f93f186c
more fixes to serial output
2023-03-26 10:05:53 +02:00
lumapu
a95dce51c6
0.5.107
2023-03-26 01:27:20 +01:00
lumapu
c01a4ef5ca
Merge branch 'prometheus-add-uptime' of https://github.com/towolf/ahoy into towolf-prometheus-add-uptime
2023-03-26 01:04:55 +01:00
lumapu
081adeb140
0.5.107
...
* fix: show save message
* fix: removed serial newline for `enqueueCmd`
2023-03-26 01:03:59 +01:00
lumapu
694d4bb58b
fix save settings
2023-03-26 00:58:32 +01:00
lumapu
23e848d224
improved multi inverter
...
fixed setup
improved serial output
2023-03-26 00:47:49 +01:00
Markus Krause
dfc869aad0
fix display selection for s3
2023-03-26 00:00:59 +01:00
Markus Krause
80b8e175ec
also fix pin selection for displays
2023-03-25 23:32:10 +01:00
Markus Krause
8df90cb723
extend ci
2023-03-25 23:18:24 +01:00
Markus Krause
f350f8c3e2
add S3 example in override.h
2023-03-25 23:08:54 +01:00