Commit graph

1374 commits

Author SHA1 Message Date
Markus Krause
2eb0a6542d take new ota.bin 2023-03-31 00:53:59 +02:00
Markus Krause
c9b6cc5f6f fix ota bin copy 2023-03-31 00:49:48 +02:00
Markus Krause
2eb845a9cb remove redundant call 2023-03-31 00:21:16 +02:00
Markus Krause
f6993fdc69 fix S3 bin distribution 2023-03-31 00:12:01 +02:00
Markus Krause
1413fa13c5 update docs wrt to SPI pins 2023-03-27 12:00:27 +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
e567d13eb4 Merge branch 'rejoe2-development03' into development03 2023-03-26 17:10:15 +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
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
Markus Krause
11b0c5b9d9 add s3 release binary 2023-03-26 13:27:53 +02:00
Markus Krause
8cab53486e extend ci also on devel branch 2023-03-26 13:06:18 +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
a9b1b57099 Merge branch 'towolf-prometheus-add-uptime' into development03 2023-03-26 01:05:50 +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
Markus Krause
dfc869aad0 fix display selection for s3 2023-03-26 00:00:59 +01:00
Tobias Wolf
7c449b67d4
Add description for new metrics 2023-03-25 23:33:17 +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
Markus Krause
c532be86b2 restore deafults for ESP32 standard modules 2023-03-25 23:07:32 +01:00
Markus Krause
2e0add3548 prevent selection of SPI pins for 8266 2023-03-25 22:52:10 +01:00
Markus Krause
79980fd8bf remove accidental file 2023-03-25 22:48:24 +01:00
Markus Krause
44c254b180 prevent setting of SPI pins for ESP82xx as not supported 2023-03-25 22:46:48 +01:00
Markus Krause
e3aa64b5cb remove explicit HSPI call as it breaks 8266 builds 2023-03-25 22:37:10 +01:00
Markus Krause
8c36093dd7 extend api and settings container with spi pins 2023-03-25 22:21:27 +01:00
Markus Krause
9df7da46a7 add SPI pin config option 2023-03-25 22:13:09 +01:00
Markus Krause
190e8c737e conditionally display esp32-s3 list of pins for selection 2023-03-25 22:03:16 +01:00
Tobias Wolf
e2f8b7bea3
Also add RSSI metric 2023-03-25 21:35:55 +01:00
Markus Krause
44f602f1a7 add spi pins to config container, remove hacks from app code 2023-03-25 20:56:31 +01:00
Markus Krause
cccbe63f2b fix config override example
(add spi pins, remove wrong RF24 in there which was not correct even before)
2023-03-25 20:46:25 +01:00
Tobias Wolf
380f86cda1
Add missing argument for devicename 2023-03-25 20:42:22 +01:00
Markus Krause
97d60f2ea9 start making SPI configurable 2023-03-25 20:32:23 +01:00
Tobias Wolf
ecfefc6041
Add uptime to Prometheus metrics 2023-03-25 20:23:01 +01:00
lumapu
02dc025814 Merge branch 'rejoe1-development03' into development03 2023-03-25 02:10:53 +01:00
lumapu
850cda3c38 0.5.106
* merged MI and debug message changes #804
* fixed MQTT autodiscover #794, #632
2023-03-25 02:10:16 +01:00
lumapu
3f2e40848e review #804 2023-03-24 23:26:35 +01:00
rejoe2
a1fb4aa911
MI - fix length for command packets 2023-03-24 17:01:43 +01:00
rejoe2
03b1eb126c
MI - small bugfix 2023-03-24 16:12:21 +01:00
rejoe2
c1e7128846
debug review 2023-03-24 15:33:26 +01:00
rejoe2
32092ede0d
debug review
- DPRINT_IVID
- MI: some small changes
2023-03-24 15:26:14 +01:00
lumapu
5a1a600327 0.5.105
* merged MI, thx @rejoe2 #788
* fixed reboot message #793
2023-03-23 22:41:56 +01:00
lumapu
53d02df854 Merge branch 'isarrider-patch-1' into development03 2023-03-23 22:10:24 +01:00