lumapu
e3532f4464
implemented #336 set time manually or resync NTP
2022-10-11 21:52:01 +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