lumapu
f0defa59e6
Merge branch 'add-display-64x48-cleanup-display-type' of https://github.com/ddmesh/ahoy into ddmesh-add-display-64x48-cleanup-display-type
2023-07-19 22:26:59 +02:00
lumapu
be9c505407
0.6.12
...
added inverter status - state-machine #1016
2023-07-19 22:26:01 +02:00
Lukas Pusch
868c49fdf4
Merge pull request #1030 from PaeserBastelstube/main
...
RPi:crash when using additional InfoCommands
2023-07-19 22:07:10 +02:00
Lukas Pusch
b9fda459cc
Merge pull request #1025 from Andy-Voigt/main
...
Fixed index out of bounds
2023-07-19 22:02:34 +02:00
Knuti_in_Paese
5a93536940
Python goes in crash, when using an other InfoCommend
...
comment line 178 of main.py as before
add an else path in __init__.py
2023-07-17 19:44:52 +02:00
Knuti_in_Paese
9331d9197b
RPi:crash when using additional InfoCommands
...
Python goes in crash, when using an other InfoCommend
i.e. uncomment line 178 of __main__.py
2023-07-17 19:25:24 +02:00
Stephan Enderlein
6a11a1a3b7
remove decimal place from "total" to have more space
2023-07-16 21:44:59 +02:00
Stephan Enderlein
e04f3ff948
- define display defaults
...
- adjust font sizes and positions
2023-07-16 01:09:56 +02:00
Stephan Enderlein
a9e2fc9aeb
initalize offsets
2023-07-16 01:08:58 +02:00
Stephan Enderlein
1b977012ef
fix automatic message change last line (ip,time)
2023-07-16 00:25:41 +02:00
Stephan Enderlein
c99851364a
- rework "hiding Pins" to easier configure pins for new displays (using a pin map, remove hard-coded if-statements)
...
- rework display type handling: remove uneeded checks because defined context from which functions are called
- default initialize "mMono" pointer (potential illegal memory access)
- define EXACTLY one display type for ePaper display (type 10). There is no need to use ranges and distinguish oled from epaper display. Simply one switch/case
- correct type handling for display type (javascript). Event handler gives a string instead of number (display type)
2023-07-15 23:49:11 +02:00
Stephan Enderlein
47d5531d05
fix illegal memory access (pointers were missused)
2023-07-15 21:47:24 +02:00
Stephan Enderlein
62f96d8351
group display types in frontend
2023-07-15 21:33:25 +02:00
Stephan Enderlein
41ce98d2df
avoid compile warning about uninitialized pointers
2023-07-15 21:32:52 +02:00
Stephan Enderlein
1dc66037ad
-add mono display "Wemos OLED shield 64x48"
...
- remove senseless "display type" check (copy&paste from first display)
- reorder displays
2023-07-15 20:53:15 +02:00
Andy Voigt
60f2876d9c
Fixed index out of bounds
2023-07-13 14:06:05 +02:00
lumapu
0be3a23603
0.7.11
...
* fix MqTT endless loop #1013
2023-07-09 11:19:31 +02:00
lumapu
baf392f2e9
0.7.10
...
* fix MqTT endless loop #1013
2023-07-08 23:47:40 +02:00
lumapu
ddf63eaffe
0.7.9
...
* added 'improve' functions to set wifi password directly with ESP web tools #1014
* fixed MqTT publish while appling power limit #1013
* slightly improved HMT live view (Voltage & Current)
2023-07-08 17:45:28 +02:00
lumapu
70b4f6bc2d
0.7.8
...
* merge PR #890 which gives option for scheduled reboot at midnight (default off)
2023-07-05 23:31:45 +02:00
lumapu
c187fec0f9
Merge branch 'tastendruecker123-dev4' into development03
2023-07-05 23:28:07 +02:00
lumapu
81a7f09e3a
Merge branch 'dev4' of https://github.com/tastendruecker123/ahoy into tastendruecker123-dev4
...
default of scheduled reboot is now 'false'
2023-07-05 23:27:42 +02:00
lumapu
eaa0c51bcf
0.7.8
...
* merge PR #1005 which fixes issue #889
* merge homeassistant PR #963
2023-07-05 23:23:57 +02:00
lumapu
007b0c10f6
Merge branch 'Henning256-main' into development03
2023-07-05 23:21:27 +02:00
lumapu
58d8f7c7d0
Merge branch 'mslookup-development03' into development03
2023-07-05 23:20:14 +02:00
lumapu
e9c8c1c20a
Merge branch 'development03' of https://github.com/mslookup/ahoy into mslookup-development03
2023-07-05 23:19:55 +02:00
lumapu
cb3080e177
0.7.8
...
* fix `YieldDay`, `YieldTotal` and `P_AC` in `TotalValues` #929
* fix some serial debug prints
2023-07-05 23:19:11 +02:00
lumapu
982c201d48
0.7.7
...
* attempt to fix MqTT `YieldDay` in `TotalValues` #927
* attempt to fix MqTT `YieldDay` and `YieldTotal` even if inverters are not completly available #929
* fix wrong message 'NRF not connected' if it is disabled #1007
2023-07-03 22:29:38 +02:00
lumapu
45e02b94c3
0.7.7
...
* attempt to fix MqTT `YieldDay` in `TotalValues` #927
2023-07-03 22:10:49 +02:00
rmom
d6d93a3c26
Implemented quick fix for #889 from anorak-47
2023-06-24 19:14:27 +02:00
lumapu
0b763df0a2
Merge branch 'isarrider-patch-2' into development03
2023-06-18 01:05:18 +02:00
lumapu
0118fd1431
fix yield correction (data type was not correct during save)
2023-06-18 01:03:55 +02:00
lumapu
c147906834
0.7.6
...
* fix display of hidden SSID checkbox
* changed yield correction data type to `double`, now decimal places are supported
* corrected name of 0.91" display in settings
* attempt to fix MqTT zero values only if setting is there #980 , #957
* made AP password configurable #951
* added option to start without time-sync, eg. for AP-only-mode #951
2023-06-18 00:20:27 +02:00
Alex
b6de5b9beb
Update Dockerfile
...
update to bookworm
2023-06-17 08:20:41 +02:00
lumapu
76f01bbe95
0.7.5
...
* fix yield day reset on midnight #957
* improved tickers in `app.cpp`
2023-06-16 19:00:57 +02:00
lumapu
fd33099522
Merge branch 'development03' of https://github.com/lumapu/ahoy into development03
2023-06-15 23:19:38 +02:00
lumapu
f649d26f66
0.7.4
...
* fix MqTT `P_AC` send if inverters are available #987
* fix assignments for HMS 1CH and 2CH devices
* fixed uptime overflow #990
2023-06-15 23:18:12 +02:00
Lukas Pusch
59cea2ccaa
Merge pull request #985 from schuellerf/development03
...
Fix suntimes working if mqtt is enabled but suntimes is disabled
2023-06-15 21:35:52 +02:00
Florian Schüller
3fa274e342
Fix suntimes working if mqtt is enabled but suntimes is disabled
2023-06-11 09:23:41 +02:00
lumapu
bdf43fd522
fix compile
2023-06-10 09:10:33 +02:00
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
2023-06-10 01:04:50 +02:00
lumapu
53853f8429
0.7.2
...
* fix HMS-800 and HMS-1000 assignments #981
* make nrf enabled all the time for ESP8266
* fix menu item `active` highlight for 'API' and 'Doku'
* fix MqTT totals issue #927 , #980
* reduce maximum number of inverters to 4 for ESP8266, increase to 16 for ESP32
2023-06-08 23:42:30 +02:00
lumapu
f0848ecfb4
0.7.1
...
* enabled power limit control for HMS / HMT devices
* changed NRF24 lib version back to 1.4.5 because of compile problems for EPS8266
2023-06-05 22:15:08 +02:00
lumapu
a1c00bdc01
0.7.0
...
esp32 compile fix
2023-06-04 19:57:21 +02:00
lumapu
545d7f0ba6
0.7.0
...
HMS / HMT support for ESP32 devices
2023-06-04 18:06:07 +02:00
lumapu
0f594d13c8
fix esp8266
2023-06-04 17:30:43 +02:00
lumapu
0be01a91a1
Merge branch 'development03' into eth
2023-05-27 01:48:32 +02:00
lumapu
1c36638226
Merge branch 'development03' into improv
2023-05-27 01:47:48 +02:00
lumapu
72cdaf326a
fix HMT with 6 channels
2023-05-27 01:29:27 +02:00
lumapu
2c1a32f9e8
Merge branch 'development03' into hms
2023-05-27 00:18:55 +02:00