Commit graph

33 commits

Author SHA1 Message Date
lumapu
0f0bbd4b7f cleanup index.html
add mqtt tx counter
2022-10-23 00:02:07 +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
202d883f38 added different pinout for ESP32 #286 2022-10-20 08:41:47 +02:00
DanielR92
000ed8ac53 Pacth from homeautomation22 2022-10-19 16:58:55 +02:00
DanielR92
86b3137b6a Add disclaimer to the Ahoy 2022-10-18 21:25:15 +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
af87365462 fix json reserved space was to small if 4 inverters were configured 2022-10-16 21:57:55 +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
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
7cd075fbad added receive no answer counter #332
corrected resetPayload in app loop
2022-10-11 13:21:29 +02:00
DanielR92
509549e5a4 Fix switch-case default error 2022-10-04 20:08:37 +02:00
DanielR92
868012931f Patch from home... 2022-10-04 18:44:27 +02:00
stefan123t
6e1e758fd2 update PRA->Q & PFC->PF Fields
in hmDefines.h and webApi.cpp
2022-10-03 22:45:00 +02:00
lumapu
09b5557eb3
Merge pull request #297 from DanielR92/patch-1
replace "n/a" with const 'notAvail;'
2022-09-21 07:44:30 +02:00
DanielR92
688e1016a8
replace "n/a" with const 'notAvail;'
notAvail is in "hmDefines.h", I think its a good idea to change the location of all words they are often use to another file.

const char* const notAvail = "n/a";

Please check befor PR it!
2022-09-20 14:35:55 +02:00
DanielR92
af18ef5c3a
Add wifi_rssi to the obj to get the value 2022-09-20 10:55:19 +02:00
lumapu
50bfbf8a38 added round to 3 decimals for API JSON (reduced transmitted length) 2022-09-18 20:16:20 +02:00
lumapu
6e39b779f4 fix compile error 2022-09-18 19:38:31 +02:00
lumapu
b9bc7e6b57 * fix #270 2022-09-18 19:36:23 +02:00
lumapu
445423209d minor changes (debug levels, api endpoints) 2022-09-14 22:08:08 +02:00
lumapu
66b70f24e5 * improved records in hmInverter
* added records to api
* removed unused endpoints from api
2022-09-13 21:58:32 +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
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
lumapu
1f6db2ffdb * improved api
* finished index page
2022-08-31 23:05:56 +02:00
lumapu
833e6c4904 improved webApi, added /api/setup for compared json (only 1 XHR is needed to get all infos) 2022-08-30 23:26:58 +02:00
lumapu
440d386ec0 * improved api (now webApi)
* converted index to static page
2022-08-28 22:32:34 +02:00
Renamed from tools/esp8266/api.cpp (Browse further)