Commit graph

466 commits

Author SHA1 Message Date
lumapu
1bee8152f7 fix manifest.json 2022-11-09 12:19:36 +01:00
lumapu
aa7a844ff8 fix CORS for local devbuild install 2022-11-09 12:12:44 +01:00
lumapu
6390a17f20 fix workflow 2022-11-08 23:43:42 +01:00
lumapu
e606914c46 fix workflow
update short-sha version to 2.1
2022-11-08 23:38:31 +01:00
lumapu
c2dd659e7a workflow update 2022-11-08 23:34:47 +01:00
lumapu
42e652c83a workflow: Deprecating save-state fix 2022-11-08 23:12:10 +01:00
lumapu
07b66635f3 workflow test 2022-11-08 22:58:15 +01:00
lumapu
979b135729 workflow test 2022-11-08 22:46:37 +01:00
lumapu
282672622f fix #396 thx @Argafal 2022-11-06 21:39:21 +01:00
lumapu
11da974772 fix #397 MQTT reports zero values
fix #397 remove "not producing" if not yet available for MQTT and HTML
2022-11-06 20:16:09 +01:00
lumapu
64fb587cf3 fix settings length -> version number was display incorrect (footer) 2022-11-06 02:32:49 +01:00
lumapu
e3e141ab57 fixed potential issue while set NRF pin to "off", added "default" behavior 2022-11-06 02:27:35 +01:00
lumapu
700c5c71e4 fixed MQTT crash during boot if no MQTT was set
added #318 status LED support
2022-11-06 02:22:01 +01:00
lumapu
ca8142e781 implemented #318 static IP support 2022-11-06 01:07:12 +01:00
lumapu
ea991a7723 fix #389 prevent connect to default Wifi 'YOUR_WIFI_SSID'
implemented #388 add inverter Id to the front of serial print
fix inverter serial number length in input field (api.js)
2022-11-06 00:09:29 +01:00
lumapu
6fc5fb75b2 fix #390 geo location was not saved - wrong length of config struct was used while storing values 2022-11-05 22:52:08 +01:00
lumapu
c467eead6b potential fix #391 MQTT avail and producing info inconsistent compared to web GUI 2022-11-05 22:21:22 +01:00
lumapu
1620b633d8 potential fix #393 corrupted MQTT total values 2022-11-05 22:16:52 +01:00
lumapu
921419de72 Merge branch 'main' into development03 2022-11-04 14:48:43 +01:00
DanielR92
e50c6c8991 wrong value name (not defined) 2022-11-04 12:50:26 +01:00
lumapu
74f4a114cd improved GUI password handling
fix serial console uptime
fix #384 round total values
2022-11-04 12:29:04 +01:00
DanielR92
7a67e0c67e
Update readme to mqtt 2022-11-03 20:50:12 +01:00
lumapu
6a6d522d3b added login / logout
prepared static IP storage and disable inverter
IMPORTANT: new memory layout, your inverter settings will be lost
2022-11-02 22:41:31 +01:00
lumapu
56b8096bed updated mqtt counter 2022-11-01 01:22:39 +01:00
lumapu
ef72fe9a40 fix sync time from browser issue 2022-10-31 23:01:47 +01:00
lumapu
2e08ee04bd fix python error (dulwich)
synchronized workflow yml files
2022-10-30 22:05:10 +01:00
lumapu
cd694f9482 run workflow 2022-10-30 11:06:27 +01:00
lumapu
19f03356ba release 0.5.28 2022-10-30 10:59:21 +01:00
lumapu
0721910fe3 fix receive payload 2022-10-29 12:59:43 +02:00
lumapu
26b06184cd added link to documentation in the footer 2022-10-29 02:33:02 +02:00
lumapu
57b8a0abab fix mqtt send all received records
renamed inverter address to serial number in setup
2022-10-29 00:12:53 +02:00
lumapu
0ab382986b another MQTT optimization (reduced lines and duplicates) 2022-10-26 22:48:45 +02:00
lumapu
71da175fc0 refactored mqtt send out 2022-10-26 22:11:15 +02:00
Sven Naumann
e6a5be2005
create versionout for 1M flash size firmware 2022-10-26 07:03:31 +02:00
Sven Naumann
62dc51b460
support build for 1M flash size with platformio 2022-10-26 06:36:23 +02:00
lumapu
7be1d1701b fix error from merge 2022-10-25 23:02:50 +02:00
Lukas Pusch
637459ab9e
Merge branch 'development03' into dev03 2022-10-25 22:50:24 +02:00
DanielR92
ec83406628 force Brace and Z550 make one line 2022-10-25 22:29:17 +02:00
lumapu
1a57b23f5b minor design corrections
fix onkeyup / onchange event while typing / copying serial number to setup
2022-10-24 20:50:49 +02:00
lumapu
bafe47e424 improved UI (responsive) 2022-10-24 16:26:51 +02:00
Sven Naumann
365cedccf0
Wifi getAvailNetworks sort by RSSI signal strength 2022-10-24 08:49:35 +02:00
lumapu
f721116987 improved menu (seperators)
added second level for reboot if reboot from menu was selected by mistake
2022-10-23 21:57:03 +02:00
lumapu
3764aa4ce1 improved wifi scan (must be fired now, not automatically any more) 2022-10-23 20:47:32 +02:00
lumapu
4ad6219be7 fix: no TX messages in serial print
moved menu icon to the right
2022-10-23 20:06:00 +02:00
lumapu
c2f4418bc0 fix serial.html 2022-10-23 01:50:33 +02:00
lumapu
bb1f345e29 added central menu 2022-10-23 01:47:58 +02:00
lumapu
0f0bbd4b7f cleanup index.html
add mqtt tx counter
2022-10-23 00:02:07 +02:00
lumapu
2a3c267906 added link to git commit from git sha in footer (feature request from @stefan123t) 2022-10-22 23:35:56 +02:00
lumapu
1d385b1d60 fix MQTT avail status update: it was sent as often as processPayload was called (many times a second) 2022-10-22 23:10:21 +02:00
DanielR92
97d23e7ae0
Merge branch 'development03' into dev03 2022-10-22 13:20:45 +02:00