Thomas Basler
a204c1ea5b
Added badges to README.md
2022-09-15 19:07:27 +02:00
Thomas Basler
77c53fbbfd
Added cpplint check
2022-09-15 19:02:12 +02:00
Thomas Basler
9cda41f5e9
Use uint32_t, rather than the C type long
2022-09-15 19:00:38 +02:00
Thomas Basler
327b4f97a4
Use reinterpret_cast<char*>(...) instead C-style cast
2022-09-15 19:00:07 +02:00
Thomas Basler
4bfb986846
Use reinterpret_cast<uint8_t*>(...) instead C-style cast
2022-09-15 18:59:51 +02:00
Thomas Basler
c07b18a9d8
Use static_cast<float>(...) instead C-style cast
2022-09-15 18:53:41 +02:00
Thomas Basler
c43346134d
Use static_cast<int>(...) instead C-style cast
2022-09-15 18:48:22 +02:00
Thomas Basler
088ba58827
Mark Single-parameter constructors explicit
2022-09-13 22:50:33 +02:00
Thomas Basler
0d880cb61e
Use uint32_t, rather than the C type unsigned long
2022-09-13 22:39:08 +02:00
Thomas Basler
de33b9ff88
Do not use namespace using-directives. Use using-declarations instead.
2022-09-13 21:35:51 +02:00
Thomas Basler
66c28a2e6e
Replace strcpy by strlcpy
2022-09-13 21:20:08 +02:00
Thomas Basler
abcabf7fb6
Added header guard
2022-09-13 21:11:32 +02:00
Thomas Basler
6fdc27ddae
Replace sprintf by snprintf
2022-09-13 21:00:54 +02:00
Stefan Kreutter
cb00537284
fixed compile error
...
src/NetworkSettings.cpp: In member function 'void NetworkSettingsClass::setHostname()':
src/NetworkSettings.cpp:254:42: error: no matching function for call to 'ETHClass::setHostname(String)'
if (ETH.setHostname(getHostname())) {
^
ETH.h:83:14: note: candidate: 'bool ETHClass::setHostname(const char*)'
bool setHostname(const char * hostname);
2022-09-13 19:09:15 +02:00
Thomas Basler
f5f38af25f
webapp: added link to github discussions
2022-09-12 23:07:24 +02:00
Thomas Basler
e2afaf70af
Added compiled app.js.gz
2022-09-12 22:59:46 +02:00
Thomas Basler
c5eb449f21
webapp: Extended AboutView with additional links and information
2022-09-12 22:59:00 +02:00
Thomas Basler
5dfeb30413
webapp: upgrade dependencies
2022-09-12 19:12:10 +02:00
Thomas Basler
f032633441
Don't run workflow when changing documentation and markdown files
2022-09-12 19:03:53 +02:00
tbnobody
396f72e6ec
Merge pull request #130 from madmartin/readme-vscode
...
README.md: add hardware and troubleshooting section
2022-09-12 18:59:56 +02:00
Thomas Basler
4148dce3db
Added precompiled app.js.gz
2022-09-12 18:55:58 +02:00
Thomas Basler
624da5a88c
Merge branch 'issue131'
2022-09-12 18:54:16 +02:00
Thomas Basler
971519ead6
webapp: Upgrade dependencies
2022-09-12 18:51:27 +02:00
Thomas Basler
9674e32c0c
Return only the eventlog of one inverter
...
- Fix #131
- Prevent large responses in case of many inverters + many log entries
2022-09-12 18:48:18 +02:00
Martin Dummer
4b3d370a54
README.md: add hardware and troubleshooting section
...
- add hardware section
- add images of sample hardware
- fix ESP schematic image
- extend vscode instruction section
- add troubleshooting section
- mention https://github.com/helgeerbe/OpenDTU_VeDirect as related
Project
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-09-12 09:52:36 +02:00
Thomas Basler
85d08e0aba
Added compiled app.js.gz
2022-09-10 10:31:59 +02:00
Thomas Basler
b0460c7f14
Add documentation of current class hierarchy
2022-09-09 20:53:15 +02:00
Thomas Basler
14f4414263
Adjusted readme to show possibility of reading the limit
2022-09-09 20:18:01 +02:00
Thomas Basler
72b77a22db
webapp: Show current inverter limit
2022-09-09 20:18:00 +02:00
Thomas Basler
2f43acbde7
Publish current inverter limit settings via mqtt
2022-09-09 20:18:00 +02:00
Thomas Basler
b7961024a1
Fetch limit every 10 minutes
2022-09-09 20:17:52 +02:00
Thomas Basler
46367c4fa9
Added webapi to fetch current inverter limit
2022-09-09 18:43:21 +02:00
Thomas Basler
3e5fb00248
Fetch inverter limit at least once
2022-09-09 18:41:54 +02:00
Thomas Basler
c28a532bf1
Added base classes for SystemConfigPara
2022-09-09 18:41:07 +02:00
Thomas Basler
6e251bf50a
Added related projects
2022-09-08 19:31:47 +02:00
Thomas Basler
99a34d0901
Publish WiFi RSSI via mqtt
2022-09-08 19:24:22 +02:00
Thomas Basler
2fa2a20bc4
webapp: add compiled app.js.gz
2022-09-06 19:06:30 +02:00
Thomas Basler
27bb924f4a
webapp: add hint regarding hostname
2022-09-06 19:05:24 +02:00
Thomas Basler
86f01e5cc4
webapp: Show complete generated hostname in network info view
2022-09-06 18:45:32 +02:00
Thomas Basler
f5328100b6
Fixed hostname generation and hostname assignment
2022-09-06 18:44:26 +02:00
Thomas Basler
185fea987d
Added some initializations to prevent missunderstandings and errors
2022-09-05 21:53:50 +02:00
Thomas Basler
31e56f6c2b
Code hardening: introduce const keyword
2022-09-05 21:41:45 +02:00
Thomas Basler
83ca402306
Merge branch 'pr114'
2022-09-05 20:10:08 +02:00
Thomas Basler
e2f1b4c180
Added NTP hint to README.md
2022-09-05 19:49:52 +02:00
Thomas Basler
a0bb4c0bd2
webapp: Upgrade dependencies
2022-09-05 18:47:27 +02:00
tbnobody
6cf514cd2b
Merge pull request #116 from madmartin/readme
...
README.md: update initial configuration instructions
2022-09-04 15:59:44 +02:00
Martin Dummer
c228aa5a11
README.md: update initial configuration instructions
...
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
2022-09-03 13:09:26 +02:00
battifreund
b4137d4da9
Option for expire_after
2022-08-31 23:35:28 +02:00
tbnobody
55d62dfa21
Merge pull request #112 from madmartin/readme2
...
README.md: add instructions for Over-the-Air update
2022-08-31 19:18:51 +02:00
Thomas Basler
ab8759557a
webapp: Bump eslint-plugin-vue from 9.3.0 to 9.4.0
2022-08-29 23:04:07 +02:00