lumapu
a595950d7d
fix #338 , needs verifcation from homeassistant users
added download link for settings on setup.html and update.html
2 years ago
lumapu
af87365462
fix json reserved space was to small if 4 inverters were configured
2 years ago
lumapu
dbdc2ad5ab
fixed timezone for time sync from browser #336 (thx @DanielR92 )
2 years ago
lumapu
e3532f4464
implemented #336 set time manually or resync NTP
2 years ago
DanielR92
c3d81d36c6
Make change in serial.htm and webApi.cpp
2 years ago
DanielR92
7c7a7d25b8
Patch no_eeprom_pl
2 years ago
lumapu
7cd075fbad
added receive no answer counter #332
corrected resetPayload in app loop
2 years ago
DanielR92
509549e5a4
Fix switch-case default error
2 years ago
DanielR92
868012931f
Patch from home...
2 years ago
stefan123t
6e1e758fd2
update PRA->Q & PFC->PF Fields
in hmDefines.h and webApi.cpp
2 years ago
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!
2 years ago
DanielR92
af18ef5c3a
Add wifi_rssi to the obj to get the value
2 years ago
lumapu
50bfbf8a38
added round to 3 decimals for API JSON (reduced transmitted length)
2 years ago
lumapu
6e39b779f4
fix compile error
2 years ago
lumapu
b9bc7e6b57
* fix #270
2 years ago
lumapu
445423209d
minor changes (debug levels, api endpoints)
2 years ago
lumapu
66b70f24e5
* improved records in hmInverter
* added records to api
* removed unused endpoints from api
2 years ago
lumapu
56b747709a
improved records in hmInverter.h
2 years ago
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
2 years ago
lumapu
8ae78842a8
* built visualization as xhr
* converted /update to xhr
* started web serial console /serial
* /save does not work yet - not debugged
2 years ago
lumapu
810e16df6e
* start creation of visualisation api contents
* removed /json part -> moved to API
* added missing update.html
2 years ago
lumapu
1f6db2ffdb
* improved api
* finished index page
2 years ago
lumapu
833e6c4904
improved webApi, added /api/setup for compared json (only 1 XHR is needed to get all infos)
2 years ago
lumapu
440d386ec0
* improved api (now webApi)
* converted index to static page
2 years ago
lumapu
08d8658737
setup page complete converted to static version
2 years ago
lumapu
b6ac416665
improved async web setup page
2 years ago
lumapu
13c88b3626
* created new API functions
* bound html through ajax to parse setup page (not finished now)
* added compression option for static html to python module
* removed generated h-file from index (redundant information), they will be created on compile time
2 years ago