lumapu
bdf43fd522
fix compile
2 years ago
lumapu
4e54bcf299
0.7.3
* fix hidden SSID scan #983
* improved NRF24 missing message on home screen #981
* fix MqTT publishing only updated values #982
2 years ago
lumapu
a1c00bdc01
0.7.0
esp32 compile fix
2 years ago
lumapu
0f594d13c8
fix esp8266
2 years ago
lumapu
6dcf5ee9aa
0.6.15
* improved reset values and update MqTT #957
2 years ago
lumapu
8ead358f4c
fix publish loop
2 years ago
lumapu
f2aad42be4
fix compile error
2 years ago
lumapu
27f16c4e91
Improved ESP8266 support for HMS version (same code base: only ESP32 supports HMS!)
2 years ago
lumapu
b8533cc17d
several HMS / HMT related changes
2 years ago
tastendruecker123
d7eb4a0b98
added option to reboot ahoy every 24 hours
2 years ago
lumapu
1e1a21fa56
add ethernet support, thx @fumanchi
(ahoyeth.h and ahoyeth.cpp are missing)
2 years ago
lumapu
48ce948ede
0.6.6
* increased distance for `import` button in mobile view #879
* changed `led_high_active` to `bool` #879
2 years ago
lumapu
efe3bc4d20
improv does not open complete menu every time
2 years ago
lumapu
ba3f84d684
improv: first two commands are working (state and device info)
2 years ago
lumapu
bfae0e0def
basic implementation of improv
2 years ago
Markus Krause
48a6bf021c
add MQTT status to LED update, try to fix settings save for led polarity
2 years ago
Markus Krause
33264cc776
make LED polarity selectable
2 years ago
rejoe2
24bfb43b02
Radio changes, MQTT fixes
* consolidated (?) proposals from beegee3
* timing now 410microsesonds
2 years ago
lumapu
e82099a8a8
fix HMS RX
2 years ago
Markus Krause
44f602f1a7
add spi pins to config container, remove hacks from app code
2 years ago
Markus Krause
97d60f2ea9
start making SPI configurable
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
116a1e6a93
0.5.99
fix limit in [User_Manual.md](../User_Manual.md)
changed `contrast` to `luminance` in `setup.html`
try to fix SSD1306 display #759
only show necessary display pins depending on setting
2 years ago
lumapu
3e919b4d10
removed MQTT subscription `sync_ntp`, `set_time` with a value of `0` does the same #696
simplified MQTT subscription for `limit`. Check User-Manual.md for new syntax #696 , #713
repaired inverter wise limit control, #713
2 years ago
lumapu
a01666aee8
fix merge changes
2 years ago
lumapu
6dbb88e27e
added ePaper (for ESP32 only!), thx @dAjaY85 #735
improved `/live` margins #732
renamed `var` to `VAr` #732
2 years ago
dAjaY85
ce20d7c1b4
MonochromeDisplay in Display umbenannt
2 years ago
lumapu
3cfa564171
fix workflow
2 years ago
lumapu
4f0d365211
improved html and navi, navi is visible even when API dies #660
reduced maximum allowed JSON size for API to 6000Bytes #660
small fix: output command at `prepareDevInformCmd` #692
improved inverter handling for MQTT #671
2 years ago
lumapu
300fc763c1
hms related changes
2 years ago
lumapu
9ef2df21fa
merged PR #684 , #698 , #705
webserial minor overflow fix #660
web `index.html` improve version information #701
fix MQTT sets power limit to zero (0) #692
changed `reset at midnight` with timezone #697
2 years ago
lumapu
3a25ebb26f
improved HMS implementation, RX not functional
Tx visible on SDR @ 863MHz
2 years ago
lumapu
5525d25e4b
added CmtRadio to app
2 years ago
lumapu
c4dd372554
improved general structures to support HMS in future
2 years ago
lumapu
c56c785a1f
basic implementation of HMS/HMT inverters
2 years ago
Frank
8342851ead
configurable offset for tickMidnight
2 years ago
lumapu
b6a41506b6
fix MqTT client ID
2 years ago
lumapu
a0879cfcbe
reduced heap fragmentation (removed `strtok` completely) #644 , #645 , #682
added part of mac address to MQTT client ID to seperate multiple ESPs in same network
added dictionary for MQTT to reduce heap-fragmentation
removed `last Alarm` from Live view, because it showed always the same alarm - will change in future
2 years ago
lumapu
15bc5f2b50
reneabled instant start communication (once NTP is synced) #674
fix negative number in yield total correction
2 years ago
lumapu
ca25f16548
prevent send devcontrol request during disabled night communication
changed yield total correction as module (inverter input) value #570
MQTT Yield Day zero, next try to fix #671
2 years ago
lumapu
026df8a09b
fix power-limit was not checked for max retransmits #667
fix blue LED lights up all the time #672
fix installing schedulers if NTP server isn't available
improved zero values on triggers #671
hardcoded MQTT subtopics, because wildcard `#` leads to errors
rephrased some messages on webif, thx to @Argafal #638
2 years ago
lumapu
a157f2b97b
fix blue LED lights up all the time #672
added an instant start communication (once NTP is synced)
2 years ago
lumapu
7423de76fb
fix MQTT publishing, `callback` was set but reset by following `setup()`
2 years ago
lumapu
5765e054f3
fixed communication error #652
reset values is no bound to MQTT any more, setting moved to `inverter` #649
fixed wording on `index.hmtl` #661
2 years ago
lumapu
75539c5daf
started implementation of MI inverters (setup.html, own processing `MiPayload.h`)
2 years ago
lumapu
edefcf1c83
fix Interrupt
fix connect to WiFi with only one AP
2 years ago
beegee3
5fb45f1b20
Update app.cpp
2 years ago
lumapu
9cedb41ff4
implemented `getNTPTime` improvements #609 partially #611
added alarm messages to MQTT #177 , #600 , #608
2 years ago
lumapu
2b3f252bbf
fix wakeup issue, once wifi was lost during night the communication didn't start in the morning
reenabled FlashStringHelper because of lacking RAM
complete rewrite of monochrome display class, thx to @dAjaY85 -> displays are now configurable in setup
2 years ago
lumapu
a0a40be9a6
fix compile
2 years ago