lumapu
fae46c4667
0.5.110
* MQTT fix reconnection by new lib version #780
* display 'failed' if no Update was selected #813
2 years ago
lumapu
a1aedce59e
small improvement, MQTT
2 years ago
lumapu
1d0860f851
0.5.109
* reduced heap fragmentation by optimizing MqTT #768
* ePaper: centered text thx @knickohr
2 years ago
lumapu
4a44041e7d
0.5.109
* reduced heap fragmentation by optimizing MqTT #768
2 years ago
Markus Krause
580a17d46c
improve centering of text on eInk display
(@knickohr|s erster codebeitrag, er ist stolz wie bolle)
2 years ago
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
2 years ago
lumapu
ac7423ca84
0.5.108
* merge: PR SPI pins configureable (ESP32) #807
2 years ago
Markus Krause
29315b9b42
fix pointer lifetime for SPIClass
2 years ago
Markus Krause
7ee9a9dfb6
fix for display stealing the spi interface
2 years ago
rejoe2
a5f93f186c
more fixes to serial output
2 years ago
lumapu
a95dce51c6
0.5.107
2 years ago
lumapu
081adeb140
0.5.107
* fix: show save message
* fix: removed serial newline for `enqueueCmd`
2 years ago
Markus Krause
dfc869aad0
fix display selection for s3
2 years ago
Markus Krause
80b8e175ec
also fix pin selection for displays
2 years ago
Markus Krause
8df90cb723
extend ci
2 years ago
Markus Krause
f350f8c3e2
add S3 example in override.h
2 years ago
Markus Krause
c532be86b2
restore deafults for ESP32 standard modules
2 years ago
Markus Krause
2e0add3548
prevent selection of SPI pins for 8266
2 years ago
Markus Krause
79980fd8bf
remove accidental file
2 years ago
Markus Krause
44c254b180
prevent setting of SPI pins for ESP82xx as not supported
2 years ago
Markus Krause
e3aa64b5cb
remove explicit HSPI call as it breaks 8266 builds
2 years ago
Markus Krause
8c36093dd7
extend api and settings container with spi pins
2 years ago
Markus Krause
9df7da46a7
add SPI pin config option
2 years ago
Markus Krause
190e8c737e
conditionally display esp32-s3 list of pins for selection
2 years ago
Tobias Wolf
e2f8b7bea3
Also add RSSI metric
2 years ago
Markus Krause
44f602f1a7
add spi pins to config container, remove hacks from app code
2 years ago
Markus Krause
cccbe63f2b
fix config override example
(add spi pins, remove wrong RF24 in there which was not correct even before)
2 years ago
Tobias Wolf
380f86cda1
Add missing argument for devicename
2 years ago
Markus Krause
97d60f2ea9
start making SPI configurable
2 years ago
Tobias Wolf
ecfefc6041
Add uptime to Prometheus metrics
2 years ago
lumapu
850cda3c38
0.5.106
* merged MI and debug message changes #804
* fixed MQTT autodiscover #794 , #632
2 years ago
lumapu
3f2e40848e
review #804
2 years ago
rejoe2
a1fb4aa911
MI - fix length for command packets
2 years ago
rejoe2
03b1eb126c
MI - small bugfix
2 years ago
rejoe2
c1e7128846
debug review
2 years ago
rejoe2
32092ede0d
debug review
- DPRINT_IVID
- MI: some small changes
2 years ago
lumapu
5a1a600327
0.5.105
* merged MI, thx @rejoe2 #788
* fixed reboot message #793
2 years ago
lumapu
3ed76324d5
clean up pull request
2 years ago
rejoe2
b498ea619f
MI - restructure error calculation
2 years ago
rejoe2
250d3f9fb1
MI - debug output for error calculation
2 years ago
rejoe2
0535117a47
MI - some small fixes ( #5 )
2 years ago
lumapu
25695fc30a
0.5.104
* improved wifi connection #652
2 years ago
lumapu
a6b8794855
0.5.104
* further improved save settings
* removed `#` character from ePaper
* fixed saving pinout for `Nokia-Display`
* removed `Reset` Pin for monochrome displays
2 years ago
rejoe2
a7bacf1f11
MI - dec control plus debug ( #4 )
* restructure serial debug output (partly)
+ MI - more code review
* fix debug output for power control cmds
* MI - limitation commands answered
* Debug - add more macros and texts
Might as well help for https://github.com/lumapu/ahoy/pull/478
Unfortunately, this atm doesn't really lower used flash memory
* MI - limit command
- now seems to work for MI-600 (to be verified)
- debug - more use of macros (wrt. to real effect see last remark)
2 years ago
lumapu
296597a589
0.5.103
fix ESP32 build
2 years ago
lumapu
96eb32ca63
0.5.103
merged heap improvements #772
2 years ago
lumapu
159b78c326
0.5.103
merged MI improvements, thx @rejoe2 #778
changed display inverter online message
2 years ago
lumapu
d7c06fd5d8
0.5.102
small fixes (save settings)
2 years ago
lumapu
57bda044e5
0.5.102
Warning: old exports are not compatible any more!
further save settings improvements (only store inverters which are existing)
improved display of settings save return value
made save settings asynchronous (more heap memory is free)
2 years ago
lumapu
e1326698b9
0.5.102
fix JSON import #775
fix save settings, at least already stored settings are not lost #771
2 years ago