Commit graph

117 commits

Author SHA1 Message Date
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
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
dbbfe25a44 added wifi scan to setup
fixed issues on index.html
2022-10-22 02:59:01 +02:00
lumapu
a77bea55d0 fix webserial is now in local timezone 2022-10-22 01:28:14 +02:00
lumapu
72219cdf17 changed timestamp to UTC in ESP only, local timezone is calculated by browser thx @homeautomation22 2022-10-22 00:09:26 +02:00
lumapu
6ed2dfde9c * fix EPS32 GPIO names #286
* fix negative temperature  (OpenDTU issue 246)
* added plausibility check based on payload length
* prepared project for splitting into library and end-user-esp
* added donation link to index.html
* deactivated disclaimer temporarily
2022-10-21 16:44:04 +02:00
lumapu
202d883f38 added different pinout for ESP32 #286 2022-10-20 08:41:47 +02:00
DanielR92
93778924f7
Disclaimer remove lic and add hint to save afterwards 2022-10-20 06:45:52 +02:00
DanielR92
6bd0b2f254 little_fix_for_timesync_now_UTC_on_index_page 2022-10-19 17:26:31 +02:00
DanielR92
000ed8ac53 Pacth from homeautomation22 2022-10-19 16:58:55 +02:00
lumapu
2df3c26657 convert.py fix 2022-10-19 08:59:09 +02:00
lumapu
17a662dfde
Merge pull request #357 from DanielR92/dev03-warning_msg_1
Add disclaimer to the Ahoy
2022-10-18 22:44:37 +02:00
DanielR92
07d950e970 added feature in the py :) 2022-10-18 21:45:44 +02:00
DanielR92
86b3137b6a Add disclaimer to the Ahoy 2022-10-18 21:25:15 +02:00
lumapu
f2a794d518 fix setup for multiple inverters 2022-10-17 14:14:23 +02:00
lumapu
a595950d7d fix #338, needs verifcation from homeassistant users
added download link for settings on setup.html and update.html
2022-10-16 23:55:08 +02:00
lumapu
38bb3fd7e2 fix #334 added button to index if ntp timeserver was not reachable 2022-10-16 22:51:55 +02:00
lumapu
8bd7574111 fix #349 2022-10-16 22:14:03 +02:00
lumapu
b337067b8c PR #343 @drahdiwaberl 2022-10-16 22:08:50 +02:00
lumapu
46c3d85936 fix #342 mqtt password is hidden now 2022-10-12 22:28:42 +02:00
lumapu
dbdc2ad5ab fixed timezone for time sync from browser #336 (thx @DanielR92) 2022-10-12 12:38:23 +02:00
lumapu
6bf6e357ca Merge branch 'development03' of https://github.com/lumapu/ahoy into development03 2022-10-11 21:52:06 +02:00
lumapu
e3532f4464 implemented #336 set time manually or resync NTP 2022-10-11 21:52:01 +02:00
DanielR92
dd89ad0ae7 do some little changes to have it nicer 2022-10-11 20:50:22 +02:00
DanielR92
c3d81d36c6 Make change in serial.htm and webApi.cpp 2022-10-11 19:42:31 +02:00
DanielR92
7c7a7d25b8 Patch no_eeprom_pl 2022-10-11 17:18:13 +02:00
lumapu
f53933b473 fix max module name length and hidden module power (1. and 2. of #337) 2022-10-11 16:13:28 +02:00
lumapu
7cd075fbad added receive no answer counter #332
corrected resetPayload in app loop
2022-10-11 13:21:29 +02:00
DanielR92
63338ea2bb list is now dynamic 2022-10-06 18:37:28 +02:00
DanielR92
868012931f Patch from home... 2022-10-04 18:44:27 +02:00
stefan123t
13aa06e5d9 add CleanState_LockAndAlarm in app.cpp, hmRadio.h, web.cpp
and add Inverter Pulldown to serial.html
2022-10-03 23:02:37 +02:00
DanielR92
2887c8f85f
Add WiFi-RSSI to the home site 2022-09-20 10:54:28 +02:00
lumapu
aca1688ceb potential fix #270 (number of inverter channels was a fixed value of 5) 2022-09-19 10:59:19 +02:00
lumapu
56b747709a improved records in hmInverter.h 2022-09-12 22:57:36 +02:00
lumapu
6bd7e01f1a * started to implement POST api
* improved web serial console
* added multi inverter total values (published through MQTT)
* fixed: after boot there were transferred wrong data because of incorrect assignment (mqtt, visualization)
  -> not tested with sun
2022-09-10 02:19:25 +02:00
lumapu
0759bff4cd * web-serial: added internal buffer which is transmitted every second if its fill state is different from 0
* added uptime to serial console
* time will be instantiated in ESP (was in in JS)
* fixed SerialDebug inside hmRadio.h (thx to klahus1)
2022-09-09 14:46:18 +02:00
lumapu
b1fa6e0702 corrected points which were found during review of @stefan123t 2022-09-09 08:09:12 +02:00
lumapu
f651811359 fix autoscroll button 2022-09-08 23:08:44 +02:00
lumapu
4561655d9d * improved serial console
* repaired /save
* removed yields (not allowed with async-web)
2022-09-08 22:52:51 +02:00
lumapu
c32927a94e added time to serial console 2022-09-08 21:24:38 +02:00
lumapu
8ae78842a8 * built visualization as xhr
* converted /update to xhr
* started web serial console /serial
* /save does not work yet - not debugged
2022-09-07 23:09:47 +02:00
lumapu
200ce0c0cc * Merge branch 'development03' into asyncWeb03
* improved webApi
* updated Library Information (version + license)
2022-09-06 16:39:39 +02:00
lumapu
810e16df6e * start creation of visualisation api contents
* removed /json part -> moved to API
* added missing update.html
2022-09-06 13:28:46 +02:00