Thomas Pohl
8960fa6650
Refactored DisplayMono class to improve maintainability
2 years ago
lumapu
f67a68e852
0.6.12
* improved MqTT
* fix menu active item
2 years ago
lumapu
ad9fda4e28
0.6.11
* added MqTT class for publishing all values in Arduino `loop`
2 years ago
lumapu
8ead358f4c
fix publish loop
2 years ago
lumapu
2108a13fa7
pub mqtt loop in extra class
2 years ago
lumapu
c004c83bf9
added statemachine
2 years ago
lumapu
a0f44deb67
fix pinout for NRF24 read back, store enable
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
8c67f59eed
small enhancement for esp8266 (compile)
2 years ago
Thomas Pohl
df40286c04
Add support for 128x32 display
2 years ago
lumapu
b8533cc17d
several HMS / HMT related changes
2 years ago
lumapu
15ec6a0608
0.6.9 release
2 years ago
lumapu
05d1eb607e
0.6.8 try to fix esp32s3 build
2 years ago
lumapu
7e1f1cece4
0.6.9 release
2 years ago
lumapu
b6531180df
0.6.8
* fix #892 `zeroYieldDay` loop was not applied to all channels
2 years ago
lumapu
1103374abd
started to convert for and while loop to async loops
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
12a3d503c8
0.6.7
* merge PR #883 , improved store of settings and javascript, thx @tastendruecker123
* support `.` and `,` as floating point seperator in setup #881
2 years ago
tastendruecker123
492cc5a8aa
fixed typo
2 years ago
tastendruecker123
2c0e1bbe57
Bugfixes around saving settings
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
1e1696ca15
0.6.5
fix max module power read
2 years ago
lumapu
a0659968ce
0.6.5
Version number increase
2 years ago
lumapu
f38bee88a1
another fix
2 years ago
lumapu
d953dbfa37
0.6.5
* fix small issue during loading settings
2 years ago
lumapu
563550d42c
0.6.5
* merge PR #861 do not send channel metric if channel is disabled
2 years ago
lumapu
33186a9833
0.6.5 - 2023-04-11
* merge PR #876 , check JSON settings during read for existance
* **NOTE:** incompatible change: renamed `led_high_active` to `act_high`, maybe setting must be changed after update
2 years ago
lumapu
f946b35d06
0.6.5
* fix #845 MqTT subscription for `ctrl/power/[IV-ID]` was missing
2 years ago
tastendruecker123
e8e1fd7681
Don't load JSON settings that don't exist
2 years ago
Frank
0334898e3d
Do not send prometheus metric if channel is disabled in configuration
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
62c9cb7529
add missing file
2 years ago
lumapu
d114fd6743
0.6.4
* merge PR #859 , fix burger menu height, thx @ThomasPohl
2 years ago
lumapu
ef020dcc08
0.6.4
* merge PR #846 , improved NRF24 communication and MI, thx @beegee3 & @rejoe2
2 years ago
Thomas Pohl
c69b3e0110
Fix padding of title in mobile view
2 years ago
lumapu
bfae0e0def
basic implementation of improv
2 years ago
lumapu
6e0ab50c1d
0.6.3
* fix WiFi reconnect not working #851
* updated issue templates #822
2 years ago
lumapu
8d8cab6099
minor corrections
2 years ago
lumapu
863254aecb
0.6.3
* merge PR #854 optimize browser caching, thx @tastendruecker123
2 years ago
lumapu
c7060e40ff
0.6.3
* fix login, password length was not checked #852
2 years ago
tastendruecker123
e8aa1ba11b
removed debugging statement
2 years ago
tastendruecker123
df1e1c2418
Fixed issue #828 . Browser caching, versioned URLs.
2 years ago
rejoe2
1e81a3e963
faster request after power limit
and more yield() calls in while() loops (thx to beegee3)
2 years ago
lumapu
6533143e80
0.6.2
* fix login from multiple clients #819
* fix login screen on small displays
2 years ago
rejoe2
1e6a06b580
hmRadio.h - change rx/tx channel hopping logic ( #7 )
* hmRadio.h - change rx/tx channel hopping logic
- patch originally provided by beegee3
- timings look very good for 3rd gen., and ok for MI in my environment over several restarts
- runs stable on ESP32
- not sure wheather this also has any (negative or positive) impact to reboot problem with ESP8266
2 years ago
rejoe2
26ec95d61e
MI - fixes to MQTT; uses classic hmRadio.h
2 years ago
lumapu
521c7ca307
0.6.1
* potential fix of WiFi hostname during boot up #752
2 years ago